diff --git a/tox.ini b/tox.ini index 9a66125..0b2a4c7 100644 --- a/tox.ini +++ b/tox.ini @@ -32,7 +32,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' commands = flake8 [flake8] -# H803 skipped on purpose per list discussion. # E123, E125 skipped as they are invalid PEP-8. show-source = True