From b256f372884c5f31e61ee97cb12af4f1ef296731 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 10:53:18 -0800 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#491) 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: 23.12.0 → 23.12.1](https://github.com/psf/black/compare/23.12.0...23.12.1) * Update .pre-commit-config.yaml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Axel Huebl --- .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 c613bcdff..c6071bc61 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -91,7 +91,7 @@ repos: # Python Formatting - repo: https://github.com/psf/black - rev: 23.12.0 # Keep in sync with blacken-docs + rev: 23.12.1 # Keep in sync with blacken-docs hooks: - id: black - repo: https://github.com/asottile/blacken-docs @@ -99,7 +99,7 @@ repos: hooks: - id: blacken-docs additional_dependencies: - - black==23.12.0 # keep in sync with black hook + - black==23.12.1 # keep in sync with black hook # TODO: black-jupyter # Jupyter Notebooks: clean up all cell outputs