
The template weren't applying the default labels ever since I renamed the labels. There has been enough issues about documentation opened recently so it's probably worth a template for it.
637 B
637 B
name | about | title | labels | assignees |
---|---|---|---|---|
Style issue | Help us improve the Black style | T: design |
Describe the style change
Examples in the current Black style
def f():
"Make sure this code is blackened"""
pass
Desired style
def f(
):
pass
Additional context