Just one tip on this doc: <https://www.pulumi.com/...
# python
b
You don't need this vs-code specific setting.
You can simply add the following to the
pyproject.toml
of Poetry:
Copy code
[tool.pyright]
typeCheckingMode = "basic"
You can find it documented on the Pylance extension.
You should use uv anyway.
m
You should use uv anyway.
uv is great. I think that article predates our uv support. PRs welcome : https://github.com/pulumi/docs/blob/97893dc094d6ed82297dd362e00c86d8f890990b/content/blog/pulumi-loves-python/index.md?plain=1 @brief-football-29481 🙂