Commit Graph

2 Commits

Author SHA1 Message Date
Patrick Selamy 41defa998a fix: make mypy non-blocking pending #48, add sklearn/prometheus to ignore
- Add sklearn and prometheus_client to mypy ignore_missing_imports
- Fix int conversion for markets_in_common in sniper.py
- Add type:ignore for gather return in funding.py
- Set continue-on-error for mypy step until #48 is resolved

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-04 17:13:01 -05:00
Patrick Selamy a15086688a feat: add GitHub Actions CI/CD pipeline (#26)
- Add .github/workflows/ci.yml with three parallel jobs
- Lint job: ruff check and format verification
- Type-check job: mypy strict mode
- Test job: pytest with coverage and PostgreSQL/Redis services
- Configure pip caching for faster builds
- Add Codecov integration for coverage reporting

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-04 17:05:09 -05:00