From 6bb5f09c86e54486fd6a8d79c06c683c3863aa01 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:31:27 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.2](https://github.com/asottile/pyupgrade/compare/v3.21.0...v3.21.2) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](https://github.com/psf/black-pre-commit-mirror/compare/25.9.0...25.11.0) - [github.com/lovesegfault/beautysh: v6.4.1 → v6.4.2](https://github.com/lovesegfault/beautysh/compare/v6.4.1...v6.4.2) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.7.3](https://github.com/rbubley/mirrors-prettier/compare/v3.6.2...v3.7.3) --- .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 b64525ddd8..8a97da8862 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: # Autoformat: Python code, syntax patterns are modernized - repo: https://github.com/asottile/pyupgrade - rev: v3.21.0 + rev: v3.21.2 hooks: - id: pyupgrade args: @@ -29,7 +29,7 @@ repos: # Autoformat: Python code - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.9.0 + rev: 25.11.0 hooks: - id: black args: @@ -49,7 +49,7 @@ repos: # Autoformat: Bash scripts - repo: https://github.com/lovesegfault/beautysh - rev: v6.4.1 + rev: v6.4.2 hooks: - id: beautysh additional_dependencies: @@ -61,7 +61,7 @@ repos: # Autoformat: markdown, yaml (but not helm templates) - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.6.2 + rev: v3.7.3 hooks: - id: prettier From afd68f17495eae25994b26aa8119ec8c709e46c5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:33:58 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tools/templates/yamllint-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/templates/yamllint-config.yaml b/tools/templates/yamllint-config.yaml index ade69db121..3969dde9b0 100644 --- a/tools/templates/yamllint-config.yaml +++ b/tools/templates/yamllint-config.yaml @@ -4,5 +4,6 @@ rules: indent-sequences: whatever # Default true (*) line-length: disable # Default: { max: 80, ... } + # (*) toYaml's emitted sequences/lists will have no indentation and we have no # control over it, so we compromise by setting "whatever".