aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-02-09 19:22:32 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-02-09 19:22:32 +0100
commitae0b6fe15e0b89de004d4db40c4ce35e5e2d4536 (patch)
treec5f4042a65ab7ba598c8110bb12340afb8cdc4c3 /tox.ini
parentd8bbfea4cdcb36ce0e9ee7d7cad4c41096d4d54f (diff)
parentfe426d404b727d0567f21871f61cc6dc881e8bf0 (diff)
downloadGitPython-ae0b6fe15e0b89de004d4db40c4ce35e5e2d4536.tar.gz
GitPython-ae0b6fe15e0b89de004d4db40c4ce35e5e2d4536.zip
Merge branch 'yarikoptic-bf/tests-on-debians'
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/