14 lines
427 B
JSON
14 lines
427 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(python3 -c ' *)",
|
|
"Bash(sqlite3 data.db \"PRAGMA table_info\\(task_instruction\\);\")",
|
|
"Bash(venv/Scripts/python.exe -c ' *)",
|
|
"Bash(venv/Scripts/python.exe -c \"import py_compile; py_compile.compile\\('taskForm.py', doraise=True\\)\")",
|
|
"Bash(venv/Scripts/pip list *)",
|
|
"Bash(venv/Scripts/pip install *)",
|
|
"Bash(git checkout *)"
|
|
]
|
|
}
|
|
}
|