diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4acdb2a0..5a08b6bc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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"]