From 67a83f5ec9ab0fbf4709117d17d3312708c1dc44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 07:21:01 +0000 Subject: [PATCH] Update pre-commit hook psf/black to v23.9.0 --- .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 6deaa2de..22966a01 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - -c - ".yaml-lint.yaml" - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.9.0 hooks: - id: black - repo: local