From 93a1f45342b1cbf6bd77acd3c863c119c1136b8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 05:42:54 +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.1 | --- .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..24791fea 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.1 hooks: - id: black - repo: https://github.com/sondrelg/pep585-upgrade