mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-26 04:59:38 +01:00
.pre-commit-config.yaml: use python3.11 as python
This commit is contained in:
parent
d7d00acd75
commit
48c697969f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user