From dc498122eb960ad0cb967215be4294585e0b3e0c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 20:09:59 +0000 Subject: [PATCH] pre-commit hooks automatic update 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.4 → v1.7.7](https://github.com/PyCQA/autoflake/compare/v1.4...v1.7.7) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e1727856..7b29df0e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,8 +6,8 @@ repos: - id: isort # See https://pycqa.github.io/isort/docs/configuration/multi_line_output_modes.html args: [--skip=soweego/cli.py, --multi-line=5, --line-length=88] - - repo: https://github.com/myint/autoflake - rev: v1.4 + - repo: https://github.com/PyCQA/autoflake + rev: v1.7.7 hooks: - id: autoflake args: [--in-place, --recursive, --remove-all-unused-imports, --remove-unused-variables]