mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 03:59:31 +01:00
.pre-commit-config.yaml: use pypy3 for Python
This is mainly to check whether pre-commit.ci dies.
This commit is contained in:
parent
fc8ebaac7c
commit
97f7b59c0a
@ -11,6 +11,10 @@ ci:
|
||||
# https://github.com/pre-commit-ci/issues/issues/83
|
||||
autoupdate_schedule: quarterly
|
||||
|
||||
# Use pypy3 instead of system python3 version
|
||||
default_language_version:
|
||||
python: pypy3
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.4.0
|
||||
|
Loading…
Reference in New Issue
Block a user