From 4b403759223d90cca45aa50a9341bb3ed5c6984e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 21:16:12 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/mirrors-mypy: v0.950 → v0.960](https://github.com/pre-commit/mirrors-mypy/compare/v0.950...v0.960) - [github.com/sirosen/check-jsonschema: 0.15.0 → 0.15.1](https://github.com/sirosen/check-jsonschema/compare/0.15.0...0.15.1) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"