fix pytest allowed tool (#117)

This commit is contained in:
Sam Fu
2025-08-06 16:03:30 -07:00
committed by GitHub
parent 58b5a41a15
commit 6bbe00cc15

View File

@@ -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: |