14 lines
484 B
JSON
14 lines
484 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"WebSearch",
|
|
"Bash(node_modules/.bin/tsc --noEmit)",
|
|
"Bash(./venv/Scripts/python.exe -m unittest discover -s tests -p \"test_*.py\")",
|
|
"Bash(ruff format *)",
|
|
"Bash(ruff check *)",
|
|
"Bash(./venv/Scripts/python.exe -m unittest discover -s tests -p \"test_b04_surface_filter_pmf.py\" -v)",
|
|
"Bash(./venv/Scripts/python.exe -m unittest discover -s tests -p \"test_b04_surface_filter_ransac.py\" -v)"
|
|
]
|
|
}
|
|
}
|