.pre-commit-config.yaml: comment pypy3 usage

This commit is contained in:
Aminda Suomalainen 2024-01-11 21:31:23 +02:00
parent 3bd32c28f8
commit 7ecc6a6206
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 3 deletions

View File

@ -11,9 +11,9 @@ ci:
# https://github.com/pre-commit-ci/issues/issues/83
autoupdate_schedule: quarterly
# Use pypy3 for the Python hooks
default_language_version:
python: pypy3
# Use pypy3 for the Python hooks. Except don't, see .gitlab-ci.yml
#default_language_version:
# python: pypy3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks