From b2dee2401a1ea5017efb31a2b2b08156fb0917ad Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 18:55:18 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.3.1](https://github.com/psf/black-pre-commit-mirror/compare/25.1.0...26.3.1) - [github.com/lovesegfault/beautysh: v6.2.1 → v6.4.3](https://github.com/lovesegfault/beautysh/compare/v6.2.1...v6.4.3) - [github.com/adrienverge/yamllint.git: v1.37.1 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.37.1...v1.38.0) --- .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 3456dfcf9..4fb2ed491 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,8 +18,8 @@ repos: language: system entry: go run github.com/golangci/golangci-lint/cmd/golangci-lint run --timeout 15m0s pass_filenames: false - - repo: https://github.com/psf/black - rev: 25.1.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.3.1 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks @@ -49,13 +49,13 @@ repos: - id: trailing-whitespace exclude: '.*_test.go$' # regex - repo: https://github.com/lovesegfault/beautysh - rev: v6.2.1 + rev: v6.4.3 hooks: - id: beautysh args: ['--indent-size', '2'] additional_dependencies: [setuptools] - repo: https://github.com/adrienverge/yamllint.git - rev: v1.37.1 + rev: v1.38.0 hooks: - id: yamllint - repo: https://github.com/astronomer/pre-commit-hooks