From 6454b24cc905f775c71de468ee3985c615a80520 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 19:46:07 +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.942 → v0.950](https://github.com/pre-commit/mirrors-mypy/compare/v0.942...v0.950) - [github.com/asottile/pyupgrade: v2.32.0 → v2.32.1](https://github.com/asottile/pyupgrade/compare/v2.32.0...v2.32.1) - [github.com/PyCQA/doc8: 0.11.1 → 0.11.2](https://github.com/PyCQA/doc8/compare/0.11.1...0.11.2) - [github.com/pre-commit/mirrors-eslint: v8.13.0 → v8.16.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.13.0...v8.16.0) - [github.com/sirosen/check-jsonschema: 0.14.3 → 0.15.0](https://github.com/sirosen/check-jsonschema/compare/0.14.3...0.15.0) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c9a2697..5c5e3bb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: files: \.py$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.942 + rev: v0.950 hooks: - id: mypy exclude: examples/simple/setup.py @@ -39,13 +39,13 @@ repos: - id: prettier - repo: https://github.com/asottile/pyupgrade - rev: v2.32.0 + rev: v2.32.1 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/PyCQA/doc8 - rev: 0.11.1 + rev: 0.11.2 hooks: - id: doc8 args: [--max-line-length=200] @@ -64,13 +64,13 @@ repos: stages: [manual] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.13.0 + rev: v8.16.0 hooks: - id: eslint stages: [manual] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.14.3 + rev: 0.15.0 hooks: - id: check-jsonschema name: "Check GitHub Workflows"