From 896c5a9a0b6fe1d74d7689f57c3bea69854aa045 Mon Sep 17 00:00:00 2001 From: "neophile-square[bot]" <136651988+neophile-square[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 12:27:12 +0000 Subject: [PATCH] [neophile] Update dependencies - Update psf/black pre-commit hook from 23.12.0 to 24.1a1 --- .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 ef67ba0..0d70b6f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - toml - repo: https://github.com/psf/black - rev: 23.12.0 + rev: 24.1a1 hooks: - id: black