Skip to content

Commit

Permalink
chore(deps): update pre-commit hook python-jsonschema/check-jsonschem…
Browse files Browse the repository at this point in the history
…a 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 <[email protected]>
  • Loading branch information
anaconda-renovate[bot] and marcoesters authored Jan 9, 2025
1 parent 5a410e0 commit 814086e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 814086e

Please sign in to comment.