From 4e52f3c943d144beb50f3b42daf0164a91863dd7 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 9 Aug 2023 15:01:24 +0300 Subject: [PATCH] .pre-commit-config.yaml: update check-jsonschema --- .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 ca406732..7debca43 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: # GitHub Actions etc. configuration validity checking - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.23.3 + rev: 0.24.0 hooks: #- id: check-dependabot #- id: check-github-actions