From ccae691aae65ffbf66684aad44e36a9fcc59f427 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:54:21 +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/adrienverge/yamllint: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint/compare/v1.33.0...v1.35.1) - [github.com/sirosen/check-jsonschema: 0.27.3 → 0.28.0](https://github.com/sirosen/check-jsonschema/compare/0.27.3...0.28.0) - [github.com/awslabs/cfn-python-lint: v0.85.0 → v0.86.1](https://github.com/awslabs/cfn-python-lint/compare/v0.85.0...v0.86.1) - [github.com/Lucas-C/pre-commit-hooks: v1.5.4 → v1.5.5](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.5.4...v1.5.5) --- .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 c02c4e5..6201667 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,21 +12,21 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/adrienverge/yamllint - rev: v1.33.0 + rev: v1.35.1 hooks: - id: yamllint - repo: https://github.com/sirosen/check-jsonschema - rev: 0.27.3 + rev: 0.28.0 hooks: - id: check-github-workflows - id: check-github-actions - repo: https://github.com/awslabs/cfn-python-lint - rev: v0.85.0 + rev: v0.86.1 hooks: - id: cfn-python-lint files: templates\.(json|yaml|yml)$ - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.4 + rev: v1.5.5 hooks: - id: remove-tabs - repo: https://github.com/aristanetworks/j2lint.git