mirror of
https://github.com/kuhyx/testsAndMisc-archive.git
synced 2026-07-06 22:23:12 +02:00
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
This commit is contained in:
parent
87864ae615
commit
ac1228f9c4
@ -1 +1 @@
|
||||
# Cinema Planner package initialization
|
||||
"""Cinema Planner - maximize movies watched in a day."""
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user