From 814086e5f825ea7b6e1bdc066584c4a0dc447a29 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 07:30:11 -0800 Subject: [PATCH] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.31.0 (#596) * chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.31.0 * Use nonunicode regex variant to restore old default behavior --------- Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com> Co-authored-by: Marco Esters --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 26a9ab46..da063093 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,10 +20,11 @@ repos: hooks: - id: hadolint-docker - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.30.0 + rev: 0.31.0 hooks: - id: check-github-workflows - id: check-renovate + args: ["--regex-variant", "nonunicode"] - repo: https://github.com/codespell-project/codespell rev: v2.3.0 hooks: