From 8afedb67199d2846c3f3bd98501ec8400c36a35f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 18:56:07 +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 f9242b0a..4831d2ab 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.8.0" hooks: - id: black