From 5a1193ca15dc76be60c5397767ec43c454e3701b Mon Sep 17 00:00:00 2001 From: Andres Algaba Date: Thu, 26 Jan 2023 15:47:14 +0100 Subject: [PATCH] Change python3.9 to python3 in pre-commit-config.yaml --- .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 e8868901eb..79062e7946 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ default_language_version: - python: python3.9 + python: python3 ci: autofix_prs: true