File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ci :
3+ # format compatible with commitlint
4+ autoupdate_commit_msg : " chore: pre-commit autoupdate"
5+ autoupdate_schedule : monthly
6+ autofix_commit_msg : |
7+ chore: auto fixes from pre-commit.com hooks
8+
9+ for more information, see https://pre-commit.ci
10+ repos :
11+ - repo : https://github.com/codespell-project/codespell
12+ rev : v2.1.0
13+ hooks :
14+ - id : codespell
15+ exclude : >
16+ (?x)^(
17+ package-lock.json
18+ )$
19+ - repo : https://github.com/pre-commit/mirrors-prettier
20+ # keep it before markdownlint
21+ rev : " v2.5.1"
22+ hooks :
23+ - id : prettier
24+ - repo : https://github.com/igorshubovych/markdownlint-cli
25+ rev : v0.30.0
26+ hooks :
27+ - id : markdownlint
Original file line number Diff line number Diff line change 11# dot-config.github.io
2+
23dot-config.github.io website
You can’t perform that action at this time.
0 commit comments