Skip to content

Commit 7ebdcd8

Browse files
committed
Dummy preview feature for mypy
1 parent 79a9942 commit 7ebdcd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/black/mode.py

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ class Preview(Enum):
126126
"""Individual preview style features."""
127127

128128
string_processing = auto()
129+
hug_simple_powers = auto()
129130

130131

131132
class Deprecated(UserWarning):

0 commit comments

Comments
 (0)