mirror of
https://github.com/kemayo/leech
synced 2025-12-06 08:22:56 +01:00
7 lines
165 B
INI
7 lines
165 B
INI
[flake8]
|
|
extend_ignore =
|
|
# E128 continuation line under-indented for visual indent
|
|
# E128,
|
|
# E501 line too long
|
|
E501
|
|
exclude = .git,__pycache__,venv
|