mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-02-16 21:50:58 +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
|
autoupdate_schedule: quarterly
|
||||||
skip: [pylint]
|
skip: [pylint]
|
||||||
|
|
||||||
# Fedora 39 python3 is 3.12 and nothing supports it
|
# use pypy3 for python
|
||||||
default_language_version:
|
default_language_version:
|
||||||
python: python3.11
|
python: pypy3
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user