{
  "python.formatting.provider": "black",
  "python.formatting.blackPath": "black",
  "editor.tabSize": 2,
  "editor.formatOnSave": true,
  "[python]": {
    "editor.defaultFormatter": null,
    "editor.tabSize": 4
  }
}