diff options
| author | jacky06 <zhang.min@99cloud.net> | 2019-03-06 22:41:58 +0800 |
|---|---|---|
| committer | caoyuan <cao.yuan@99cloud.net> | 2019-03-27 09:06:39 +0000 |
| commit | b8ecb0bc0386fe4b001d6122004c4bb3f6e22a71 (patch) | |
| tree | 00c673186d0c583f74e10603a0fe5562d84a6dea /tox.ini | |
| parent | 60a707e73a9ad52cdacd23933cb3a5ac4d419eef (diff) | |
| download | python-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.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
