From 5384966abea035fdbc95aebe223d4f31d70d328b Mon Sep 17 00:00:00 2001 From: Martin Yeo Date: Tue, 7 Oct 2025 10:14:47 +0100 Subject: [PATCH] Use ruff-check instead of ruff. --- templates/.pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/.pre-commit-config.yaml b/templates/.pre-commit-config.yaml index 5af70f0..74408e0 100644 --- a/templates/.pre-commit-config.yaml +++ b/templates/.pre-commit-config.yaml @@ -90,7 +90,7 @@ repos: # This template does not keep up-to-date with versions, visit the repo to see the most recent release. rev: "v0.7.4" hooks: - - id: ruff + - id: ruff-check types: [file, python] args: [--fix, --show-fixes] - id: ruff-format