From 6a44b2c35a77d8a6a10dc7ce7af0b5b92c3da0b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 08:50:37 +0000 Subject: [PATCH] feat(Dependencies): Update pre-commit hook psf/black to v24 | datasource | package | from | to | | ----------- | --------- | ------- | ------ | | github-tags | psf/black | 23.12.1 | 24.1.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 e32b7d17..3f5adea1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-yaml - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.1.0 hooks: - id: black - repo: https://github.com/sondrelg/pep585-upgrade