From c411e6240a6f658f41aed083d05120c8ba51cede Mon Sep 17 00:00:00 2001 From: Marco D'Aleo Date: Wed, 24 Jun 2026 13:35:26 +0100 Subject: [PATCH] Loosen up pre-commit Black python version --- .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 4f097ba..ec9a59d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: rev: 26.3.1 hooks: - id: black - language_version: python3.13 + language_version: python3 - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0