aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* lazy extractors: Style fixesJaime Marquínez Ferrándiz2016-04-081-1/+1
| | | | | * Sort extractors alphabetically * Add newlines when needed (youtube_dl/extractors/lazy_extractors.py pass the flake8 test now)
* Exclude make_issue_template.py from flake8Sergey M․2016-03-291-1/+1
|
* flake8: Ignore some error added in pep8 1.6Jaime Marquínez Ferrándiz2015-02-111-1/+1
| | | | | * 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)
* flake8: Ignore .gitPhilipp Hagemeister2015-01-251-1/+1
|
* [flake8] Ignore build/ directoryPhilipp Hagemeister2014-12-171-1/+1
| | | | That directory is temporarily generated when building for PyPi and may be present if something goes wrong with the upload.
* flake8: Add more ignored filesJaime Marquínez Ferrándiz2014-12-161-1/+1
| | | | | * setup.py: the '__version__' variable is not defined in the script, it is loadded from youtube_dl/version.py * devscripts/buildserver.py: Produces a lot of messages
* Move flake8 configuration to setup.cfgJaime Marquínez Ferrándiz2014-12-161-0/+4
| | | | It will be used when calling flake8 from any directory in the project
* Build and upload universal wheels to pypiJaime Marquínez Ferrándiz2014-03-161-0/+2