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