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 rev: v0.13.3
hooks: hooks:
# Run the Ruff linter. # Run the Ruff linter.
- id: ruff - id: ruff-check
args: [ args: [
'--fix', '--fix',
'--extend-select=B,C4,D,ISC,UP', '--extend-select=B,C4,D,ISC,UP',