From ec96d9c6f69e38d40baec87836db51f6a15fc1fa Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Mon, 23 Oct 2023 23:42:03 -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 30be61b6..60226fa4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -107,7 +107,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