Mercurial > dotfiles
changeset 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 | 2dcf0ae65d5b |
children | 73794161338c |
files | .pre-commit-config.yaml |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.pre-commit-config.yaml Sat Oct 01 07:18:31 2022 +0200 +++ b/.pre-commit-config.yaml Sat Oct 01 10:27:32 2022 +0200 @@ -3,8 +3,10 @@ rev: v4.0.1 hooks: - id: check-yaml + - id: check-toml - id: end-of-file-fixer - id: trailing-whitespace + - id: check-merge-conflict - repo: https://github.com/JohnnyMorganz/StyLua rev: v0.15.0 @@ -15,3 +17,5 @@ rev: v2.7.1 hooks: - id: prettier + +exclude: "^(.chezmoiexternal.toml)$"