File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ # See https://pre-commit.com for more information
2
+ # See https://pre-commit.com/hooks.html for more hooks
3
+ ---
4
+ # fail_fast: true
5
+ minimum_pre_commit_version : 1.18.1
6
+ repos :
7
+ - repo : https://github.com/pre-commit/pre-commit-hooks
8
+ rev : v2.3.0
9
+ hooks :
10
+ - id : trailing-whitespace
11
+ exclude : " .(md|rst)$"
12
+ - id : end-of-file-fixer
13
+ - id : check-merge-conflict
14
+ - id : mixed-line-ending
15
+ - id : check-added-large-files
16
+ - repo : https://github.com/jumanjihouse/pre-commit-hooks
17
+ rev : 2.1.5
18
+ hooks :
19
+ - id : git-check # Configure in .gitattributes
20
+ - id : shellcheck
21
+ args : ["--severity=warning"]
22
+ exclude : " .bats$"
23
+ - id : shfmt
24
+ args : ['-i', '4']
25
+ exclude : " .bats$"
26
+ - repo : https://github.com/Lucas-C/pre-commit-hooks
27
+ rev : v1.1.7
28
+ hooks :
29
+ # - id: forbid-crlf
30
+ - id : remove-crlf
31
+ exclude : " .bat$"
You can’t perform that action at this time.
0 commit comments