Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TYP: Add py.typed marker #1044

Merged
merged 1 commit into from
Mar 5, 2025
Merged

Conversation

mferrera
Copy link
Collaborator

@mferrera mferrera commented Mar 5, 2025

Resolves #1043

Added the py.typed file. This file lets type checkers know this package is typed.

No tests required.

Checklist

  • Tests added (if not, comment why)
  • Test coverage equal or up from main (run pytest with --cov=<packagename> --cov-report term-missing)
  • If not squash merging, every commit passes tests
  • Appropriate commit prefix and precise commit message used
  • All debug prints and unnecessary comments removed
  • Docstrings are correct and updated
  • Documentation is updated, if necessary
  • Latest main rebased/merged into branch
  • Added comments on this PR where appropriate to help reviewers
  • Moved issue status on project board
  • Checked the boxes in this checklist ✅

@mferrera mferrera merged commit 3d7eb9e into equinor:main Mar 5, 2025
14 checks passed
@mferrera mferrera deleted the add-py-typed-marker branch March 5, 2025 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add 'py.typed' marker
2 participants