mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 14:43:01 +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
cffd445b0b
commit
5cd30db5a2
@ -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