aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-07-15 22:31:16 +0100
committerGravatar Joe Banks <[email protected]>2025-07-15 22:48:09 +0100
commit08fdccd5bb30a40195912df124c82ca64c0f4a8f (patch)
tree15bd93a44b419621ce5901e685c698a4a882b8f4
parentMigrate pyproject.toml to uv dependencies (diff)
Update pre-commit hooks to use uv
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index bd37fe19c..01eb141ec 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
- id: ruff
name: ruff
description: Run ruff linting
- entry: poetry run ruff check --force-exclude
+ entry: uv run --frozen ruff check --force-exclude
language: system
'types_or': [python, pyi]
require_serial: true