From 5f6275115543b50722cd3313449b8819eb570da5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Ferreira?= Date: Sun, 29 May 2022 18:48:07 +0100 Subject: [PATCH] chore(pre-commit): bump hook versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated hook https://github.com/sirosen/check-jsonschema from version 0.14.2 to version 0.15.1. Signed-off-by: Luís Ferreira --- .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 209325d05e..dce98218c1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,6 +20,6 @@ repos: - id: no-commit-to-branch args: [--branch, master] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.14.2 + rev: 0.15.1 hooks: - id: check-github-workflows