python / mypy

Optional static typing for Python
https://www.mypy-lang.org/
Other
18.27k stars 2.79k forks source link

Add Literal support for docstrings #17441

Closed InvincibleRMC closed 3 months ago

InvincibleRMC commented 3 months ago

(Explain how this PR changes mypy.)

Updates the is_valid_type regex to include quotes and .

github-actions[bot] commented 3 months ago

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅