MirrorMe/Makefile

8 lines
130 B
Makefile
Raw Normal View History

2022-03-07 18:54:08 +01:00
format:
black --exclude env .
isort -s env .
check:
mypy --ignore-missing-imports mirrorme
flake8 --ignore=E501 mirrorme