fix: usage of uv for pre commit ruff format
This commit is contained in:
parent
d119bf6408
commit
4e4ab629bd
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@ repos:
|
||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff-format
|
- id: ruff-format
|
||||||
name: ruff format (pipx)
|
name: ruff format (uv)
|
||||||
entry: pipx run ruff format
|
entry: uv run ruff format
|
||||||
language: system
|
language: system
|
||||||
types: [python]
|
types: [python]
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue