Open jakkdl opened 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
__init__.py
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