summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChristian Berendt <berendt@b1-systems.de>2014-07-22 14:22:57 +0200
committerChristian Berendt <berendt@b1-systems.de>2014-07-22 14:22:57 +0200
commitb077c056e3ee8c0dd93d0994455dd79605f620d0 (patch)
treebdd76a50354ec3fbe877c40de67a9ec74280c9d2 /tox.ini
parentee94082d4884dafea419c321bec40aa22244d07f (diff)
downloadpbr-b077c056e3ee8c0dd93d0994455dd79605f620d0.tar.gz
Bump hacking to 0.9.x series
Ignore H904 because it's a deprecated hacking check. Ignore H405 because it should be fixed with a separate patch. Change-Id: I2e3bf41474cead1a860810886791e025139cca3b
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 51d55e2..272272e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -30,6 +30,9 @@ commands =
commands = {posargs}
[flake8]
-ignore = H803
+# 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 = H405,H803,H904
exclude = .venv,.tox,dist,doc,*.egg,build
show-source = true