diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-06 22:51:07 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-09 20:15:43 +0200 |
commit | a029aa7f9c05b5b868155093067b8e7b1f0b953c (patch) | |
tree | 020b4fa65ded60f43a33f63ed8ffdda91f084c95 /.flake8 | |
parent | e73f7624be58caf03fb3c8248b1311dd21a32772 (diff) | |
download | pylint-git-a029aa7f9c05b5b868155093067b8e7b1f0b953c.tar.gz |
More explicit comment in flake8 configuration
Diffstat (limited to '.flake8')
-rw-r--r-- | .flake8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ [flake8] ignore = E203, W503, # Incompatible with black see https://github.com/ambv/black/issues/315 - E501, # Lot of offending line right now + E501, # Lot of lines too long right now max-line-length=88 max-complexity=39 |