diff options
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,10 +1,11 @@ [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 [egg_info] tag_build = |
