1 2 3 4 5 6 7 8 9 10
{ "[python]": { "editor.formatOnType": true, "editor.defaultFormatter": "ms-python.black-formatter", "editor.formatOnSave": true, "editor.rulers": [80, 120], }, "black-formatter.importStrategy": "fromEnvironment", "python.analysis.typeCheckingMode": "basic", }