File tree Expand file tree Collapse file tree 1 file changed +39
-40
lines changed Expand file tree Collapse file tree 1 file changed +39
-40
lines changed Original file line number Diff line number Diff line change 1
- exclude : ' ^data/|.env '
2
- fail_fast : true
1
+ exclude : ' ^$ '
2
+ fail_fast : true
3
3
repos :
4
- - repo : local
5
- hooks :
6
- - id : license-header
7
- name : License Header
8
- entry : ./scripts/license.py
9
- language : system
10
- always_run : true
11
- - repo : https://github.com/Yelp/detect-secrets
12
- rev : v1.4.0
4
+ - repo : https://github.com/Yelp/detect-secrets
5
+ rev : v1.5.0
6
+ hooks :
7
+ - id : detect-secrets
8
+ name : Detect secrets
9
+ language : python
10
+ entry : detect-secrets-hook
11
+ args : [
12
+ ' --baseline' ,
13
+ ' .secrets.baseline' ,
14
+ ' --exclude-files' ,
15
+ ' (_test\.go$|/testdata/|gomod2nix.toml)' ,
16
+ ]
17
+ - repo : https://github.com/mrtazz/checkmake.git
18
+ rev : 0.2.2
13
19
hooks :
14
- - id : detect-secrets
15
- name : Detect secrets
16
- language : python
17
- entry : detect-secrets-hook
18
- args :
19
- - ' --baseline'
20
- - ' .secrets.baseline'
21
- - repo : https://github.com/sqlfluff/sqlfluff
22
- rev : 3.0.0a6
20
+ - id : checkmake
21
+ - repo : https://github.com/pre-commit/pre-commit-hooks
22
+ rev : v5.0.0
23
+ hooks :
24
+ - id : check-json
25
+ - id : check-merge-conflict
26
+ - id : check-yaml
27
+ - id : end-of-file-fixer
28
+ - id : check-symlinks
29
+ - repo : https://github.com/markdownlint/markdownlint
30
+ rev : v0.12.0
23
31
hooks :
24
- - id : sqlfluff-fix
25
- - repo : https://github.com/syntaqx/git-hooks
26
- rev : v0.0.18
27
- hooks :
28
- - id : forbid-binary
29
- - id : shellcheck
30
- - id : shfmt
32
+ - id : markdownlint
31
33
- repo : https://github.com/commitizen-tools/commitizen
32
- rev : v3.17 .0
34
+ rev : v3.31 .0
33
35
hooks :
34
36
- id : commitizen
35
- - repo : https://github.com/pre-commit/pre-commit-hooks
36
- rev : v4.5.0
37
+ - id : commitizen-branch
38
+ stages : [push]
39
+ - repo : local
37
40
hooks :
38
- - id : check-json
39
- - id : check-merge-conflict
40
- - id : check-yaml
41
- - id : trailing-whitespace
42
- - id : check-shebang-scripts-are-executable
43
- - id : check-vcs-permalinks
44
- - id : check-toml
45
- - id : check-xml
46
- - id : check-yaml
47
- - id : end-of-file-fixer
41
+ - id : makefile
42
+ name : Run Makefile Lint
43
+ entry : make
44
+ args : [pre-commit]
45
+ language : system
46
+ pass_filenames : false
You can’t perform that action at this time.
0 commit comments