mirror of
https://github.com/kemayo/leech
synced 2025-12-06 08:22:56 +01:00
flake8 should extend_ignore not ignore
This commit is contained in:
parent
66576048da
commit
4d93f84efa
1 changed files with 1 additions and 3 deletions
4
.flake8
4
.flake8
|
|
@ -1,9 +1,7 @@
|
|||
[flake8]
|
||||
ignore =
|
||||
extend_ignore =
|
||||
# E128 continuation line under-indented for visual indent
|
||||
# E128,
|
||||
# E501 line too long
|
||||
E501
|
||||
# W504 line break after binary operator
|
||||
W504
|
||||
exclude = .git,__pycache__,venv
|
||||
|
|
|
|||
Loading…
Reference in a new issue