Spaces:
Sleeping
Sleeping
| { | |
| "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" | |
| } | |
| ] | |
| } | |
| } | |