acaedcbd3a
Fix code style and optimization issues
...
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
088cac75fc
Ruff
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
2025-06-25 00:12:37 +02:00
119b380f8a
Use new improved cloudflare avoider
Run Python tests (through Pytest) / Test (push) Failing after 28s
Verify Python project can be installed, loaded and have version checked / Test (push) Failing after 26s
2025-06-16 23:24:09 +02:00
d945fb81fb
Remove debug prints
2025-06-15 23:15:47 +02:00
28e3fd8658
Minimized tests
Run Python tests (through Pytest) / Test (push) Successful in 36s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 31s
2025-03-16 22:15:05 +01:00
2636127045
Ruff
2025-03-16 22:01:01 +01:00
e5b29f5a01
[ObsidianImport]: Import wanikani achievements
2025-03-16 21:56:40 +01:00
f22d224bc9
Wanikani basic lessons fetcher implemented
2025-03-16 15:02:22 +01:00
af42e3ba90
Improved csv sniffing
2025-03-16 00:02:08 +01:00
3d9c694fe8
Ruff
2025-03-15 21:54:56 +01:00
c576687122
Stepmania import
Run Python tests (through Pytest) / Test (push) Successful in 35s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 30s
2025-03-02 00:25:15 +01:00
2e41125952
Standardized imports
2025-03-01 23:36:22 +01:00
a301a37f2b
Ruff
Run Python tests (through Pytest) / Test (push) Waiting to run
Verify Python project can be installed, loaded and have version checked / Test (push) Waiting to run
2024-11-26 23:02:38 +01:00
91e5562298
Parse datetimes to UTC.
2024-11-24 18:44:04 +01:00
ec27c7e4e0
More strict fetching validation
2024-11-24 18:33:17 +01:00
47761eb4d7
Improved path parsing
2024-11-24 17:49:00 +01:00
78a3b3b767
Use full datetimes events
2024-11-24 17:08:41 +01:00
30bbab2841
Ruff
Run Python tests (through Pytest) / Test (push) Failing after 34s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 30s
2024-11-17 17:09:41 +01:00
43627f2aa7
Added cache layer for texts. Allows for waiting until all changes have been effectuated before saving to disk.
2024-11-17 16:51:31 +01:00
ce63ad2d53
Merged all dataset outputs
2024-10-25 21:47:44 +02:00
f82b7c8526
Ruff
Run Python tests (through Pytest) / Test (push) Failing after 34s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 29s
2024-10-23 21:30:23 +02:00
be0a30298d
Games played import works
2024-10-22 00:04:34 +02:00
a872ed1e85
Improving event import
2024-10-21 23:39:25 +02:00
e7c2ea6972
Data improvements
2024-10-20 18:27:32 +02:00
c8c142bd1b
Obsidian import: More intelligent time behaviour
Test Python / Test (push) Failing after 32s
2024-10-16 23:58:22 +02:00
a64cbc6186
obsidian_import use imported functionality
Test Python / Test (push) Successful in 34s
2024-10-14 20:38:35 +02:00
ecab909851
Ruff
Test Python / Test (push) Successful in 32s
2024-10-11 00:56:15 +02:00
d23ee1ce18
Support importing series events
2024-10-11 00:55:38 +02:00
d9f8047be4
ObsidianVault now supports events
2024-10-11 00:55:38 +02:00
c74920e478
Step counts
Test Python / Test (push) Successful in 34s
2024-10-08 21:22:18 +02:00
6b606475df
Remove mapped fields
2024-10-03 23:32:30 +02:00
3f0ab40982
Ruff
2024-10-03 23:24:12 +02:00
207b6cec67
Obsidian import initial attempt
2024-10-03 23:23:47 +02:00