.pre-commit-config.yaml: use python3.11 as python

This commit is contained in:
Aminda Suomalainen 2023-09-27 22:16:10 +03:00
parent d7d00acd75
commit 48c697969f
Signed by: Mikaela
SSH Key Fingerprint: SHA256:y2OpGEbett3Fqn8XFrP0X4mWfCVKf4rWkxERzqPY81U
1 changed files with 4 additions and 0 deletions

View File

@ -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