Zac-HD / shed

`shed` canonicalises Python code. Shed your legacy, stop bikeshedding, and move on. Black++
https://pypi.org/project/shed/
GNU Affero General Public License v3.0
342 stars 23 forks source link

Rewrite `Optional[Literal[...]]` to `Literal[..., None]` #37

Closed jtyliu closed 2 years ago

jtyliu commented 2 years ago

Address the second task in #22. Note a subtask should be created to rewrite the | operator.