From 79c65fdffc9d4cab477773fd8b80bc643df60a02 Mon Sep 17 00:00:00 2001 From: antonwolfy <100830759+antonwolfy@users.noreply.github.com> Date: Sat, 22 Nov 2025 02:52:10 +0000 Subject: [PATCH] chore: 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 b0aa661eea8..c9abfe95c89 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/PyCQA/bandit - rev: '1.8.6' + rev: '1.9.1' hooks: - id: bandit pass_filenames: false @@ -53,7 +53,7 @@ repos: - id: rst-inline-touching-normal - id: text-unicode-replacement-char - repo: https://github.com/asottile/pyupgrade - rev: v3.21.1 + rev: v3.21.2 hooks: - id: pyupgrade - repo: https://github.com/codespell-project/codespell @@ -94,7 +94,7 @@ repos: - id: clang-format args: ["-i"] - repo: https://github.com/gitleaks/gitleaks - rev: v8.29.0 + rev: v8.29.1 hooks: - id: gitleaks - repo: https://github.com/jumanjihouse/pre-commit-hooks @@ -124,7 +124,7 @@ repos: - id: pretty-format-toml args: [--autofix] - repo: https://github.com/rhysd/actionlint - rev: v1.7.8 + rev: v1.7.9 hooks: - id: actionlint - repo: https://github.com/BlankSpruce/gersemi