Skip to content

Switch to pynput

Switch to pynput #143

Re-run triggered February 25, 2026 23:38
Status Failure
Total duration 27s
Artifacts

autofix.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ruff (N802): src/menu_bar.py#L339
src/menu_bar.py:339:9: N802 Function name `eventFilter` should be lowercase
ruff (E501): src/hotkeys_thread.py#L179
src/hotkeys_thread.py:179:101: E501 Line too long (114 > 100)
ruff (E501): src/hotkeys_thread.py#L157
src/hotkeys_thread.py:157:101: E501 Line too long (114 > 100)
ruff (E501): src/hotkeys_thread.py#L59
src/hotkeys_thread.py:59:101: E501 Line too long (118 > 100)
ruff (F821): src/hotkeys_thread.py#L26
src/hotkeys_thread.py:26:85: F821 Undefined name `exception`
ruff (BLE001): src/hotkeys_thread.py#L25
src/hotkeys_thread.py:25:12: BLE001 Do not catch blind exception: `Exception`
ruff (S101): src/hotkeys_thread.py#L24
src/hotkeys_thread.py:24:9: S101 Use of `assert` detected
ruff (FBT001): src/hotkeys_thread.py#L22
src/hotkeys_thread.py:22:49: FBT001 Boolean-typed positional argument in function definition
ruff (F821): src/hotkeys.py#L142
src/hotkeys.py:142:85: F821 Undefined name `exception`
ruff (TRY301): src/hotkeys.py#L140
src/hotkeys.py:140:13: TRY301 Abstract `raise` to an inner function