aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: 235ebd54b7ef82babfe535f5c40f95c36ee7e02b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[flake8]
exclude = .git,__pycache__,build,dist,archive,results
ignore = E203,E226,W504
per-file-ignores = 
	setup.py: E501
	gallery_dl/extractor/500px.py: E501
	gallery_dl/extractor/mangapark.py: E501

[egg_info]
tag_build = 
tag_date = 0