Skip to content

Commit addfe56

Browse files
authored
chore: Fix ci pre-commit (#39)
1 parent 329e7a8 commit addfe56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: '3.13'
2020

2121
- name: Install pre-commit
22-
run: pip install pre-commit
22+
run: uv pip install pre-commit
2323

2424
- name: Run pre-commit
2525
run: pre-commit run --all-files

0 commit comments

Comments
 (0)