Enable H233: Python 3.x incompatible use of print operator
This commit removes H233 from ignored list and fixes corresponding code to pass the check. Change-Id: I5f842e74e5c05f421307e29c059d63b309f1d23d
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -39,10 +39,9 @@ commands = bash tools/lintstack.sh
|
||||
commands = oslo-config-generator --config-file etc/oslo-config-generator/murano.conf
|
||||
|
||||
[flake8]
|
||||
# H233 Python 3.x incompatible use of print operator
|
||||
# H405 Multi line docstring summary not separated with an empty line
|
||||
|
||||
ignore = H233,H405
|
||||
ignore = H405
|
||||
show-source = true
|
||||
builtins = _
|
||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools
|
||||
|
||||
Reference in New Issue
Block a user