From 6ebb1ae126ef4a6e9905a88f503ef9880a1f534a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 08:08:58 +0000 Subject: [PATCH] Update pre-commit hook psf/black to v24 --- .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 1103b27f..4c9e1326 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: "24.1.1" hooks: - id: black