|
@@ -3,11 +3,9 @@
|
|
"editor.defaultFormatter": "ms-python.black-formatter",
|
|
"editor.defaultFormatter": "ms-python.black-formatter",
|
|
"editor.formatOnSave": true
|
|
"editor.formatOnSave": true
|
|
},
|
|
},
|
|
|
|
+ "black-formatter.args": ["--line-length", "120"],
|
|
"python.testing.pytestEnabled": false,
|
|
"python.testing.pytestEnabled": false,
|
|
"python.testing.unittestEnabled": true,
|
|
"python.testing.unittestEnabled": true,
|
|
- "python.linting.pylintEnabled": false,
|
|
|
|
- "python.linting.flake8Enabled": true,
|
|
|
|
- "python.linting.enabled": true,
|
|
|
|
"files.associations": {
|
|
"files.associations": {
|
|
"*.mac": "vbs"
|
|
"*.mac": "vbs"
|
|
}
|
|
}
|