We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Howdy! Sorry you're having trouble. To expedite your experience, provide some basics for me:
Operating system: Ubuntu 16.04.5 LTS Python version: 3.7.2 Black version: 18.9b0 Does also happen on master: yes
('test' 'line')
will be changed with black --safe -S -l 100 to
black --safe -S -l 100
expected
('testline')
The text was updated successfully, but these errors were encountered:
Thanks! This is a duplicate of #26.
Sorry, something went wrong.
No branches or pull requests
Howdy! Sorry you're having trouble. To expedite your experience,
provide some basics for me:
Operating system: Ubuntu 16.04.5 LTS
Python version: 3.7.2
Black version: 18.9b0
Does also happen on master: yes
will be changed with
black --safe -S -l 100
toexpected
The text was updated successfully, but these errors were encountered: