dbt-labs / dbt-common

Apache License 2.0
9 stars 11 forks source link

[TIDY FIRST] Fix type hinting of `mashumaro/core/meta/helpers.pyi` #184

Closed QMalcolm closed 1 month ago

QMalcolm commented 1 month ago

resolves N/A

Description

Mypy didn't like that we were using the Type generic without a scope annotation. To get mypy to stop yelling about it we've added altered the type hint to be Type[Any]

Checklist

codecov-commenter commented 1 month ago

Codecov Report

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

Project coverage is 64.34%. Comparing base (c9cc99e) to head (2e940a0).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #184 +/- ## ======================================= Coverage 64.34% 64.34% ======================================= Files 51 51 Lines 3231 3231 ======================================= Hits 2079 2079 Misses 1152 1152 ``` | [Flag](https://app.codecov.io/gh/dbt-labs/dbt-common/pull/184/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dbt-labs) | Coverage Δ | | |---|---|---| | [unit](https://app.codecov.io/gh/dbt-labs/dbt-common/pull/184/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dbt-labs) | `64.34% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dbt-labs#carryforward-flags-in-the-pull-request-comment) to find out more.

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