diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 338504b..577f90b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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"]