berkerpeksag / astor

Python AST read/write
https://pypi.org/project/astor/
BSD 3-Clause "New" or "Revised" License
803 stars 102 forks source link

Add space around "->" to make source pep8 friendly #170

Closed rvprasad closed 4 years ago

rvprasad commented 4 years ago

Corresponding test also checks type annotation for parameters and assignment are pep8 friendly.

isidentical commented 4 years ago

@berkerpeksag We already started a 0.9 section in #160 though it still waits your review.

rvprasad commented 4 years ago

@berkerpeksag I have added a new section to the docs/changelog.rst describing the fix/change.

berkerpeksag commented 4 years ago

@berkerpeksag We already started a 0.9 section in #160 though it still waits your review.

Yes, it's on my TODO list. I still need to read the PEP first and am planning to work on it next month.

rvprasad commented 4 years ago

Thanks for the updated PR! I usually make the last round of tweaks before merge myself, but since I couldn't edit the files ("edit file" links are disabled), I left them as review comments.

To help the review process, I have enabled the "edits from maintainers".

berkerpeksag commented 4 years ago

Thanks!