try fix chromecast style #1248
Annotations
10 errors
|
ruff (PLC0415):
src/tauon/__main__.py#L128
src/tauon/__main__.py:128:2: PLC0415 `import` should be at the top-level of a file
|
|
ruff (BLE001):
src/tauon/__main__.py#L122
src/tauon/__main__.py:122:9: BLE001 Do not catch blind exception: `Exception`
|
|
ruff (S606):
src/tauon/__main__.py#L117
src/tauon/__main__.py:117:4: S606 Starting a process without a shell
|
|
ruff (INP001):
extra/pyinstaller-hooks/hook-pylast.py#L1
extra/pyinstaller-hooks/hook-pylast.py:1:1: INP001 File `extra/pyinstaller-hooks/hook-pylast.py` is part of an implicit namespace package. Add an `__init__.py`.
|
|
ruff (T201):
extra/generate_dmg_background.py#L70
extra/generate_dmg_background.py:70:5: T201 `print` found
help: Remove `print`
|
|
ruff (RUF003):
extra/generate_dmg_background.py#L46
extra/generate_dmg_background.py:46:23: RUF003 Comment contains ambiguous `–` (EN DASH). Did you mean `-` (HYPHEN-MINUS)?
|
|
ruff (RUF003):
extra/generate_dmg_background.py#L35
extra/generate_dmg_background.py:35:20: RUF003 Comment contains ambiguous `–` (EN DASH). Did you mean `-` (HYPHEN-MINUS)?
|
|
ruff (INP001):
extra/generate_dmg_background.py#L1
extra/generate_dmg_background.py:1:1: INP001 File `extra/generate_dmg_background.py` is part of an implicit namespace package. Add an `__init__.py`.
|
|
ruff (TRY003):
compile_translations.py#L51
compile_translations.py:51:9: TRY003 Avoid specifying long messages outside the exception class
|
|
ruff (TRY002):
compile_translations.py#L51
compile_translations.py:51:9: TRY002 Create your own exception
|