Files
parsedmarc/.claude/settings.json
T
Sean WhalenandClaude Fable 5 f1f31542ad Prune obsolete permission allowlist entries (#862)
Remove the four exact-match pytest rules referencing the retired
tests.py monolith and the one-off py_compile rule; the pytest/ruff
prefix rules added in #861 cover all current invocation forms.
Follow-up to Copilot review feedback on #861.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-26 14:53:44 -04:00

21 lines
503 B
JSON

{
"permissions": {
"allow": [
"Bash(git fetch:*)",
"Bash(ruff check:*)",
"Bash(ruff format:*)",
"Bash(ls tests*)",
"Bash(pytest *)",
"Bash(.venv/bin/pytest *)",
"Bash(GITHUB_ACTIONS=true pytest *)",
"Bash(GITHUB_ACTIONS=true .venv/bin/pytest *)",
"Bash(.venv/bin/pyright *)",
"Bash(.venv/bin/python -m ruff check .)",
"Bash(.venv/bin/python -m ruff format --check .)"
],
"additionalDirectories": [
"/tmp"
]
}
}