mirror of
https://github.com/kemayo/leech
synced 2025-12-27 10:51:04 +01:00
7 lines
158 B
INI
7 lines
158 B
INI
[flake8]
|
|
ignore =
|
|
# E128 continuation line under-indented for visual indent
|
|
# E128,
|
|
# E501 line too long
|
|
E501
|
|
exclude = .git,__pycache__,venv
|