From 2e5485d8c5e3beeec2b6490495c68eb7cf0b72ea Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Sun, 19 Oct 2014 04:44:57 +0900 Subject: 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 --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tox.ini') 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, -- cgit v1.2.1