1
0
personal-data/obsidian_import
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 Fix code style and optimization issues 2025-06-25 00:27:33 +02:00
__main__.py Ruff 2024-10-03 23:24:12 +02:00
obsidian.py Ruff 2025-06-25 00:12:37 +02:00