exercism / python-representer

GNU Affero General Public License v3.0
6 stars 9 forks source link

Make representer ignore type annotations in more places #36

Closed andrerfcsantos closed 1 year ago

andrerfcsantos commented 2 years ago

Currently, the representer is ignoring type annotations from function arguments, but not from the return type of functions and from type-annotated variables.

This PR makes the representer ignore type annotations from those places too.