From 142db93029f7e0e58040d789f38d800b6948b02c Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 12 Dec 2023 15:30:56 -0500 Subject: [PATCH] Run pre-commit autoupdate No effects were observed on Make-managed files. Signed-off-by: Alex Nelson --- .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 5944a62a..db80ce2a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,6 +21,6 @@ repos: - --no-sort-keys exclude: ^vendor/ - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 23.12.0 hooks: - id: black