Logo
Explore Help
Sign In
R-yan/l1ving_youtube-dl
1
0
Fork 0
You've already forked l1ving_youtube-dl
Code Issues Pull Requests Releases Wiki Activity
l1ving_youtube-dl/setup.cfg

7 lines
182 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]
Exclude make_issue_template.py from flake8
2016-03-29 02:19:24 +06:00
exclude = youtube_dl/extractor/__init__.py,devscripts/buildserver.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
English
Deutsch English español français italiano latviešu Nederlands polski português do Brasil suomi svenska Türkçe čeština български русский српски Українська 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API