summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2014-09-21 02:44:37 -0400
committerSteve Martinelli <stevemar@ca.ibm.com>2014-09-21 02:44:37 -0400
commit394d202a6aca41a5f90436d9c6a5728bf8ce5af8 (patch)
tree3ec82f89cb164be1afbbaa42bbd2c4cd3b5c9af8 /tox.ini
parent026b6201bf0594b348e6cf30a3ff26bdb688d5f6 (diff)
downloadpython-keystoneclient-394d202a6aca41a5f90436d9c6a5728bf8ce5af8.tar.gz
Update hacking to 0.9.x
Address some issues that came up because of hacking upgrade. But ignoring H904 since the slashes are valid, as they are in comments, not code. Change-Id: Ie8a94fc71632e4130c2ec663a5c6d3f2042f8263 Closes-Bug: #1328469
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 82c2435..e2b8617 100644
--- a/tox.ini
+++ b/tox.ini
@@ -38,7 +38,8 @@ commands =
# H803 Commit message should not end with a period (do not remove per list discussion)
# H405: multi line docstring summary not separated with an empty line
# E122: continuation line missing indentation or outdented
-ignore = F821,H304,H803,H405,E122
+# H904: Wrap long lines in parentheses instead of a backslash
+ignore = F821,H304,H803,H405,E122,H904
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build,*openstack/common*