.pre-commit-config.yaml: set python to 3.10

which is also hopefully supported by the ci
This commit is contained in:
Aminda Suomalainen 2023-09-24 12:09:42 +03:00
parent 3aca2582da
commit 3947fbf5a1
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 2 deletions

View File

@ -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