Skip to content

Instantly share code, notes, and snippets.

@thomasweng15
Created December 1, 2022 21:14
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 thomasweng15/5ea1ac12bdf85bfeb32ec9f33dfceff3 to your computer and use it in GitHub Desktop.
Save thomasweng15/5ea1ac12bdf85bfeb32ec9f33dfceff3 to your computer and use it in GitHub Desktop.
VSCode settings for python black
{
// https://dev.to/adamlombard/how-to-use-the-black-python-code-formatter-in-vscode-3lo0
"python.formatting.provider": "black",
"python.formatting.blackPath": "/home/exx/miniconda3/envs/gifs_cloth/bin/black",
"editor.formatOnSave": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment