Skip to content

Commit

Permalink
python.linting settings are deprecated (#541)
Browse files Browse the repository at this point in the history
* python.linting settings are deprecated

* re-instate the black formatter
  • Loading branch information
JohnRDOrazio authored Oct 22, 2024
1 parent e30683f commit 6405a42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"recommendations": [
"ms-python.python",
"ms-python.black-formatter",
"editorconfig.editorconfig"
]
}
Expand Down
8 changes: 1 addition & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
{

"python.formatting.provider": "black",
"python.linting.pydocstyleEnabled": true,
"python.linting.pylintEnabled": true,
"python.linting.mypyEnabled": true,
"python.linting.flake8Enabled": false,
"python.linting.pylintArgs": ["--rcfile=setup.cfg"],
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true
}
}

0 comments on commit 6405a42

Please sign in to comment.