summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAkihiro Motoki <motoki@da.jp.nec.com>2014-10-19 04:44:57 +0900
committerAkihiro Motoki <motoki@da.jp.nec.com>2014-10-19 19:41:58 +0900
commit2e5485d8c5e3beeec2b6490495c68eb7cf0b72ea (patch)
tree610a3326419e05046a354784f52d726fd827b262 /tox.ini
parentb1c4cd624879f42617442ab867562e4eddccb458 (diff)
downloaddjango_openstack_auth-2e5485d8c5e3beeec2b6490495c68eb7cf0b72ea.tar.gz
Bump hacking to 0.9.x series
In order to sync global-requirements, this patch bumps hacking to 0.9.x series. H236, H305, H307 errors are fixed in this patch. H307 and H904 are added to the ignore list. Change-Id: I37c16ad67912dec8ce1562676ae0ebbfbe277d99
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 2f75ac5..9e1bdd9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -41,8 +41,10 @@ downloadcache = ~/cache/pip
[flake8]
builtins = _
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,panel_template,dash_template,local_settings.py
+# H405 multi line docstring summary not separated with an empty line
# H803 git commit title should not end with period (disabled on purpose, see bug #1236621)
-ignore = H803
+# H904 Wrap long lines in parentheses instead of a backslash
+ignore = H405,H803,H904
[hacking]
import_exceptions = django.conf.settings,