Search code examples
How to declare additional attributes when subclassing str?...


pythonsubclassmypy

Read More
What is the type that represents any object of any custom class?...


pythonmypy

Read More
Why does mypy throw "Cannot instantiate abstract class" when it is not being instantiated...


pythonmypy

Read More
"Templated function" like in c++, but in python?...


pythonabstract-classmypy

Read More
mypy: how to ignore "missing attribute" errors in mixins...


pythonmypy

Read More
Mypy is not able to find an attribute defined in the parent NamedTuple...


pythonmypy

Read More
Error importing plugin "sqlalchemy.ext.mypy.plugin": cannot import name 'Optional'...


pythonsqlalchemymypy

Read More
Argument 2 to "join" has incompatible type "Optional[str]"; expected "str&q...


pythontype-hintingmypy

Read More
typing recursive class and inheritance...


pythonmypy

Read More
How do I express an extended subtype of a generic object in Python?...


pythonmypypython-typing

Read More
pre-commit config top level exclude doesn't work?...


mypypre-commit.com

Read More
Python type hints: How to use Literal with strings to conform with mypy?...


pythonmypyliterals

Read More
How do I type the `__prepare__` method for a metaclass?...


pythontype-hintingmypy

Read More
How to configure mypy to ignore a stub file for a specific module?...


pythonmypydnspython

Read More
mypy: function definition in isinstance-condition: why is the type in the condition not narrowed dow...


pythontype-hintingmypy

Read More
Why does mypy raise truthy-function error for assertion?...


pythonmypy

Read More
What's the correct way to use a TypeVar with a parameterized bound?...


pythontype-hintingmypy

Read More
How to access `ApplyResult` and `Event` types in the multiprocessing library...


pythonmultiprocessingmypypython-typing

Read More
mypy throws error for abstractmethod created with decorator...


pythondecoratormypyabc

Read More
Why does mypy error if I assign only one of two generic typevars in a classmethod?...


pythongenericsmypy

Read More
How to handle Mypy when many possible types but expecting a specific type?...


pythonmypy

Read More
Why does mypy report error: Argument after ** must be a mapping, not "object"...


pythonmypy

Read More
kwarg unpacking with mypy...


pythonmypykeyword-argument

Read More
Python typing: overload based on length of tuple argument...


pythonmypy

Read More
Python type hint for specific values of dictionary...


pythonpython-3.xmypy

Read More
mypy: pre-commit results differ from...


mypypre-commit.com

Read More
Does mypy not allow you to define the same variable twice?...


pythonmypypython-typing

Read More
mypy does not detect errors when wrongly using a function imported from an external package...


pythonpython-3.xmypy

Read More
Custom types that are wrappers on simple types on pydantic...


pythonpython-3.xmypypydantic

Read More
Trying to add mypy into PyCharm...


pycharmmypy

Read More
BackNext