Search code examples
Conda and pre-commit, error: Library stubs not installed for "requests" (or incompatible w...


condamypytypingpre-commitpre-commit.com

Read More
How can I best type a python function returning a named tuple type...


pythonmypy

Read More
SQLAlchemy: using Mapped with protocols...


pythonsqlalchemyprotocolsmypypython-typing

Read More
Mypy shows error when using a function to return a type...


pythonmypytyper

Read More
Asking isinstance on a Union[...] type...


pythontypesmypy

Read More
Is there any relation between classes which use the same type variable?...


pythonmypytyping

Read More
mpy gives keeps raising error because of Protocol...


pythonprotocolsmypy

Read More
Decorator which changes ints to strings with correct type hints...


pythonmypypython-typing

Read More
Anotate return type with psycopg2 type stub...


pythonpsycopg2mypy

Read More
python abstract instance property alternative...


pythonmypy

Read More
How to hint type a Callable without knowing all the necessary args and kwargs?...


pythonmypypython-typingkeyword-argument

Read More
How to type annotate optionally parametrized decorator, which use third party decorator inside...


pythondecoratormypypython-typing

Read More
abstractmethod returns a type of self...


pythoninheritancemypypython-typing

Read More
Why does mypy consider `Mapping` with more restrictions on keys/values not compatible with the one w...


pythonpython-3.xmypypython-typing

Read More
Why does mypy think library imports are missing?...


pythonmypy

Read More
How to type function returning a class decorator? (python3.11)...


pythongenericspython-decoratorsmypy

Read More
How to type a Python function the same way as another function?...


pythonmypypython-typingpyright

Read More
Define a jsonable type using mypy / PEP-526...


mypy

Read More
How to type hint with an optional import?...


pythonmypypython-typing

Read More
What's a good pattern for typehinting with `Literal` and then validating at runtime?...


pythonpython-3.xtype-hintingmypy

Read More
mypy type stubs for AWS lambda function...


pythonaws-lambdamypy

Read More
mypy error when aliasing Callable with TypeAlias...


pythonpython-3.xmypy

Read More
Add mypy options --enable-incomplete-feature=Unpack in pyproject.toml...


pythonmypypyproject.toml

Read More
How can I make mypy work with a custom class decorator similar to dataclass?...


pythonpython-decoratorsmypypython-dataclasses

Read More
How do I make Mypy recognize non-nullable ORM attributes?...


pythonsqlalchemymypy

Read More
MyPy can't find types for my local package...


pythonmypypython-typingpython-poetry

Read More
GitPython: error: Module "git" does not explicitly export attribute "Repo" [attr...


pythonmypypython-typinggitpython

Read More
mypy: Raise TypeError during execution...


pythonpython-3.xmypy

Read More
Python 3.10 type hinting for decorator to be used in a method...


pythondecoratormypytyping

Read More
mypy infer paramspec of function based on paramspec of first input...


pythonpython-3.xmypytyping

Read More
BackNext