From 70dbf939778236c7cc4bdd65e0e7987ed8ac863e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 28 Sep 2023 11:44:54 +0300 Subject: [PATCH] .pre-commit-config.yaml: switch to pypy3 This is testing whether the CI has support for it before I attempt requesting for it --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7930fcb..bd1c20b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ ci: # At the time of writing the py hooks have issues with 3.12 Fedora 39 Beta # ships with default_language_version: - python: python3.11 + python: pypy3 repos: - repo: https://github.com/pre-commit/pre-commit-hooks