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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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