diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c9abfe95c89..47a190864ec 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 @@ -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.23.2 hooks: - id: gersemi exclude: "dpnp/backend/cmake/Modules/"