.pre-commit-config.yaml: use pypy3 rather than system python3

Python 3.12 in Fedora 39 Beta seems incompatible with almost everything
This commit is contained in:
Aminda Suomalainen 2023-09-24 11:39:37 +03:00
parent b0f4e315bb
commit 6dd0f81399
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ ci:
# https://github.com/pre-commit-ci/issues/issues/83
autoupdate_schedule: quarterly
# Override hook language versions from system defaults
default_language_version:
python: pypy3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0