2022-03-13 23:37:39 +00:00
|
|
|
{
|
|
|
|
"python.testing.pytestArgs": [
|
|
|
|
"tests"
|
|
|
|
],
|
|
|
|
"python.testing.unittestEnabled": false,
|
2022-03-14 00:10:10 +00:00
|
|
|
"python.testing.pytestEnabled": true,
|
|
|
|
"python.linting.enabled": true,
|
2022-03-15 16:19:37 +00:00
|
|
|
"python.linting.pylintEnabled": false,
|
|
|
|
"python.linting.flake8Enabled": true,
|
2022-03-18 22:39:52 +00:00
|
|
|
"python.languageServer": "Pylance",
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
"source.organizeImports": true
|
2022-03-26 16:05:36 +00:00
|
|
|
},
|
|
|
|
"git.closeDiffOnOperation": true
|
2022-03-13 23:37:39 +00:00
|
|
|
}
|