Skip to content

Commit dbb0eb9

Browse files
committed
chore: migrate pre-commit hooks to uv
1 parent ce6275b commit dbb0eb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ repos:
1818
hooks:
1919
- id: black
2020
name: Format with Black
21-
entry: poetry run black
21+
entry: uv run black
2222
language: system
2323
types: [python]
2424

2525
- id: mypy
2626
name: Validate types with MyPy
27-
entry: poetry run mypy
27+
entry: uv run mypy
2828
language: system
2929
types: [python]
3030

3131
- id: ruff
3232
name: Run ruff lints
33-
entry: poetry run ruff
33+
entry: uv run ruff
3434
language: system
3535
pass_filenames: false
3636
types: [python]

0 commit comments

Comments
 (0)