Skip to content

Commit

Permalink
fix: vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sushichan044 committed Jun 9, 2024
1 parent 13f0059 commit 931b3f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
1 change: 0 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"ms-python.python",
"ms-python.vscode-pylance",
"shardulm94.trailing-spaces",
"ms-python.mypy-type-checker",
"charliermarsh.ruff"
]
}
13 changes: 6 additions & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
"editor.formatOnSave": true,
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff"
},
"cSpell.words": ["pydantic", "pyright"],
"editor.formatOnSave": true,
"cSpell.words": ["pyright"],
"python.analysis.autoImportCompletions": true,
"python.analysis.typeCheckingMode": "basic",
"python.languageServer": "Pylance",
"python.defaultInterpreterPath": ".venv/bin/python",
"mypy-type-checker.args": ["--config-file=pyproject.toml"],
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
}
"python.defaultInterpreterPath": ".venv/bin/python"
}

0 comments on commit 931b3f8

Please sign in to comment.