Search code examples
Error in literal type checking by the mypy tool...


pythonmypypython-typingtype-narrowing

Read More
how to type python API responses similar to TS `as`?...


pythonmypypython-typing

Read More
Mypy can't find obvious type mismatch when using namespace-packages and subfolders with the same...


pythonmypy

Read More
Mypy complaining about Name "Optional" is not defined without the use of Optional...


pythondjangostatic-analysismypydjango-stubs

Read More
Unpacking an Optional value...


pythonmypy

Read More
Python type-hints where only the first item is None...


pythontype-hintingmypy

Read More
Mypy get attr-defined & name-defined error when use protobuf...


python-3.xprotocol-buffersmypy

Read More
mypy does not recognize a method of a class...


pythonpython-3.xmypycommand-pattern

Read More
Why can't you use Dict[str, Any] or Mapping[str, Any] to type **kwargs? How are you supposed to ...


pythonmypypython-typingpyright

Read More
Mypy: Execute functions on a list of classes -> "error": "object" has no attr...


pythonmypy

Read More
How do I get typing working in python mixins?...


pythondjangomypypython-typing

Read More
typing recursive function with nested type...


pythonmypypython-typingpylance

Read More
bounds with typyvar...


pythonmypytyping

Read More
reveal_type gives me a type, but it does not exist...


pythonpython-importmypypython-typing

Read More
How to properly annote Module Re expressions?...


pythonregexmypy

Read More
Type hinting decorator with bounded arguments...


pythonpython-decoratorsmypypython-typingpython-3.11

Read More
How should I type my sqlite connection and cursor in a python class before I provide meaningful valu...


pythonpython-3.xsqlitemypy

Read More
Why is Visual Studio Code not showing mypy errors when I have my package installed in editable mode ...


pythonvisual-studio-codemypyvscode-python

Read More
Why does Mypy report a subset of JSON as invalid?...


pythonmypypython-typing

Read More
Python mypy type checking not working as expected...


pythontypesmypybottle

Read More
Narrowing a generic callable definition...


pythonmypypython-typing

Read More
How should the AnyStr be used?...


pythonmypypython-typing

Read More
Can't get rid of mypy error about wrong type numpy.bool_ and bool...


pythonnumpymypy

Read More
Mypy type compatible with list, tuple, range, and numpy.array?...


pythonmypy

Read More
How can I properly type a subclass of class which sub-types a Generic base class?...


pythontype-hintingmypy

Read More
Why does tox cause coverage failures against mypy with Python 3.10.9...


python-3.xmypytox

Read More
Why Union[List[List[int]], List[int]] is casted to List[Union[List[List[int]], List[int]]]? (Correct...


pythontype-hintingmypy

Read More
how to type a custom callable type in Python...


pythongenericsmypytypingcallable

Read More
mypy doesn't understand class and interface are the same...


pythoninterfacemypy

Read More
Pylance reports incorrect error for openpyxl...


pythonvisual-studio-codemypypylance

Read More
BackNext