Skip to content

Commit 2d0079d

Browse files
committed
Run lint commands through uv
1 parent 6bdfa3a commit 2d0079d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/on-pull-request.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
source .venv/bin/activate
1919
maturin develop
2020
python -c "import dantzig as dz"
21-
- run: black python/dantzig tests --check
22-
- run: isort python/dantzig tests --check
23-
- run: ruff check python/dantzig tests
24-
- run: mypy
25-
- run: pytest
21+
- run: uv run black python/dantzig tests --check
22+
- run: uv run isort python/dantzig tests --check
23+
- run: uv run ruff check python/dantzig tests
24+
- run: uv run mypy
25+
- run: uv run pytest
2626
rust-checks:
2727
runs-on: ubuntu-latest
2828
steps:

0 commit comments

Comments
 (0)