Formatter: wrap_multiple_context_managers_in_parens
preview style
#8889
Milestone
wrap_multiple_context_managers_in_parens
preview style
#8889
Implement Black's
wrap_multiple_context_managers_in_parens
as a preview style. The new style only applies to Py39+.Gets formatted as
Black automatically detects the python version used in a file based on the syntax used. E.g. a file using match statements is Py310+. I'm unsure if we should autodetect the python version based on the syntax or rely on
requires-python
The text was updated successfully, but these errors were encountered: