mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
8 lines
127 B
Makefile
8 lines
127 B
Makefile
FLAKE_FLAGS = --ignore=E501,F401,F403,F405
|
|
|
|
lint:
|
|
python -m flake8 $(FLAKE_FLAGS)
|
|
|
|
test:
|
|
python -m pytest --verbose -s tests
|