diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8f16085..164a45c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: - id: prettier - repo: https://github.com/asottile/pyupgrade - rev: v2.37.3 + rev: v2.38.0 hooks: - id: pyupgrade args: [--py37-plus] @@ -61,7 +61,7 @@ repos: stages: [manual] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.18.2 + rev: 0.18.3 hooks: - id: check-jsonschema name: "Check GitHub Workflows"