Mercurial > dotfiles
annotate .pre-commit-config.yaml @ 699:18b55952980d
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 ? v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.3.0)
- [github.com/JohnnyMorganz/StyLua: v0.15.0 ? v0.15.1](https://github.com/JohnnyMorganz/StyLua/compare/v0.15.0...v0.15.1)
- [github.com/pre-commit/mirrors-prettier: v2.7.1 ? v3.0.0-alpha.2](https://github.com/pre-commit/mirrors-prettier/compare/v2.7.1...v3.0.0-alpha.2)
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> |
---|---|
date | Mon, 17 Oct 2022 19:29:36 +0000 |
parents | 65f405947a28 |
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)$" |