strawberry-graphql / strawberry-django

Strawberry GraphQL Django extension
MIT License
391 stars 115 forks source link

Add py.typed marker for mypy #486

Closed pm-incyan closed 4 months ago

pm-incyan commented 4 months ago

Description

Added missing py.typed marker for better integration with mypy. Tested that the py.typed marker is included when running poetry build and it is for both wheel and source dist.

Types of Changes

Issues Fixed or Closed by This PR

Fix #485

Checklist

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (7fe8b52) 87.91% compared to head (a57a9ab) 87.91%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #486 +/- ## ======================================= Coverage 87.91% 87.91% ======================================= Files 37 37 Lines 3170 3170 ======================================= Hits 2787 2787 Misses 383 383 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.