{ "editor.defaultFormatter": "ms-python.black-formatter", "black-formatter.cwd": "${workspaceFolder}/src", "editor.formatOnSave": true, "html.format.enable": true, "python.REPL.enableREPLSmartSend": false, "black-formatter.args": ["--ignore=E203"], "flake8.args": ["--ignore=E203"] }