Mercurial > dotfiles
annotate .pre-commit-config.yaml @ 766:e21ef814b85d
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/JohnnyMorganz/StyLua: v0.15.3 ? v0.17.0](https://github.com/JohnnyMorganz/StyLua/compare/v0.15.3...v0.17.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 ? v3.0.0-alpha.6](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.4...v3.0.0-alpha.6)
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> |
---|---|
date | Mon, 13 Mar 2023 21:22:51 +0000 |
parents | ec5b57266af2 |
children | 61f7d3bd724f |
rev | line source |
---|---|
414 | 1 repos: |
2 - repo: https://github.com/pre-commit/pre-commit-hooks | |
752
e9a6e3dd0139
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
parents:
699
diff
changeset
|
3 rev: v4.4.0 |
414 | 4 hooks: |
5 - id: check-yaml | |
678
65f405947a28
Enable extra pre-commit checks (#4)
Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
parents:
675
diff
changeset
|
6 - id: check-toml |
414 | 7 - id: end-of-file-fixer |
8 - id: trailing-whitespace | |
678
65f405947a28
Enable extra pre-commit checks (#4)
Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
parents:
675
diff
changeset
|
9 - id: check-merge-conflict |
673
e258ef0fb4cd
Add prettier config (#1)
Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
parents:
672
diff
changeset
|
10 |
672
627d2040c3ff
Use official stylua pre-commit config
Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
parents:
414
diff
changeset
|
11 - repo: https://github.com/JohnnyMorganz/StyLua |
766
e21ef814b85d
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
parents:
761
diff
changeset
|
12 rev: v0.17.0 |
414 | 13 hooks: |
675 | 14 - id: stylua-github |
673
e258ef0fb4cd
Add prettier config (#1)
Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
parents:
672
diff
changeset
|
15 |
e258ef0fb4cd
Add prettier config (#1)
Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
parents:
672
diff
changeset
|
16 - repo: https://github.com/pre-commit/mirrors-prettier |
766
e21ef814b85d
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
parents:
761
diff
changeset
|
17 rev: v3.0.0-alpha.6 |
673
e258ef0fb4cd
Add prettier config (#1)
Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
parents:
672
diff
changeset
|
18 hooks: |
e258ef0fb4cd
Add prettier config (#1)
Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
parents:
672
diff
changeset
|
19 - id: prettier |
678
65f405947a28
Enable extra pre-commit checks (#4)
Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
parents:
675
diff
changeset
|
20 |
761
ec5b57266af2
feat: add lazy-lock.json as a symlink
zegervdv <zegervdv@me.com>
parents:
752
diff
changeset
|
21 exclude: "^(.chezmoiexternal.toml|.chezmoitemplates/lazy-lock.json)$" |