gradio-forge / settings.json
Sokheng's picture
init
3f47273
Raw
History Blame Contribute Delete
498 Bytes
{
"permissions": {
"allow": [
"Read(**)",
"Write(gradio-forge/**)",
"Bash(pytest tests/ *)",
"Bash(python app.py)",
"Bash(pip install *)",
"Bash(python -c *)"
],
"deny": [
"Bash(curl *)",
"Bash(wget *)",
"Bash(git push *)",
"Bash(rm -rf *)"
]
},
"hooks": {
"PostToolUse": [
{
"matcher": "Write(core/**)",
"command": "pytest tests/unit/ -v --tb=short -q 2>&1 | tail -20"
}
]
}
}