annotate .pre-commit-config.yaml @ 526:793a6f9bc2cf
Automatically install Treesitter parsers
author |
zegervdv <zegervdv@me.com> |
date |
Sun, 16 Jan 2022 11:09:37 +0100 |
parents |
7004867c436c |
children |
627d2040c3ff |
rev |
line source |
414
|
1 repos:
|
|
2 - repo: https://github.com/pre-commit/pre-commit-hooks
|
|
3 rev: v4.0.1
|
|
4 hooks:
|
|
5 - id: check-yaml
|
|
6 - id: end-of-file-fixer
|
|
7 - id: trailing-whitespace
|
|
8
|
|
9 - repo: local
|
|
10 hooks:
|
|
11 - id: stylua
|
|
12 name: Format with stylua
|
|
13 description: Formats lua files
|
|
14 entry: stylua
|
|
15 language: system
|
|
16 types: [lua]
|