@@ -16,13 +16,13 @@ repos:
1616 rev : v6.0.0
1717 hooks :
1818 # ------------------------------- 🌳 Git Tools ------------------------------- #
19- - id : check-merge-conflict
20- name : " 🌳 git · Detect conflict markers"
21- - id : forbid-new-submodules
22- name : " 🌳 git · Prevent submodule creation"
23- - id : no-commit-to-branch
24- name : " 🌳 git · Protect main branches"
25- args : ["--branch", "main", "--branch", "master"]
19+ - id : check-merge-conflict
20+ name : " 🌳 git · Detect conflict markers"
21+ - id : forbid-new-submodules
22+ name : " 🌳 git · Prevent submodule creation"
23+ - id : no-commit-to-branch
24+ name : " 🌳 git · Protect main branches"
25+ args : ["--branch", "main", "--branch", "master"]
2626 # ---------------------------- 📁 Filesystem Tools --------------------------- #
2727 - id : check-executables-have-shebangs
2828 name : " 📁 filesystem/⚙️ exec · Verify shebang presence"
@@ -37,16 +37,16 @@ repos:
3737 - id : trailing-whitespace
3838 name : " 📁 filesystem/📝 file · Validate empty whitespaces"
3939 # ----------------------------- 🔒 Security Tools ---------------------------- #
40- - id : check-json
41- name : " 📁 filesystem/🔧 config · Validate JSON file"
42- - id : check-yaml
43- name : " 📁 filesystem/🔧 config · Validate YAML file"
44- - id : detect-aws-credentials
45- name : " 🔒 security · Detect aws credentials"
46- args :
47- - --allow-missing-credentials
48- - id : detect-private-key
49- name : " 🔒 security · Detect private keys"
40+ - id : check-json
41+ name : " 📁 filesystem/🔧 config · Validate JSON file"
42+ - id : check-yaml
43+ name : " 📁 filesystem/🔧 config · Validate YAML file"
44+ - id : detect-aws-credentials
45+ name : " 🔒 security · Detect aws credentials"
46+ args :
47+ - --allow-missing-credentials
48+ - id : detect-private-key
49+ name : " 🔒 security · Detect private keys"
5050
5151
5252 - repo : https://github.com/gitleaks/gitleaks
0 commit comments