From e4117e4dadfada7e05defeba9ea08310f21f097a Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 7 Apr 2026 18:24:11 +0100 Subject: [PATCH] Upgrade pre-commit to Python 3.14 --- .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 f60cf32e..322549f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ ci: autoupdate_schedule: monthly default_language_version: - python: python3.13 + python: python3.14 repos: - repo: https://github.com/pre-commit/pre-commit-hooks