We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd57ddb commit 9e14da5Copy full SHA for 9e14da5
.flake8 renamed to .flake8.ini
Makefile
@@ -103,7 +103,7 @@ test-pytest: cleanup test-reports
103
$(QUIET)$(ECHO) "$@: Done."
104
105
test-style: cleanup
106
- $(QUIET)flake8 --ignore=W191,W391 --max-line-length=100 --verbose --count --config=.flake8
+ $(QUIET)$(PYTHON) -m flake8 --ignore=W191,W391 --max-line-length=100 --verbose --count --config=.flake8.ini --show-source || DO_FAIL="exit 2" ;
107
$(QUIET)tests/check_spelling 2>/dev/null || true
108
109
0 commit comments