flake8 - remove unused rules
Change-Id: Ibe23b07d82be32bf7bcdc69ef259d3eaaebf0435
This commit is contained in:
parent
ae32983198
commit
f222f80930
5
tox.ini
5
tox.ini
@ -29,11 +29,8 @@ commands = python setup.py build_sphinx
|
||||
commands = python setup.py testr --coverage --testr-args='{posargs}'
|
||||
|
||||
[flake8]
|
||||
# H803 skipped on purpose per list discussion.
|
||||
# E123, E125 skipped as they are invalid PEP-8.
|
||||
|
||||
ignore = E123,H405
|
||||
show-source = True
|
||||
ignore = E123,E125,H302,H304,H405,H803
|
||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,__init__.py
|
||||
|
||||
[testenv:pip-missing-reqs]
|
||||
|
Loading…
Reference in New Issue
Block a user