python-openapi / openapi-core

Openapi-core is a Python library that adds client-side and server-side support for the OpenAPI v3.0 and OpenAPI v3.1 specification.
BSD 3-Clause "New" or "Revised" License
299 stars 132 forks source link

Advertise type hints in classifiers #805

Closed miketheman closed 6 months ago

miketheman commented 7 months ago

As a way to see at a glance on PyPI.org whether the package has type hints.

Refs: #420

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 90.26%. Comparing base (0a0565d) to head (9268452). Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #805 +/- ## ======================================= Coverage 90.26% 90.26% ======================================= Files 147 147 Lines 4294 4294 Branches 523 523 ======================================= Hits 3876 3876 Misses 317 317 Partials 101 101 ```

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