X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/fbc5136aa003d806c3af177de770bd58544fe463..4abc0399b527c50369c448e00d6e204af74026e5:/src/black/mode.py diff --git a/src/black/mode.py b/src/black/mode.py index e3c3645..1e83f2a 100644 --- a/src/black/mode.py +++ b/src/black/mode.py @@ -150,6 +150,7 @@ class Preview(Enum): """Individual preview style features.""" annotation_parens = auto() + empty_lines_before_class_or_def_with_leading_comments = auto() long_docstring_quotes_on_newline = auto() normalize_docstring_quotes_and_prefixes_properly = auto() one_element_subscript = auto()