From d6d5a76a7f12d078c4e0c54b1624a03988597b5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 06:21:41 +0000 Subject: [PATCH] Update pre-commit hook psf/black to v23 --- example-project/.pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-project/.pre-commit-config.yaml b/example-project/.pre-commit-config.yaml index 60f6ea885..d515c6ef4 100644 --- a/example-project/.pre-commit-config.yaml +++ b/example-project/.pre-commit-config.yaml @@ -75,7 +75,7 @@ repos: hooks: - id: ripsecrets - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.3.0 hooks: - id: black - repo: https://github.com/PyCQA/isort