-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
✨ Improve type annotations, add support for mypy --strict, internally and for external packages #2547
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2547 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 242 243 +1
Lines 7396 7419 +23
=========================================
+ Hits 7396 7419 +23
Continue to review full report at Codecov.
|
🚀 Deployed on https://5fdf9c6679b5279a004e8a2a--fastapi.netlify.app |
📝 Docs preview for commit f566e2a at: https://5fdf8ea8af9838c9d97e9a7b--fastapi.netlify.app |
📝 Docs preview for commit f566e2a at: https://5fdf8eaaea9c7810560ce5ac--fastapi.netlify.app |
📝 Docs preview for commit 7ed88fc at: https://5fdf9ac079b5279c8b4e89a5--fastapi.netlify.app |
📝 Docs preview for commit 7ed88fc at: https://5fdf9ad8d3466cb2a0ab315a--fastapi.netlify.app |
📝 Docs preview for commit 7955d83 at: https://5fdf9c9440dec1a636da7bab--fastapi.netlify.app |
✨ Improve type annotations, add support for mypy --strict, internally and for external packages
This includes type annotation improvements in several places, including
callbacks
andOAuth2
, that fix false-positive mypy errors.