Conversation
f8e5b01 to
dd00824
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. |
dd00824 to
c29dd5b
Compare
|
Claude finished @olivermeyer's task in 2m 3s —— View job Code Review CompleteI've thoroughly reviewed PR #47 for adding PEP 561 type checking support via ✅ What's Good
🚨 Blocking IssuesVersion Rollback ConflictLocation: Multiple files (VERSION, pyproject.toml, sonar-project.properties, CHANGELOG.md, uv.lock) Issue: This PR branch is based on commit - version = "0.11.1"
+ version = "0.11.0"This will revert the version from 0.11.1 back to 0.11.0 and remove the 0.11.1 changelog entry when merged. Fix Required: Rebase this branch on top of current git fetch origin main
git rebase origin/main
git push --force-with-leaseAfter rebasing, the only change should be the addition of 💡 SuggestionsDocumentation UpdateWhile not blocking, consider documenting this feature: README.md could mention type checking support: ## Type Checking
This package includes full type annotations and a `py.typed` marker file for PEP 561 compliance. Type checkers like mypy and pyright can verify usage of this library.Or in the relevant section of FOUNDRY_README.md under tooling/development. SummaryThe Recommendation: Rebase and force-push, then re-run CI to confirm. |
|



This allows type checkers to work with the library.