From 80f826870cef7589c52bb659af011ee8de482416 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 21:13:48 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#849) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/hauntsaninja/black-pre-commit-mirror: 24.2.0 → 24.3.0](https://github.com/hauntsaninja/black-pre-commit-mirror/compare/24.2.0...24.3.0) - [github.com/PyCQA/autoflake: v2.3.0 → v2.3.1](https://github.com/PyCQA/autoflake/compare/v2.3.0...v2.3.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 e0eebfbb..bef5a515 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: validate_manifest - repo: https://github.com/hauntsaninja/black-pre-commit-mirror # black compiled with mypyc - rev: 24.2.0 + rev: 24.3.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-prettier @@ -83,7 +83,7 @@ repos: hooks: - id: setup-cfg-fmt - repo: https://github.com/PyCQA/autoflake - rev: v2.3.0 + rev: v2.3.1 hooks: - id: autoflake args: [--remove-all-unused-imports, -i]