Mercurial > dotfiles
annotate .pre-commit-config.yaml @ 712:0b2e711978d4
fix: temporarily remove cbfmt from brewfile to debug build issues
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 27 Nov 2022 09:14:46 +0100 |
parents | 18b55952980d |
children | e9a6e3dd0139 |
rev | line source |
---|---|
414 | 1 repos: |
2 - repo: https://github.com/pre-commit/pre-commit-hooks | |
699
18b55952980d
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
parents:
678
diff
changeset
|
3 rev: v4.3.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 |
699
18b55952980d
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
parents:
678
diff
changeset
|
12 rev: v0.15.1 |
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 |
699
18b55952980d
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
parents:
678
diff
changeset
|
17 rev: v3.0.0-alpha.2 |
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 |
65f405947a28
Enable extra pre-commit checks (#4)
Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
parents:
675
diff
changeset
|
21 exclude: "^(.chezmoiexternal.toml)$" |