use uv tool run for ruff

This commit is contained in:
arabcoders 2025-09-11 21:55:46 +03:00
parent 7a50cb34d8
commit ed60573787
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ jobs:
run: uv sync
- name: Run Python linting
run: uv run ruff check app/
run: uv tool run ruff check app/
- name: Run Python tests
run: uv run pytest app/tests/ -v --tb=short

View file

@ -53,7 +53,7 @@ jobs:
run: uv sync
- name: Run Python linting
run: uv run ruff check app/
run: uv tool run ruff check app/
- name: Run Python tests
run: uv run pytest app/tests/ -v --tb=short