mirror of
https://opendev.org/openstack/python-heatclient.git
synced 2026-01-16 23:00:35 +00:00
Enable hacking H233 rule
H233: Python 3.x incompatible use of print operator Python 3 support is a good feature for OpenStack service client, and we already have a patch for H233 but still ignore it in hacking check, we can enable it to avoid introducing such problem again. Change-Id: I5295ef62eef7a9f6ec7f2b67d6b68dbe2dec7067 ref: https://review.openstack.org/#/c/52841/
This commit is contained in:
parent
884d5403bc
commit
8567c289e2
1 changed files with 2 additions and 1 deletions
3
tox.ini
3
tox.ini
|
|
@ -26,6 +26,7 @@ downloadcache = ~/cache/pip
|
|||
|
||||
[flake8]
|
||||
show-source = True
|
||||
ignore = H233,H302
|
||||
# H302: Do not import objects, only modules
|
||||
ignore = H302
|
||||
builtins = _
|
||||
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue