{
    "editor.formatOnSave": true,
    "editor.formatOnPaste": true,
    "python.formatting.provider": "black",
    "python.pythonPath": "bin/python3",
    "python.linting.enabled": true
}