pre-commit autoupdate 2025-10-04 (#1976)

* pre-commit autoupdate 2025-10-04
* Rename ruff hook to ruff-check in pre-commit config

---------

Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
This commit is contained in:
Christian Clauss 2026-01-05 17:27:28 +01:00 committed by GitHub
parent 28dfc39c02
commit afdbdc55f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -32,9 +32,9 @@ repos:
additional_dependencies: ["bandit[toml]"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.10
rev: v0.13.3
hooks:
- id: ruff
- id: ruff-check
args: [--fix]
- id: ruff-format
types_or: [ python, pyi, jupyter ]