From 3782da6888680dd3b6a250eb3c8f360ae6c1c859 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Thu, 26 Oct 2023 13:31:49 -0400 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 cc648371..b1bd168c 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.10.0 + rev: 23.10.1 hooks: - id: black