summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSergey Nikitin <snikitin@mirantis.com>2015-01-20 18:05:47 +0300
committerSergey Nikitin <snikitin@mirantis.com>2015-01-20 18:05:47 +0300
commita8a87900cf99e8759849a274d5ac19baa2e7f0f7 (patch)
treed63b4b389d2f7f882ef9d1d38ab9410c9689baaf /tox.ini
parent07c2929f88013b5daa097f2715e90a6eea79cdd9 (diff)
downloadnova-a8a87900cf99e8759849a274d5ac19baa2e7f0f7.tar.gz
Enable check for H238 rule
Fix H238 failures and enable check for H238 H238 old style class declaration, use new style (inherit from `object`) Change-Id: I71dd353ab260a513c5df5af0ee07754e23878570
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a8fd01212f..74d7d469a1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -68,7 +68,7 @@ commands = python setup.py build_sphinx
# E251 Skipped due to https://github.com/jcrocholl/pep8/issues/301
# New from hacking 0.10: H238
-ignore = E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E251,H405,H238
+ignore = E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E251,H405
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools/xenserver*
# To get a list of functions that are more complex than 25, set max-complexity
# to 25 and run 'tox -epep8'.