From 42879f2aec0b7d38da933a983f954736ac4af075 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 28 Mar 2023 17:04:03 +0000 Subject: [PATCH] chore: update pre-commit hook psf/black to v23 --- .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 a5836c5bc..f2d0670b6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: exclude: ^(api/.*/migrations/.*) - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.1.0 hooks: - id: black