From 8cf1581c3f0aba9a648242464d09ff68680adc31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 22:07:33 +0000 Subject: [PATCH] feat(Dependencies): Update pre-commit hook psf/black to v23.10.1 | datasource | package | from | to | | ----------- | --------- | ------- | ------- | | github-tags | psf/black | 23.10.0 | 23.10.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 afa41932..ed85300d 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.10.0 + rev: 23.10.1 hooks: - id: black - repo: https://github.com/sondrelg/pep585-upgrade