-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
C: preview styleIssues with the preview and unstable style. Add the name of the responsible feature in the title.Issues with the preview and unstable style. Add the name of the responsible feature in the title.F: linebreakHow should we split up lines?How should we split up lines?F: stringsRelated to our handling of stringsRelated to our handling of stringsT: bugSomething isn't workingSomething isn't workingT: styleWhat do we want Blackened code to look like?What do we want Blackened code to look like?
Description
def foo():
assert (
b"RuntimeError: zasnvkdifnb2rnf cannot be abcdefgh with a "
b"bjbkjdf dfsdf of asdfasdfs"
) in proc.stderr
becomes:
def foo():
assert (
b"RuntimeError: zasnvkdifnb2rnf cannot be abcdefgh with a "
b"bjbkjdf dfsdf of asdfasdfs"
in proc.stderr
)
This is a line longer and less readable, since the string is less separated from the contains
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C: preview styleIssues with the preview and unstable style. Add the name of the responsible feature in the title.Issues with the preview and unstable style. Add the name of the responsible feature in the title.F: linebreakHow should we split up lines?How should we split up lines?F: stringsRelated to our handling of stringsRelated to our handling of stringsT: bugSomething isn't workingSomething isn't workingT: styleWhat do we want Blackened code to look like?What do we want Blackened code to look like?