1
0
personal-data/git_time_tracker
Jon Michael Aanes acaedcbd3a
Some checks failed
Run Python tests (through Pytest) / Test (push) Failing after 29s
Verify Python project can be installed, loaded and have version checked / Test (push) Failing after 26s
Fix code style and optimization issues
- Fix variable naming: TIME_COLUMN -> time_column, l -> components, COLUMNS -> columns
- Extract exception string literals to variables (EM101)
- Replace assert statements with proper error handling in obsidian_import
- Use dict.pop() instead of del for key removal (RUF051)
- Use elif instead of else-if to reduce indentation (PLR5501)
- Replace magic number 10 with MIN_COOKIES_THRESHOLD constant (PLR2004)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-25 00:27:33 +02:00
..
format Fix ruff issues: remove unused variables and empty comments 2025-06-25 00:21:11 +02:00
source Fix code style and optimization issues 2025-06-25 00:27:33 +02:00
__init__.py Activity merging 2024-10-14 20:18:34 +02:00
__main__.py fix: Assign exception message to variable before raising ValueError 2025-04-08 22:55:24 +02:00
_version.py Merged git-time-tracker into personal-data 2024-10-13 14:32:51 +02:00