include 'test/results' in flake8 checks

This commit is contained in:
Mike Fährmann
2024-01-05 18:16:33 +01:00
parent e61f016465
commit 217fa7f8a1
6 changed files with 67 additions and 70 deletions

View File

@@ -1,7 +1,8 @@
[flake8]
exclude = .git,__pycache__,build,dist,archive,results
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