.pre-commit-config.yaml: pypy3 & autoupdate
This commit is contained in:
parent
ab3f5adf0d
commit
12f88785c0
|
@ -7,6 +7,9 @@ ci:
|
|||
autoupdate_schedule: quarterly
|
||||
skip: [latexmk]
|
||||
|
||||
default_language_version:
|
||||
python: pypy3
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.4.0
|
||||
|
@ -23,11 +26,11 @@ repos:
|
|||
- id: trailing-whitespace
|
||||
exclude_types: [tsv, markdown]
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: "v3.0.0-alpha.9-for-vscode"
|
||||
rev: "v3.0.3"
|
||||
hooks:
|
||||
- id: prettier
|
||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||
rev: "2.7.1"
|
||||
rev: "2.7.2"
|
||||
hooks:
|
||||
- id: editorconfig-checker
|
||||
alias: ec
|
||||
|
|
Loading…
Reference in New Issue