Logo
Explore Help
Sign In
MarcoBuster/yt-dlp
1
0
Fork 0
You've already forked yt-dlp
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-01-12 13:35:53 +01:00
Code Issues Projects Releases Wiki Activity
yt-dlp/setup.cfg

7 lines
215 B
INI
Raw Normal View History

Build and upload universal wheels to pypi
2014-03-16 10:22:41 +01:00
[wheel]
universal = True
Move flake8 configuration to setup.cfg It will be used when calling flake8 from any directory in the project
2014-12-16 19:54:22 +01:00
[flake8]
lazy extractors: Style fixes * Sort extractors alphabetically * Add newlines when needed (youtube_dl/extractors/lazy_extractors.py pass the flake8 test now)
2016-02-21 12:22:12 +01:00
exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.py,devscripts/lazy_load_template.py,devscripts/make_issue_template.py,setup.py,build,.git
flake8: Ignore some error added in pep8 1.6 * E402: we exectute code between imports, like modifying 'sys.path' in the tests * E731: we assign to lambdas in a lot of places, we may want to consider defining functions in a single line instead (what pep8 recommends)
2015-02-11 18:08:42 +01:00
ignore = E402,E501,E731
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 180ms Template: 3ms
English
English Italiano
Licenses API