22 lines
626 B
JSON
22 lines
626 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(python -m py_compile:*)",
|
|
"Bash(test:*)",
|
|
"Bash(python -c:*)",
|
|
"Bash(dir:*)",
|
|
"Bash(findstr:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(..venvScriptspython.exe -m pytest --version)",
|
|
"Bash(.venv/Scripts/python.exe -m pytest --version)",
|
|
"Bash(.venv/Scripts/python.exe -m pytest tests/ -v)",
|
|
"Bash(.venv/Scripts/python.exe -m pytest tests/ -v --tb=short)",
|
|
"Bash(.venv/Scripts/python.exe -m pytest tests/ -v --tb=line)",
|
|
"Bash(.venv/Scripts/python.exe -m pytest:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|