microsoft / vscode-black-formatter

Formatting support for Python using the Black formatter
https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter
MIT License
150 stars 35 forks source link

Support range formatting when using Black 23.11.0+. #380

Closed yilei closed 9 months ago

yilei commented 10 months ago

Fixes #374

I wasn't able to write a test that can work, asking for help.

karthiknadig commented 10 months ago

@yilei Thanks for the PR. I have modified your code a bit and added test. Please, accept CLA agreement, so we can merge this and you can get credits.

yilei commented 10 months ago

@microsoft-github-policy-service agree company="Google LLC"

yilei commented 10 months ago

@karthiknadig Thanks for the changes, CLA accepted.

pktiuk commented 10 months ago

@karthiknadig
When can we expect merging this PR?

karthiknadig commented 9 months ago

@pktiuk I just addressed the merge conflicts in the PR. It should get merged soon.