What's Changed
- Rename pyupgrade rules from UXXX to UPXXX by @charliermarsh in #957
- Implement
consider-using-from-import
by @harupy in #1018 - Add backwards compatible redirect map for
U
-to-UP
rename by @charliermarsh in #1019 - Rename RUF101 to RUF004 by @charliermarsh in #1020
- Rename M001 to RUF100 by @charliermarsh in #1021
- Implement
misplaced-comparison-constant
by @harupy in #1023 - Add support for combine-as-imports import formatting by @charliermarsh in #1022
Full Changelog: v0.0.154...v0.0.155