diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 344743bd07..83d3a51dc8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: - id: prettier - repo: https://github.com/asottile/pyupgrade - rev: v2.34.0 + rev: v2.37.1 hooks: - id: pyupgrade args: [--py37-plus] @@ -73,7 +73,7 @@ repos: stages: [manual] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.16.2 + rev: 0.17.0 hooks: - id: check-jsonschema name: "Check GitHub Workflows"