mirror of
https://opendev.org/openstack/python-heatclient.git
synced 2026-01-16 23:00:35 +00:00
Remove _ from builtins
This helps ensure that the _ from i18n is used. Change-Id: Ibffca00435203d4ef3538fa3d9cd020f77c31c36
This commit is contained in:
parent
dbe7208b04
commit
4d03328881
1 changed files with 0 additions and 1 deletions
1
tox.ini
1
tox.ini
|
|
@ -34,6 +34,5 @@ downloadcache = ~/cache/pip
|
|||
show-source = True
|
||||
# H302: Do not import objects, only modules
|
||||
ignore = H302
|
||||
builtins = _
|
||||
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build
|
||||
max-complexity=20
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue