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>
This commit is contained in:
Sean Whalen
2026-07-26 14:53:44 -04:00
committed by GitHub
co-authored by Claude Fable 5
parent a03b5074ee
commit f1f31542ad
-5
View File
@@ -2,14 +2,9 @@
"permissions": {
"allow": [
"Bash(git fetch:*)",
"Bash(python -c \"import py_compile; py_compile.compile\\(''parsedmarc/cli.py'', doraise=True\\)\")",
"Bash(ruff check:*)",
"Bash(ruff format:*)",
"Bash(GITHUB_ACTIONS=true pytest --cov tests.py)",
"Bash(ls tests*)",
"Bash(GITHUB_ACTIONS=true python -m pytest --cov tests.py -x)",
"Bash(GITHUB_ACTIONS=true python -m pytest tests.py -x -v)",
"Bash(python -m pytest tests.py --no-header -q)",
"Bash(pytest *)",
"Bash(.venv/bin/pytest *)",
"Bash(GITHUB_ACTIONS=true pytest *)",