From 1e4824fab96be143a006b8198d43f532f9c717a5 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 24 Apr 2024 16:23:52 +0000 Subject: [PATCH] Update pre-commit hook psf/black to v24.4.1 Signed-off-by: Mend Renovate --- .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 892e129..dda5322 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -76,7 +76,7 @@ repos: )$ - repo: https://github.com/psf/black - rev: "24.4.0" + rev: "24.4.1" hooks: # Standardized Python code formatting - id: black