Skip to content

Commit

Permalink
dev: Enable type checking in IDE by default
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Jul 15, 2024
1 parent 815b533 commit 710ec5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"python.analysis.autoImportCompletions": true,
"python.analysis.typeCheckingMode": "standard",
"python.languageServer": "Pylance",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
Expand Down

0 comments on commit 710ec5f

Please sign in to comment.