From f1f31542ad06b96a25bef426be9d6107d55d40cc Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Sun, 26 Jul 2026 14:53:44 -0400 Subject: [PATCH] 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 --- .claude/settings.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.claude/settings.json b/.claude/settings.json index 04b2ac6d..7b0abe99 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -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 *)",