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

@ -15,7 +15,7 @@ printf "%s\n" $files
echo "=============="
echo "LINT with ruff"
echo "=============="
pre-commit run ruff --files $files
pre-commit run ruff-check --files $files
echo "================"
echo "LINT with pylint"
echo "================"