summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2013-05-23 14:09:09 -0500
committerGerrit Code Review <review@openstack.org>2013-05-23 23:48:04 +0000
commit67175a667308e534c1d55931322bbd36e1e0a7c5 (patch)
tree32cc99c03c99899ce2d43711e558961345d56a90 /tox.ini
parent71c6a4b88279ddf9047595fb4c1ffbce4062621d (diff)
downloadkeystone-67175a667308e534c1d55931322bbd36e1e0a7c5.tar.gz
keystone-67175a667308e534c1d55931322bbd36e1e0a7c5.tar.xz
keystone-67175a667308e534c1d55931322bbd36e1e0a7c5.zip
use the 'not in' operator (flake8 H902)
... when evaluating membership in a collection. Change-Id: I3fd3d5b5d5ea505833be50193b8969f8c4feb135
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 6fb00d64..726b6e42 100644
--- a/tox.ini
+++ b/tox.ini
@@ -43,8 +43,7 @@ show-source = true
# H701: empty localization string
# H702: use bare string concatenation instead of +; formatting operation should be outside of localization method call
# H703: multiple positional placeholders
-# H902: use the 'not in' operator for collection membership evaluation
-ignore = H201,H301,H302,H304,H306,H401,H402,H403,H404,H701,H702,H703,H902
+ignore = H201,H301,H302,H304,H306,H401,H402,H403,H404,H701,H702,H703
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools,vendor