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

After next `autoflake` release, grab the perf improvement #88

Closed Zac-HD closed 8 months ago

Zac-HD commented 1 year ago

https://github.com/PyCQA/autoflake/pull/232 is now merged - so the temporary fix of running isort twice can be removed as soon as a new version is released and we update the minimum required version.

(via https://github.com/Zac-HD/shed/issues/78#issuecomment-1464797492)

Cheukting commented 1 year ago

I think the fix is incorporated in v2.0.2, shall the min version be 2.0.2 or 2.1.0 (next minor release)? @Zac-HD

Zac-HD commented 1 year ago

Might as well be 2.1.0, shed doesn't aim for long compatibility windows (unlike Hypothesis)

Zac-HD commented 8 months ago

Handled in https://github.com/Zac-HD/shed/pull/105 🙂