mirror of
https://github.com/streamlink/streamlink
synced 2024-11-01 01:19:33 +01:00
16 lines
245 B
INI
16 lines
245 B
INI
[run]
|
|
source =
|
|
src
|
|
|
|
[report]
|
|
omit =
|
|
src/streamlink/packages/*
|
|
src/streamlink_cli/packages/*
|
|
src/streamlink/_version.py
|
|
|
|
exclude_lines =
|
|
pragma: no cover
|
|
def __repr__
|
|
raise NotImplementedError
|
|
if __name__ == .__main__.:
|