File size: 493 Bytes
1678967 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"python.testing.pytestArgs": ["tests"],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"[python]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
"source.fixAll": "explicit"
}
},
"editor.formatOnSave": true,
"python.analysis.typeCheckingMode": "basic",
"ruff.organizeImports": true,
"ruff.fixAll": true
}
|