calliope-project / calliope

A multi-scale energy systems modelling framework
https://www.callio.pe
Apache License 2.0
287 stars 93 forks source link

Add py.typed #572

Closed brynpickering closed 7 months ago

brynpickering commented 7 months ago

Lets mypy know that calliope includes type hints, which is needed for type hints to filter through when calliope is a dependency.

Summary of changes in this pull request:

Reviewer checklist:

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (872978d) 95.85% compared to head (c6e42ea) 95.85%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #572 +/- ## ======================================= Coverage 95.85% 95.85% ======================================= Files 24 24 Lines 3619 3619 Branches 788 722 -66 ======================================= Hits 3469 3469 Misses 86 86 Partials 64 64 ```