aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2022-11-22 04:28:43 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2022-11-22 04:28:43 -0500
commit2c529817db948dea14069ea9f5ccfae5598fff47 (patch)
treeec67f818b3f6f329fdaa37cf8cf8a89d90022747 /setup.cfg
parent5ed6cfd4bbc85cc8c4bece8e0ff30600a640e6aa (diff)
parent7af5cc29d1c02d20a6890b7b7ba78ab41532a763 (diff)
Update upstream source from tag 'upstream/1.24.0'
Update to upstream version '1.24.0' with Debian dir 44b4fff355c06e5285ef1f8a3ec428ae9cef164b
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 68f3711..f3565af 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,8 @@
[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
[egg_info]