mirror of
https://github.com/deadnews/mc-onedark.git
synced 2026-02-26 01:08:31 +03:00
28 lines
686 B
YAML
28 lines
686 B
YAML
ci:
|
|
autofix_commit_msg: "chore: auto fixes from `pre-commit` hooks"
|
|
autoupdate_commit_msg: "chore(pre-commit): autoupdate"
|
|
autoupdate_schedule: quarterly
|
|
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v6.0.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/rbubley/mirrors-prettier
|
|
rev: v3.8.0
|
|
hooks:
|
|
- id: prettier
|
|
|
|
- repo: https://github.com/crate-ci/typos
|
|
rev: v1.42.0
|
|
hooks:
|
|
- id: typos
|