Skip to content

tweak settings box #1250

tweak settings box

tweak settings box #1250

Triggered via push April 6, 2026 11:51
Status Success
Total duration 15s
Artifacts

ruff.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ruff (PLC0415): src/tauon/__main__.py#L131
src/tauon/__main__.py:131:2: PLC0415 `import` should be at the top-level of a file
ruff (BLE001): src/tauon/__main__.py#L125
src/tauon/__main__.py:125:9: BLE001 Do not catch blind exception: `Exception`
ruff (S606): src/tauon/__main__.py#L120
src/tauon/__main__.py:120: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