summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJoe Gordon <joe.gordon0@gmail.com>2015-01-11 01:30:19 +0000
committerJoe Gordon <joe.gordon0@gmail.com>2015-01-12 09:40:49 +1300
commit0eb2e72d38ff4aee9dac9ec909282ecb5c4fd0d0 (patch)
treee041a1ea49d8d7dcee287bb5b360b50c6f7b1817 /tox.ini
parent71fe9cb82ededbf5e01205409e9eefd35bff0a22 (diff)
downloadpython-novaclient-0eb2e72d38ff4aee9dac9ec909282ecb5c4fd0d0.tar.gz
Move to hacking 0.10
Release notes: http://lists.openstack.org/pipermail/openstack-dev/2015-January/054165.html Explicitly move everything to new style classes (H238). http://python3porting.com/preparing.html#use-new-style-classes Remove deleted hacking rules from tox.ini Change-Id: If65b0060e6f64a456b4869ef4129ad15aef107fb
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 1 insertions, 7 deletions
diff --git a/tox.ini b/tox.ini
index 88ac1e26..72fb4382 100644
--- a/tox.ini
+++ b/tox.ini
@@ -35,14 +35,8 @@ downloadcache = ~/cache/pip
#
# Following checks are ignored on purpose.
#
-# H402 one line docstring needs punctuation
-# reason: removed in hacking (https://review.openstack.org/#/c/101497/)
-#
-# H904 wrap long lines in parentheses instead of a backslash
-# reason: removed in hacking (https://review.openstack.org/#/c/101701/)
-#
# Additional checks are also ignored on purpose: F811, F821
-ignore = E124,F811,F821,H402,H404,H405,H904
+ignore = E124,F811,F821,H404,H405
show-source = True
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,doc/source/conf.py