diff --git a/.claude/settings.json b/.claude/settings.json index 07e74734..04b2ac6d 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -9,7 +9,14 @@ "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(python -m pytest tests.py --no-header -q)", + "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"