From 66b3c69edda544f703c3f8ad903f8ef24f41aef3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 19:53:22 +0000 Subject: [PATCH] Update pre-commit hook psf/black to v24.10.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 4b3e5f2d..2f74675d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: # Formatting - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black