Enable all flake8 rules

This commit is contained in:
Ask Solem 2016-07-01 14:40:38 -07:00
parent 4997ccc1c9
commit 6b5735825c
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ configcheck:
(cd "$(SPHINX_DIR)"; $(MAKE) configcheck)
flakecheck:
$(FLAKE8) "$(PROJ)"
$(FLAKE8) --ignore=X999 "$(PROJ)"
flakediag:
-$(MAKE) flakecheck

View File

@ -37,7 +37,7 @@ commands = pip install -U -r{toxinidir}/requirements/dev.txt
[testenv:flake8]
commands =
flake8 {toxinidir}/kombu
flake8 --ignore=X999 {toxinidir}/kombu
[testenv:flakeplus]
commands =