mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 10:42:34 +01:00
9 lines
244 B
INI
9 lines
244 B
INI
[flake8]
|
|
exclude = .git,__pycache__,build,dist,archive
|
|
ignore = E203,E226,W504
|
|
per-file-ignores =
|
|
setup.py: E501
|
|
gallery_dl/extractor/500px.py: E501
|
|
gallery_dl/extractor/mangapark.py: E501
|
|
test/results/*.py: E122,E241,E402,E501
|