From 3fe49797f71f5eec56510ca22bffd6855f5d721a Mon Sep 17 00:00:00 2001 From: Paula K Date: Sun, 15 Oct 2023 20:50:06 +0200 Subject: [PATCH] Update black in pre-commit config --- .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 f46e3a11..0d4e1e90 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,6 +16,6 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.9.1 hooks: - id: black \ No newline at end of file