1
Fork 0

fix: usage of uv for pre commit ruff format

This commit is contained in:
cedric 2026-03-31 21:11:16 +00:00
parent d119bf6408
commit 4e4ab629bd

View file

@ -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]