summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChristian Berendt <berendt@b1-systems.de>2014-07-17 10:23:52 +0200
committerChristian Berendt <berendt@b1-systems.de>2014-07-17 10:24:10 +0200
commitfbdeb41af0c9df0e8d4ad8d5cff0ce13fb65b8c4 (patch)
treeb95a5813e4457b21557d03754d7ef44d2c203688 /tox.ini
parent0fb150cab3979be46c798daf2b2439631aaaeada (diff)
downloadpycadf-fbdeb41af0c9df0e8d4ad8d5cff0ce13fb65b8c4.tar.gz
Enabled hacking checks H305 and H307
* H305 imports not grouped correctly * H307 like imports should be grouped together Change-Id: Ied0e83b9b37dcb7a7a60a653093c3fa0d8e56226
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 386f24c..672ef57 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,6 +28,6 @@ commands = {posargs}
[flake8]
show-source = True
-ignore = E128,E251,E265,H305,H307,H405,H904
+ignore = E128,E251,E265,H405,H904
exclude = .tox,dist,doc,*.egg,build,./pycadf/openstack/common
builtins = _