Created
May 7, 2023 17:35
-
-
Save imneonizer/7e15a2edd7329946b4fa714fd3d34fd6 to your computer and use it in GitHub Desktop.
Python black formatter vs code settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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