From 36b024a6202aca1703809859318db8aa150cfa94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:49:53 +0000 Subject: [PATCH] Update pre-commit hook python-jsonschema/check-jsonschema to v0.27.0 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 02354b2..d4620ab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: prettier exclude: ".yml$" - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.23.3 + rev: 0.27.0 hooks: - id: check-github-workflows - repo: https://github.com/ansible-community/ansible-lint.git