Add pre-commit test requirement to CLAUDE.md [ci skip]
This commit is contained in:
parent
dbabdf39d0
commit
fb98e5c12e
1 changed files with 1 additions and 0 deletions
|
|
@ -236,5 +236,6 @@ The project uses strict mypy configuration with `disallow_untyped_defs=true`. Ru
|
||||||
- Do not include unrelated files
|
- Do not include unrelated files
|
||||||
- Use descriptive commit messages
|
- Use descriptive commit messages
|
||||||
- Group related files together (e.g., tests with the code they test)
|
- Group related files together (e.g., tests with the code they test)
|
||||||
|
- **Always run tests before committing**: `docker compose exec -T app pytest tests/ -v --tb=short`. If Docker is not running or not available, warn the user that tests could not be verified before committing.
|
||||||
- **After each meaningful change, ask the user if they want to commit and push the changes**
|
- **After each meaningful change, ask the user if they want to commit and push the changes**
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue