From 3ae5760a4508e20196f1b4513777381c174ba9ae Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 3 Oct 2023 13:29:30 +0300 Subject: [PATCH] .pre-commit-config.yaml: use pypy3 for Python --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cf3b8e6..b60a39f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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