Files
lottosight/.claude/settings.local.json
T
2026-05-23 11:25:56 -04:00

11 lines
254 B
JSON

{
"permissions": {
"allow": [
"Bash(python -m pytest tests/test_fetcher.py -v)",
"Bash(python -m pytest -v)",
"Bash(python -m pytest tests/test_history.py -v)",
"Bash(python -m pytest tests/test_analyzer.py -v)"
]
}
}