googlefonts / ufo2ft

A bridge from UFOs to FontTools objects (and therefore, OTFs and TTFs).
MIT License
151 stars 43 forks source link

Add some typing #646

Closed madig closed 2 years ago

madig commented 2 years ago

Adding for my own understanding.

Need to use list[str] | set[str] | tuple[str] instead of Iterator[str] because the latter matches a bare str as well, grrr.