testsAndMisc/python_pkg/screen_locker
Krzysztof kuhy Rudnicki 21b7b8107b fix: resolve all pre-commit hook failures after file splits
- Remove all # type: ignore and # noqa comments (banned by no-noqa hook)
- Add mypy --disable-error-code flags to pre-commit config for error
  codes previously suppressed by inline comments
- Fix broken imports after ruff auto-removed re-exports:
  steam_backlog_enforcer, stockfish_analysis, word_frequency, lichess_bot
- Re-add re-exports with __all__ in translator.py, screen_lock.py
- Split _process_epc_fc.py (524 lines) into _process_epc_fc.py + _process_fc.py
- Fix test failures: keyboard_coop, stockfish_analysis, tag_divider
- Add per-file-ignores for PLC0415 (deferred imports) in 7 files
- Mark shebang scripts as executable
- Add __init__.py for generate_images and repo_explorer packages
- Fix codespell, eslint, ruff-format, prettier issues
- Update copilot-instructions.md with --no-verify ban
2026-03-18 22:20:05 +01:00
..
tests fix: resolve all pre-commit hook failures after file splits 2026-03-18 22:20:05 +01:00
__init__.py Fix test discovery and coverage for python_pkg modules 2025-12-02 22:33:34 +01:00
_constants.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_phone_verification.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_shutdown.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_ui_flows.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_workout_forms.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
adjust_shutdown_schedule.sh feat: sick mode 2026-01-06 13:10:54 +01:00
install_autostart.sh feat: better screen lock checker 2026-03-08 21:39:39 +01:00
install_systemd.sh feat: better screen lock checker 2026-03-08 21:39:39 +01:00
remove_autostart.sh refactor: rename folders to fix N999, INP001, S311 linting rules 2025-11-30 21:20:17 +01:00
remove_systemd.sh refactor: rename folders to fix N999, INP001, S311 linting rules 2025-11-30 21:20:17 +01:00
run.sh feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
screen_lock.py fix: resolve all pre-commit hook failures after file splits 2026-03-18 22:20:05 +01:00
workout-locker.service fix: worklout screen lkocker 2026-01-02 19:11:54 +01:00