From 237342e25d33fdfc8b8c435594597fd2fd5912b9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:05:14 +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.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - [github.com/sbrunner/hooks: 0.5.0 → 1.0.0](https://github.com/sbrunner/hooks/compare/0.5.0...1.0.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](https://github.com/codespell-project/codespell/compare/v2.2.5...v2.2.6) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v2.7.1...v4.0.0-alpha.8) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.5 → v0.10.0.1](https://github.com/shellcheck-py/shellcheck-py/compare/v0.9.0.5...v0.10.0.1) - [github.com/python-jsonschema/check-jsonschema: 0.24.1 → 0.28.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.24.1...0.28.1) - [github.com/sirwart/ripsecrets: v0.1.5 → v0.1.7](https://github.com/sirwart/ripsecrets/compare/v0.1.5...v0.1.7) - [github.com/camptocamp/helm-common: 0.7.1 → 1.0.1](https://github.com/camptocamp/helm-common/compare/0.7.1...1.0.1) --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0f83e9b..bff8ba9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: detect-private-key - id: check-merge-conflict @@ -27,11 +27,11 @@ repos: - id: trailing-whitespace - id: mixed-line-ending - repo: https://github.com/sbrunner/hooks - rev: 0.5.0 + rev: 1.0.0 hooks: - id: copyright - repo: https://github.com/codespell-project/codespell - rev: v2.2.5 + rev: v2.2.6 hooks: - id: codespell exclude: |- @@ -39,7 +39,7 @@ repos: )$ - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.7.1 + rev: v4.0.0-alpha.8 hooks: - id: prettier additional_dependencies: @@ -48,7 +48,7 @@ repos: - prettier-plugin-toml@0.3.1 # npm - '@prettier/plugin-xml@0.12.0' # npm - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.9.0.5 + rev: v0.10.0.1 hooks: - id: shellcheck - repo: https://github.com/jumanjihouse/pre-commit-hooks @@ -56,7 +56,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.24.1 + rev: 0.28.1 hooks: - id: check-github-workflows - id: check-jsonschema @@ -71,7 +71,7 @@ repos: additional_dependencies: - pyjson5==1.6.2 # pypi - repo: https://github.com/sirwart/ripsecrets - rev: v0.1.5 + rev: v0.1.7 hooks: - id: ripsecrets - repo: https://github.com/sbrunner/jsonschema-validator @@ -80,7 +80,7 @@ repos: - id: jsonschema-validator files: ^ci/config\.yaml$ - repo: https://github.com/camptocamp/helm-common - rev: 0.7.1 + rev: 1.0.1 hooks: - id: helm-template-gen files: |-