summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2019-08-26 22:00:28 +0100
committerStephen Finucane <sfinucan@redhat.com>2019-08-27 16:57:23 +0100
commit57d7c53739487e9fa0051ae12d8609acebaaf0e1 (patch)
tree2b177be5f180b3a09a07ca366994f1d5d1cf3b67 /tox.ini
parentfa0dd5652d82f8d238742f2d50c5514dec6f29a8 (diff)
downloadpbr-57d7c53739487e9fa0051ae12d8609acebaaf0e1.tar.gz
Update to latest hacking
Change-Id: If73238a39d0934c6f577fc52132fcbc63e8eb25f Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 2 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index ca87002..d48c770 100644
--- a/tox.ini
+++ b/tox.ini
@@ -48,10 +48,8 @@ commands =
coverage xml -o cover/coverage.xml
[flake8]
-# H405 multi line docstring summary not separated with an empty line
-# H904 "Wrap lines in parentheses and not a backslash for line continuation
-# Removed in current hacking (https://review.openstack.org/#/c/101701/).
-ignore = H803,H904
+# W504 (you have to choose this or W503)
+ignore = W504
exclude = .venv,.tox,dist,doc,*.egg,build
show-source = true