google / pytype

A static type analyzer for Python code
https://google.github.io/pytype
Other
4.78k stars 280 forks source link

Print generic builtin names as lowercase #1801

Closed copybara-service[bot] closed 1 month ago

copybara-service[bot] commented 1 month ago

Print generic builtin names as lowercase

E.g. list[Foo] rather than from typing import List; List[Foo].

This affects error messages, reveal_type, production of pyi files.