From 48c697969f7d89f90ce384c54cb20fa05be858e6 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 27 Sep 2023 22:16:10 +0300 Subject: [PATCH] .pre-commit-config.yaml: use python3.11 as python --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b0a0311..2fdbb3e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,6 +11,10 @@ ci: autoupdate_schedule: quarterly skip: [pylint] +# Fedora 39 python3 is 3.12 and nothing supports it +default_language_version: + python: python3.11 + repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0