From 282a96c72ad98e6ae1ec84df05b59ee450b2f3db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 16:49:10 +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 7bb92d79..f24f7eaf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: '22.1.0' + rev: '24.4.1' hooks: - id: black