From 7ae0a6380c280bbf099bea452e371e17f33dfd8e Mon Sep 17 00:00:00 2001
From: Bartek Wrona <wrona@syncad.com>
Date: Thu, 20 Mar 2025 19:36:51 +0100
Subject: [PATCH] Python precommit hook updated to use Python 3.12

---
 python/.pre-commit-config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/.pre-commit-config.yaml b/python/.pre-commit-config.yaml
index c9f59e308..0efa4fc19 100644
--- a/python/.pre-commit-config.yaml
+++ b/python/.pre-commit-config.yaml
@@ -29,7 +29,7 @@ repos:
       - id: poetry-lock
         name: checking if poetry.lock is consistent with pyproject.toml
         args: [ "--no-update", "-C", "./python"]
-        language_version: python3.10
+        language_version: python3.12
   - repo: https://github.com/charliermarsh/ruff-pre-commit
     rev: 'v0.6.5'
     hooks:
-- 
GitLab