From 0f55d83287c965c962890e9539ed60ec759d7d71 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 28 Sep 2023 14:36:27 +0300 Subject: [PATCH] .pre-commit-config.yaml: use pypy3 for Python hooks This repo isn't primarily at GitHub so I don't see if the CI fails constantly --- .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 d021820b..31b5b148 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ ci: # Override hook language versions from system defaults default_language_version: - python: python3.11 + python: pypy3 repos: - repo: https://github.com/pre-commit/pre-commit-hooks