Update flake8 ignore list
In hacking > 0.10.0, there is no E123 and E125, so this commit to delete them. Change-Id: Ib816ef3436b9adfa6d8cbaf6eeafe8757f576caf
This commit is contained in:
parent
a7393f446a
commit
1cae6f2e08
3
tox.ini
3
tox.ini
@ -29,12 +29,11 @@ commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenote
|
||||
|
||||
[flake8]
|
||||
# H803 skipped on purpose per list discussion.
|
||||
# E123, E125 skipped as they are invalid PEP-8.
|
||||
# H404 multi line docstring should start with a summary
|
||||
# H405 multi line docstring summary not separated with an empty line
|
||||
## TODO(ruhe) following checks should be fixed
|
||||
# E721 do not compare types, use 'isinstance()'
|
||||
show-source = True
|
||||
ignore = E123,E125,E721,H404,H405,H803
|
||||
ignore = E721,H404,H405,H803
|
||||
builtins = _
|
||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
|
||||
|
Loading…
Reference in New Issue
Block a user