put prefer_splitting_right_hand_side_of_assignments back
This commit is contained in:
parent
bce883b4d8
commit
d0b42a77b7
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user