You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
heya, author of the PRs that added the feature in black. Lemme know if you encounter anything weird or wonder something about my implementation choices.
We've implemented the changes for parenthesizing type hints in annotated assignments but are holding off on implementing the proposed layout for type hints in parameters. See psf/black#4123 for the rational.
Implement Black's
parenthesize_long_type_hints
as a preview style in Ruff.This seems to be similar to what Ruff used to have but we reverted in #8233. We should investigate why Black isn't breaking the list on the left for
Which people found ugly. Maybe it's because of #6975?
The text was updated successfully, but these errors were encountered: