Ignore the same pep8 errors as Nova
fixes bug 1211359 Change-Id: I49dc9f8a302c624d3011c383bbdd62814aa94d44
This commit is contained in:
parent
a5b38c1b12
commit
c6d02b5f9f
2
tox.ini
2
tox.ini
@ -30,6 +30,6 @@ commands = {posargs}
|
|||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
# H302 import only modules.
|
# H302 import only modules.
|
||||||
ignore = E12,H302
|
ignore = E121,E122,E123,E124,E126,E127,E128,E711,E712,H102,H302,H404,F403,H501,F811,F841
|
||||||
builtins = _
|
builtins = _
|
||||||
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
|
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
|
||||||
|
Loading…
Reference in New Issue
Block a user