From c28e07ba15f0a672d275f4577445d0d761711316 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 06:19:13 +0000 Subject: [PATCH] feat(Dependencies): Update pre-commit hook psf/black-pre-commit-mirror to v24.4.0 | datasource | package | from | to | | ----------- | --------------------------- | ------ | ------ | | github-tags | psf/black-pre-commit-mirror | 24.3.0 | 24.4.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 5a448f9..acfd896 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.3.0 + rev: 24.4.0 hooks: - id: black language_version: python3.11