Remove hacking select line
Contrary to popular belief, this does not mean "also check this". It means "only check this and don't check anything else". So this was testing _only_ H321. Change-Id: I8ae173e62d57232cec1bf751004fe4213214353b
This commit is contained in:
parent
9673c36c2b
commit
d5d539da81
1
tox.ini
1
tox.ini
@ -33,7 +33,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
|
|||||||
[flake8]
|
[flake8]
|
||||||
# Infra does not follow hacking, nor the broken E12* things
|
# Infra does not follow hacking, nor the broken E12* things
|
||||||
ignore = E123,E125,H
|
ignore = E123,E125,H
|
||||||
select = H231
|
|
||||||
show-source = True
|
show-source = True
|
||||||
builtins = _
|
builtins = _
|
||||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
|
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user