Skip to content

Instantly share code, notes, and snippets.

@and2long
Created September 6, 2021 03:34
Show Gist options
  • Save and2long/0888301418f2a136bba0627104f9bff9 to your computer and use it in GitHub Desktop.
Save and2long/0888301418f2a136bba0627104f9bff9 to your computer and use it in GitHub Desktop.
python black config.
"python.formatting.provider": "black",
"python.formatting.blackArgs": [
"--skip-string-normalization"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment