summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChristian Berendt <berendt@b1-systems.de>2014-07-23 20:20:02 +0200
committerChristian Berendt <berendt@b1-systems.de>2014-08-01 19:51:48 +0000
commit011f0c3c3a20ebb95c0bda8df52f1d2844db1e7b (patch)
treec1a685b178be0adb831e882ffdce33d76e908e6a /tox.ini
parented95886b42a3a5afc096b7377dcd228dd0ace0dd (diff)
downloadpycadf-011f0c3c3a20ebb95c0bda8df52f1d2844db1e7b.tar.gz
Enable PEP8 checks E128, E251 and E265
* E128 continuation line under-indented for visual indent * E251 unexpected spaces around keyword / parameter equals * E265 block comment should start with '# ' Change-Id: Ie4b7d8a392c8e8bed58c171b5fc1b9db308036bc
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 672ef57..5f2e53f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,6 +28,6 @@ commands = {posargs}
[flake8]
show-source = True
-ignore = E128,E251,E265,H405,H904
+ignore = H405,H904
exclude = .tox,dist,doc,*.egg,build,./pycadf/openstack/common
builtins = _