From 771bc2f45d8acd04d51d0699ca0b57e7f5d41b6c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 18:53:13 +0000 Subject: [PATCH] pre-commit hooks automatic update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pycqa/isort: 5.10.1 → 5.13.0](https://github.com/pycqa/isort/compare/5.10.1...5.13.0) - https://github.com/myint/autoflake → https://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v1.4 → v2.2.1](https://github.com/PyCQA/autoflake/compare/v1.4...v2.2.1) --- .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 e1727856..991b6338 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ # See https://pre-commit.com/#plugins repos: - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.13.0 hooks: - 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: v2.2.1 hooks: - id: autoflake args: [--in-place, --recursive, --remove-all-unused-imports, --remove-unused-variables]