From f081334f82451349f23ea416639faafa693f1bc1 Mon Sep 17 00:00:00 2001 From: Lukas Burgholzer Date: Wed, 29 May 2024 17:06:03 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20update=20black=20version?= =?UTF-8?q?=20in=20blacken-docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 2df1009dd..fe723d404 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -69,7 +69,7 @@ repos: rev: 1.16.0 hooks: - id: blacken-docs - additional_dependencies: [black==23.*] + additional_dependencies: [black==24.*] # Check static types with mypy - repo: https://github.com/pre-commit/mirrors-mypy