1
mirror of https://github.com/streamlink/streamlink synced 2024-11-01 01:19:33 +01:00
Commit Graph

6 Commits

Author SHA1 Message Date
bastimeyer
cafbe6439a flake8: W291, W292, W293, W391
W291 trailing whitespace
W292 no newline at end of file
W293 blank line contains whitespace
W391 blank line at end of file
2020-02-19 18:42:50 +01:00
bastimeyer
82a72d5651 docs/install: rewrite source code and pip section 2019-02-02 12:02:44 +01:00
beardypig
37d8cb59ec
release: fix release notes manual install url 2018-06-27 16:40:25 +02:00
beardypig
deffd929d1 Change log as markdown refactor (#1667)
* rename CHANGELOG to md

* symlink the change log in to the docs

* include the recommonmark parser for md file

* reformatted the CHANGELOG md file, should look more or less the same as the RST

* refactored the release scripts to handle/generate the new format

* file is a bad variable name

* couple of minor tweaks, mainly style

* Fix git shortlog being highlighted as Python in the docs

* update manifest to include changelog.md instead of rst
2018-05-28 16:15:12 -07:00
stepshal
34e68540d8 PEP8 (#414)
* Remove extraneous whitespace.

* Fix non-membership check.

* Add absent indentation for hanging indentation.

* Align closing bracket to match visual indentation.

* Indent to distinguish line from next logical line.

* Fix over-idented lines for visual indentation.

* Fix under-idented lines for visual indentation.

* Fix bare except:

* Remove missing whitespace.

* Fix missing whitespace around arithmetic operator.

* Fix missing whitespace around operator.

* Fix over-indented hanging indentation.

* Remove whitespace around parameter '=' sign.

* Align closing bracket to match opening bracket.

* Fix spacing after comment hash for inline comments.

* Replace tabs with spaces.

* Fix over-indented hanging indentation.

* Fix comparison with boolean.

* Remove extraneous escape of newline.

* Align closing bracket to match opening bracket.

* Make identation multiple of four.

* Fix extraneous whitespace around keywords.

* Put colon-separated compound statement on separate lines.

* Put semicolon-separated compound statement on separate lines.

* Fix extraneous whitespace around keywords.

* Add missing 2 blank lines.

* Remove extra blank lines.

* Put imports on separate lines.

* Fix do not assign a lambda expression check.

* Add missing blank line.
2017-01-16 09:57:12 -08:00
bastimeyer
e386ea3276 Set changelog in automated github releases 2017-01-11 18:41:25 +01:00