X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/6d32ab02c535c3d41495f62288c9c3fc57e9a9bb..4bb7bf2bdc95a8035ccf167023a7044e5f8e5ef6:/src/black/mode.py diff --git a/src/black/mode.py b/src/black/mode.py index bf79f6a..896c516 100644 --- a/src/black/mode.py +++ b/src/black/mode.py @@ -150,6 +150,7 @@ class Preview(Enum): one_element_subscript = auto() annotation_parens = auto() long_docstring_quotes_on_newline = auto() + remove_block_trailing_newline = auto() class Deprecated(UserWarning):