File size: 230 Bytes
7f2f9cb
 
 
 
1962d49
 
 
7f2f9cb
1
2
3
4
5
6
7
8
9
{
    "[python]": {
        "editor.defaultFormatter": "ms-python.black-formatter",
        "editor.formatOnSave": true
    },
    "python.analysis.autoImportCompletions": true,
    "python.analysis.typeCheckingMode": "basic"
  }