Update ruff to 0.11.12 (#146037)

* Update ruff to 0.11.12
* Replace ruff legacy alias with ruff-check
This commit is contained in:
Marc Mueller
2025-06-02 16:01:10 +02:00
committed by GitHub
parent 93b8cc38d8
commit ab7c7b8d89
7 changed files with 13 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.0
rev: v0.11.12
hooks:
- id: ruff
- id: ruff-check
args:
- --fix
- id: ruff-format