Skip to content

Instantly share code, notes, and snippets.

@imneonizer
Created May 7, 2023 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imneonizer/7e15a2edd7329946b4fa714fd3d34fd6 to your computer and use it in GitHub Desktop.
Save imneonizer/7e15a2edd7329946b4fa714fd3d34fd6 to your computer and use it in GitHub Desktop.
Python black formatter vs code settings
{
"editor.formatOnSave": true,
"python.formatting.provider": "black",
"python.formatting.blackPath": "<path-to-black-formatter>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment