Create the git repos in multiple processes

Threads appear to be too dangerous for this
This commit is contained in:
Stephan Kulow
2022-11-04 07:48:17 +01:00
parent d21ce571f5
commit 33a5733cb9
3 changed files with 21 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
all:
isort *.py lib/*py tests/*py
autoflake -r --in-place --remove-unused-variables .
black .
autoflake --in-place --remove-unused-variables *.py lib/*py tests/*py
black *.py lib/*py tests/*py
test:
python3 -m unittest -v tests/*.py