summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-08-05 18:03:37 -0300
committerMark J. Washenberger <mark.washenberger@markwash.net>2013-08-10 10:49:11 -0700
commit1f2eef510f61ef90be4868c0e67c1e0861613b7d (patch)
treedc51cb4bb3a057a873e02a73cde96908b666409b /tox.ini
parenteb47b55dbd078aea4eedcc70ad44d189510c6644 (diff)
downloadpython-glanceclient-1f2eef510f61ef90be4868c0e67c1e0861613b7d.tar.gz
Updated from global requirements
Change-Id: I2e2bd3a38458e1307bcc0410da74dc76c0a5987a
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 386aea0..8980ada 100644
--- a/tox.ini
+++ b/tox.ini
@@ -26,10 +26,12 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
downloadcache = ~/cache/pip
[flake8]
+# H233 Python 3.x incompatible use of print operator
# H302 import only modules
# H303 no wildcard import
# H306 imports not in alphabetical orde
# H404 multi line docstring should start with a summary
-ignore = F403,F841,F812,F821,H302,H303,H306,H404
+# H501 Do not use locals() for string formatting
+ignore = F403,F841,F812,F821,H233,H302,H303,H306,H404,H501
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build