Skip to content

Conversation

@masa10-f
Copy link
Collaborator

Summary

  • Add py.typed marker file to enable PEP 561 compliance
  • Configure pyproject.toml to include py.typed in package distribution

This change enables type checkers (mypy, pyright, etc.) to recognize the package as typed when installed from PyPI.

Test plan

  • All tests pass (pytest)
  • Type checking passes (mypy, pyright)
  • Linting passes (ruff check)
  • Build verification: py.typed is included in the wheel

🤖 Generated with Claude Code

This enables type checkers (mypy, pyright) to recognize the package
as typed when installed from PyPI.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@masa10-f masa10-f self-assigned this Jan 11, 2026
@codecov
Copy link

codecov bot commented Jan 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.71%. Comparing base (20b0ad4) to head (e9bfc2d).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #151   +/-   ##
=======================================
  Coverage   76.71%   76.71%           
=======================================
  Files          21       21           
  Lines        2276     2276           
  Branches      401      401           
=======================================
  Hits         1746     1746           
  Misses        455      455           
  Partials       75       75           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@masa10-f masa10-f requested a review from d1ssk January 11, 2026 05:53
@masa10-f masa10-f added the python Pull requests that update Python code label Jan 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants