diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e91b54e56..f2888c18d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,7 +51,7 @@ repos: stages: [manual] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.950 + rev: v0.960 hooks: - id: mypy exclude: jupyter_client/tests @@ -66,7 +66,7 @@ repos: args: [--max-line-length=100] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.15.0 + rev: 0.15.1 hooks: - id: check-jsonschema name: "Check GitHub Workflows"