From 34913f46a78443896bbea5b8cdd23c889b39a433 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 16:45:10 +0000 Subject: [PATCH] chore(deps): update pre-commit hook psf/black to 24.8.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 e33dbce8..49f4e0ec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -65,6 +65,6 @@ repos: # A base filename makes it relative to each chart directory found - --template-files=README.md.gotmpl - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 24.8.0 hooks: - id: black