From f1ff10dc68bbcb7287ee150d7ea01cff4947c88c Mon Sep 17 00:00:00 2001 From: strNophix Date: Sat, 12 Nov 2022 20:37:44 +0100 Subject: [PATCH] Updated pre-commit python version to 3.10 --- .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 7e3b957..81f9b39 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ default_language_version: - python: python3.9 + python: python3.10 repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.0.1