Codebase list python-castellan / 01df1e7
Activate pep8 check that _ is imported Remove the specification in tox.ini that _ is a builtin so that it will no longer assume that _ does not need to be imported. This helps ensure that the _ from i18n is used. Activating this check did not flag any violations. Change-Id: Ibb45131025bb64feb26d3c2fd596fe2b07c0b889 Tom Cocozzello 8 years ago
1 changed file(s) with 0 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
3030
3131 show-source = True
3232 ignore = E123,E125,H803
33 builtins = _
3433 exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build