@@ -1,7 +1,7 @@
FLAKE_FLAGS = --ignore=E501,F401,F403,F405
lint:
python -m flake8 $(FLAKE_FLAGS)
python3 -m flake8 $(FLAKE_FLAGS)
test:
python -m pytest --verbose -s tests
python3 -m pytest --verbose -s tests
The note is not visible to the blocked user.