formating and vscode problems
This commit is contained in:
Vendored
+3
-2
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"python.pythonPath": "/usr/bin/python3",
|
||||
"python.linting.pylintEnabled": true,
|
||||
"python.linting.enabled": true
|
||||
"python.linting.enabled": true,
|
||||
"python.formatting.provider": "black",
|
||||
"python.linting.flake8Enabled": true
|
||||
}
|
||||
Reference in New Issue
Block a user