1
0
personal-data/personal_data
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
..
fetchers Fix ruff error in OpenScale scraper 2025-06-25 00:19:12 +02:00
__init__.py Update pydoc 2025-03-16 23:59:15 +01:00
__main__.py Use new improved cloudflare avoider 2025-06-16 23:24:09 +02:00
_version.py 🤖 Bumped version to 0.1.74 2025-06-04 21:30:47 +02:00
activity.py Fixed activity 2025-03-16 22:00:51 +01:00
csv_import.py Improved csv sniffing 2025-03-16 00:02:08 +01:00
data.py Ruff 2025-06-25 00:12:37 +02:00
html_util.py Code quality 2024-10-25 22:24:33 +02:00
mailgun.py Code quality 2024-10-25 22:24:33 +02:00
main.py Fix code style and optimization issues 2025-06-25 00:27:33 +02:00
notification.py Code quality 2024-10-25 22:24:33 +02:00
parse_util.py Ruff 2024-11-26 23:02:38 +01:00
secrets.py Ruff 2025-05-14 23:50:13 +02:00
util.py Fix code style and optimization issues 2025-06-25 00:27:33 +02:00