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

This commit is contained in:
Aminda Suomalainen 2023-10-01 09:36:10 +03:00
parent f54d758771
commit 180d4a5bb6
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -7,9 +7,9 @@ ci:
autoupdate_schedule: quarterly
skip: [latexmk, exiftool]
# Fedora 39 Beta's 3.12 is not supported by hooks yet
# Use pypy3 for python hooks instead of system default
default_language_version:
python: python3.11
python: pypy3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks