We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c882c79 + 5d419c1 commit 3e25380Copy full SHA for 3e25380
.github/workflows/claude.yml
@@ -34,4 +34,4 @@ jobs:
34
with:
35
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
36
timeout_minutes: "60"
37
- allowed_tools: 'Bash(*),Bash(gh *),Bash(pip *),Bash(mypy *),Bash(python *),Bash(mypy servc --check-untyped-defs)'
+ allowed_tools: 'Bash(*),Bash(gh *),Bash(pip *),Bash(mypy *),Bash(python *),Bash(mypy servc --check-untyped-defs),Bash(pip install -r requirements-dev.txt)'
0 commit comments