diff options
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33674845..d51cbf3b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: ruff name: ruff description: Run ruff linting - entry: poetry run ruff check --force-exclude + entry: uv run ruff check --force-exclude language: system 'types_or': [python, pyi] require_serial: true |