From f8f4565ef02a3b14f818574a8e2ce90152867a66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 05:28:28 +0000 Subject: [PATCH] chore(deps): update pre-commit hook psf/black to v23.9.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 8ab7ff1438..5f6b6bd758 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: - id: pyupgrade args: [--py39-plus] - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.9.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit