You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clear remaining SonarCloud and Codacy findings on PR 175
- english/japanese language dicts: extract _SCRIPT_LABEL / _REMOVE_SELECTED /
_SELECT_SCRIPT / _SCRIPT to drop S1192 duplicate-literal warnings
- accessibility/vision backend factories: type the module-level cache as
Optional[...] instead of assigning None against a non-optional hint (S5890)
- macos_backend: rename the ApplicationServices param from AS to ax_module
so it passes S117 snake_case
- hotkey linux_backend._sync: split into _ungrab_stale / _sync_one /
_ungrab_masked / _grab_masked helpers to bring cognitive complexity
from 21 back under the 15-line limit
- hotkey windows_backend: iterate the dict directly in the finally block
instead of wrapping in list() (S7504)
- HotkeyDaemon._snapshot is now an alias of list_bindings so Sonar stops
flagging the identical body (S4144)
- change_xml_structure: lift the nested conditional into _initial_body
(S3358)
- package_manager regex uses concise \w (S6353); history_store uses the
_IN_MEMORY_DB constant instead of repeating ":memory:" (S1192)
- Add nosemgrep suppressions for defusedxml imports, the run_history
SELECT builder, and the openai SDK guardrails false positive
0 commit comments