From 1448e7b9cb083f8e3fb207ae836e15e827d4c22a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:12:12 +0000 Subject: [PATCH] Update pre-commit hook psf/black to v23.10.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 8b583e3..746b33e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: end-of-file-fixer - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.10.0 hooks: - id: black