From ea72e1c26b149b96f787705f3f98d874fab4eae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ku=C4=8Dera?= <26327373+vkucera@users.noreply.github.com> Date: Thu, 12 Feb 2026 18:07:43 +0100 Subject: [PATCH] Update pre-commit hooks --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b8bbb36f..3efd3a59 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,13 +26,13 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.4 # ruff version + rev: v0.15.0 # ruff version hooks: - - id: ruff # linter + - id: ruff-check # linter args: ["--fix"] - id: ruff-format # formatter - repo: https://github.com/asottile/pyupgrade - rev: v3.21.0 + rev: v3.21.2 hooks: - id: pyupgrade args: ["--py310-plus"] @@ -41,15 +41,15 @@ repos: hooks: - id: shellcheck - repo: https://github.com/google/yamlfmt - rev: v0.20.0 + rev: v0.21.0 hooks: - id: yamlfmt - repo: https://github.com/adrienverge/yamllint - rev: v1.37.1 + rev: v1.38.0 hooks: - id: yamllint - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.5 # clang-format version + rev: v21.1.8 # clang-format version hooks: - id: clang-format - repo: https://github.com/cpplint/cpplint