Skip to content

Added module path output for the supertype in case of an error #19113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Peopl3s
Copy link

@Peopl3s Peopl3s commented May 19, 2025

Feat #19112

Added module path output for the
supertype in case of an error.

Максим Мельников and others added 3 commits May 19, 2025 19:26
supertype in case of an error.
supertype in case of an error.
Copy link
Contributor

Diff from mypy_primer, showing the effect of this PR on open source code:

prefect (https://github.com/PrefectHQ/prefect)
+ /tmp/mypy_primer/mypy_new/venv/lib/python3.13/site-packages/mypy/typeshed/stdlib/email/message.pyi:153: error: INTERNAL ERROR -- Please try using mypy master on GitHub:
+ https://mypy.readthedocs.io/en/stable/common_issues.html#using-a-development-mypy-build
+ Please report a bug at https://github.com/python/mypy/issues
+ version: 1.16.0+dev.38fcc5814dbc5424442e2d173d64face3c82932d
+ note: use --pdb to drop into pdb
- src/prefect/utilities/names.py:3: error: Unused "type: ignore" comment  [unused-ignore]
- src/prefect/utilities/_deprecated.py:3: error: Unused "type: ignore" comment  [unused-ignore]
- src/prefect/utilities/_git.py:17: error: Incompatible types in assignment (expression has type "str", variable has type "bytes")  [assignment]
- src/prefect/utilities/_git.py:21: error: Incompatible return value type (got "bytes", expected "Optional[str]")  [return-value]
- src/prefect/utilities/_git.py:30: error: Incompatible types in assignment (expression has type "str", variable has type "bytes")  [assignment]
- src/prefect/utilities/_git.py:34: error: Incompatible return value type (got "bytes", expected "Optional[str]")  [return-value]
- src/prefect/utilities/annotations.py:9: error: Unexpected argument to "TypeVar()": "infer_variance"  [misc]
- src/prefect/utilities/annotations.py:12: error: Variable "prefect.utilities.annotations.T" is not valid as a type  [valid-type]
- src/prefect/utilities/annotations.py:12: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/annotations.py:21: error: Variable "prefect.utilities.annotations.T" is not valid as a type  [valid-type]
- src/prefect/utilities/annotations.py:21: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/annotations.py:25: error: Variable "prefect.utilities.annotations.T" is not valid as a type  [valid-type]
- src/prefect/utilities/annotations.py:25: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/annotations.py:27: error: Variable "prefect.utilities.annotations.T" is not valid as a type  [valid-type]
- src/prefect/utilities/annotations.py:27: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/annotations.py:30: error: Variable "prefect.utilities.annotations.T" is not valid as a type  [valid-type]
- src/prefect/utilities/annotations.py:30: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/annotations.py:42: error: "BaseAnnotation" expects no type arguments, but 1 given  [type-arg]
- src/prefect/utilities/annotations.py:42: error: Variable "prefect.utilities.annotations.T" is not valid as a type  [valid-type]
- src/prefect/utilities/annotations.py:42: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/annotations.py:50: error: Unused "type: ignore" comment  [unused-ignore]
- src/prefect/utilities/annotations.py:50: error: Variable "prefect.utilities.annotations.T" is not valid as a type  [valid-type]
- src/prefect/utilities/annotations.py:50: note: Error code "valid-type" not covered by "type: ignore" comment
- src/prefect/utilities/annotations.py:50: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/annotations.py:55: error: "BaseAnnotation" expects no type arguments, but 1 given  [type-arg]
- src/prefect/utilities/annotations.py:55: error: Variable "prefect.utilities.annotations.T" is not valid as a type  [valid-type]
- src/prefect/utilities/annotations.py:55: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/annotations.py:70: error: "BaseAnnotation" expects no type arguments, but 1 given  [type-arg]
- src/prefect/utilities/annotations.py:70: error: Variable "prefect.utilities.annotations.T" is not valid as a type  [valid-type]
- src/prefect/utilities/annotations.py:70: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/annotations.py:94: error: Variable "prefect.utilities.annotations.T" is not valid as a type  [valid-type]
- src/prefect/utilities/annotations.py:94: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/annotations.py:99: error: "quote" expects no type arguments, but 1 given  [type-arg]
- src/prefect/utilities/annotations.py:99: error: Variable "prefect.utilities.annotations.T" is not valid as a type  [valid-type]
- src/prefect/utilities/annotations.py:99: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/annotations.py:100: error: Variable "prefect.utilities.annotations.T" is not valid as a type  [valid-type]
- src/prefect/utilities/annotations.py:100: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/annotations.py:115: error: "BaseAnnotation" expects no type arguments, but 1 given  [type-arg]
- src/prefect/utilities/annotations.py:115: error: Variable "prefect.utilities.annotations.T" is not valid as a type  [valid-type]
- src/prefect/utilities/annotations.py:115: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/annotations.py:132: error: Variable "prefect.utilities.annotations.T" is not valid as a type  [valid-type]
- src/prefect/utilities/annotations.py:132: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/annotations.py:139: error: Variable "prefect.utilities.annotations.T" is not valid as a type  [valid-type]
- src/prefect/utilities/annotations.py:139: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/_internal/concurrency/inspection.py:80: error: Incompatible types in assignment (expression has type "Optional[FrameType]", variable has type "FrameType")  [assignment]
- src/prefect/utilities/dispatch.py:100: error: "classmethod" used with a non-method  [misc]
- src/prefect/utilities/collections.py:73: error: Incompatible return value type (got "auto", expected "str")  [return-value]
- src/prefect/utilities/collections.py:80: error: Unexpected argument to "TypeVar()": "infer_variance"  [misc]
- src/prefect/utilities/collections.py:81: error: Unexpected argument to "TypeVar()": "infer_variance"  [misc]
- src/prefect/utilities/collections.py:82: error: Unexpected argument to "TypeVar()": "infer_variance"  [misc]
- src/prefect/utilities/collections.py:83: error: Unexpected argument to "TypeVar()": "infer_variance"  [misc]
- src/prefect/utilities/collections.py:84: error: Variable "prefect.utilities.collections.VT" is not valid as a type  [valid-type]
- src/prefect/utilities/collections.py:84: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/collections.py:84: error: Bad number of arguments for type alias, expected 1, given 2  [type-arg]
- src/prefect/utilities/collections.py:88: error: Bad number of arguments for type alias, expected 1, given 2  [type-arg]
- src/prefect/utilities/collections.py:88: error: Variable "prefect.utilities.collections.VT" is not valid as a type  [valid-type]
- src/prefect/utilities/collections.py:88: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/collections.py:102: error: Bad number of arguments for type alias, expected 1, given 2  [type-arg]
- src/prefect/utilities/collections.py:102: error: Variable "prefect.utilities.collections.VT" is not valid as a type  [valid-type]
- src/prefect/utilities/collections.py:102: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/collections.py:103: error: Variable "prefect.utilities.collections.VT" is not valid as a type  [valid-type]
- src/prefect/utilities/collections.py:103: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/collections.py:109: error: Bad number of arguments for type alias, expected 1, given 2  [type-arg]
- src/prefect/utilities/collections.py:109: error: Variable "prefect.utilities.collections.VT" is not valid as a type  [valid-type]
- src/prefect/utilities/collections.py:109: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/collections.py:111: error: Variable "prefect.utilities.collections.VT" is not valid as a type  [valid-type]
- src/prefect/utilities/collections.py:111: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/collections.py:113: error: Variable "prefect.utilities.collections.VT" is not valid as a type  [valid-type]
- src/prefect/utilities/collections.py:113: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/collections.py:117: error: Variable "prefect.utilities.collections.VT" is not valid as a type  [valid-type]
- src/prefect/utilities/collections.py:117: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/collections.py:117: error: Bad number of arguments for type alias, expected 1, given 2  [type-arg]
- src/prefect/utilities/collections.py:128: error: Bad number of arguments for type alias, expected 1, given 2  [type-arg]
- src/prefect/utilities/collections.py:128: error: Variable "prefect.utilities.collections.VT" is not valid as a type  [valid-type]
- src/prefect/utilities/collections.py:128: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/collections.py:130: error: Bad number of arguments for type alias, expected 1, given 2  [type-arg]
- src/prefect/utilities/collections.py:130: error: Variable "prefect.utilities.collections.VT" is not valid as a type  [valid-type]
- src/prefect/utilities/collections.py:130: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/collections.py:140: error: Redundant cast to "NestedDict[Any]"  [redundant-cast]
- src/prefect/utilities/collections.py:140: error: Bad number of arguments for type alias, expected 1, given 2  [type-arg]
- src/prefect/utilities/collections.py:140: error: Variable "prefect.utilities.collections.VT" is not valid as a type  [valid-type]
- src/prefect/utilities/collections.py:140: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/collections.py:184: error: Incompatible default for argument "types" (default has type "type[object]", argument has type "Union[type[T], tuple[type[T], ...]]")  [assignment]
- src/prefect/utilities/collections.py:248: error: Variable "prefect.utilities.collections.VT" is not valid as a type  [valid-type]
- src/prefect/utilities/collections.py:248: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/collections.py:252: error: Variable "prefect.utilities.collections.VT" is not valid as a type  [valid-type]
- src/prefect/utilities/collections.py:252: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/collections.py:274: error: Variable "prefect.utilities.collections.VT" is not valid as a type  [valid-type]
- src/prefect/utilities/collections.py:274: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/collections.py:278: error: Variable "prefect.utilities.collections.VT" is not valid as a type  [valid-type]
- src/prefect/utilities/collections.py:278: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/collections.py:298: error: Overloaded function signature 5 will never be matched: signature 3's parameter type(s) are the same or broader  [overload-cannot-match]
- src/prefect/utilities/collections.py:300: error: Variable "prefect.utilities.collections.VT" is not valid as a type  [valid-type]
- src/prefect/utilities/collections.py:300: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/collections.py:304: error: Variable "prefect.utilities.collections.VT" is not valid as a type  [valid-type]
- src/prefect/utilities/collections.py:304: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/collections.py:310: error: Missing return statement  [return]
- src/prefect/utilities/collections.py:312: error: Variable "prefect.utilities.collections.VT" is not valid as a type  [valid-type]
- src/prefect/utilities/collections.py:312: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/collections.py:316: error: Variable "prefect.utilities.collections.VT" is not valid as a type  [valid-type]
- src/prefect/utilities/collections.py:316: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/collections.py:380: error: Variable "prefect.utilities.collections.VT" is not valid as a type  [valid-type]
- src/prefect/utilities/collections.py:380: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/collections.py:397: error: Incompatible types in assignment (expression has type "Callable[[Any], Any]", variable has type "Callable[[Any, dict[str, VT?]], Any]")  [assignment]
- src/prefect/utilities/collections.py:411: error: Too few arguments  [call-arg]
- src/prefect/utilities/collections.py:455: error: Redundant cast to "BaseAnnotation"  [redundant-cast]
- src/prefect/utilities/collections.py:455: error: "BaseAnnotation" expects no type arguments, but 1 given  [type-arg]
- src/prefect/utilities/collections.py:457: error: Variable "prefect.utilities.collections.VT" is not valid as a type  [valid-type]
- src/prefect/utilities/collections.py:457: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/collections.py:478: error: Cannot instantiate type "Type[tuple[Any]]"  [misc]
- src/prefect/utilities/collections.py:483: error: Redundant cast to "dict[Any, Any]"  [redundant-cast]
- src/prefect/utilities/collections.py:486: error: "None" object is not iterable  [misc]
- src/prefect/utilities/collections.py:491: error: Argument 1 to "dict" has incompatible type "list[Optional[Any]]"; expected "Iterable[tuple[Any, Any]]"  [arg-type]
- src/prefect/utilities/collections.py:536: error: Bad number of arguments for type alias, expected 1, given 2  [type-arg]
- src/prefect/utilities/collections.py:536: error: Variable "prefect.utilities.collections.VT" is not valid as a type  [valid-type]
- src/prefect/utilities/collections.py:536: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/collections.py:537: error: Bad number of arguments for type alias, expected 1, given 2  [type-arg]
- src/prefect/utilities/collections.py:537: error: Variable "prefect.utilities.collections.VT" is not valid as a type  [valid-type]
- src/prefect/utilities/collections.py:537: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/collections.py:545: error: Bad number of arguments for type alias, expected 1, given 2  [type-arg]
- src/prefect/utilities/collections.py:545: error: Variable "prefect.utilities.collections.VT" is not valid as a type  [valid-type]
- src/prefect/utilities/collections.py:545: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/prefect/utilities/collections.py:546: error: Bad number of arguments for type alias, expected 1, given 2  [type-arg]
- src/prefect/utilities/collections.py:546: error: Variable "prefect.utilities.collections.VT" is not valid as a type  [valid-type]

... (truncated 2084 lines) ...

steam.py (https://github.com/Gobot1234/steam.py)
- steam/ext/commands/utils.py:43: error: Signature of "get" incompatible with supertype "dict"  [override]
+ steam/ext/commands/utils.py:43: error: Signature of "get" incompatible with supertype "builtins.dict"  [override]
- steam/ext/commands/utils.py:43: error: Signature of "get" incompatible with supertype "Mapping"  [override]
+ steam/ext/commands/utils.py:43: error: Signature of "get" incompatible with supertype "collections.abc.Mapping"  [override]
- steam/ext/commands/utils.py:52: error: Signature of "pop" incompatible with supertype "dict"  [override]
+ steam/ext/commands/utils.py:52: error: Signature of "pop" incompatible with supertype "builtins.dict"  [override]
- steam/ext/commands/utils.py:52: error: Signature of "pop" incompatible with supertype "MutableMapping"  [override]
+ steam/ext/commands/utils.py:52: error: Signature of "pop" incompatible with supertype "collections.abc.MutableMapping"  [override]
- steam/trade.py:189: error: Argument 1 of "__mro_entries__" is incompatible with supertype "GenericAlias"; supertype defines the argument type as "Iterable[object]"  [override]
+ steam/trade.py:189: error: Argument 1 of "__mro_entries__" is incompatible with supertype "collections.abc.GenericAlias"; supertype defines the argument type as "Iterable[object]"  [override]

xarray (https://github.com/pydata/xarray)
+ xarray/conventions.py:413: error: Argument "decode_timedelta" to "decode_cf_variable" has incompatible type "object"; expected "bool | CFTimedeltaCoder | None"  [arg-type]

operator (https://github.com/canonical/operator)
- ops/jujuversion.py:65: error: Argument 1 of "__eq__" is incompatible with supertype "object"; supertype defines the argument type as "object"  [override]
+ ops/jujuversion.py:65: error: Argument 1 of "__eq__" is incompatible with supertype "builtins.object"; supertype defines the argument type as "object"  [override]
- ops/pebble.py:890: error: Argument 1 of "__eq__" is incompatible with supertype "object"; supertype defines the argument type as "object"  [override]
+ ops/pebble.py:890: error: Argument 1 of "__eq__" is incompatible with supertype "builtins.object"; supertype defines the argument type as "object"  [override]
- ops/pebble.py:952: error: Argument 1 of "__eq__" is incompatible with supertype "object"; supertype defines the argument type as "object"  [override]
+ ops/pebble.py:952: error: Argument 1 of "__eq__" is incompatible with supertype "builtins.object"; supertype defines the argument type as "object"  [override]
- ops/pebble.py:1039: error: Argument 1 of "__eq__" is incompatible with supertype "object"; supertype defines the argument type as "object"  [override]
+ ops/pebble.py:1039: error: Argument 1 of "__eq__" is incompatible with supertype "builtins.object"; supertype defines the argument type as "object"  [override]
- ops/pebble.py:1154: error: Argument 1 of "__eq__" is incompatible with supertype "object"; supertype defines the argument type as "object"  [override]
+ ops/pebble.py:1154: error: Argument 1 of "__eq__" is incompatible with supertype "builtins.object"; supertype defines the argument type as "object"  [override]
- ops/pebble.py:1292: error: Argument 1 of "__eq__" is incompatible with supertype "object"; supertype defines the argument type as "object"  [override]
+ ops/pebble.py:1292: error: Argument 1 of "__eq__" is incompatible with supertype "builtins.object"; supertype defines the argument type as "object"  [override]
- ops/pebble.py:1927: error: Argument 1 of "write" is incompatible with supertype "_BufferedIOBase"; supertype defines the argument type as "Buffer"  [override]
+ ops/pebble.py:1927: error: Argument 1 of "write" is incompatible with supertype "_io._BufferedIOBase"; supertype defines the argument type as "Buffer"  [override]
- ops/pebble.py:1951: error: Return type "str | bytes" of "read" incompatible with return type "bytes" in supertype "_BufferedIOBase"  [override]
+ ops/pebble.py:1951: error: Return type "str | bytes" of "read" incompatible with return type "bytes" in supertype "_io._BufferedIOBase"  [override]
- ops/pebble.py:1951: error: Argument 1 of "read" is incompatible with supertype "_BufferedIOBase"; supertype defines the argument type as "int | None"  [override]
+ ops/pebble.py:1951: error: Argument 1 of "read" is incompatible with supertype "_io._BufferedIOBase"; supertype defines the argument type as "int | None"  [override]
- ops/pebble.py:1984: error: Return type "str | bytes" of "read1" incompatible with return type "bytes" in supertype "_BufferedIOBase"  [override]
+ ops/pebble.py:1984: error: Return type "str | bytes" of "read1" incompatible with return type "bytes" in supertype "_io._BufferedIOBase"  [override]
- ops/model.py:878: error: Argument 1 of "__contains__" is incompatible with supertype "Mapping"; supertype defines the argument type as "object"  [override]
+ ops/model.py:878: error: Argument 1 of "__contains__" is incompatible with supertype "collections.abc.Mapping"; supertype defines the argument type as "object"  [override]
- ops/model.py:878: error: Argument 1 of "__contains__" is incompatible with supertype "Container"; supertype defines the argument type as "object"  [override]
+ ops/model.py:878: error: Argument 1 of "__contains__" is incompatible with supertype "collections.abc.Container"; supertype defines the argument type as "object"  [override]
- ops/model.py:923: error: Argument 1 of "__contains__" is incompatible with supertype "Mapping"; supertype defines the argument type as "object"  [override]
+ ops/model.py:923: error: Argument 1 of "__contains__" is incompatible with supertype "collections.abc.Mapping"; supertype defines the argument type as "object"  [override]
- ops/model.py:923: error: Argument 1 of "__contains__" is incompatible with supertype "Container"; supertype defines the argument type as "object"  [override]
+ ops/model.py:923: error: Argument 1 of "__contains__" is incompatible with supertype "collections.abc.Container"; supertype defines the argument type as "object"  [override]
- ops/model.py:929: error: Return type "Iterable[str]" of "__iter__" incompatible with return type "Iterator[str]" in supertype "Iterable"  [override]
+ ops/model.py:929: error: Return type "Iterable[str]" of "__iter__" incompatible with return type "Iterator[str]" in supertype "collections.abc.Iterable"  [override]
- ops/model.py:1000: error: Signature of "get" incompatible with supertype "Mapping"  [override]
+ ops/model.py:1000: error: Signature of "get" incompatible with supertype "collections.abc.Mapping"  [override]
- ops/model.py:1025: error: Return type "Iterable[Binding]" of "__iter__" incompatible with return type "Iterator[str]" in supertype "Iterable"  [override]
+ ops/model.py:1025: error: Return type "Iterable[Binding]" of "__iter__" incompatible with return type "Iterator[str]" in supertype "collections.abc.Iterable"  [override]
- ops/model.py:1801: error: Argument 1 of "__contains__" is incompatible with supertype "Mapping"; supertype defines the argument type as "object"  [override]
+ ops/model.py:1801: error: Argument 1 of "__contains__" is incompatible with supertype "collections.abc.Mapping"; supertype defines the argument type as "object"  [override]
- ops/model.py:1801: error: Argument 1 of "__contains__" is incompatible with supertype "Container"; supertype defines the argument type as "object"  [override]
+ ops/model.py:1801: error: Argument 1 of "__contains__" is incompatible with supertype "collections.abc.Container"; supertype defines the argument type as "object"  [override]
- ops/model.py:1960: error: Signature of "update" incompatible with supertype "MutableMapping"  [override]
+ ops/model.py:1960: error: Signature of "update" incompatible with supertype "collections.abc.MutableMapping"  [override]
- ops/model.py:2030: error: Argument 1 of "__eq__" is incompatible with supertype "object"; supertype defines the argument type as "object"  [override]
+ ops/model.py:2030: error: Argument 1 of "__eq__" is incompatible with supertype "builtins.object"; supertype defines the argument type as "object"  [override]
- ops/model.py:2240: error: Argument 1 of "__contains__" is incompatible with supertype "Mapping"; supertype defines the argument type as "object"  [override]
+ ops/model.py:2240: error: Argument 1 of "__contains__" is incompatible with supertype "collections.abc.Mapping"; supertype defines the argument type as "object"  [override]
- ops/model.py:2240: error: Argument 1 of "__contains__" is incompatible with supertype "Container"; supertype defines the argument type as "object"  [override]
+ ops/model.py:2240: error: Argument 1 of "__contains__" is incompatible with supertype "collections.abc.Container"; supertype defines the argument type as "object"  [override]
- ops/framework.py:130: error: Argument 1 of "__eq__" is incompatible with supertype "object"; supertype defines the argument type as "object"  [override]
+ ops/framework.py:130: error: Argument 1 of "__eq__" is incompatible with supertype "builtins.object"; supertype defines the argument type as "object"  [override]
- ops/framework.py:1387: error: Signature of "__getitem__" incompatible with supertype "MutableSequence"  [override]
+ ops/framework.py:1387: error: Signature of "__getitem__" incompatible with supertype "collections.abc.MutableSequence"  [override]
- ops/framework.py:1387: error: Signature of "__getitem__" incompatible with supertype "Sequence"  [override]
+ ops/framework.py:1387: error: Signature of "__getitem__" incompatible with supertype "collections.abc.Sequence"  [override]
- ops/framework.py:1390: error: Signature of "__setitem__" incompatible with supertype "MutableSequence"  [override]
+ ops/framework.py:1390: error: Signature of "__setitem__" incompatible with supertype "collections.abc.MutableSequence"  [override]
- ops/framework.py:1394: error: Signature of "__delitem__" incompatible with supertype "MutableSequence"  [override]
+ ops/framework.py:1394: error: Signature of "__delitem__" incompatible with supertype "collections.abc.MutableSequence"  [override]

django-stubs (https://github.com/typeddjango/django-stubs)
- django-stubs/utils/datastructures.pyi:65: error: Signature of "get" incompatible with supertype "dict"  [override]
+ django-stubs/utils/datastructures.pyi:65: error: Signature of "get" incompatible with supertype "builtins.dict"  [override]

materialize (https://github.com/MaterializeInc/materialize)
- misc/python/materialize/mzcompose/composition.py:89: error: Signature of "parse_known_args" incompatible with supertype "ArgumentParser"  [override]
+ misc/python/materialize/mzcompose/composition.py:89: error: Signature of "parse_known_args" incompatible with supertype "argparse.ArgumentParser"  [override]
- misc/python/materialize/cli/mzcompose.py:892: error: Signature of "parse_known_args" incompatible with supertype "ArgumentParser"  [override]
+ misc/python/materialize/cli/mzcompose.py:892: error: Signature of "parse_known_args" incompatible with supertype "argparse.ArgumentParser"  [override]
- misc/python/materialize/cli/mzcompose.py:904: error: Signature of "parse_known_args" incompatible with supertype "ArgumentParser"  [override]
+ misc/python/materialize/cli/mzcompose.py:904: error: Signature of "parse_known_args" incompatible with supertype "argparse.ArgumentParser"  [override]

Tanjun (https://github.com/FasterSpeeding/Tanjun)
- tanjun/context/slash.py:1035: error: Signature of "command" incompatible with supertype "Context"  [override]
+ tanjun/context/slash.py:1035: error: Signature of "command" incompatible with supertype "mypy.nodes.Context"  [override]
- tanjun/context/message.py:134: error: Signature of "command" incompatible with supertype "Context"  [override]
+ tanjun/context/message.py:134: error: Signature of "command" incompatible with supertype "mypy.nodes.Context"  [override]
- tanjun/context/menu.py:102: error: Signature of "command" incompatible with supertype "Context"  [override]
+ tanjun/context/menu.py:102: error: Signature of "command" incompatible with supertype "mypy.nodes.Context"  [override]

ibis (https://github.com/ibis-project/ibis)
- ibis/common/collections.py:289: error: Signature of "__hash__" incompatible with supertype "dict"  [override]
+ ibis/common/collections.py:289: error: Signature of "__hash__" incompatible with supertype "builtins.dict"  [override]
- ibis/common/collections.py:311: error: Signature of "__hash__" incompatible with supertype "dict"  [override]
+ ibis/common/collections.py:311: error: Signature of "__hash__" incompatible with supertype "builtins.dict"  [override]
- ibis/common/deferred.py:45: error: Argument 1 of "__eq__" is incompatible with supertype "object"; supertype defines the argument type as "object"  [override]
+ ibis/common/deferred.py:45: error: Argument 1 of "__eq__" is incompatible with supertype "builtins.object"; supertype defines the argument type as "object"  [override]
- ibis/common/patterns.py:223: error: Argument 1 of "__eq__" is incompatible with supertype "object"; supertype defines the argument type as "object"  [override]
+ ibis/common/patterns.py:223: error: Argument 1 of "__eq__" is incompatible with supertype "builtins.object"; supertype defines the argument type as "object"  [override]
- ibis/common/patterns.py:652: error: Argument 1 of "__eq__" is incompatible with supertype "object"; supertype defines the argument type as "object"  [override]
+ ibis/common/patterns.py:652: error: Argument 1 of "__eq__" is incompatible with supertype "builtins.object"; supertype defines the argument type as "object"  [override]
- ibis/common/patterns.py:929: error: Argument 1 of "__eq__" is incompatible with supertype "object"; supertype defines the argument type as "object"  [override]
+ ibis/common/patterns.py:929: error: Argument 1 of "__eq__" is incompatible with supertype "builtins.object"; supertype defines the argument type as "object"  [override]
- ibis/expr/datatypes/core.py:588: error: Argument 1 of "__contains__" is incompatible with supertype "tuple"; supertype defines the argument type as "object"  [override]
+ ibis/expr/datatypes/core.py:588: error: Argument 1 of "__contains__" is incompatible with supertype "builtins.tuple"; supertype defines the argument type as "object"  [override]
- ibis/expr/datatypes/core.py:588: error: Argument 1 of "__contains__" is incompatible with supertype "Sequence"; supertype defines the argument type as "object"  [override]
+ ibis/expr/datatypes/core.py:588: error: Argument 1 of "__contains__" is incompatible with supertype "collections.abc.Sequence"; supertype defines the argument type as "object"  [override]
- ibis/expr/datatypes/core.py:588: error: Argument 1 of "__contains__" is incompatible with supertype "Container"; supertype defines the argument type as "object"  [override]
+ ibis/expr/datatypes/core.py:588: error: Argument 1 of "__contains__" is incompatible with supertype "collections.abc.Container"; supertype defines the argument type as "object"  [override]
- ibis/expr/types/generic.py:1238: error: Return type "BooleanValue" of "__eq__" incompatible with return type "bool" in supertype "object"  [override]
+ ibis/expr/types/generic.py:1238: error: Return type "BooleanValue" of "__eq__" incompatible with return type "bool" in supertype "builtins.object"  [override]
- ibis/expr/types/generic.py:1238: error: Argument 1 of "__eq__" is incompatible with supertype "object"; supertype defines the argument type as "object"  [override]
+ ibis/expr/types/generic.py:1238: error: Argument 1 of "__eq__" is incompatible with supertype "builtins.object"; supertype defines the argument type as "object"  [override]
- ibis/expr/types/generic.py:1245: error: Return type "BooleanValue" of "__ne__" incompatible with return type "bool" in supertype "object"  [override]
+ ibis/expr/types/generic.py:1245: error: Return type "BooleanValue" of "__ne__" incompatible with return type "bool" in supertype "builtins.object"  [override]
- ibis/expr/types/generic.py:1245: error: Argument 1 of "__ne__" is incompatible with supertype "object"; supertype defines the argument type as "object"  [override]
+ ibis/expr/types/generic.py:1245: error: Argument 1 of "__ne__" is incompatible with supertype "builtins.object"; supertype defines the argument type as "object"  [override]

discord.py (https://github.com/Rapptz/discord.py)
- discord/embeds.py:303: error: Argument 1 of "__eq__" is incompatible with supertype "object"; supertype defines the argument type as "object"  [override]
+ discord/embeds.py:303: error: Argument 1 of "__eq__" is incompatible with supertype "builtins.object"; supertype defines the argument type as "object"  [override]
- discord/ext/commands/converter.py:1119: error: Return type "Greedy[T]" of "__class_getitem__" incompatible with return type "GenericAlias" in supertype "list"  [override]
+ discord/ext/commands/converter.py:1119: error: Return type "Greedy[T]" of "__class_getitem__" incompatible with return type "GenericAlias" in supertype "builtins.list"  [override]
- discord/ext/commands/parameters.py:112: error: Signature of "replace" incompatible with supertype "Parameter"  [override]
+ discord/ext/commands/parameters.py:112: error: Signature of "replace" incompatible with supertype "inspect.Parameter"  [override]

artigraph (https://github.com/artigraph/artigraph)
+ /tmp/mypy_primer/mypy_new/venv/lib/python3.13/site-packages/mypy/typeshed/stdlib/email/message.pyi:153: error: INTERNAL ERROR -- Please try using mypy master on GitHub:
+ https://mypy.readthedocs.io/en/stable/common_issues.html#using-a-development-mypy-build
+ Please report a bug at https://github.com/python/mypy/issues
+ version: 1.16.0+dev.38fcc5814dbc5424442e2d173d64face3c82932d
+ note: use --pdb to drop into pdb
- Warning: unused section(s) in pyproject.toml: module = ['sh']
- src/arti/internal/utils.py:213: error: Incompatible default for argument "default" (default has type "None", argument has type "D")  [assignment]
- src/arti/internal/utils.py:213: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
- src/arti/internal/utils.py:213: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
- src/arti/internal/type_hints.py:104: error: Returning Any from function declared to return "tuple[type, ...]"  [no-any-return]
- src/arti/internal/type_hints.py:119: error: Incompatible default for argument "default" (default has type "None", argument has type "D")  [assignment]
- src/arti/internal/type_hints.py:119: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
- src/arti/internal/type_hints.py:119: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
- src/arti/internal/type_hints.py:125: error: Incompatible default for argument "default" (default has type "None", argument has type "D")  [assignment]
- src/arti/internal/type_hints.py:125: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
- src/arti/internal/type_hints.py:125: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
- src/arti/internal/type_hints.py:130: error: Incompatible default for argument "default" (default has type "None", argument has type "D")  [assignment]
- src/arti/internal/type_hints.py:130: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
- src/arti/internal/type_hints.py:130: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
- src/arti/internal/type_hints.py:139: error: Argument 2 has incompatible type "type[T@get_item_from_annotated]"; expected "T@lenient_issubclass"  [arg-type]
- src/arti/internal/dispatch.py:17: error: Class cannot subclass value of type "Any"  [misc]
- src/arti/internal/dispatch.py:37: error: Returning Any from function declared to return "Callable[..., RETURN]"  [no-any-return]
- src/arti/internal/dispatch.py:42: error: Unused "type: ignore" comment  [unused-ignore]
- src/arti/internal/mappings.py:61: error: Variable "K" is not valid as a type  [valid-type]
- src/arti/internal/mappings.py:61: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
- src/arti/internal/mappings.py:61: error: Variable "V" is not valid as a type  [valid-type]
- src/arti/internal/mappings.py:100: error: ClassVar cannot contain type variables  [misc]
- src/arti/internal/mappings.py:179: error: Returning Any from function declared to return "V | TypedBox[V]"  [no-any-return]
- src/arti/internal/mappings.py:221: error: Function is missing a type annotation  [no-untyped-def]
- src/arti/internal/mappings.py:253: error: Name "cls.__target_type__" is not defined  [name-defined]
- src/arti/fingerprints/__init__.py:82: error: Returning Any from function declared to return "bool"  [no-any-return]
- src/arti/internal/models.py:55: error: Unsupported dynamic base class "type"  [misc]
- src/arti/internal/models.py:146: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- src/arti/internal/models.py:150: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- src/arti/internal/models.py:203: error: Incompatible default for argument "fallback" (default has type "PydanticUndefinedType", argument has type "T")  [assignment]
- src/arti/versions/__init__.py:17: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/versions/__init__.py:21: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/versions/__init__.py:31: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/versions/__init__.py:61: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/versions/__init__.py:75: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/statistics/__init__.py:8: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/annotations/__init__.py:8: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:26: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:44: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:48: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:61: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:70: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:74: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:78: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:82: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:86: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:90: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:94: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:98: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:130: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:134: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:138: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:142: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:147: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:151: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:155: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:159: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:163: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:169: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:209: error: Incompatible return value type (got "Mapping[str, Type]", expected "frozendict[str, Type]")  [return-value]
- src/arti/types/__init__.py:220: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:229: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:233: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:239: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:243: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:251: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:255: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:263: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:267: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:271: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:275: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/__init__.py:347: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/types/python.py:158: error: Argument "items" has incompatible type "tuple[Any, ...]"; expected "frozenset[Any]"  [arg-type]
- src/arti/types/python.py:196: error: Unused "type: ignore" comment  [unused-ignore]
- src/arti/thresholds/__init__.py:11: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/partitions/__init__.py:21: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/partitions/__init__.py:77: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/partitions/__init__.py:111: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/partitions/__init__.py:131: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/partitions/__init__.py:135: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/partitions/__init__.py:139: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/partitions/__init__.py:143: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/partitions/__init__.py:147: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/formats/__init__.py:11: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/storage/_internal.py:55: error: Argument "key_types" to "WildcardPlaceholder" has incompatible type "Mapping[str, type[PartitionField]]"; expected "frozendict[str, type[PartitionField]]"  [arg-type]
- src/arti/formats/json.py:7: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/storage/__init__.py:24: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/storage/__init__.py:27: error: Missing type parameters for generic type "Storage"  [type-arg]
- src/arti/storage/__init__.py:45: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/storage/__init__.py:58: error: Missing type parameters for generic type "Storage"  [type-arg]
- src/arti/storage/__init__.py:65: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/storage/__init__.py:119: error: Missing type parameters for generic type "Storage"  [type-arg]
- src/arti/artifacts/__init__.py:24: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/artifacts/__init__.py:39: error: Missing type parameters for generic type "Storage"  [type-arg]
- src/arti/artifacts/__init__.py:67: error: Missing type parameters for generic type "Storage"  [type-arg]
- src/arti/views/__init__.py:20: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/backends/__init__.py:133: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/producers/__init__.py:56: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/producers/__init__.py:464: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/graphs/__init__.py:94: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases  [misc]
- src/arti/graphs/__init__.py:102: error: Missing type parameters for generic type "Backend"  [type-arg]

... (truncated 400 lines) ...```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant