feat: add makefile for standardized development commands#226
Conversation
- Create Makefile with targets: install, install-app, run, test, test-slow, lint, ci, clean - Add ruff as dev dependency in pyproject.toml - Update GitHub workflows to use Makefile commands - Update README.md, AGENTS.md, and tests/README.md with Makefile usage
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📝 WalkthroughWalkthroughA Makefile is introduced at the repository root defining development, testing, and CI targets. GitHub Actions workflows, documentation, and project configuration are updated to use Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Makefile Commands
Test plan
make helpshows all commandsmake installinstalls dependenciesmake lintformats and lints codemake ciruns CI checksCloses #223
Summary by CodeRabbit
Documentation
Chores
✏️ Tip: You can customize this high-level summary in your review settings.