From d9fe94160c475a089ac066e9a730d619dc48ea95 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Wed, 28 Feb 2024 17:10:19 -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 fc1ba5c2..d1643009 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - --no-ensure-ascii - --no-sort-keys - repo: https://github.com/psf/black - rev: 24.1.1 + rev: 24.2.0 hooks: - id: black - repo: https://github.com/pycqa/flake8