Remove the pep8 ingore
There have no error when remove all the pep8 ingore, so we remove the ingore. Change-Id: I4c9d3aec795098c20e7cea51f9426589770c932f
This commit is contained in:
parent
3fc8d0f13e
commit
1975e88e4b
3
tox.ini
3
tox.ini
@ -53,8 +53,5 @@ commands = oslo_debug_helper {posargs}
|
||||
|
||||
[flake8]
|
||||
show-source = True
|
||||
# E123, E125 skipped as they are invalid PEP-8.
|
||||
# H405 multi line docstring summary not separated with an empty line
|
||||
ignore = E123,E125,H405
|
||||
builtins = _
|
||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,.ropeproject,tools
|
||||
|
Loading…
x
Reference in New Issue
Block a user