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

This commit is contained in:
Aminda Suomalainen ⚧ 2023-10-03 13:29:30 +03:00
parent 27fc7c6fbf
commit 3ae5760a45
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@ ci:
# https://github.com/pre-commit-ci/issues/issues/83
autoupdate_schedule: quarterly
# Aminda has too bleeding edge Python, pypy3 should be universal enough to
# work for everyone.
default_language_version:
python: pypy3
repos:
- repo: https://github.com/thlorenz/doctoc
rev: v2.2.0