aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: 6875734c0861b0f613d781c3711b7b99722832dc (plain)
1
2
3
4
5
6
[wheel]
universal = True

[flake8]
exclude = hypervideo_dl/extractor/__init__.py,devscripts/buildserver.py,devscripts/lazy_load_template.py,devscripts/make_issue_template.py,setup.py,build,.git,venv,devscripts/create-github-release.py,devscripts/release.sh,devscripts/show-downloads-statistics.py
ignore = E402,E501,E731,E741,W503