{ "[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", "python.linting.pylintEnabled": true, "python.linting.enabled": true, }