Skip to content

Commit fad6c8d

Browse files
committed
match commands from claude.md
1 parent f3127be commit fad6c8d

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/claude.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,13 @@ jobs:
5555
# assignee_trigger: "claude-bot"
5656

5757
# Allow Claude to run linters, typecheckers, and tests
58-
allowed_tools: "Bash(ruff check *),Bash(ruff format *),Bash(mypy *),Bash(python -m pytest *)"
58+
allowed_tools: "Bash(python -m ruff check *),Bash(python -m ruff format *),Bash(python -m mypy *),Bash(python -m pytest *)"
5959

6060
# Optional: Add custom instructions for Claude to customize its behavior for your project
61-
custom_instructions: |
62-
You can run the following commands to check code quality:
63-
- ruff check src/ tests/ --fix (to check and fix linting issues)
64-
- ruff format src/ tests/ (to format code)
65-
- mypy src/ (to run type checking)
66-
- python -m pytest tests/ (to run tests)
67-
- python -m pytest tests/test_*.py (to run specific test files)
61+
# custom_instructions: |
62+
# Follow our coding standards
63+
# Ensure all new code has tests
64+
# Use TypeScript for new files
6865

6966
# Optional: Custom environment variables for Claude
7067
# claude_env: |

0 commit comments

Comments
 (0)