From 319fa493e813c6cecf376806f9d16c2356dd2d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ku=C4=8Dera?= <26327373+vkucera@users.noreply.github.com> Date: Sat, 8 Nov 2025 16:55:21 +0100 Subject: [PATCH] Update pre-commit hooks --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 76347a2c..b8bbb36f 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.12.12 # ruff version + rev: v0.14.4 # ruff version hooks: - id: ruff # linter args: ["--fix"] - id: ruff-format # formatter - repo: https://github.com/asottile/pyupgrade - rev: v3.20.0 + rev: v3.21.0 hooks: - id: pyupgrade args: ["--py310-plus"] @@ -41,7 +41,7 @@ repos: hooks: - id: shellcheck - repo: https://github.com/google/yamlfmt - rev: v0.17.2 + rev: v0.20.0 hooks: - id: yamlfmt - repo: https://github.com/adrienverge/yamllint @@ -49,7 +49,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.0 # clang-format version + rev: v21.1.5 # clang-format version hooks: - id: clang-format - repo: https://github.com/cpplint/cpplint