Request: Autofix for redundant-numeric-union
/PYI041
& redundant-literal-union
/PYI051
#14185
Labels
fixes
Related to suggested fixes for violations
https://docs.astral.sh/ruff/rules/redundant-numeric-union/
https://docs.astral.sh/ruff/rules/redundant-literal-union/
I lumped both rules together here because I think the fix is the exact same: drop a member of a union. Which is basically https://docs.astral.sh/ruff/rules/duplicate-union-member/ and sounds like a less complex version of https://docs.astral.sh/ruff/rules/unnecessary-literal-union/ and https://docs.astral.sh/ruff/rules/unnecessary-type-union/ which already have an autofix.
The text was updated successfully, but these errors were encountered: