Use updated pre-commit id (#18718)

## Summary

Update pre-commit hook id according to
https://github.com/astral-sh/ruff-pre-commit/pull/124
This commit is contained in:
Matthias Hörtenhuber 2025-06-17 20:12:11 +02:00 committed by GitHub
parent 9220addf52
commit a2cd6df429
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ Ruff can also be used as a [pre-commit](https://pre-commit.com/) hook via [`ruff
rev: v0.12.0
hooks:
# Run the linter.
- id: ruff
- id: ruff-check
args: [ --fix ]
# Run the formatter.
- id: ruff-format