Ignore deploy dir in flake8 check

This commit is contained in:
Yuriy Taraday 2015-07-28 19:59:39 +03:00
parent 8568cdef53
commit 3d7a36c568
1 changed files with 1 additions and 1 deletions

View File

@ -30,4 +30,4 @@ basepython = python2
show-source = True
ignore = E123,E125,H101
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,octane/helpers*,octane_*,octane/tests/generate_test_nets.py
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,octane/helpers*,octane_*,octane/tests/generate_test_nets.py,deploy/*