From 97f7b59c0aab7478bb81a4bd2d4452dc6299573f Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 24 Sep 2023 11:44:16 +0300 Subject: [PATCH] .pre-commit-config.yaml: use pypy3 for Python This is mainly to check whether pre-commit.ci dies. --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b60c3cc..9f62d2a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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