From 2c4e5eee35dc22fe03b034795a4b1a7fd8b9bc04 Mon Sep 17 00:00:00 2001 From: antonwolfy <100830759+antonwolfy@users.noreply.github.com> Date: Sat, 13 Dec 2025 02:56:34 +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 c9abfe95c89..0f1d71343f4 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.9.1' + rev: '1.9.2' hooks: - id: bandit pass_filenames: false @@ -64,7 +64,7 @@ repos: additional_dependencies: - tomli - repo: https://github.com/psf/black - rev: 25.11.0 + rev: 25.12.0 hooks: - id: black exclude: "dpnp/_version.py" @@ -94,7 +94,7 @@ repos: - id: clang-format args: ["-i"] - repo: https://github.com/gitleaks/gitleaks - rev: v8.29.1 + rev: v8.30.0 hooks: - id: gitleaks - repo: https://github.com/jumanjihouse/pre-commit-hooks @@ -128,7 +128,7 @@ repos: hooks: - id: actionlint - repo: https://github.com/BlankSpruce/gersemi - rev: 0.23.1 + rev: 0.24.0 hooks: - id: gersemi exclude: "dpnp/backend/cmake/Modules/"