mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
.pre-commit-config.yaml: use pypy3 rather than system python3
Python 3.12 in Fedora 39 Beta seems incompatible with almost everything
This commit is contained in:
parent
b0f4e315bb
commit
6dd0f81399
@ -8,6 +8,10 @@ ci:
|
||||
# https://github.com/pre-commit-ci/issues/issues/83
|
||||
autoupdate_schedule: quarterly
|
||||
|
||||
# Override hook language versions from system defaults
|
||||
default_language_version:
|
||||
python: pypy3
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.4.0
|
||||
|
Loading…
Reference in New Issue
Block a user