1 parent e6ea188 commit d1e7532Copy full SHA for d1e7532
1 file changed
.pre-commit-config.yaml
@@ -0,0 +1,21 @@
1
+repos:
2
+ - repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v6.0.0
4
+ hooks:
5
+ - id: end-of-file-fixer
6
+
7
+ - repo: local
8
9
+ - id: stylua
10
+ name: StyLua
11
+ language: system
12
+ entry: stylua
13
+ types: [lua]
14
+ verbose: true
15
16
+ - id: selene
17
+ name: Run selene linter
18
19
+ entry: selene
20
21
0 commit comments