2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-15 07:48:51 +00:00

Pin python version for teyit hook (#11735)

teyit fails with python versions >= 3.12
see https://github.com/isidentical/teyit/issues/23
This commit is contained in:
Dään
2026-04-12 22:55:54 +00:00
committed by GitHub
parent 40b67f5f12
commit 8e73a229a9

View File

@@ -97,3 +97,4 @@ repos:
rev: 0.4.3 rev: 0.4.3
hooks: hooks:
- id: teyit - id: teyit
language_version: python3.11