diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b056a2d6..fae47ec9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -71,7 +71,7 @@ repos: # GitHub Actions etc. configuration validity checking - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.31.0 + rev: 0.31.1 hooks: #- id: check-jsonschema - id: check-dependabot @@ -96,7 +96,7 @@ repos: # .editorconfig validity checking - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "3.1.2" + rev: "3.2.0" hooks: - id: editorconfig-checker alias: ec