Flake8 update
In hacking > 0.10.0, there is no E123 and E125, so this commit to delete them. [1]:https://github.com/openstack-dev/hacking/blob/master/setup.cfg Change-Id: I0b073bb9670fe61d08755e6731c81b3ddc60d008
This commit is contained in:
parent
0021c6fafa
commit
e2493ca6a3
3
tox.ini
3
tox.ini
@ -47,8 +47,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
|
||||
|
||||
[flake8]
|
||||
show-source = True
|
||||
# E123, E125 skipped as they are invalid PEP-8.
|
||||
# H405 multi line docstring summary not separated with an empty line
|
||||
ignore = E123,E125,H405
|
||||
ignore = H405
|
||||
builtins = _
|
||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,.ropeproject,tools,releasenotes
|
||||
|
Loading…
x
Reference in New Issue
Block a user