put prefer_splitting_right_hand_side_of_assignments back

This commit is contained in:
Jelle Zijlstra 2022-12-17 09:49:44 -08:00
parent bce883b4d8
commit d0b42a77b7

View File

@ -150,6 +150,7 @@ class Preview(Enum):
"""Individual preview style features."""
annotation_parens = auto()
prefer_splitting_right_hand_side_of_assignments = auto()
# NOTE: string_processing requires wrap_long_dict_values_in_parens
# for https://github.com/psf/black/issues/3117 to be fixed.
string_processing = auto()