From e646b8e0700aac26474e68e9eb325463379bd64c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 09:34:47 +0000 Subject: [PATCH] Update pre-commit hook psf/black to v23.12.1 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 b0b5eac6..75921d1f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: # - --py39-plus - repo: https://github.com/psf/black - rev: 23.12.0 + rev: 23.12.1 hooks: - id: black language_version: python3