Remove flake/pep8 ignores
These ignores are no longer needed. Change-Id: I1b15403f79b9038c77786fe0262a421f7d5dd737
This commit is contained in:
parent
f528d8857b
commit
26605953be
5
tox.ini
5
tox.ini
@ -25,10 +25,5 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
|
||||
commands = python setup.py build_sphinx
|
||||
|
||||
[flake8]
|
||||
# H404 is a docstring rule that is not followed at this time, but
|
||||
# feel free to fix
|
||||
# H803 skipped on purpose per list discussion.
|
||||
# E123, E125 skipped as they are invalid PEP-8.
|
||||
show-source = True
|
||||
ignore = E123,E125,H404,H803
|
||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
|
||||
|
Loading…
x
Reference in New Issue
Block a user