From 34e29c7fef9837eb509ef3bbbeb3b00df6bc415a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 10:47:25 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#2908) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 24.2.0 → 24.3.0](https://github.com/psf/black/compare/24.2.0...24.3.0) * Update * Revert "Update" This reverts commit c16272cfedf7ed9326455be5a99f55bf32fb95c5. * Update also blacken-docs --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: German --- .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 ba14650f4b..cf467ac34a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: ) - repo: https://github.com/psf/black - rev: 24.2.0 # If version changes --> modify "blacken-docs" manually as well. + rev: 24.3.0 # If version changes --> modify "blacken-docs" manually as well. hooks: - id: black args: @@ -36,7 +36,7 @@ repos: rev: 1.16.0 hooks: - id: blacken-docs - additional_dependencies: [black==24.2.0] + additional_dependencies: [black==24.3.0] - repo: https://github.com/PyCQA/flake8 rev: 7.0.0