Skip to content

Commit

Permalink
Remove obsolete config from .vscode/settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscorn committed Mar 22, 2024
1 parent 4b62adf commit e190c44
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"python.linting.flake8Enabled": false,
"python.linting.enabled": false,
"python.formatting.provider": "none",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.autoFix": "explicit",
"source.organizeImports": "explicit"
},
"python.analysis.typeCheckingMode": "basic",
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff"
"editor.defaultFormatter": "charliermarsh.ruff",
}
}

0 comments on commit e190c44

Please sign in to comment.