From f22dfe969aff6189c8fbd74510748f75752e6adf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 21:34:57 +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.961 → v0.971](https://github.com/pre-commit/mirrors-mypy/compare/v0.961...v0.971) - [github.com/pre-commit/mirrors-prettier: v2.6.1 → v3.0.0-alpha.0](https://github.com/pre-commit/mirrors-prettier/compare/v2.6.1...v3.0.0-alpha.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](https://github.com/PyCQA/flake8/compare/4.0.1...5.0.4) --- .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 33008da7..bff968a7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: trailing-whitespace exclude: ^.bumpversion.cfg - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v0.961" + rev: "v0.971" hooks: - id: mypy name: Lint core with mypy @@ -36,11 +36,11 @@ repos: args: ["-m3", "-w 100", "--tc"] # exclude: ^tests/ - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v2.6.1" + rev: "v3.0.0-alpha.0" hooks: - id: prettier - repo: https://github.com/PyCQA/flake8 - rev: "4.0.1" + rev: "5.0.4" hooks: - id: flake8 exclude: ^tests/