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
343 stars 23 forks source link

Tidy nested with on >=3.9 #91

Closed Cheukting closed 1 year ago

Cheukting commented 1 year ago

Enable PyBetter's FixTrivialNestedWiths when it is supported in Black (Python >=3.9)

Closes #17