mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-21 18:59:22 +01:00
.pre-commit-config.yaml: use pypy3 for python hooks
This commit is contained in:
parent
f54d758771
commit
180d4a5bb6
@ -7,9 +7,9 @@ ci:
|
||||
autoupdate_schedule: quarterly
|
||||
skip: [latexmk, exiftool]
|
||||
|
||||
# Fedora 39 Beta's 3.12 is not supported by hooks yet
|
||||
# Use pypy3 for python hooks instead of system default
|
||||
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