From 1123b6473406796bb4c7b42c9289fc4f626b60bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 08:03:41 -0600 Subject: [PATCH] chore(deps): Update pre-commit hooks (#9) Co-authored-by: fredclausen --- .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 7603ee6..d8750d8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,7 @@ repos: # lint python formatting - repo: https://github.com/psf/black - rev: 23.10.0 + rev: 23.10.1 hooks: - id: black