diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -37,10 +37,8 @@ commands= downloadcache = ~/cache/pip [flake8] -# E125 continuation line does not distinguish itself from next logical line -# -# TODO Fix the following rules from hacking 0.9.x # H405 multi line docstring summary not separated with an empty line -ignore = E125,H405 +# (mutli line docstring is used in unit tests frequently) +ignore = H405 show-source = true exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools |
