diff --git a/PREPARE_VSCODE.md b/PREPARE_VSCODE.md index 674c126..f224f84 100644 --- a/PREPARE_VSCODE.md +++ b/PREPARE_VSCODE.md @@ -40,6 +40,7 @@ code --install-extension rvest.vs-code-prettier-eslint "source.organizeImports": true } }, - "editor.formatOnSave": true + "editor.formatOnSave": true, + "python.formatting.autopep8Args": ["--ignore", "E402"] // <-- This is important if you are working with ordered python imports } ```