From f1b6fd5dd047e3399d6cbc616b337a7272f0a2a8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 17:15:24 -0600 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#63) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/john-hen/Flake8-pyproject: 1.1.0.post0 → 1.2.0](https://github.com/john-hen/Flake8-pyproject/compare/1.1.0.post0...1.2.0) - [github.com/pre-commit/mirrors-mypy: v0.990 → v0.991](https://github.com/pre-commit/mirrors-mypy/compare/v0.990...v0.991) - [github.com/python-jsonschema/check-jsonschema: 0.19.1 → 0.19.2](https://github.com/python-jsonschema/check-jsonschema/compare/0.19.1...0.19.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 030d448..c58267f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,7 +53,7 @@ repos: stages: [manual] - repo: https://github.com/john-hen/Flake8-pyproject - rev: 1.1.0.post0 + rev: 1.2.0 hooks: - id: Flake8-pyproject alias: flake8 @@ -62,7 +62,7 @@ repos: stages: [manual] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.990 + rev: v0.991 hooks: - id: mypy exclude: jupyter_client/tests @@ -71,6 +71,6 @@ repos: stages: [manual] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.19.1 + rev: 0.19.2 hooks: - id: check-github-workflows