streamlink/src/streamlink_cli
bastimeyer 334e18e412 tools: add mypy config
- Add mypy and available typing stubs to dev-requirements
- Add mypy config
- Add py.typed to streamlink + streamlink_cli packages (PEP 561):
  This is required, so that mypy can import types from streamlink when
  installed in editable mode. Don't publish this file for now.
  Once various streamlink APIs are properly typed, typing stub files
  can be added instead.
2022-05-24 14:07:47 -07:00
..
utils chore: fix import typing issues 2022-05-24 14:07:47 -07:00
__init__.py cli: override default signal handlers 2021-11-20 11:02:19 -08:00
__main__.py chore: sort imports, fix a dependency cycle and use absolute imports 2020-10-27 17:17:49 +01:00
argparser.py cli.argparser: update help with dir/subdir creation info 2022-04-20 16:38:42 +02:00
compat.py cli: fix typing issues 2022-05-22 19:30:15 +02:00
console.py cli: fix typing issues 2022-05-22 19:30:15 +02:00
constants.py plugin: add 'id' metadata property 2021-11-24 18:41:21 +01:00
main.py chore: fix import typing issues 2022-05-24 14:07:47 -07:00
output.py cli.output: remove MPV title variable escape logic 2021-11-24 12:23:53 +01:00
py.typed tools: add mypy config 2022-05-24 14:07:47 -07:00