MirrorMe/Makefile

8 lines
130 B
Makefile

format:
black --exclude env .
isort -s env .
check:
mypy --ignore-missing-imports mirrorme
flake8 --ignore=E501 mirrorme