You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
black==24.10.0 drops support for python 3.8. So we will likely have to change minimum supported for this. So we will publish a new version of the extension after 3.8 support is dropped by python.org
If you want to use the latest black, you can set "black-formatter.importStrategy": "fromEnvironment", or `"black-formatter.path: ["${intepreter}", "-m", "black"]
Diagnostic Data
Behaviour
Expected Behavior
formatOnSave work at python 3.13.0
Actual Behavior
Black format is not work, below is the log:
Reproduction Steps:
CTRL+S
Logs:
Click here for detailed logs
Outcome When Attempting Debugging Steps:
Did running it from the command line work?
Extra Details
The text was updated successfully, but these errors were encountered: