summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-06 22:51:07 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-09 20:15:43 +0200
commita029aa7f9c05b5b868155093067b8e7b1f0b953c (patch)
tree020b4fa65ded60f43a33f63ed8ffdda91f084c95 /.flake8
parente73f7624be58caf03fb3c8248b1311dd21a32772 (diff)
downloadpylint-git-a029aa7f9c05b5b868155093067b8e7b1f0b953c.tar.gz
More explicit comment in flake8 configuration
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index 13e17c35f..9a701d7f0 100644
--- a/.flake8
+++ b/.flake8
@@ -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