From 3bf51f22d1f160e14cc5c7d77f56845c114c5a6c Mon Sep 17 00:00:00 2001
From: Yaman Umuroglu <yamanu@xilinx.com>
Date: Mon, 23 May 2022 16:20:28 +0200
Subject: [PATCH] [Infra] update pre-commit to use python3.7

---
 .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 f8f12a026..c6e9fa637 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -29,7 +29,7 @@
 exclude: '^docs/conf.py'
 
 default_language_version:
-    python: python3
+    python: python3.7
 
 repos:
 - repo: https://github.com/pre-commit/pre-commit-hooks
-- 
GitLab