run flake8 on all .py files

This commit is contained in:
Mike Fährmann
2022-02-23 22:47:05 +01:00
parent fb2dbb04e2
commit b337e51e91
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
[flake8]
exclude = gallery_dl/__init__.py,gallery_dl/__main__.py,setup.py,build,scripts,archive
exclude = build,archive
ignore = E203,E226,W504
per-file-ignores =
setup.py: E501
gallery_dl/extractor/500px.py: E501