mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 10:42:34 +01:00
c6d5154fc3
pycodestyle 2.4.0 enforces some new style guidelines
4 lines
120 B
INI
4 lines
120 B
INI
[flake8]
|
|
exclude = gallery_dl/__init__.py,gallery_dl/__main__.py,setup.py,build,scripts,archive
|
|
ignore = E203,E226,W504
|