mirror of
https://github.com/MuRuLOSE/limoka.git
synced 2026-06-16 06:24:18 +02:00
5 lines
57 B
Bash
Executable File
5 lines
57 B
Bash
Executable File
#!/bin/bash
|
|
|
|
isort --gitignore --profile black .
|
|
black .
|