summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorjacky06 <zhang.min@99cloud.net>2019-03-06 22:41:58 +0800
committercaoyuan <cao.yuan@99cloud.net>2019-03-27 09:06:39 +0000
commitb8ecb0bc0386fe4b001d6122004c4bb3f6e22a71 (patch)
tree00c673186d0c583f74e10603a0fe5562d84a6dea /tox.ini
parent60a707e73a9ad52cdacd23933cb3a5ac4d419eef (diff)
downloadpython-glanceclient-b8ecb0bc0386fe4b001d6122004c4bb3f6e22a71.tar.gz
Update hacking version
Use latest release 1.1.0 and compatible changes w.r.t pep8 Change-Id: Ifc3b96d98c1a7feff187f953d487e12135887fb9
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b2b2865..27170de 100644
--- a/tox.ini
+++ b/tox.ini
@@ -74,7 +74,8 @@ commands =
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[flake8]
-ignore = F403,F812,F821
+# E731 skipped as assign a lambda expression
+ignore = E731,F403,F812,F821
show-source = True
exclude = .venv*,.tox,dist,*egg,build,.git,doc,*lib/python*,.update-venv