|
@@ -2,12 +2,14 @@
|
|
"[python]": {
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.black-formatter",
|
|
"editor.defaultFormatter": "ms-python.black-formatter",
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnSave": true,
|
|
|
|
+ "editor.codeActionsOnSave": {
|
|
|
|
+ "source.organizeImports": "explicit",
|
|
|
|
+ },
|
|
},
|
|
},
|
|
- "python.pythonPath": "/usr/bin/python",
|
|
|
|
|
|
+ "isort.args":["--profile", "black"],
|
|
|
|
+ "black-formatter.args": ["--line-length", "120"],
|
|
"python.testing.pytestEnabled": false,
|
|
"python.testing.pytestEnabled": false,
|
|
- "python.testing.nosetestsEnabled": false,
|
|
|
|
"python.testing.unittestEnabled": true,
|
|
"python.testing.unittestEnabled": true,
|
|
- "black-formatter.args": ["--line-length", "120"],
|
|
|
|
"files.associations": {
|
|
"files.associations": {
|
|
"*.mac": "vbs"
|
|
"*.mac": "vbs"
|
|
},
|
|
},
|