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 support for PEP 561, typed API #58

Merged
merged 1 commit into from
Mar 8, 2020
Merged

Add support for PEP 561, typed API #58

merged 1 commit into from
Mar 8, 2020

Conversation

tiangolo
Copy link
Member

@tiangolo tiangolo commented Mar 8, 2020

🔧 Add support for PEP 561, typed API.

The whole internal API is type annotated, this marks it to add support for PEP 561, so that mypy can check users' (developers') code.

Related to #53

@github-actions
Copy link

github-actions bot commented Mar 8, 2020

@codecov-io
Copy link

codecov-io commented Mar 8, 2020

Codecov Report

Merging #58 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #58   +/-   ##
=======================================
  Coverage   99.96%   99.96%           
=======================================
  Files         166      166           
  Lines        2924     2924           
=======================================
  Hits         2923     2923           
  Misses          1        1

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 095da33...7b5a050. Read the comment docs.

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.

2 participants