From 398b7e1157781d07bf200bc626be2b738aca1230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 00:32:10 +0000 Subject: [PATCH] build(deps): bump the pre-commit-hooks group across 1 directory with 4 updates Bumps the pre-commit-hooks group with 4 updates in the / directory: [https://github.com/psf/black-pre-commit-mirror](https://github.com/psf/black-pre-commit-mirror), [https://github.com/pre-commit/mirrors-clang-format](https://github.com/pre-commit/mirrors-clang-format), [https://github.com/zizmorcore/zizmor-pre-commit](https://github.com/zizmorcore/zizmor-pre-commit) and black. Updates `https://github.com/psf/black-pre-commit-mirror` from 26.3.1 to 26.5.1 - [Commits](https://github.com/psf/black-pre-commit-mirror/compare/26.3.1...26.5.1) Updates `https://github.com/pre-commit/mirrors-clang-format` from v22.1.4 to 22.1.5 - [Commits](https://github.com/pre-commit/mirrors-clang-format/compare/v22.1.4...v22.1.5) Updates `https://github.com/zizmorcore/zizmor-pre-commit` from v1.24.1 to 1.25.2 - [Release notes](https://github.com/zizmorcore/zizmor-pre-commit/releases) - [Commits](https://github.com/zizmorcore/zizmor-pre-commit/compare/v1.24.1...v1.25.2) Updates `black` from 26.3.1 to 26.5.1 --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pre-commit-hooks - dependency-name: https://github.com/pre-commit/mirrors-clang-format dependency-version: 22.1.5 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/psf/black-pre-commit-mirror dependency-version: 26.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pre-commit-hooks - dependency-name: https://github.com/zizmorcore/zizmor-pre-commit dependency-version: 1.25.2 dependency-type: direct:production dependency-group: pre-commit-hooks ... Signed-off-by: dependabot[bot] --- .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 636ac20ae4e..73f08edf626 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -328,7 +328,7 @@ repos: description: a tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language args: [--py37-plus] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.3.1 + rev: 26.5.1 hooks: - id: black-jupyter name: run black-jupyter @@ -341,7 +341,7 @@ repos: description: audits Python environments, requirements files and dependency trees for known security vulnerabilities, and can automatically fix them args: ['.'] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.4 + rev: v22.1.5 hooks: - id: clang-format name: run clang-format @@ -369,7 +369,7 @@ repos: name: run gitleaks description: check for secrets with gitleaks - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.24.1 + rev: v1.25.2 hooks: - id: zizmor name: run zizmor @@ -555,7 +555,7 @@ repos: - id: blacken-docs name: run blacken-docs description: run `black` on python code blocks in documentation files - additional_dependencies: [black==26.3.1] + additional_dependencies: [black==26.5.1] - repo: https://github.com/editorconfig-checker/editorconfig-checker.python rev: 3.6.1 hooks: