From 03e251018b628533de0e82b50fe0f0d30059d155 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:29:18 +0000 Subject: [PATCH] build(deps): update pre-commit hook psf/black to v23.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 4003025..0e59c73 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: args: [--fix, --exit-non-zero-on-fix] - repo: 'https://github.com/psf/black' - rev: 23.9.1 + rev: 23.10.0 hooks: - id: black