.pre-commit-config.yaml: use pypy3 for python

This commit is contained in:
Aminda Suomalainen 2023-10-01 09:55:35 +03:00
parent f01efe805c
commit bc161f990b
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@ ci:
autoupdate_schedule: quarterly
skip: [pylint]
# Fedora 39 python3 is 3.12 and nothing supports it
# use pypy3 for python
default_language_version:
python: python3.11
python: pypy3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks