From 19154c2d4e04da9afc12d5efeedb0ec04850c9ec Mon Sep 17 00:00:00 2001 From: eitsupi Date: Sun, 8 Oct 2023 10:50:43 +0000 Subject: [PATCH] chore: update python version in pre-commit-config --- .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 013f3329..99f3d9a4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ default_language_version: - python: python3.10 + python: python3.11 default_stages: [commit] repos: