Logo
Explore Help
Sign In
xZero707/yt-dlp
1
0
Fork 0
You've already forked yt-dlp
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-05-08 19:55:16 +02:00
Code Issues Packages 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.7 Page: 213ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API