[pre-commit.ci] pre-commit autoupdate
GHCR - Development Branches / ghcr-publish (push) Canceled after 0s
Validate Docker Build / validate-docker-build (push) Canceled after 0s

updates:
- [github.com/editorconfig-checker/editorconfig-checker.python: 3.6.1 → 3.8.0](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/3.6.1...3.8.0)
- [github.com/python-jsonschema/check-jsonschema: 0.37.2 → 0.37.4](https://github.com/python-jsonschema/check-jsonschema/compare/0.37.2...0.37.4)
This commit is contained in:
pre-commit-ci[bot]
2026-08-03 18:18:06 +00:00
committed by GitHub
parent 1c9ba49260
commit 81ed74a3bb
+2 -2
View File
@@ -19,7 +19,7 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "3.6.1"
rev: "3.8.0"
hooks:
- id: editorconfig-checker
alias: ec
@@ -42,7 +42,7 @@ repos:
language: system
pass_filenames: false
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.37.2
rev: 0.37.4
hooks:
- id: check-renovate
additional_dependencies: ["pyjson5"]