From 8de3b32d928473262dc4a1f5e0a75c5b2214a7d9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 21:28:10 +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: v1.3.0 → v1.4.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.3.0...v1.4.1) - [github.com/PyCQA/docformatter: v1.7.2 → v1.7.3](https://github.com/PyCQA/docformatter/compare/v1.7.2...v1.7.3) - [github.com/PyCQA/autoflake: v2.1.1 → v2.2.0](https://github.com/PyCQA/autoflake/compare/v2.1.1...v2.2.0) - [github.com/netromdk/vermin: v1.5.1 → v1.5.2](https://github.com/netromdk/vermin/compare/v1.5.1...v1.5.2) - [github.com/igorshubovych/markdownlint-cli: v0.34.0 → v0.35.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.34.0...v0.35.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 724e8f3..7ed77b8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,18 +25,18 @@ repos: hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.3.0" + rev: "v1.4.1" hooks: - id: mypy - repo: https://github.com/PyCQA/docformatter - rev: v1.7.2 + rev: v1.7.3 hooks: - id: docformatter args: - --in-place - --config=pyproject.toml - repo: https://github.com/PyCQA/autoflake - rev: v2.1.1 + rev: v2.2.0 hooks: - id: autoflake - repo: https://github.com/pycqa/flake8 @@ -46,7 +46,7 @@ repos: entry: pflake8 additional_dependencies: [pyproject-flake8] - repo: https://github.com/netromdk/vermin - rev: v1.5.1 + rev: v1.5.2 hooks: - id: vermin # specify your target version here, OR in a Vermin config file as usual: @@ -57,7 +57,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.34.0 + rev: v0.35.0 hooks: - id: markdownlint-fix - id: markdownlint