From 180d4a5bb65c39fad7f83f3e17cec39859ddf96c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 1 Oct 2023 09:36:10 +0300 Subject: [PATCH] .pre-commit-config.yaml: use pypy3 for python hooks --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index addfe34..e8733b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,9 +7,9 @@ ci: autoupdate_schedule: quarterly skip: [latexmk, exiftool] -# Fedora 39 Beta's 3.12 is not supported by hooks yet +# Use pypy3 for python hooks instead of system default default_language_version: - python: python3.11 + python: pypy3 repos: - repo: https://github.com/pre-commit/pre-commit-hooks