From 43fdbb9dfbcd07b4cc5bad98b86456ba8ac8efaf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:49:23 -0700 Subject: [PATCH] chore(deps): Update pre-commit hooks (#150) Update pre-commit hooks 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 6ee3488..2e276a5 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.1 + rev: 23.11.0 hooks: - id: black