Skip to content

Commit 86040b0

Browse files
authored
Merge pull request #30 from vertti/fix-precommits
fix using ruff from uv install
2 parents b6dbced + 08ecd84 commit 86040b0

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
@@ -3,13 +3,13 @@ repos:
33
hooks:
44
- id: ruff-format
55
name: ruff format
6-
entry: ruff format
6+
entry: uv run ruff format
77
language: system
88
types: [python]
99
require_serial: true
1010
- id: ruff-check
1111
name: ruff check
12-
entry: ruff check --fix
12+
entry: uv run ruff check --fix
1313
language: system
1414
types: [python]
15-
require_serial: true
15+
require_serial: true

0 commit comments

Comments
 (0)