From 86a092c4469f6ebacb23eaafc5d9537d054374af Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:21:31 +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/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v5.0.0) - [github.com/Kuniwak/vint: 94d2cb3fd9526a89911b7c1e083a1fd78bace729 → v0.4a3](https://github.com/Kuniwak/vint/compare/94d2cb3fd9526a89911b7c1e083a1fd78bace729...v0.4a3) - [github.com/hadolint/hadolint: v2.12.1-beta → v2.13.1-beta](https://github.com/hadolint/hadolint/compare/v2.12.1-beta...v2.13.1-beta) --- .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 6651ae8d..18a8c1a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: # - id: detect-aws-credentials - id: check-added-large-files @@ -30,7 +30,7 @@ repos: args: [--branch, main] - id: trailing-whitespace - repo: https://github.com/Kuniwak/vint - rev: 94d2cb3fd9526a89911b7c1e083a1fd78bace729 + rev: v0.4a3 hooks: - id: vint args: [--enable-neovim] @@ -41,7 +41,7 @@ repos: - id: fish_syntax - id: fish_indent - repo: https://github.com/hadolint/hadolint - rev: v2.12.1-beta + rev: v2.13.1-beta hooks: - id: hadolint - repo: https://github.com/jumanjihouse/pre-commit-hooks