microsoft / vscode-black-formatter

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

Using black 24.1.1 #427

Closed jjanyan closed 5 months ago

jjanyan commented 5 months ago

How would I go about using black 24.1.1? It's the latest stable version of black and is slightly incompatible with version 23

karthiknadig commented 5 months ago

@jjanyan Can you elaborate?

jjanyan commented 5 months ago

@karthiknadig

Looks like the necessary changes were just completed here: https://github.com/microsoft/vscode-black-formatter/pull/426

At this point, I think we just need a new release

karthiknadig commented 5 months ago

Just published a pre-release with that use this version: 2023.9.10291734

jjanyan commented 5 months ago

@karthiknadig awesome, that works for me for now. thanks!