mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-08-30 10:47:16 +00:00
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>
21 lines
503 B
JSON
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"
|
|
]
|
|
}
|
|
}
|