From 58b6d19839bbc4de07416cb4dc87e2e437c02a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Wed, 6 Apr 2022 17:01:24 +0200 Subject: [PATCH] Set a less strict pre-commit Python version (#12627) --- .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 748d1b3bb1..1176ff0532 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ # limitations under the License. default_language_version: - python: python3.8 + python: python3 ci: autofix_prs: true