git-importer/Makefile

8 lines
178 B
Makefile
Raw Normal View History

all:
isort *.py lib/*py tests/*py
autoflake --in-place --remove-unused-variables *.py lib/*py tests/*py
black *.py lib/*py tests/*py
2022-10-17 20:52:05 +02:00
test:
python3 -m unittest -v tests/*.py