mirror of
https://github.com/deadnews/mc-onedark.git
synced 2026-02-26 09:18:36 +03:00
23 lines
615 B
YAML
23 lines
615 B
YAML
ci:
|
|
autofix_commit_msg: "chore: auto fixes from `pre-commit` hooks"
|
|
autoupdate_commit_msg: "chore(pre-commit): autoupdate"
|
|
autoupdate_schedule: monthly
|
|
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.4.0
|
|
hooks:
|
|
- id: check-added-large-files
|
|
- id: check-case-conflict
|
|
- id: check-merge-conflict
|
|
- id: check-toml
|
|
- id: check-yaml
|
|
- id: detect-private-key
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
|
rev: v3.0.0-alpha.9-for-vscode
|
|
hooks:
|
|
- id: prettier
|