flake8 - remove unused rules
Change-Id: Icbf1ddd8d9d6c8b24a9938f3d31a59ea70360074
This commit is contained in:
parent
4ff6635921
commit
ca1a4c217a
5
tox.ini
5
tox.ini
@ -36,11 +36,8 @@ commands = python setup.py build_sphinx
|
||||
commands = python setup.py testr --coverage --testr-args='{posargs}'
|
||||
|
||||
[flake8]
|
||||
# H305,H307 - fail to detect that oslo.config is an external library
|
||||
# H405,E126 - should be fixed
|
||||
|
||||
show-source = True
|
||||
ignore = H305,H307,H405,E126
|
||||
ignore = H405
|
||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
|
||||
|
||||
[hacking]
|
||||
|
Loading…
x
Reference in New Issue
Block a user