Merge "Remove E12* from list of deliberately ignored flake8 rules"
This commit is contained in:
commit
bda83f92d1
3
tox.ini
3
tox.ini
@ -41,8 +41,7 @@ downloadcache = ~/cache/pip
|
||||
# H904 wrap long lines in parentheses instead of a backslash
|
||||
# reason: removed in hacking (https://review.openstack.org/#/c/101701/)
|
||||
#
|
||||
# Additional checks are also ignored on purpose: E124, E126,
|
||||
# E127, E128, E129, F811, F821
|
||||
# Additional checks are also ignored on purpose: F811, F821
|
||||
ignore = E124,E126,E127,E128,E129,F811,F821,H402,H404,H405,H904
|
||||
show-source = True
|
||||
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,doc/source/conf.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user