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 *)",