docs(examples): add type hints to things examples#2685
Conversation
|
Small docs-only follow-up for the This is my first contribution here — if GitHub is holding workflow runs for first-time contributors, please approve them when convenient. Happy to adjust if the examples style guide prefers a different annotation shape. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2685 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 64 64
Lines 7985 7985
Branches 1103 1103
=========================================
Hits 7985 7985 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
47626d2 to
d0715e9
Compare
- style(examples): fix ruff import sorting in things examples Signed-off-by: Alex Chen <l46983284@gmail.com>
d0715e9 to
afdbab0
Compare
|
Rebased onto current Local: |
|
Hello! It seems you (or your agent) removed our PR template. This is not a good idea for new contributors; you should go through the points, and check what's applicable. I am going to close this PR, but feel free to open a new one (this time paying heed to our contribution guidelines). Thanks! |
Summary
Focused first slice of type hints for tutorials/examples:
examples/things.py(WSGI)examples/things_asgi.py(ASGI)This intentionally does not rewrite the whole docs tree — just a small, reviewable starting point.
Test plan
python -m py_compileon both example filesRefs #1820