1
0
Commit Graph

5 Commits

Author SHA1 Message Date
acaedcbd3a Fix code style and optimization issues
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 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
2272fc1127 Fix docstring formatting issues
- Fix docstring punctuation in html_data_format/__init__.py
- Convert multi-line docstring to single line in html_data_format/__main__.py
- Convert multi-line docstring to single line in setup.py
- Replace set([...]) with set literal {...} in setup.py

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-25 00:23:36 +02:00
b60b8c7416 style: Format code for improved readability and consistency 2025-04-08 22:52:29 +02:00
5c2c843178 Fixed web-server 2025-03-24 21:09:56 +01:00
2425a4cf7c Init html data foramt 2025-03-24 20:47:24 +01:00