3
0

move flake8 and mypy to lints.sh; add fmts.sh; use more linters

This commit is contained in:
2023-11-15 12:15:57 +01:00
parent 09ddea939c
commit fdd38d7498
6 changed files with 129 additions and 61 deletions
Executable
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
self=$(dirname "$(readlink -f "$0")")
cd "${self}"
python3 -m black src
python3 -m isort src