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
|
||||
hooks:
|
||||
- id: ruff-format
|
||||
name: ruff format (pipx)
|
||||
entry: pipx run ruff format
|
||||
name: ruff format (uv)
|
||||
entry: uv run ruff format
|
||||
language: system
|
||||
types: [python]
|
||||
|
||||
|
|
|
|||
Reference in a new issue