dropbox / pyannotate

Auto-generate PEP-484 annotations
Apache License 2.0
1.42k stars 59 forks source link

Add a flag to pyannotate to start with simple types. #69

Closed rowillia closed 6 years ago

rowillia commented 6 years ago

As we continue to adopt types here at Lyft we'd like the ability to first type trivially typable functions (like () -> None) first, and then work our way up to Unions/Generics etc...

This PR adds a flag to enable this.