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

Add py.typed #269

Merged
merged 1 commit into from
Jun 9, 2023
Merged

Add py.typed #269

merged 1 commit into from
Jun 9, 2023

Conversation

aaarrti
Copy link
Collaborator

@aaarrti aaarrti commented Jun 7, 2023

Description

  • Quantus uses inline type-hints, py.typed is a marker specifying, that package is typed.
  • More about it here EP 484.
  • In nutshell, adding this will make mypy scan type hints exported by Quantus.

Implemented changes

  • add py.typed

Minimum acceptance criteria

No breaking changes expected.

@codecov-commenter
Copy link

Codecov Report

Merging #269 (cb5852c) into main (34e02a7) will not change coverage.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##             main     #269   +/-   ##
=======================================
  Coverage   92.87%   92.87%           
=======================================
  Files          60       60           
  Lines        3200     3200           
=======================================
  Hits         2972     2972           
  Misses        228      228           

@annahedstroem annahedstroem merged commit f94853b into main Jun 9, 2023
7 checks passed
@aaarrti aaarrti deleted the add-py-typed branch June 15, 2023 12:32
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.

None yet

3 participants