X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/67eaf2466596394d5765ba4026d34e7b822814ab..431bd09e15247431056894bd6444dee7c22893f0:/src/black/mode.py?ds=sidebyside diff --git a/src/black/mode.py b/src/black/mode.py index 455ed36..3490570 100644 --- a/src/black/mode.py +++ b/src/black/mode.py @@ -127,7 +127,9 @@ class Preview(Enum): """Individual preview style features.""" string_processing = auto() - hug_simple_powers = auto() + remove_redundant_parens = auto() + one_element_subscript = auto() + annotation_parens = auto() class Deprecated(UserWarning):