Update Precommit hooks. (#1034)

* Update pre-commit hook editorconfig-checker/editorconfig-checker.python to v3.6.1

* Update pre-commit hook python-jsonschema/check-jsonschema to v0.37.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
Catalan Lover
2026-03-14 12:28:00 +01:00
committed by GitHub
parent fc09fb2904
commit 470e00b178

View File

@@ -22,7 +22,7 @@ repos:
- id: check-shebang-scripts-are-executable
- id: check-illegal-windows-names
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "3.0.3"
rev: "3.6.1"
hooks:
- id: editorconfig-checker
alias: ec
@@ -37,7 +37,7 @@ repos:
entry: corepack yarn lint
language: system
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.3
rev: 0.37.0
hooks:
- id: check-renovate
additional_dependencies: ["pyjson5"]