mirror of
https://github.com/Mikaela/cv.git
synced 2024-11-25 09:59:23 +01:00
.pre-commit-config.yaml: add comments, autoupdate_schedule & update check-jsonschema, editorconfig-checker & rm bundler-audit
This commit is contained in:
parent
051b5c0d5d
commit
e9c44e76b5
@ -1,6 +1,8 @@
|
||||
# See https://pre-commit.com for more information
|
||||
# See https://pre-commit.ci for more information
|
||||
ci:
|
||||
# Attempts to use networking and fails at name resolution
|
||||
skip: [bundler-audit]
|
||||
# This project is not active enough to justify weekly autoupdates.
|
||||
autoupdate_schedule: quarterly
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
@ -24,26 +26,19 @@ repos:
|
||||
args: [--update-only]
|
||||
|
||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||
rev: 0.23.0
|
||||
rev: 0.23.2
|
||||
hooks:
|
||||
- id: check-dependabot
|
||||
- id: check-github-actions
|
||||
- id: check-github-workflows
|
||||
- id: check-gitlab-ci
|
||||
|
||||
- repo: https://github.com/jumanjihouse/pre-commit-hooks
|
||||
rev: 3.0.0
|
||||
hooks:
|
||||
- id: bundler-audit
|
||||
# https://github.com/jumanjihouse/pre-commit-hooks/issues/111
|
||||
#- id: check-mailmap
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: "v3.0.0-alpha.9-for-vscode"
|
||||
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
Block a user