--- name: Style issue about: Help us improve the Black style title: "" labels: "T: design" assignees: "" --- **Describe the style change** **Examples in the current _Black_ style** ```python def f(): "Make sure this code is blackened""" pass ``` **Desired style** ```python def f( ): pass ``` **Additional context**