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

This repo isn't primarily at GitHub so I don't see if the CI fails constantly
This commit is contained in:
Aminda Suomalainen 2023-09-28 14:36:27 +03:00
parent 2c47aaae48
commit 0f55d83287
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ ci:
# Override hook language versions from system defaults
default_language_version:
python: python3.11
python: pypy3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks