remove vscode

This commit is contained in:
Keerthana P G 2022-12-09 12:01:44 -08:00
parent ccd9d2fe2d
commit 9b1021c034
1 changed files with 0 additions and 30 deletions

30
.vscode/settings.json vendored
View File

@ -1,30 +0,0 @@
{
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"files.associations": {
".pylintrc": "ini"
},
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pytestEnabled": true,
"python.linting.pylintUseMinimalCheckers": false,
"[python]": {
"editor.rulers": [
80
],
"editor.tabSize": 2,
"editor.formatOnSave": true,
"editor.detectIndentation": false
},
"python.formatting.provider": "black",
"python.formatting.blackPath": "pyink",
"files.watcherExclude": {
"**/.git/**": true
},
"files.exclude": {
"**/__pycache__": true,
"**/.pytest_cache": true,
"**/*.egg-info": true
}
}