From 6dd0f81399c7fd1fe5a879d6fff5c6c9a15b44da Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 24 Sep 2023 11:39:37 +0300 Subject: [PATCH] .pre-commit-config.yaml: use pypy3 rather than system python3 Python 3.12 in Fedora 39 Beta seems incompatible with almost everything --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bc541241..bee49c00 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,6 +8,10 @@ ci: # https://github.com/pre-commit-ci/issues/issues/83 autoupdate_schedule: quarterly +# Override hook language versions from system defaults +default_language_version: + python: pypy3 + repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0