From bc161f990b57900937396d0c0ee842eb9355dcfd Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 1 Oct 2023 09:55:35 +0300 Subject: [PATCH] .pre-commit-config.yaml: use pypy3 for python --- .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 2fdbb3e..112fae4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,9 +11,9 @@ ci: autoupdate_schedule: quarterly skip: [pylint] -# Fedora 39 python3 is 3.12 and nothing supports it +# use pypy3 for python default_language_version: - python: python3.11 + python: pypy3 repos: - repo: https://github.com/pre-commit/pre-commit-hooks