From a0c660a0e8eede5d1bb59206d0937554b606cda0 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Mon, 17 Jul 2023 11:10:57 -0700 Subject: [PATCH] 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 06019d064..0117239dd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -99,7 +99,7 @@ repos: hooks: - id: blacken-docs additional_dependencies: - - black==23.3.0 # keep in sync with black hook + - black==23.7.0 # keep in sync with black hook # TODO: black-jupyter # Jupyter Notebooks: clean up all cell outputs