summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-02-09 19:22:18 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-02-09 19:22:18 +0100
commitfe426d404b727d0567f21871f61cc6dc881e8bf0 (patch)
treec5f4042a65ab7ba598c8110bb12340afb8cdc4c3 /tox.ini
parent756b7ad43d0ad18858075f90ce5eaec2896d439c (diff)
downloadgitpython-fe426d404b727d0567f21871f61cc6dc881e8bf0.tar.gz
Minor Flake8 fixes.
Latest version of it is required to show the issues travis shows as well
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index bb1e9a85..da624b5e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,7 +18,9 @@ commands = {posargs}
[flake8]
#show-source = True
# E265 = comment blocks like @{ section, which it can't handle
+# E266 = too many leading '#' for block comment
+# E731 = do not assign a lambda expression, use a def
# W293 = Blank line contains whitespace
-ignore = E265,W293
+ignore = E265,W293,E266,E731
max-line-length = 120
exclude = .tox,.venv,build,dist,doc,git/ext/