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

vim: add "--skip-string-normalization" support #310

Merged
merged 1 commit into from
Jun 6, 2018

Conversation

dotwaffle
Copy link
Contributor

Since 18.6b0 was released, there has been a new option to skip string
normalization when Black is called, but it wasn't able to be specified
from within the vim plugin. This commit adds that functionality.

Tested with g:black_skip_string_normalization set to 0 (off) and 1 (on).

Since 18.6b0 was released, there has been a new option to skip string
normalization when Black is called, but it wasn't able to be specified
from within the vim plugin. This commit adds that functionality.

Tested with g:black_skip_string_normalization set to 0 (off) and 1 (on).
@coveralls
Copy link

Pull Request Test Coverage Report for Build 509

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 96.161%

Totals Coverage Status
Change from base Build 496: 0.0%
Covered Lines: 2505
Relevant Lines: 2605

💛 - Coveralls

2 similar comments
@coveralls
Copy link

Pull Request Test Coverage Report for Build 509

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 96.161%

Totals Coverage Status
Change from base Build 496: 0.0%
Covered Lines: 2505
Relevant Lines: 2605

💛 - Coveralls

@coveralls
Copy link

Pull Request Test Coverage Report for Build 509

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 96.161%

Totals Coverage Status
Change from base Build 496: 0.0%
Covered Lines: 2505
Relevant Lines: 2605

💛 - Coveralls

@ambv ambv merged commit e5f5d54 into psf:master Jun 6, 2018
@ambv
Copy link
Collaborator

ambv commented Jun 6, 2018

Thanks! ✨ 🍰 ✨

@dotwaffle dotwaffle deleted the vim-skip-strings branch June 6, 2018 23:16
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