We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30683f commit 6405a42Copy full SHA for 6405a42
.vscode/extensions.json
@@ -1,6 +1,7 @@
1
{
2
"recommendations": [
3
"ms-python.python",
4
+ "ms-python.black-formatter",
5
"editorconfig.editorconfig"
6
]
7
}
.vscode/settings.json
@@ -1,12 +1,6 @@
-
- "python.formatting.provider": "black",
- "python.linting.pydocstyleEnabled": true,
- "python.linting.pylintEnabled": true,
- "python.linting.mypyEnabled": true,
- "python.linting.flake8Enabled": false,
8
- "python.linting.pylintArgs": ["--rcfile=setup.cfg"],
9
"[python]": {
+ "editor.defaultFormatter": "ms-python.black-formatter",
10
"editor.formatOnSave": true
11
12
0 commit comments