1414 - id : detect-private-key # detect private key
1515 # Prevent committing inline conflict markers
1616 - id : check-merge-conflict
17- args : [ --assume-in-merge ]
17+ args : [--assume-in-merge]
1818 # Checks that scripts with shebangs are executable
1919 - id : check-shebang-scripts-are-executable
2020 # Checks for symlinks which do not point to anything.
@@ -24,19 +24,19 @@ repos:
2424 hooks :
2525 - id : markdown-link-check
2626 name : markdown link check
27- args : [ --quiet, "--config", ".config/markdown-link-check.config.json" ]
27+ args : [--quiet, "--config", ".config/markdown-link-check.config.json"]
2828 - repo : https://github.com/alessandrojcm/commitlint-pre-commit-hook
2929 rev : e46582c # v9.23.0
3030 hooks :
3131 # equivalent to:
3232 # commitlint --extends '@commitlint/config-conventional' --verbose --edit "$1"
3333 - id : commitlint
3434 name : check commit message
35- stages : [ commit-msg ]
36- additional_dependencies : [ '@commitlint/config-conventional' ]
37- args : [ "--verbose" , "--config", ".config/commitlint.config.js" ]
35+ stages : [commit-msg]
36+ additional_dependencies : ['@commitlint/config-conventional']
37+ args : ["--verbose", "--config", ".config/commitlint.config.js"]
3838 - repo : https://github.com/combostrap/devfiles
39- rev : v0.1.0
39+ rev : v0.1.1
4040 hooks :
4141 - id : prevent-out-of-sync-commit
4242 name : prevent out-of-sync branch commit
0 commit comments