Replaced deprecated ruff linter ID

This commit is contained in:
Peter J. A. Cock
2025-10-15 11:38:33 +01:00
committed by Peter Cock
parent 4c8696aa82
commit 5216add545

View File

@ -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',