summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChristian Berendt <berendt@b1-systems.de>2014-07-21 08:09:38 +0200
committerChristian Berendt <berendt@b1-systems.de>2014-08-04 12:15:34 +0000
commit500f1e5dca632de638b8aa0e747d2ffca242ae40 (patch)
tree952de77718fbe4e9bb8039a59dedf0bf27628de0 /tox.ini
parent63a6d6229b3a58af3056477e631480b7dec96024 (diff)
downloadoslo-messaging-500f1e5dca632de638b8aa0e747d2ffca242ae40.tar.gz
Enable check for E226
* E226 missing whitespace around arithmetic operator Change-Id: Iee5f6a952d9b12c6c8a4a79ef656fc7f94170776
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 40bb438..9e52f55 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,7 +25,7 @@ commands = python setup.py build_sphinx
[flake8]
show-source = True
-ignore = E226,E241,E265,E714,H237,H402,H405,H904
+ignore = E241,E265,E714,H237,H402,H405,H904
exclude = .tox,dist,doc,*.egg,build,__init__.py
builtins = _