1dd743dab7a18283291c58152397eb099c8b1530
vscode/Python\343\203\225\343\202\241\343\202\244\343\203\253\343\201\256import\346\226\207\343\201\256\343\202\275\343\203\274\343\203\210\343\202\222\347\204\241\345\212\271\345\214\226\343\201\231\343\202\213.md
... | ... | @@ -0,0 +1,7 @@ |
1 | +[visual studio code - Disable python import sorting in VSCode - Stack Overflow](https://stackoverflow.com/questions/54015604/disable-python-import-sorting-in-vscode) |
|
2 | + |
|
3 | +`setting.json`へ以下を追加。 |
|
4 | + |
|
5 | +```json |
|
6 | +"python.formatting.autopep8Args": ["--ignore","E402"] |
|
7 | +``` |
|
... | ... | \ No newline at end of file |