dspy
dspy copied to clipboard
ci(dspy): Add Ruff linting workflow
trafficstars
Makes CI better:
- Caches poetry installation
- Caches python install dependencies
- Auto commit style fixes (That commit wont be tested, but the tests get run post-lint, so if it breaks something the tests will fail)
@CyrusOfEden