Enable gating on E711 and E712
Removed ignores from the flake8 config that are no longer relevant as there are no violations of these checks. Change-Id: Ib062913ffdfbdeb6d0f79c30a352d0207d5200df
This commit is contained in:
parent
b3834e4eb0
commit
49fc4a9233
4
tox.ini
4
tox.ini
@ -32,9 +32,7 @@ commands =
|
||||
commands = {posargs}
|
||||
|
||||
[flake8]
|
||||
# E711: ignored because it is normal to use "column == None" in sqlalchemy
|
||||
# E712 is ignored on purpose, since it is normal to use 'column == true'
|
||||
# H302 import only modules.
|
||||
ignore = E121,E122,E123,E124,E126,E127,E128,E711,E712,H302
|
||||
ignore = E121,E122,E123,E124,E126,E127,E128,H302
|
||||
builtins = _
|
||||
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
|
||||
|
Loading…
x
Reference in New Issue
Block a user