From 9a4350e37729aab608b732032f30bc264b6665a2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 19:31:16 +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: - https://github.com/myint/autoflake → https://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v1.5.3 → v1.6.0](https://github.com/PyCQA/autoflake/compare/v1.5.3...v1.6.0) - https://github.com/myint/docformatter → https://github.com/PyCQA/docformatter --- .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 95f85d6..5f1325a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,8 +5,8 @@ repos: rev: 22.8.0 hooks: - id: black - - repo: https://github.com/myint/autoflake - rev: v1.5.3 + - repo: https://github.com/PyCQA/autoflake + rev: v1.6.0 hooks: - id: autoflake args: @@ -30,7 +30,7 @@ repos: rev: 5.10.1 hooks: - id: isort - - repo: https://github.com/myint/docformatter + - repo: https://github.com/PyCQA/docformatter rev: v1.5.0 hooks: - id: docformatter