Merge "Update flake8 ignore list"
This commit is contained in:
commit
07c52502aa
4
tox.ini
4
tox.ini
@ -39,10 +39,8 @@ commands = python setup.py build_sphinx
|
||||
|
||||
[flake8]
|
||||
# H803 skipped on purpose per list discussion.
|
||||
# E123, E125 skipped as they are invalid PEP-8.
|
||||
|
||||
show-source = True
|
||||
ignore = E123,E125,H803
|
||||
ignore = H803
|
||||
builtins = _
|
||||
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,*autogenerate_config_docs/venv,*autogenerate_config_docs/sources
|
||||
# 28 is currently the most complex thing we have
|
||||
|
Loading…
x
Reference in New Issue
Block a user