formating and vscode problems

This commit is contained in:
2022-03-05 17:28:04 -05:00
parent be5858428c
commit cddf809759
6 changed files with 574 additions and 52 deletions
+3 -2
View File
@@ -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
}