diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..12423dd --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,9 @@ +{ + "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"] +} \ No newline at end of file