diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1840dfcad..b57ca4ffb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: stages: [manual] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.950 + rev: v0.960 hooks: - id: mypy exclude: "ipykernel.*tests" @@ -70,7 +70,7 @@ repos: stages: [manual] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.15.0 + rev: 0.15.1 hooks: - id: check-jsonschema name: "Check GitHub Workflows"