From 1c9f156fa022b50e1aade51b5343cbd03585e36d Mon Sep 17 00:00:00 2001 From: Eric Neilsen Date: Wed, 31 Jan 2024 09:36:35 -0800 Subject: [PATCH] update precommit for black 24 --- .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 b75e7767..e57e0fb8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: trailing-whitespace - id: check-toml - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 24.1.1 hooks: - id: black # It is recommended to specify the latest version of Python