Search code examples
Pylance doesn't catch all deprecated functions or classes...

pythondeprecatedpyright

Read More
Pyright/mypy: "expr" has no attribute "id"...

pythonmypypython-typingpyright

Read More
Nested Protocols are not checked by Mypy/Pylance...

pythonmypypython-typingpyright

Read More
Pylance complaining on self.tr() method...

pythonqtpython-typingpyside6pyright

Read More
How to check with mypy that types are *not* compatible...

pythonmypypython-typingpyright

Read More
How does typing.Type work in Python? When can variables be used as types?...

pythonpython-typingpyright

Read More
nvim : color of the lateral warning bar (EdenEast/nightfox)...

neovimcolor-schemepyright

Read More
How to write typing.overload decorator for bool arguments by value...

pythonmypypython-typingpyright

Read More
Using a custom Union type hint is not allowed by typechecker...

pythonpython-typingpyright

Read More
Usage of nested protocol (member of protocol is also a protocol)...

pythonmypypython-typingpyright

Read More
Why is pyright issuing a type incompatibility error here?...

pythonpandasdataframepyright

Read More
Python: How to define a type annotation so that the resulting object has both attributes and keys wi...

pythonvisual-studio-codepython-typingpyright

Read More
How to add type inference to Python Flask and Marshmallow...

pythonpython-typingmarshmallowpyright

Read More
basedpyright: a decorated function inside a function/method "is not accessed"...

pythonpython-typingpyright

Read More
Is it possible to call Pyright from code (as an API)?...

pythonpyright

Read More
Python typehints: Union of type complex types not working as expected with user defined classes...

pythonpython-typingpyrightpython-3.12

Read More
Pyright with multiple venv (monorepo)...

pythonsublimetextpython-venvpyright

Read More
Typing.py errors when applying pyright...

pythonfastapifile-watcherpyright

Read More
Python: type hinting for decorating custom dataclass with inheritance...

pythonpython-typingpyright

Read More
Typesafe abstract attributes in Python with Pylance...

pythonpython-typingpyright

Read More
Pyright cause reportAttributeAccessIssue on attrs validator...

pythonpython-typingpyrightpython-attrs

Read More
Typing of the `__getitem__` method of numpy array subclasses...

pythonnumpypython-typingpyright

Read More
Require decorated function to accept argument matching bound `TypeVar` without narrowing to that typ...

pythonmypypython-decoratorspython-typingpyright

Read More
Pyright LSP Install in neovim - 'node:util' module not found...

pythonneovimpyright

Read More
How do I check that parameters of a variadic callable are all of a certain subclass?...

pythongenericstypesmypypyright

Read More
Type hint function accepting union types...

pythonpython-typingunion-typespyright

Read More
How do you write a statically typed Python function that converts a string to a parameterized type?...

pythonpyrightpython-3.12

Read More
Pyright exhaustive check on literal only works for parameter, not properties...

pythonpython-typingpyright

Read More
How do you ignore specific Pyright type checks by project, file, line?...

pythonpyright

Read More
Polars API registering and type checkers...

pythonmypypython-typingpython-polarspyright

Read More
BackNext