Files
llamacpp-ha/.claude/settings.local.json
2026-05-19 21:21:42 +02:00

15 lines
483 B
JSON

{
"permissions": {
"allow": [
"Bash(python -m pytest)",
"Bash(python -m pytest --tb=short -q)",
"Bash(python -m pytest tests/test_slot_tracker.py -v)",
"Bash(python -m pytest tests/test_scheduler.py -v)",
"Bash(python -m pytest tests/test_monitor.py::TestMonitorEndpoints::test_monitor_data_structure -v)",
"Bash(python -m pytest -q)",
"Bash(python -m pytest tests/test_config.py -q)",
"Bash(python -m pytest -x -q)"
]
}
}