X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/36078bc83f24dcd5f74e021a105429595a3fd63c..1648ac51806d092c95cb9bb2e4a5bffda6095bc1:/src/black/mode.py diff --git a/src/black/mode.py b/src/black/mode.py index 30c5d2f..a57fa37 100644 --- a/src/black/mode.py +++ b/src/black/mode.py @@ -187,6 +187,8 @@ class Preview(Enum): wrap_multiple_context_managers_in_parens = auto() dummy_implementations = auto() walrus_subscript = auto() + module_docstring_newlines = auto() + fix_power_op_line_length = auto() class Deprecated(UserWarning):