diff options
| author | yobmod <yobmod@gmail.com> | 2021-03-04 21:24:11 +0000 |
|---|---|---|
| committer | yobmod <yobmod@gmail.com> | 2021-03-04 21:24:11 +0000 |
| commit | 85ebfb2f0dedb18673a2d756274bbcecd1f034c4 (patch) | |
| tree | 981da71a075b7b9c0c0c05df1f52680e3a00b03c /tox.ini | |
| parent | 26ccee15ae1712baf68df99d3f5f2fec5517ecbd (diff) | |
| download | gitpython-85ebfb2f0dedb18673a2d756274bbcecd1f034c4.tar.gz | |
Combined commits to add types to base.py and fun.py
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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/ |
