From e955142bb1d0200d3b777aa66d08cf79eadda390 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 12 Dec 2023 15:19:55 -0500 Subject: [PATCH] Run pre-commit autoupdate No effects were observed on Make-managed files. Signed-off-by: Alex Nelson --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1f85dfb..9ce9785 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 23.12.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 @@ -8,7 +8,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/pycqa/isort - rev: 5.13.0 + rev: 5.13.1 hooks: - id: isort name: isort (python)