Make pep8 check work (skip everything that's not new)

This commit is contained in:
Yuriy Taraday 2015-07-16 11:12:30 +03:00
parent fc059dd5b5
commit 14a290c945
1 changed files with 3 additions and 3 deletions

View File

@ -24,8 +24,8 @@ commands = py.test --cov octane
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
# H101 - Don't force author's name on TODOs
show-source = True
ignore = E123,E125
ignore = E123,E125,H101
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,octane/helpers*,octane_*,octane/tests/generate_test_nets.py