Skip to content

Commit 6405a42

Browse files
authored
python.linting settings are deprecated (#541)
* python.linting settings are deprecated * re-instate the black formatter
1 parent e30683f commit 6405a42

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.vscode/extensions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"recommendations": [
33
"ms-python.python",
4+
"ms-python.black-formatter",
45
"editorconfig.editorconfig"
56
]
67
}

.vscode/settings.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
{
2-
3-
"python.formatting.provider": "black",
4-
"python.linting.pydocstyleEnabled": true,
5-
"python.linting.pylintEnabled": true,
6-
"python.linting.mypyEnabled": true,
7-
"python.linting.flake8Enabled": false,
8-
"python.linting.pylintArgs": ["--rcfile=setup.cfg"],
92
"[python]": {
3+
"editor.defaultFormatter": "ms-python.black-formatter",
104
"editor.formatOnSave": true
115
}
126
}

0 commit comments

Comments
 (0)