16 lines
425 B
JSON
16 lines
425 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(poetry run pytest:*)",
|
|
"Bash(poetry add:*)",
|
|
"Bash(poetry run python:*)",
|
|
"Bash(poetry run ruff:*)",
|
|
"Bash(python -m ruff check:*)",
|
|
"Bash(.venvScriptspython.exe -m ruff check src/hubgw/core/errors.py src/hubgw/schemas/homes.py src/hubgw/services/homes_service.py)",
|
|
"Bash(python -m py_compile:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|