DetachHead
DetachHead
i would like to have some sort of functionality to tell the type checker that a decorator does something to the function signature that it should know about. some cases...
I think this is more of an issue with the library if its parameter documentation is in the wrong spot. While unlike other type checkers I don't treat PEPs as...
i guess we could support it if it's a common pattern among popular libraries. but i think we shouldn't show them when hovering over the class itself unless you're instantiating...
looks like 1.29.2 published successfully
this will probably be quite difficult to support. some initial thoughts: - i think option 1 is the better choice, since i'd consider managing venvs / installing dependencies to be...
The problem is that the language server is a single process that assumes one Python interpreter is used for the whole project. I haven't looked into this too much but...
can you post the full contents of the `pyproject.toml`? or is that it?
the issue is that there's both a `tool.pyright` and `tool.basedpyright` section. you'll have to remove one of them. not sure why the error message i wrote for this situation isn't...
no problem, i'll keep this issue open because i want to investigate why you weren't getting the right error message
one of the main goals of basedpyright is to ensure that the errors you see in your editor are consistent with other developers working on the same project and the...