Remove H233 from flake8 ignore list
We support python3 so we can stop ignoring H233. Change-Id: Ifeda88a3af03a15ea35dd8dc491472df0b3bc7ab
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -38,11 +38,10 @@ basepython = python3
|
||||
commands = elastic-recheck -f -n --noirc elasticRecheck.conf
|
||||
|
||||
[flake8]
|
||||
# H233 Skipped because don't support python3 yet
|
||||
# E125 Skipped because it's an overreach (and anti-emacs)
|
||||
# E123 Skipped because it decreases clarity in many cases
|
||||
|
||||
ignore = E123,E125,H233
|
||||
ignore = E123,E125
|
||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
|
||||
|
||||
[testenv:docs]
|
||||
|
Reference in New Issue
Block a user