Search code examples
Mypy error: PEP 695 type aliases are not yet supported...


pythonmypypython-typingpython-3.12

Read More
Is this the correct way of use Protocol, and if it's why mypy fails?...


pythonpython-typingmypy

Read More
Static type checking or IDE intelligence support for a numpy array/matrix shape possible?...


pythonnumpypython-typingmypypyright

Read More
using attrs pre-commit mypy error: Unexpected keyword argument...


pythonmypypre-commitpre-commit.compython-attrs

Read More
Type annotations for parameters of Luigi tasks...


pythonpython-typingmypyluigi

Read More
How to handle inheritance in mypy?...


pythoninheritancemypy

Read More
How to get mypy to accept an unpacked dict?...


pythondictionarymypy

Read More
Dealing with lack of non-null assertion operator in Python...


pythonmypypython-typing

Read More
How can I make a recursive Python type defined over several aliases?...


pythonpython-typingmypy

Read More
Function takes `Foo` subclass and wraps it in `Bar`, else returns type unaltered...


pythonpython-typingmypy

Read More
What is the correct way of using typing.Literal?...


pythonpython-typingmypy

Read More
Disallow untyped defs except in test directory...


pythonmypy

Read More
Onboarding a new codebase to mypy - silencing errors one-by-one...


pythonmypy

Read More
Type hint for a cast-like function that raises if casting is not possible...


pythoncastingmypypython-typing

Read More
Type assertion in MyPy...


pythonpython-typingmypy

Read More
How to get `mypy` to raise errors/warnings about using the `typing` package instead of built in type...


pythonpython-typingmypy

Read More
How to type hint a Callable of a function with default arguments?...


pythonpython-typingmypy

Read More
Mypy fails with Expected type 'Type[T]', got 'UnionType' instead...


pythonmypypydantic

Read More
Mypy doesn't raise error for missing unimplemented abstract method...


pythonpython-typingmypy

Read More
Where can I find the type annotations for methods of built-in types?...


pythonpython-typingmypytypeshed

Read More
How can I get format to not cause a type-hinting error?...


pythonlist-comprehensionpython-typingmypy

Read More
How to avoid stubtest's “[symbol] is not present at runtime” error...


pythonpython-typingmypy

Read More
How to type hint the Apache Beam default DoFn.TimestampParam...


pythonapache-beampython-typingmypy

Read More
How to pass an untyped dictionary assigned to a variable to a method that expects a TypedDict withou...


pythonpython-typingmypy

Read More
Type annotation for partial functions...


pythonpython-typingmypy

Read More
pre-commit using mypy specify venv cross-platform...


pythonmypypre-commitpre-commit.com

Read More
type safety (mypy) for function parameters when using *args...


pythonpython-typingmypy

Read More
mypy complains about extended base class' attribute type...


pythonpython-typingmypyderived-class

Read More
key typechecking in mypy Dict type...


pythonpython-typingmypy

Read More
Set default value with type Union...


pythonpython-typingmypy

Read More
BackNext