mirror of
https://github.com/elisiariocouto/leggen.git
synced 2025-12-13 11:22:21 +00:00
15 lines
238 B
JSON
15 lines
238 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(mkdir:*)",
|
|
"Bash(uv sync:*)",
|
|
"Bash(uv run pytest:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(ruff check:*)",
|
|
"Bash(git add:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|