From 9fb7e0ce0a5aef1ee6956bb15c7d9dea0b235669 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 09:58:03 +0000 Subject: [PATCH] Update pre-commit hook psf/black to v23.12.0 --- .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 14b049d2..b9ad4073 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.0" hooks: - id: black