X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e7b967132fdbb9e2e4c4e9916530d238848ab183..4ebf14d17ed544be893be5706c02116fd8b83b4c:/src/black/mode.py diff --git a/src/black/mode.py b/src/black/mode.py index f6d0cbf..6c0847e 100644 --- a/src/black/mode.py +++ b/src/black/mode.py @@ -156,6 +156,7 @@ class Preview(Enum): remove_block_trailing_newline = auto() remove_redundant_parens = auto() string_processing = auto() + skip_magic_trailing_comma_in_subscript = auto() class Deprecated(UserWarning):