diff options
author | ricolin <rico.l@inwinstack.com> | 2015-11-15 21:34:22 +0800 |
---|---|---|
committer | ricolin <rico.l@inwinstack.com> | 2015-11-16 23:34:57 +0800 |
commit | 47cbec7ff5dbad0c467e29648c86d1443e0b3c4e (patch) | |
tree | a06bf7023a52bb6cac7d87aafa2592aa6a4b6de2 /tox.ini | |
parent | b4690a2f80f25480547d31bcf64f733b2219c134 (diff) | |
download | python-heatclient-47cbec7ff5dbad0c467e29648c86d1443e0b3c4e.tar.gz |
Enable pep8 H405 tests
Enabled H405 multi line docstring summary not separated with an empty
line in tox testing.
Change-Id: I89d063133154ae343315872b677fa06cc901cf3b
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ commands= downloadcache = ~/cache/pip [flake8] -ignore = E123,E126,E128,E241,E265,E713,H202,H405,H238 +ignore = E123,E126,E128,E241,E265,E713,H202,H238 show-source = True exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build max-complexity=20 |