From 72b609859c6c59dd992846c3a5a0f4d696765456 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 16:13:32 +0000 Subject: [PATCH] chore(deps): update pre-commit hook psf/black to v23.12.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 37587589..e942479f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -66,7 +66,7 @@ repos: minimum_pre_commit_version: "2.9.2" - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.12.0 hooks: - id: black args: ["--config", "pyproject.toml"]