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:
parent
28dfc39c02
commit
afdbdc55f7
|
|
@ -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 ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue