Skip to content

Conversation

@RobPasMue
Copy link
Member

Description

Adding py.typed file for MyPy support

Issue linked

Closes #2371

Checklist

  • I have tested my changes locally.
  • I have added necessary documentation or updated existing documentation.
  • I have followed the coding style guidelines of this project.
  • I have added appropriate unit tests.
  • I have reviewed my changes before submitting this pull request.
  • I have linked the issue or issues that are solved to the PR if any.
  • I have assigned this PR to myself.
  • I have added the minimum version decorator to any new backend method implemented.
  • I have made sure that the title of my PR follows Conventional commits style (e.g. feat: extrude circle to cylinder)

@RobPasMue RobPasMue self-assigned this Nov 13, 2025
@RobPasMue RobPasMue requested a review from a team as a code owner November 13, 2025 14:35
@github-actions github-actions bot added the enhancement New features or code improvements label Nov 13, 2025
@RobPasMue RobPasMue changed the title feat: adding py,typed file feat: adding py.typed file Nov 13, 2025
@codecov
Copy link

codecov bot commented Nov 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.20%. Comparing base (00ac1ab) to head (262be29).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2372   +/-   ##
=======================================
  Coverage   95.20%   95.20%           
=======================================
  Files         168      168           
  Lines       11108    11108           
=======================================
  Hits        10575    10575           
  Misses        533      533           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@RobPasMue RobPasMue merged commit f1651b6 into main Nov 13, 2025
51 checks passed
@RobPasMue RobPasMue deleted the feat/adding-py-typed branch November 13, 2025 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New features or code improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add py.typed marker for MyPy support

4 participants