Skip to content

Commit

Permalink
Set pyright to strict
Browse files Browse the repository at this point in the history
  • Loading branch information
0x24a committed Oct 7, 2024
1 parent 38efdcf commit 23001a1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .zed/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// Folder-specific settings
//
// For a full list of overridable settings, and general information on folder-specific settings,
// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
{
"lsp": {
"pyright": {
"settings": {
"python.analysis": {
"diagnosticMode": "workspace",
"typeCheckingMode": "strict"
},
"python": {
"pythonPath": ".venv/bin/python"
}
}
}
}
}

0 comments on commit 23001a1

Please sign in to comment.