mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-09 11:04:11 +01:00
.pre-commit-config.yaml: bumb to python3.11, update check-jsonschema
This commit is contained in:
parent
1a6d00e7f1
commit
c697a462c9
@ -14,7 +14,7 @@ ci:
|
|||||||
# At the time of writing the py hooks have issues with 3.12 Fedora 39 Beta
|
# At the time of writing the py hooks have issues with 3.12 Fedora 39 Beta
|
||||||
# ships with
|
# ships with
|
||||||
default_language_version:
|
default_language_version:
|
||||||
python: python3.10
|
python: python3.11
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
@ -44,7 +44,7 @@ repos:
|
|||||||
args: [--update-only, --notitle]
|
args: [--update-only, --notitle]
|
||||||
|
|
||||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||||
rev: 0.26.3
|
rev: 0.27.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-dependabot
|
- id: check-dependabot
|
||||||
- id: check-github-actions
|
- id: check-github-actions
|
||||||
|
Loading…
Reference in New Issue
Block a user