Logo
Explore Help
Register Sign In
daniel/youtube-dl
1
0
Fork 0
You've already forked youtube-dl
Code Issues Pull Requests Projects Releases Wiki Activity
youtube-dl/setup.cfg

7 lines
148 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]
flake8: Ignore .git
2015-01-25 18:09:09 +01:00
exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.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: 104ms Template: 1ms
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