Add H233 to ignores in tox.ini
The auto-pull of updated libs added to devstack will result in the python 3.3 print checks being added which we're not ready for. Temporarily add this to our tox.ini ignore list until we have a chance to go through and fix these. Change-Id: Ie6e0e28433e9b1240b94ed4a323a97a85e475a17
This commit is contained in:
parent
b28e706a80
commit
1325fdde11
2
tox.ini
2
tox.ini
@ -43,6 +43,6 @@ commands =
|
||||
commands = {posargs}
|
||||
|
||||
[flake8]
|
||||
ignore = E711,E712,F401,F403,F811,F841,H302,H303,H304,H402,H404
|
||||
ignore = E711,E712,F401,F403,F811,F841,H233,H302,H303,H304,H402,H404
|
||||
builtins = _
|
||||
exclude = .git,.venv,.tox,dist,doc,common,*egg,build
|
||||
|
Loading…
x
Reference in New Issue
Block a user