From 22e196dd3d5eb4b5c3243c3707ff27b3638f3e7b Mon Sep 17 00:00:00 2001 From: Ethan Kang Date: Fri, 10 Jul 2026 09:07:18 -0700 Subject: [PATCH] DOCS: Request type hints in pull requests Co-authored-by: Cursor --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 749641af..68ccb76a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,4 +7,6 @@ ## Additional Context for Reviewers +Please add type hints to new or modified Python code where applicable. + - [ ] I passed tests locally for both code (`uv run pytest`) and documentation changes (`uv run jb build docs --builder=custom --custom-builder=doctest`)