Enable hacking H233 rule
H233: Check that all occurrences look like print functions, not print operator. Change-Id: Ida43c6d68c605f7b6aba32a3aa4155811b888ef2
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -28,6 +28,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
|
|||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
ignore = H233
|
ignore = None
|
||||||
show-source = True
|
show-source = True
|
||||||
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
|
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
|
||||||
|
|||||||
Reference in New Issue
Block a user