From b2db9ad9578136f4d6cdfae2138287c7a1fc7e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Ferreira?= Date: Mon, 10 Oct 2022 04:42:01 +0100 Subject: [PATCH] chore(pre-commit): update pre-commit hooks (#14534) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hook 'sirosen/check-jsonschema' updated from 0.17.1 to 0.18.3. Signed-off-by: Luís Ferreira 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 8d9d88dff1..51e5e2f7d4 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.17.1 + rev: 0.18.3 hooks: - id: check-github-workflows