Trivial: remove openstack/common in flake8 exclude list
There is no directory openstack/common any more, so ignore it. Change-Id: Ia1bb265a34d64be2d3cb31dbf6b0de42e90ec68a
This commit is contained in:
parent
2cc70f2659
commit
592304e0d6
2
tox.ini
2
tox.ini
@ -53,7 +53,7 @@ commands = oslo_debug_helper {posargs}
|
||||
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
|
||||
[flake8]
|
||||
exclude = .venv*,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*.egg,.update-venv
|
||||
exclude = .venv*,.git,.tox,dist,doc,*lib/python*,*.egg,.update-venv
|
||||
# NOTE(flaper87): Our currently max-complexity is 15. Not sure what the ideal complexity
|
||||
# for Zaqar should be but lets keep it to the minimum possible.
|
||||
max-complexity = 16
|
||||
|
Loading…
Reference in New Issue
Block a user