From f1e03e6450ca8951d0cefa8f8bdca63e0d942ec5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:29:37 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 23.9.1 → 23.10.1](https://github.com/psf/black/compare/23.9.1...23.10.1) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 853b5d97d..3ecc69add 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.9.1 # Keep in sync with blacken-docs + rev: 23.10.1 # Keep in sync with blacken-docs hooks: - id: black - repo: https://github.com/asottile/blacken-docs From 3c0af722ba2c15c483ecd343edd2dfcd2ce32309 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Tue, 24 Oct 2023 00:05:58 -0700 Subject: [PATCH 2/2] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3ecc69add..15d2c2020 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -99,7 +99,7 @@ repos: hooks: - id: blacken-docs additional_dependencies: - - black==23.9.1 # keep in sync with black hook + - black==23.10.1 # keep in sync with black hook # TODO: black-jupyter # Jupyter Notebooks: clean up all cell outputs