summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTin Lam <tl3438@att.com>2016-03-25 03:07:45 -0500
committerTin Lam <tl3438@att.com>2016-04-18 16:23:59 +0000
commitcd5925bc60a5298ecc7182bf058a1b3a5bec30cf (patch)
tree9117aff234220044583408b490a978ced977b899 /tox.ini
parent04e1ea73a5159f07eac5bf6ef40f33e7f724f901 (diff)
downloadpython-glanceclient-cd5925bc60a5298ecc7182bf058a1b3a5bec30cf.tar.gz
Enable hacking checks
Enabled following hacking checks from tox.ini: - H233 Python 3.x incompatible use of print operator - H303 no wildcard import - H404 multi line docstring should start with a summary Change-Id: I2553bcd3e80c00acc08d135a1d2dadfb6cda49fe Partial-Bugs: #1475054
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 1 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index c173d0d..df181c3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -41,12 +41,7 @@ commands=
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[flake8]
-# H233 Python 3.x incompatible use of print operator
-# H301 one import per line
-# H303 no wildcard import
-# H404 multi line docstring should start with a summary
-
-ignore = F403,F812,F821,H233,H301,H303,H404
+ignore = F403,F812,F821
show-source = True
exclude = .venv*,.tox,dist,*egg,build,.git,doc,*openstack/common*,*lib/python*,.update-venv