From 82f810c0ca30a4c43204b0618c600f399fdf2a95 Mon Sep 17 00:00:00 2001 From: Tetiana Lashchova Date: Thu, 17 Sep 2015 16:59:29 +0300 Subject: [PATCH] Remove H904 rule from ignore list H904 rule is removed since hacking 0.10.0 [1] [1] http://git.openstack.org/cgit/openstack-dev/hacking/tag/?id=0.10.0 Change-Id: If6722368a2a5ccc6ec7ab7562210854ee0b2b18c --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index f6091b0b..a0eb39fa 100644 --- a/tox.ini +++ b/tox.ini @@ -41,9 +41,8 @@ commands = oslo-config-generator --config-file etc/oslo-config-generator/murano. [flake8] # H233 Python 3.x incompatible use of print operator # H405 Multi line docstring summary not separated with an empty line -# H904 Wrap long lines in parentheses instead of a backslash -ignore = H233,H405,H904 +ignore = H233,H405 show-source = true builtins = _ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools