From 07fff77b03035ba6725e163444667a32ba10346b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:06:00 +0000 Subject: [PATCH] pre-commit: autoupdate hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/adrienverge/yamllint: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint/compare/v1.33.0...v1.35.1) - [github.com/talos-systems/conform: v0.1.0-alpha.27 → v0.1.0-alpha.30](https://github.com/talos-systems/conform/compare/v0.1.0-alpha.27...v0.1.0-alpha.30) --- .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 63c974d..c57760c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-merge-conflict @@ -13,7 +13,7 @@ repos: - id: mixed-line-ending - repo: https://github.com/adrienverge/yamllint - rev: v1.33.0 + rev: v1.35.1 hooks: - id: yamllint args: [-c=.yamllint] @@ -27,7 +27,7 @@ repos: args: [-c.markdown.yaml] - repo: https://github.com/talos-systems/conform - rev: v0.1.0-alpha.27 + rev: v0.1.0-alpha.30 hooks: - id: conform stages: