From 74cc4702e5c7fb3079d33285997c3ecdf7dd0312 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 11:34:26 +0100 Subject: [PATCH] Auto-update pre-commit hooks (#1031) Co-authored-by: marcelveldt --- .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 1f0b9585..75ef800d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: hooks: - id: ruff - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.1.0 hooks: - id: black args: -- 2.34.1