Skip to content
New issue

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

Combine adjacent strings into one string #999

Merged
merged 1 commit into from
Aug 24, 2019
Merged

Combine adjacent strings into one string #999

merged 1 commit into from
Aug 24, 2019

Conversation

jdufresne
Copy link
Collaborator

Black has a bug such that strings that were previously multiple lines
sometimes end up as adjacent strings on one line. See:

psf/black#26

Black has a bug such that strings that were previously multiple lines
sometimes end up as adjacent strings on one line. See:

psf/black#26
@codecov-io
Copy link

codecov-io commented Aug 22, 2019

Codecov Report

Merging #999 into develop will not change coverage.
The diff coverage is 100%.

@@           Coverage Diff            @@
##           develop     #999   +/-   ##
========================================
  Coverage    89.77%   89.77%           
========================================
  Files           12       12           
  Lines         2681     2681           
  Branches       457      457           
========================================
  Hits          2407     2407           
  Misses         186      186           
  Partials        88       88

@jdufresne
Copy link
Collaborator Author

Any idea why uploading to codecov is failing on Travis? The error is:

HTTP 400

Please upload with the Codecov repository upload token to resolve issue.

@jdufresne
Copy link
Collaborator Author

Looks like the error was only temporary

@timothycrosley
Copy link
Member

Not sure what caused it, but glad it's working now!

Thanks for all this great work!

@timothycrosley timothycrosley merged commit df443df into PyCQA:develop Aug 24, 2019
@jdufresne jdufresne deleted the str branch October 12, 2019 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants