You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've stumbled upon the following problem. Trying to reformat the code:
test= [
(None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None)
# et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea t
]
Produces:
test_black.py already well formatted, good job.
Which is clearly not the case since the lines are too long. I think it has something to do with the comment in the list.
Operating system: Ubuntu 16.04
Python version: 3.6.1
Black version: master
Does also happen on master: yes
The text was updated successfully, but these errors were encountered:
Hi,
I've stumbled upon the following problem. Trying to reformat the code:
Produces:
Which is clearly not the case since the lines are too long. I think it has something to do with the comment in the list.
Operating system: Ubuntu 16.04
Python version: 3.6.1
Black version: master
Does also happen on master: yes
The text was updated successfully, but these errors were encountered: