-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
🚀 Feature Request
It would be beneficial to add automated git hooks to this project. This would help enforce code quality, formatting, linting, and other checks before changes are committed or pushed.
Recommended Tools:
Potential Steps:
- Decide between
pre-commit,Lefthook, or another tool. - Configure common hooks:
- Lint checks
- Code formatting (e.g., ruff, markdownlint, etc)
- Type checking (if applicable, e.g., pyright/mypy)
- Test runner (optional)
- Add setup instructions to the README.
- Ensure hooks are easy to install (document or automate).
Benefits:
- Improved code quality and consistency.
- Reduced review overhead.
- Early detection of issues.
Tasks:
- Research and select a hook management tool
- Configure basic hooks
- Update documentation
- Add installation/setup instructions
Reference:
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo