.pre-commit-config.yaml: specify python3.11

This commit is contained in:
Aminda Suomalainen 2023-09-28 10:43:05 +03:00
parent 037489e8d4
commit 7cd49c77f2
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -7,6 +7,10 @@ ci:
autoupdate_schedule: quarterly autoupdate_schedule: quarterly
skip: [latexmk, exiftool] skip: [latexmk, exiftool]
# Fedora 39 Beta's 3.12 is not supported by hooks yet
default_language_version:
python: python3.11
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0 rev: v4.4.0