From ec9ffdb979ab1c0ff36853e6a1c35c38fef793e4 Mon Sep 17 00:00:00 2001 From: Christian Berendt <berendt@b1-systems.de> Date: Wed, 23 Jul 2014 21:05:04 +0200 Subject: [PATCH] Enable PEP8 check E265 Change-Id: Idf41d967fb06a063d02c19987733ba3757aa466f --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6b262c550..6832ed2f0 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ commands = python setup.py build_sphinx [flake8] show-source = True -ignore = E265,E714,H237,H402,H405,H904 +ignore = E714,H237,H402,H405,H904 exclude = .tox,dist,doc,*.egg,build,__init__.py builtins = _