From 8b8ba86df9f9608e1d9212834ca5e4bdaf577a96 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 17 Jun 2023 15:39:31 +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 a1792fb4..792b278d 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.1 + rev: 0.23.2 hooks: #- id: check-dependabot #- id: check-github-actions