brief-rags-bench/.claude/settings.local.json

22 lines
626 B
JSON
Raw Normal View History

2025-12-17 15:37:32 +01:00
{
"permissions": {
"allow": [
"Bash(python -m py_compile:*)",
"Bash(test:*)",
"Bash(python -c:*)",
"Bash(dir:*)",
"Bash(findstr:*)",
"Bash(grep:*)",
2025-12-18 00:24:00 +01:00
"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:*)"
2025-12-17 15:37:32 +01:00
],
"deny": [],
"ask": []
}
}