Skip to content

Commit fb95fe1

Browse files
committed
Update pre-commit workflow for uv
1 parent c794578 commit fb95fe1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/precommit.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,5 @@ jobs:
4141
run: |
4242
uv pip install -e .[dev,spatiotemporal]
4343
44-
- uses: pre-commit/[email protected]
45-
with:
46-
extra_args: --hook-stage manual --all-files
44+
- name: Run pre-commit
45+
run: uv run pre-commit run --hook-stage manual --all-files

0 commit comments

Comments
 (0)