Mercurial > dotfiles
comparison .pre-commit-config.yaml @ 678:65f405947a28
Enable extra pre-commit checks (#4)
author | Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com> |
---|---|
date | Sat, 01 Oct 2022 10:27:32 +0200 |
parents | 6c07661fbc1f |
children | 18b55952980d |
comparison
equal
deleted
inserted
replaced
677:2dcf0ae65d5b | 678:65f405947a28 |
---|---|
1 repos: | 1 repos: |
2 - repo: https://github.com/pre-commit/pre-commit-hooks | 2 - repo: https://github.com/pre-commit/pre-commit-hooks |
3 rev: v4.0.1 | 3 rev: v4.0.1 |
4 hooks: | 4 hooks: |
5 - id: check-yaml | 5 - id: check-yaml |
6 - id: check-toml | |
6 - id: end-of-file-fixer | 7 - id: end-of-file-fixer |
7 - id: trailing-whitespace | 8 - id: trailing-whitespace |
9 - id: check-merge-conflict | |
8 | 10 |
9 - repo: https://github.com/JohnnyMorganz/StyLua | 11 - repo: https://github.com/JohnnyMorganz/StyLua |
10 rev: v0.15.0 | 12 rev: v0.15.0 |
11 hooks: | 13 hooks: |
12 - id: stylua-github | 14 - id: stylua-github |
13 | 15 |
14 - repo: https://github.com/pre-commit/mirrors-prettier | 16 - repo: https://github.com/pre-commit/mirrors-prettier |
15 rev: v2.7.1 | 17 rev: v2.7.1 |
16 hooks: | 18 hooks: |
17 - id: prettier | 19 - id: prettier |
20 | |
21 exclude: "^(.chezmoiexternal.toml)$" |