Skip to content

Commit 08fdccd

Browse files
committed
Update pre-commit hooks to use uv
1 parent b1bf996 commit 08fdccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: ruff
1414
name: ruff
1515
description: Run ruff linting
16-
entry: poetry run ruff check --force-exclude
16+
entry: uv run --frozen ruff check --force-exclude
1717
language: system
1818
'types_or': [python, pyi]
1919
require_serial: true

0 commit comments

Comments
 (0)