mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-01-11 21:42:34 +01:00
.pre-commit-config.yaml: set python to 3.10
which is also hopefully supported by the ci
This commit is contained in:
parent
3aca2582da
commit
3947fbf5a1
@ -11,9 +11,10 @@ ci:
|
||||
# https://github.com/pre-commit-ci/issues/issues/83
|
||||
autoupdate_schedule: quarterly
|
||||
|
||||
# Use pypy3 instead of system python3 version
|
||||
# At the time of writing the py hooks have issues with 3.12 Fedora 39 Beta
|
||||
# ships with
|
||||
default_language_version:
|
||||
python: pypy3
|
||||
python: python3.10
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
|
Loading…
Reference in New Issue
Block a user