From ff3e2e0dc5620c658a60a33cc9134d501d6cfa47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 03:54:21 +0000 Subject: [PATCH] Update pre-commit hook psf/black to v23.12.1 --- .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 98098ca4..76f3b25b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,6 +8,6 @@ repos: - id: ruff - repo: https://github.com/psf/black - rev: "23.9.1" + rev: "23.12.1" hooks: - id: black