This adds support for variable annotations such as x: int = 1 and y: str. There was another PR that was similar (https://github.com/PyCQA/baron/pull/116) but I think this more closely matches the python grammar.
I have a related redbaron PR that I will push shortly.
This adds support for variable annotations such as
x: int = 1
andy: str
. There was another PR that was similar (https://github.com/PyCQA/baron/pull/116) but I think this more closely matches the python grammar.I have a related redbaron PR that I will push shortly.