-
-
Notifications
You must be signed in to change notification settings - Fork 2
🏷️ types: move to ty #75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
3c95ecc
92b2d10
832f998
4efc436
326cee1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,5 @@ | ||
| { | ||
| "python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python", | ||
| "python.analysis.typeCheckingMode": "strict", | ||
| "python.analysis.inlayHints.functionReturnTypes": true, | ||
| "python.analysis.inlayHints.variableTypes": true, | ||
| "[python]": { | ||
| "editor.defaultFormatter": "charliermarsh.ruff" | ||
| } | ||
|
Comment on lines
1
to
5
|
||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR description says to keep Pylance for editor inlay hints, but this change removes the
ms-python.vscode-pylancerecommendation entirely. Either re-add the Pylance extension here, or update the PR description to match the intended editor setup (and ensure inlay hints are still enabled somewhere if that’s desired).