From 8e73a229a95943c110b6b083a2a52fa798f70295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A4=C3=A4n?= <12813916+hartigdan@users.noreply.github.com> Date: Sun, 12 Apr 2026 22:55:54 +0000 Subject: [PATCH] Pin python version for teyit hook (#11735) teyit fails with python versions >= 3.12 see https://github.com/isidentical/teyit/issues/23 --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a4d6e46287..afdd0795d1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -97,3 +97,4 @@ repos: rev: 0.4.3 hooks: - id: teyit + language_version: python3.11