From fe7e25ee512c1ae0079cd57874cbd609b7c25276 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 19:44:52 +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/PyCQA/isort: 5.10.1 → 5.13.2](https://github.com/PyCQA/isort/compare/5.10.1...5.13.2) - [github.com/PyCQA/autoflake: v1.4 → v2.3.1](https://github.com/PyCQA/autoflake/compare/v1.4...v2.3.1) - [github.com/psf/black: 22.1.0 → 24.8.0](https://github.com/psf/black/compare/22.1.0...24.8.0) --- .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 bf0bc21..1b7a2ea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ repos: - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.13.2 hooks: - id: isort stages: [commit] args: ["--profile", "black"] - repo: https://github.com/PyCQA/autoflake - rev: v1.4 + rev: v2.3.1 hooks: - id: autoflake stages: [commit] @@ -21,7 +21,7 @@ repos: ] - repo: https://github.com/psf/black - rev: 22.1.0 + rev: 24.8.0 hooks: - id: black stages: [commit]