test gpx, weather, utils

This commit is contained in:
deng
2025-11-29 06:56:07 +08:00
parent 517c4e5ebe
commit 06261a80be
5 changed files with 602 additions and 2 deletions

View File

@ -14,7 +14,14 @@ repos:
hooks:
- id: ruff
name: ruff
entry: ruff check .
language: python
entry: uv run ruff check .
language: system
types: [python]
always_run: true
- id: pytest
name: pytest
entry: uv run pytest tests/ -v
language: system
pass_filenames: false
always_run: true