diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2021-03-12 10:23:12 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-12 10:23:12 +0800 |
| commit | 63c31b60acf2286095109106a4e9b2a4289ec91f (patch) | |
| tree | 01dc891f912671c3b98690e9e7f91cafc8fd325e /tox.ini | |
| parent | 20f4a9d49b466a18f1af1fdfb480bc4520a4cdc2 (diff) | |
| parent | 85ebfb2f0dedb18673a2d756274bbcecd1f034c4 (diff) | |
| download | gitpython-63c31b60acf2286095109106a4e9b2a4289ec91f.tar.gz | |
Merge pull request #1192 from Yobmod/main
Add initial types to repo/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/ |
