Remove _ from builtins

This helps ensure that the _ from i18n is used.

Change-Id: Ibffca00435203d4ef3538fa3d9cd020f77c31c36
This commit is contained in:
Oleksii Chuprykov 2014-11-03 14:50:10 +02:00
parent dbe7208b04
commit 4d03328881
1 changed files with 0 additions and 1 deletions

View File

@ -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