File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 11exclude : dist/.*
22repos :
3- - repo : https://github.com/pre-commit/ pre-commit-hooks
4- rev : v4.1.0 # Use the ref you want to point at
3+ - repo : https://github.com/alessandrojcm/commitlint- pre-commit-hook
4+ rev : v8.0.0
55 hooks :
6- - id : check-json
7- - id : check-yaml
8- - id : end-of-file-fixer
9- - id : trailing-whitespace
6+ - id : commitlint
7+ stages : [commit-msg]
8+ additional_dependencies : ["@open-turo/commitlint-config-conventional"]
109 - repo : https://github.com/pre-commit/mirrors-prettier
1110 rev : v2.5.1
1211 hooks :
1312 - id : prettier
1413 stages : [commit]
15- - repo : https://github.com/alessandrojcm/commitlint- pre-commit-hook
16- rev : v8.0.0
14+ - repo : https://github.com/pre-commit/ pre-commit-hooks
15+ rev : v4.1.0 # Use the ref you want to point at
1716 hooks :
18- - id : commitlint
19- stages : [commit-msg]
20- additional_dependencies : ["@open-turo/commitlint-config-conventional"]
17+ - id : check-json
18+ - id : check-yaml
19+ - id : end-of-file-fixer
20+ - id : trailing-whitespace
2121 - repo : https://github.com/rhysd/actionlint
2222 rev : v1.6.8
2323 hooks :
You can’t perform that action at this time.
0 commit comments