Remove ignored PEP8 rule E125 from tox.ini

Include E125 in PEP8 checks, it does not cause any failures and turning
on this rule will help prevent violations in the future.

Change-Id: I9b0fa6e63cc017af8b90a54d6f4f58dd43d97440
This commit is contained in:
Tom Cammann 2014-09-30 22:32:32 +01:00
parent 8ff1af4bd9
commit 466997aad3
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ commands = python setup.py build_manpage
commands = {posargs}
[flake8]
# E125 and H are intentionally ignored
ignore = E125,H
# H is intentionally ignored
ignore = H
show-source = True
exclude = .venv,.tox,dist,doc,build,*.egg