mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-26 13:09:29 +01:00
.pre-commit-config.yaml: use pypy3 for python
This commit is contained in:
parent
f01efe805c
commit
bc161f990b
@ -11,9 +11,9 @@ ci:
|
||||
autoupdate_schedule: quarterly
|
||||
skip: [pylint]
|
||||
|
||||
# Fedora 39 python3 is 3.12 and nothing supports it
|
||||
# use pypy3 for python
|
||||
default_language_version:
|
||||
python: python3.11
|
||||
python: pypy3
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
|
Loading…
Reference in New Issue
Block a user