1
0
personal-data/git_time_tracker/source
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
..
__init__.py Merged git-time-tracker into personal-data 2024-10-13 14:32:51 +02:00
csv_file.py Fix code style and optimization issues 2025-06-25 00:27:33 +02:00
git_repo.py Fix code style and optimization issues 2025-06-25 00:27:33 +02:00