From f45769db2a44fc4cbd0f8d8bd4b91d2de532bed2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 01:29:12 +0000 Subject: [PATCH] feat(Dependencies): Update pre-commit hook psf/black to v23.12.1 | datasource | package | from | to | | ----------- | --------- | ------- | ------- | | github-tags | psf/black | 23.12.0 | 23.12.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 261b5fe..efcb24e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-yaml - repo: https://github.com/psf/black - rev: 23.12.0 + rev: 23.12.1 hooks: - id: black - repo: https://github.com/sondrelg/pep585-upgrade