From 3947fbf5a1568c22decb0998a84fd6ff6f9f5b87 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 24 Sep 2023 12:09:42 +0300 Subject: [PATCH] .pre-commit-config.yaml: set python to 3.10 which is also hopefully supported by the ci --- .pre-commit-config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9f62d2a..f62b842 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,9 +11,10 @@ ci: # https://github.com/pre-commit-ci/issues/issues/83 autoupdate_schedule: quarterly -# Use pypy3 instead of system python3 version +# At the time of writing the py hooks have issues with 3.12 Fedora 39 Beta +# ships with default_language_version: - python: pypy3 + python: python3.10 repos: - repo: https://github.com/pre-commit/pre-commit-hooks