afegit pre-hooks

This commit is contained in:
2025-11-23 12:25:08 +01:00
parent 61d833a048
commit 3d2ad5f292
4 changed files with 106 additions and 2 deletions

View File

@@ -2,7 +2,12 @@
"permissions": {
"allow": [
"Bash(cat:*)",
"Bash(cmake --build:*)"
"Bash(cmake --build:*)",
"Bash(chmod:*)",
"Bash(.git/hooks/pre-commit)",
"Bash(brew --prefix:*)",
"Bash(make setup_hooks:*)",
"Bash(tools/hooks/pre-commit)"
],
"deny": [],
"ask": []