From 5216add5459ff29db18f9ee0ac5207159b5c66b7 Mon Sep 17 00:00:00 2001
From: "Peter J. A. Cock"
Date: Wed, 15 Oct 2025 11:38:33 +0100
Subject: [PATCH] Replaced deprecated ruff linter ID
---
.pre-commit-config.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index b26c951ac..2224b877a 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
rev: v0.13.3
hooks:
# Run the Ruff linter.
- - id: ruff
+ - id: ruff-check
args: [
'--fix',
'--extend-select=B,C4,D,ISC,UP',