testsAndMisc-archive/python_pkg/cinema_planner
Krzysztof kuhy Rudnicki ac1228f9c4 refactor(cinema_planner): fix all ruff violations, add type hints, docstrings, logging
- Replace print() with logging module
- Add type annotations to all functions
- Add Google-style docstrings to all public functions/classes
- Extract magic numbers into named constants
- Break complex functions into smaller helpers
- Use Path.open() instead of open()
- Use contextlib.suppress where appropriate
2026-03-13 20:35:21 +01:00
..
__init__.py refactor(cinema_planner): fix all ruff violations, add type hints, docstrings, logging 2026-03-13 20:35:21 +01:00
cinema_plan_2026-01-25.txt feat(screen_locker): harden table tennis verification, remove running option 2026-02-02 21:38:52 +01:00
cinema_planner.py refactor(cinema_planner): fix all ruff violations, add type hints, docstrings, logging 2026-03-13 20:35:21 +01:00
run.sh feat(screen_locker): harden table tennis verification, remove running option 2026-02-02 21:38:52 +01:00