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

Enable more ruff autofixes #107

Open jakkdl opened 8 months ago

jakkdl commented 8 months ago

https://github.com/Zac-HD/shed/compare/master...use-ruff enabled a bunch of rules that I didn't enable in #105, as I only enabled rules which had direct analogs in existing codemods/autoflake/isort/pyupgrade (as far as I could tell).

They are now commented out in __init__.py: https://github.com/Zac-HD/shed/blob/5b77477f95f8837c6c2e9e320ab8db1ed03d08a2/src/shed/__init__.py#L80-L97