From 39a3832c134ccdfddd021c51bc6739f3c36cbca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Tue, 7 Jan 2025 16:08:12 +0100 Subject: [PATCH] CI updates This is done by the automated script named upgrade-ci-2025 --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 23d7e44..7492a78 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -83,3 +83,8 @@ repos: rev: 0.8.0 hooks: - id: python-versions + - repo: https://github.com/sbrunner/jsonschema-validator + rev: 0.3.2 + hooks: + - id: jsonschema-validator + files: ^\.github/publish\.yaml$