test gpx, weather, utils
This commit is contained in:
@ -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
|
||||
Reference in New Issue
Block a user