From 15d05aed65de8539458510111ea29df4b57f63af Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 18:24:02 +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: - [github.com/psf/black: 24.10.0 → 25.1.0](https://github.com/psf/black/compare/24.10.0...25.1.0) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.0](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.0) - [github.com/astronomer/pre-commit-hooks: 8b2d969bd549cd7c9454cc8bb54eec5b35c2e5e6 → 976b58ba36fcd3313fed6d5a7abc228cec64f994](https://github.com/astronomer/pre-commit-hooks/compare/8b2d969bd549cd7c9454cc8bb54eec5b35c2e5e6...976b58ba36fcd3313fed6d5a7abc228cec64f994) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cc7c11a56..4d2fe53bd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: language: system entry: 'gofmt -w -s' - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks @@ -44,11 +44,11 @@ repos: - id: beautysh args: ['--indent-size', '2'] - repo: https://github.com/adrienverge/yamllint.git - rev: v1.35.1 + rev: v1.37.0 hooks: - id: yamllint - repo: https://github.com/astronomer/pre-commit-hooks - rev: 8b2d969bd549cd7c9454cc8bb54eec5b35c2e5e6 + rev: 976b58ba36fcd3313fed6d5a7abc228cec64f994 hooks: - id: CVE-2017-18342 - id: replace-en-dashes