From 8962fe0371b6f441ddee05d54a480235a4f2826c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:55:23 +0000 Subject: [PATCH] feat(Dependencies): Update pre-commit hook psf/black to v24.4.2 | datasource | package | from | to | | ----------- | --------- | ------ | ------ | | github-tags | psf/black | 24.4.1 | 24.4.2 | --- .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 7c60429c..acc962a0 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: 24.4.1 + rev: 24.4.2 hooks: - id: black - repo: https://github.com/sondrelg/pep585-upgrade