From 95613ef59a1beaa405e1a1967b9d50060cc473cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 19:22:16 +0000 Subject: [PATCH] feat(Dependencies): Update pre-commit hook psf/black to v23.10.0 | datasource | package | from | to | | ----------- | --------- | ------ | ------- | | github-tags | psf/black | 23.9.1 | 23.10.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 85e2ddd..59b9fed 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.9.1 + rev: 23.10.0 hooks: - id: black - repo: https://github.com/sondrelg/pep585-upgrade