summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authoryobmod <yobmod@gmail.com>2021-03-04 21:24:11 +0000
committeryobmod <yobmod@gmail.com>2021-03-04 21:24:11 +0000
commit85ebfb2f0dedb18673a2d756274bbcecd1f034c4 (patch)
tree981da71a075b7b9c0c0c05df1f52680e3a00b03c /tox.ini
parent26ccee15ae1712baf68df99d3f5f2fec5517ecbd (diff)
downloadgitpython-85ebfb2f0dedb18673a2d756274bbcecd1f034c4.tar.gz
Combined commits to add types to base.py and fun.py
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ad126ed4..d9d1594d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -23,6 +23,7 @@ commands = {posargs}
# 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,E266,E731
+# W504 = Line break after operator
+ignore = E265,W293,E266,E731, W504
max-line-length = 120
exclude = .tox,.venv,build,dist,doc,git/ext/