Commit Graph

7 Commits (51707d9a7a4b7808d350bfa6565f8668e4a30dd9)

Author SHA1 Message Date
Unknown 139cb94276 flake8 hotfix
Unknown 3fba008111 [skip travis] tweaks
Unknown cefecac12c [skip travis] renaming
to avoid using same folder when using pip install for example
Yen Chi Hsuan 582be35847
Update coding style after pycodestyle 2.1.0
In pycodestyle 2.1.0, E305 was introduced, which requires two blank
lines after top level declarations, too.

See https://github.com/PyCQA/pycodestyle/issues/400

See also ; thanks @stepshal for first mentioning this issue and
initial patches
Philipp Hagemeister ccbfaa83b0 [devscripts/make_contributing] Switch to optparse (Fixes )
Philipp Hagemeister 13dcfd41bd [CONTRIBUTING.md] Remove the section about embedding; that is not applicable for youtube-dl contributors
Philipp Hagemeister e56190b378 [Makefile] Add CONTRIBUTING.md (Fixes )