From 6bbe00cc1500c3b4ccc76b86e2f544f17641b908 Mon Sep 17 00:00:00 2001 From: Sam Fu Date: Wed, 6 Aug 2025 16:03:30 -0700 Subject: [PATCH] fix pytest allowed tool (#117) --- .github/workflows/claude.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 92b0f22..453b6d4 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -59,7 +59,7 @@ jobs: Bash(python -m ruff check:*) Bash(python -m ruff format:*) Bash(python -m mypy:*) - Bash(python -m pytest *) + Bash(python -m pytest:*) # Optional: Add custom instructions for Claude to customize its behavior for your project # custom_instructions: |