basedmypy
basedmypy copied to clipboard
type render updates
Diff from mypy_primer, showing the effect of this PR on open source code:
pydantic (https://github.com/samuelcolvin/pydantic)
- pydantic/generics.py:95:13: note: def [Model <: BaseModel] create_model(__model_name, str, *, __config__: type[BaseConfig] | None = ..., __base__: type[Model@create_model] | tuple[type[Model@create_model], ...], __module__: str = ..., __validators__: dict[str, classmethod[Any]] = ..., __cls_kwargs__: dict[str, Any] = ..., **field_definitions: Any) -> type[Model@create_model]
+ pydantic/generics.py:95:13: note: def [Model: BaseModel] create_model(__model_name, str, *, __config__: type[BaseConfig] | None = ..., __base__: type[Model@create_model] | tuple[type[Model@create_model], ...], __module__: str = ..., __validators__: dict[str, classmethod[Any]] = ..., __cls_kwargs__: dict[str, Any] = ..., **field_definitions: Any) -> type[Model@create_model]
arviz (https://github.com/arviz-devs/arviz)
- arviz/plots/compareplot.py:119:24: note: def [_SCT <: generic] linspace(start: _SupportsArray[dtype[bool_ | integer[Any] | floating[Any] | complexfloating[Any, Any]]] | _NestedSequence[_SupportsArray[dtype[bool_ | integer[Any] | floating[Any] | complexfloating[Any, Any]]]] | bool | int | float | complex | _NestedSequence[bool | int | float | complex], stop: _SupportsArray[dtype[bool_ | integer[Any] | floating[Any] | complexfloating[Any, Any]]] | _NestedSequence[_SupportsArray[dtype[bool_ | integer[Any] | floating[Any] | complexfloating[Any, Any]]]] | bool | int | float | complex | _NestedSequence[bool | int | float | complex], num: SupportsIndex = ..., endpoint: bool = ..., retstep: False = ..., dtype: dtype[_SCT@linspace] | type[_SCT@linspace] | _SupportsDType[dtype[_SCT@linspace]] = ..., axis: SupportsIndex = ...) -> ndarray[Any, dtype[_SCT@linspace]]
+ arviz/plots/compareplot.py:119:24: note: def [_SCT: generic] linspace(start: _SupportsArray[dtype[bool_ | integer[Any] | floating[Any] | complexfloating[Any, Any]]] | _NestedSequence[_SupportsArray[dtype[bool_ | integer[Any] | floating[Any] | complexfloating[Any, Any]]]] | bool | int | float | complex | _NestedSequence[bool | int | float | complex], stop: _SupportsArray[dtype[bool_ | integer[Any] | floating[Any] | complexfloating[Any, Any]]] | _NestedSequence[_SupportsArray[dtype[bool_ | integer[Any] | floating[Any] | complexfloating[Any, Any]]]] | bool | int | float | complex | _NestedSequence[bool | int | float | complex], num: SupportsIndex = ..., endpoint: bool = ..., retstep: False = ..., dtype: dtype[_SCT@linspace] | type[_SCT@linspace] | _SupportsDType[dtype[_SCT@linspace]] = ..., axis: SupportsIndex = ...) -> ndarray[Any, dtype[_SCT@linspace]]
- arviz/plots/compareplot.py:119:24: note: def [_SCT <: generic] linspace(start: _SupportsArray[dtype[bool_ | integer[Any] | floating[Any] | complexfloating[Any, Any]]] | _NestedSequence[_SupportsArray[dtype[bool_ | integer[Any] | floating[Any] | complexfloating[Any, Any]]]] | bool | int | float | complex | _NestedSequence[bool | int | float | complex], stop: _SupportsArray[dtype[bool_ | integer[Any] | floating[Any] | complexfloating[Any, Any]]] | _NestedSequence[_SupportsArray[dtype[bool_ | integer[Any] | floating[Any] | complexfloating[Any, Any]]]] | bool | int | float | complex | _NestedSequence[bool | int | float | complex], num: SupportsIndex = ..., endpoint: bool = ..., retstep: True = ..., dtype: dtype[_SCT@linspace] | type[_SCT@linspace] | _SupportsDType[dtype[_SCT@linspace]] = ..., axis: SupportsIndex = ...) -> (ndarray[Any, dtype[_SCT@linspace]], _SCT@linspace)
+ arviz/plots/compareplot.py:119:24: note: def [_SCT: generic] linspace(start: _SupportsArray[dtype[bool_ | integer[Any] | floating[Any] | complexfloating[Any, Any]]] | _NestedSequence[_SupportsArray[dtype[bool_ | integer[Any] | floating[Any] | complexfloating[Any, Any]]]] | bool | int | float | complex | _NestedSequence[bool | int | float | complex], stop: _SupportsArray[dtype[bool_ | integer[Any] | floating[Any] | complexfloating[Any, Any]]] | _NestedSequence[_SupportsArray[dtype[bool_ | integer[Any] | floating[Any] | complexfloating[Any, Any]]]] | bool | int | float | complex | _NestedSequence[bool | int | float | complex], num: SupportsIndex = ..., endpoint: bool = ..., retstep: True = ..., dtype: dtype[_SCT@linspace] | type[_SCT@linspace] | _SupportsDType[dtype[_SCT@linspace]] = ..., axis: SupportsIndex = ...) -> (ndarray[Any, dtype[_SCT@linspace]], _SCT@linspace)
- arviz/tests/base_tests/test_rcparams.py:189:14: note: def [E <: BaseException] raises(expected_exception: type[E@raises] | tuple[type[E@raises], ...], *, match: str | Pattern[str] | None = ...) -> RaisesContext[E@raises]
+ arviz/tests/base_tests/test_rcparams.py:189:14: note: def [E: BaseException] raises(expected_exception: type[E@raises] | tuple[type[E@raises], ...], *, match: str | Pattern[str] | None = ...) -> RaisesContext[E@raises]
- arviz/tests/base_tests/test_rcparams.py:189:14: note: def [E <: BaseException] raises(expected_exception: type[E@raises] | tuple[type[E@raises], ...], func: (...) -> Any, *args: Any, **kwargs: Any) -> ExceptionInfo[E@raises]
+ arviz/tests/base_tests/test_rcparams.py:189:14: note: def [E: BaseException] raises(expected_exception: type[E@raises] | tuple[type[E@raises], ...], func: (...) -> Any, *args: Any, **kwargs: Any) -> ExceptionInfo[E@raises]
- arviz/tests/base_tests/test_rcparams.py:205:14: note: def [E <: BaseException] raises(expected_exception: type[E@raises] | tuple[type[E@raises], ...], *, match: str | Pattern[str] | None = ...) -> RaisesContext[E@raises]
+ arviz/tests/base_tests/test_rcparams.py:205:14: note: def [E: BaseException] raises(expected_exception: type[E@raises] | tuple[type[E@raises], ...], *, match: str | Pattern[str] | None = ...) -> RaisesContext[E@raises]
- arviz/tests/base_tests/test_rcparams.py:205:14: note: def [E <: BaseException] raises(expected_exception: type[E@raises] | tuple[type[E@raises], ...], func: (...) -> Any, *args: Any, **kwargs: Any) -> ExceptionInfo[E@raises]
+ arviz/tests/base_tests/test_rcparams.py:205:14: note: def [E: BaseException] raises(expected_exception: type[E@raises] | tuple[type[E@raises], ...], func: (...) -> Any, *args: Any, **kwargs: Any) -> ExceptionInfo[E@raises]
Diff from mypy_primer, showing the effect of this PR on open source code:
boostedblob (https://github.com/hauntsaninja/boostedblob)
- boostedblob/cli.py:35:12: error: Expression type contains "Any" (has type "(...) -> <nothing>") [no-any-expr]
+ boostedblob/cli.py:35:12: error: Expression type contains "Any" (has type "(...) -> Never") [no-any-expr]
graphql-core (https://github.com/graphql-python/graphql-core)
- tests/utilities/test_ast_to_dict.py:39:23: error: Expression type contains "Any" (has type "dict[str, str | list[dict[str, str | None | list[<nothing>] | dict[Untyped, Untyped]]]]") [no-any-expr]
+ tests/utilities/test_ast_to_dict.py:39:23: error: Expression type contains "Any" (has type "dict[str, str | list[dict[str, str | None | list[Never] | dict[Untyped, Untyped]]]]") [no-any-expr]
- tests/utilities/test_ast_to_dict.py:41:13: error: Expression type contains "Any" (has type "(str, list[dict[str, str | None | list[<nothing>] | dict[Untyped, Untyped]]])") [no-any-expr]
+ tests/utilities/test_ast_to_dict.py:41:13: error: Expression type contains "Any" (has type "(str, list[dict[str, str | None | list[Never] | dict[Untyped, Untyped]]])") [no-any-expr]
- tests/utilities/test_ast_to_dict.py:41:27: error: Expression type contains "Any" (has type "list[dict[str, str | None | list[<nothing>] | dict[Untyped, Untyped]]]") [no-any-expr]
+ tests/utilities/test_ast_to_dict.py:41:27: error: Expression type contains "Any" (has type "list[dict[str, str | None | list[Never] | dict[Untyped, Untyped]]]") [no-any-expr]
- tests/utilities/test_ast_to_dict.py:42:17: error: Expression type contains "Any" (has type "dict[str, str | None | list[<nothing>] | dict[Untyped, Untyped]]") [no-any-expr]
+ tests/utilities/test_ast_to_dict.py:42:17: error: Expression type contains "Any" (has type "dict[str, str | None | list[Never] | dict[Untyped, Untyped]]") [no-any-expr]
- tests/utilities/test_ast_to_dict.py:270:25: error: Dict entry 1 has incompatible type "str": "list[dict[str, None | list[dict[str, str | dict[str, str] | dict[str, str | dict[str, str]]]] | list[<nothing>] | str | dict[str, str] | dict[str, str | list[dict[str, None | list[<nothing>] | str | dict[str, str]] | dict[str, list[<nothing>] | str | dict[str, str | list[dict[str, None | list[<nothing>] | str | dict[str, str]]]] | dict[str, str | dict[str, str]]]]]]]"; expected "str": "str" [dict-item]
- tests/utilities/test_ast_to_dict.py:288:37: error: Dict entry 1 has incompatible type "str": "list[dict[str, None | list[<nothing>] | str | dict[str, str]] | dict[str, list[<nothing>] | str | dict[str, str | list[dict[str, None | list[<nothing>] | str | dict[str, str]]]] | dict[str, str | dict[str, str]]]]"; expected "str": "str" [dict-item]
+ tests/utilities/test_ast_to_dict.py:270:25: error: Dict entry 1 has incompatible type "str": "list[dict[str, None | list[dict[str, str | dict[str, str] | dict[str, str | dict[str, str]]]] | list[Never] | str | dict[str, str] | dict[str, str | list[dict[str, None | list[Never] | str | dict[str, str]] | dict[str, list[Never] | str | dict[str, str | list[dict[str, None | list[Never] | str | dict[str, str]]]] | dict[str, str | dict[str, str]]]]]]]"; expected "str": "str" [dict-item]
+ tests/utilities/test_ast_to_dict.py:288:37: error: Dict entry 1 has incompatible type "str": "list[dict[str, None | list[Never] | str | dict[str, str]] | dict[str, list[Never] | str | dict[str, str | list[dict[str, None | list[Never] | str | dict[str, str]]]] | dict[str, str | dict[str, str]]]]"; expected "str": "str" [dict-item]
- tests/utilities/test_ast_to_dict.py:302:49: error: Dict entry 1 has incompatible type "str": "list[dict[str, None | list[<nothing>] | str | dict[str, str]]]"; expected "str": "str | dict[str, str]" [dict-item]
+ tests/utilities/test_ast_to_dict.py:302:49: error: Dict entry 1 has incompatible type "str": "list[dict[str, None | list[Never] | str | dict[str, str]]]"; expected "str": "str | dict[str, str]" [dict-item]
- tests/utilities/test_ast_to_dict.py:329:49: error: Dict entry 1 has incompatible type "str": "list[dict[str, None | list[<nothing>] | str | dict[str, str]]]"; expected "str": "str | dict[str, str]" [dict-item]
+ tests/utilities/test_ast_to_dict.py:329:49: error: Dict entry 1 has incompatible type "str": "list[dict[str, None | list[Never] | str | dict[str, str]]]"; expected "str": "str | dict[str, str]" [dict-item]
- tests/type/test_introspection.py:31:21: error: List item 0 has incompatible type "dict[str, str | None | list[dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None]] | list[<nothing>]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
+ tests/type/test_introspection.py:31:21: error: List item 0 has incompatible type "dict[str, str | None | list[dict[str, str | list[Never] | dict[str, str | None] | bool | None]] | list[Never]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
- tests/type/test_introspection.py:73:21: error: List item 3 has incompatible type "dict[str, str | None | list[dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None | dict[str, str | None | dict[str, str | None]]]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None | dict[str, str | None | dict[str, str | None]]]] | bool | None]] | list[<nothing>]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
+ tests/type/test_introspection.py:73:21: error: List item 3 has incompatible type "dict[str, str | None | list[dict[str, str | list[Never] | dict[str, str | None] | bool | None] | dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None | dict[str, str | None | dict[str, str | None]]]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None] | dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None | dict[str, str | None | dict[str, str | None]]]] | bool | None]] | list[Never]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
- tests/type/test_introspection.py:178:21: error: List item 4 has incompatible type "dict[str, str | None | list[dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None] | dict[str, str | list[dict[str, str | dict[str, str | None]]] | dict[str, str | None | dict[str, str | None | dict[str, str | None]]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None | dict[str, str | None]]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None | dict[str, str | None]]] | bool | None] | dict[str, str | list[dict[str, str | dict[str, str | None]]] | dict[str, str | None | dict[str, str | None | dict[str, str | None]]] | bool | None] | dict[str, str | list[dict[str, str | dict[str, str | None]]] | dict[str, str | None | dict[str, str | None | dict[str, str | None]]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None]] | list[<nothing>]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
+ tests/type/test_introspection.py:178:21: error: List item 4 has incompatible type "dict[str, str | None | list[dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None] | dict[str, str | list[dict[str, str | dict[str, str | None]]] | dict[str, str | None | dict[str, str | None | dict[str, str | None]]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None | dict[str, str | None]]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None | dict[str, str | None]]] | bool | None] | dict[str, str | list[dict[str, str | dict[str, str | None]]] | dict[str, str | None | dict[str, str | None | dict[str, str | None]]] | bool | None] | dict[str, str | list[dict[str, str | dict[str, str | None]]] | dict[str, str | None | dict[str, str | None | dict[str, str | None]]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None]] | list[Never]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
- tests/type/test_introspection.py:424:21: error: List item 6 has incompatible type "dict[str, str | None | list[dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None] | dict[str, str | list[dict[str, str | dict[str, str | None]]] | dict[str, str | None | dict[str, str | None | dict[str, str | None | dict[str, str | None]]]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None]] | list[<nothing>]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
+ tests/type/test_introspection.py:424:21: error: List item 6 has incompatible type "dict[str, str | None | list[dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None] | dict[str, str | list[dict[str, str | dict[str, str | None]]] | dict[str, str | None | dict[str, str | None | dict[str, str | None | dict[str, str | None]]]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None]] | list[Never]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
- tests/type/test_introspection.py:535:21: error: List item 7 has incompatible type "dict[str, str | None | list[dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None]] | list[<nothing>]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
+ tests/type/test_introspection.py:535:21: error: List item 7 has incompatible type "dict[str, str | None | list[dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None] | dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None] | dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None]] | list[Never]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
- tests/type/test_introspection.py:624:21: error: List item 8 has incompatible type "dict[str, str | None | list[dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None]] | list[<nothing>]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
+ tests/type/test_introspection.py:624:21: error: List item 8 has incompatible type "dict[str, str | None | list[dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None] | dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None]] | list[Never]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
- tests/type/test_introspection.py:687:21: error: List item 9 has incompatible type "dict[str, str | None | list[dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None | dict[str, str | None | dict[str, str | None]]]] | bool | None] | dict[str, str | list[dict[str, str | dict[str, str | None]]] | dict[str, str | None | dict[str, str | None | dict[str, str | None | dict[str, str | None]]]] | bool | None]] | list[<nothing>]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
+ tests/type/test_introspection.py:687:21: error: List item 9 has incompatible type "dict[str, str | None | list[dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None] | dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None | dict[str, str | None | dict[str, str | None]]]] | bool | None] | dict[str, str | list[dict[str, str | dict[str, str | None]]] | dict[str, str | None | dict[str, str | None | dict[str, str | None | dict[str, str | None]]]] | bool | None]] | list[Never]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
asynq (https://github.com/quora/asynq)
- asynq/tests/test_tools.py:122:9: error: No overload variant of "amax" matches argument types "list[<nothing>]", "AsyncDecorator[Any (unannotated)]", "str" [call-overload]
+ asynq/tests/test_tools.py:122:9: error: No overload variant of "amax" matches argument types "list[Never]", "AsyncDecorator[Any (unannotated)]", "str" [call-overload]
- asynq/tests/test_tools.py:139:9: error: No overload variant of "amin" matches argument types "list[<nothing>]", "AsyncDecorator[Any (unannotated)]", "str" [call-overload]
+ asynq/tests/test_tools.py:139:9: error: No overload variant of "amin" matches argument types "list[Never]", "AsyncDecorator[Any (unannotated)]", "str" [call-overload]
alectryon (https://github.com/cpitclaudel/alectryon)
+ /tmp/mypy_primer/projects/alectryon/alectryon/core.py:475: 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/KotlinIsland/basedmypy/issues
+ version: 1.5.0+dev.357b6c691b9bf7e646f62ab3a688f88ef0cbab90
- alectryon/core.py:77:16: error: Expression type contains "Any" (has type "Any | dict[<nothing>, <nothing>]") [no-any-expr]
+ alectryon/core.py:77:16: error: Expression type contains "Any" (has type "Any | dict[Never, Never]") [no-any-expr]
- alectryon/core.py:77:54: error: Argument 1 to "setdefault" of "MutableMapping" has incompatible type "str"; expected <nothing> [arg-type]
+ alectryon/core.py:77:54: error: Argument 1 to "setdefault" of "MutableMapping" has incompatible type "str"; expected "Never" [arg-type]
- alectryon/core.py:77:61: error: Argument 2 to "setdefault" of "MutableMapping" has incompatible type "list[<nothing>]"; expected <nothing> [arg-type]
+ alectryon/core.py:77:61: error: Argument 2 to "setdefault" of "MutableMapping" has incompatible type "list[Never]"; expected "Never" [arg-type]
- alectryon/core.py:80:16: error: Expression type contains "Any" (has type "Any | dict[<nothing>, <nothing>]") [no-any-expr]
+ alectryon/core.py:80:16: error: Expression type contains "Any" (has type "Any | dict[Never, Never]") [no-any-expr]
- alectryon/core.py:80:54: error: Argument 1 to "setdefault" of "MutableMapping" has incompatible type "str"; expected <nothing> [arg-type]
+ alectryon/core.py:80:54: error: Argument 1 to "setdefault" of "MutableMapping" has incompatible type "str"; expected "Never" [arg-type]
- alectryon/core.py:80:65: error: Argument 2 to "setdefault" of "MutableMapping" has incompatible type "list[<nothing>]"; expected <nothing> [arg-type]
+ alectryon/core.py:80:65: error: Argument 2 to "setdefault" of "MutableMapping" has incompatible type "list[Never]"; expected "Never" [arg-type]
+ Traceback (most recent call last):
+ File "", line 8, in <module>
+ sys.exit(console_entry())
+ File "/__main__.py", line 12, in console_entry
+ main(None, sys.stdout, sys.stderr)
+ File "/main.py", line 96, in main
+ res, messages, blockers = run_build(sources, options, fscache, t0, stdout, stderr)
+ File "/main.py", line 208, in run_build
+ res = build.build(sources, options, None, flush_errors, fscache, stdout, stderr)
+ File "/build.py", line 197, in build
+ result = _build(
+ File "/build.py", line 284, in _build
+ graph = dispatch(sources, manager, stdout)
+ File "/build.py", line 3051, in dispatch
+ process_graph(graph, manager)
+ File "/build.py", line 3437, in process_graph
+ process_stale_scc(graph, scc, manager)
+ File "/build.py", line 3538, in process_stale_scc
+ graph[id].type_check_first_pass()
+ File "/build.py", line 2451, in type_check_first_pass
+ self.type_checker().check_first_pass()
+ File "/checker.py", line 466, in check_first_pass
+ self.accept(d)
+ File "/checker.py", line 576, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 1103, in accept
+ return visitor.visit_class_def(self)
+ File "/checker.py", line 2257, in visit_class_def
+ self.accept(defn.defs)
+ File "/checker.py", line 576, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 1178, in accept
+ return visitor.visit_block(self)
+ File "/checker.py", line 2634, in visit_block
+ self.accept(s)
+ File "/checker.py", line 576, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 889, in accept
+ return visitor.visit_decorator(self)
+ File "/checker.py", line 4661, in visit_decorator
+ self.check_func_item(e.func, name=e.func.name)
+ File "/checker.py", line 1113, in check_func_item
+ self.check_func_def(defn, typ, name)
+ File "/checker.py", line 1403, in check_func_def
+ self.accept(item.body)
+ File "/checker.py", line 576, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 1178, in accept
+ return visitor.visit_block(self)
+ File "/checker.py", line 2634, in visit_block
+ self.accept(s)
+ File "/checker.py", line 576, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 1425, in accept
+ return visitor.visit_if_stmt(self)
+ File "/checker.py", line 4265, in visit_if_stmt
+ self.accept(b)
+ File "/checker.py", line 576, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 1178, in accept
+ return visitor.visit_block(self)
+ File "/checker.py", line 2634, in visit_block
+ self.accept(s)
+ File "/checker.py", line 576, in accept
+ stmt.accept(self)
+ File "/nodes.py", line 1196, in accept
+ return visitor.visit_expression_stmt(self)
+ File "/checker.py", line 4138, in visit_expression_stmt
+ expr_type = self.expr_checker.accept(s.expr, allow_none_return=True, always_allow_any=True)
+ File "/checkexpr.py", line 4562, in accept
+ typ = self.visit_call_expr(node, allow_none_return=True)
+ File "/checkexpr.py", line 376, in visit_call_expr
+ return self.visit_call_expr_inner(e, allow_none_return=allow_none_return)
+ File "/checkexpr.py", line 523, in visit_call_expr_inner
+ self.msg.partially_typed_function_call(callee_type, e)
+ File "/messages.py", line 549, in partially_typed_function_call
+ notes=[f'Type is "{callee}"'],
+ File "/types.py", line 226, in __repr__
+ return self.accept(TypeStrVisitor())
+ File "/types.py", line 1808, in accept
+ return visitor.visit_callable_type(self)
+ File "/types.py", line 3055, in visit_callable_type
+ s += f" -> {t.ret_type.accept(self)}"
+ File "/types.py", line 1121, in accept
+ return visitor.visit_uninhabited_type(self)
+ File "/types.py", line 2888, in visit_uninhabited_type
+ if mypy.options_based:
+ AttributeError: module 'mypy' has no attribute 'options_based'
- alectryon/core.py:475:13: error: Call to incomplete function "driver_not_found" of "CLIDriver" in typed context [no-untyped-call]
- alectryon/core.py:475:13: note: Type is "def (binpath: Untyped) -> <nothing>"
- alectryon/core.py:479:5: error: Function is missing a type annotation [no-untyped-def]
- alectryon/core.py:479:5: error: Type of decorated function contains type "Any" ("(Untyped) -> Untyped") [no-any-decorated]
- alectryon/core.py:480:9: error: Call to untyped function "debug" in typed context [no-untyped-call]
- alectryon/core.py:480:23: error: Expression has type "Untyped" [no-any-expr]
- alectryon/core.py:483:5: error: Function is missing a type annotation [no-untyped-def]
- alectryon/core.py:483:5: error: Type of decorated function contains type "Any" ("(type[CLIDriver], Untyped) -> Untyped") [no-any-decorated]
- alectryon/core.py:484:16: error: Expression has type "Untyped" [no-any-expr]
- alectryon/core.py:486:5: error: Function is missing a return type annotation [no-untyped-def]
- alectryon/core.py:486:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- alectryon/core.py:488:33: error: Expression has type "Untyped" [no-any-expr]
- alectryon/core.py:489:9: error: Call to untyped function "_debug_start" of "CLIDriver" in typed context [no-untyped-call]
- alectryon/core.py:490:37: error: Expression has type "Untyped" [no-any-expr]
- alectryon/core.py:496:41: error: Call to untyped function "indent" in typed context [no-untyped-call]
- alectryon/core.py:496:41: error: Expression has type "Untyped" [no-any-expr]
- alectryon/core.py:496:48: error: Call to untyped function "_proc_out" of "CLIDriver" in typed context [no-untyped-call]
- alectryon/core.py:502:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- alectryon/core.py:503:26: error: Expression has type "Untyped" [no-any-expr]
- alectryon/core.py:507:5: error: Function is missing a type annotation [no-untyped-def]
- alectryon/core.py:508:9: error: Call to untyped function "reset" in typed context [no-untyped-call]
- alectryon/core.py:511:5: error: Function is missing a type annotation [no-untyped-def]
- alectryon/core.py:512:9: error: Call to untyped function "kill" in typed context [no-untyped-call]
- alectryon/core.py:515:5: error: Function is missing a return type annotation [no-untyped-def]
- alectryon/core.py:516:20: error: "None" has no attribute "stdout" [attr-defined]
- alectryon/core.py:517:9: error: Call to untyped function "debug" in typed context [no-untyped-call]
- alectryon/core.py:520:5: error: Function is missing a type annotation [no-untyped-def]
- alectryon/core.py:521:9: error: Call to untyped function "debug" in typed context [no-untyped-call]
- alectryon/core.py:521:15: error: Expression has type "Untyped" [no-any-expr]
- alectryon/core.py:523:9: error: "None" has no attribute "stdin" [attr-defined]
- alectryon/core.py:525:5: error: Function is missing a return type annotation [no-untyped-def]
- alectryon/core.py:525:5: note: Use "-> None" if function does not return a value
- alectryon/core.py:528:13: error: Statement is unreachable [unreachable]
- alectryon/core.py:535:5: error: Function is missing a return type annotation [no-untyped-def]
- alectryon/core.py:535:5: error: Function is missing a type annotation for one or more arguments [no-untyped-def]
- alectryon/core.py:537:34: error: Expression has type "Untyped" [no-any-expr]
- alectryon/core.py:538:9: error: Call to untyped function "_debug_start" of "CLIDriver" in typed context [no-untyped-call]
- alectryon/core.py:541:5: error: Function is missing a return type annotation [no-untyped-def]
- alectryon/core.py:541:5: note: Use "-> None" if function does not return a value
- alectryon/core.py:543:21: error: Call to incomplete function "_start" of "REPLDriver" in typed context [no-untyped-call]
- alectryon/core.py:543:21: note: Type is "def (stdin: None | int | typing.IO[Any] =, stderr: None | int | typing.IO[Any] =, stdout: None | int | typing.IO[Any] =, more_args: Untyped =) -> Untyped"
- alectryon/core.py:548:5: error: Function is missing a type annotation [no-untyped-def]
- alectryon/core.py:549:9: error: Usage of untyped name "repl" in typed context [no-untyped-usage]
- alectryon/core.py:549:16: error: Expression has type "Untyped" [no-any-expr]
- alectryon/core.py:549:32: error: Expression type contains "Any" (has type "tuple[Untyped, ...]") [no-any-expr]
- alectryon/core.py:549:40: error: Expression type contains "Any" (has type "dict[str, Untyped]") [no-any-expr]
- alectryon/core.py:554:16: error: Expression has type "Untyped" [no-any-expr]
- alectryon/core.py:574:1: error: Function is missing a type annotation [no-untyped-def]
- alectryon/core.py:575:8: error: Expression has type "Untyped" [no-any-expr]
- alectryon/core.py:576:56: error: Expression has type "Untyped" [no-any-expr]
- alectryon/core.py:577:41: error: Expression has type "Untyped" [no-any-expr]
- alectryon/core.py:578:8: error: Expression has type "Untyped" [no-any-expr]
- alectryon/core.py:580:37: error: Expression has type "Untyped" [no-any-expr]
- alectryon/core.py:581:30: error: Expression has type "Untyped" [no-any-expr]
- alectryon/core.py:582:12: error: Expression has type "Any" [no-any-expr]
- alectryon/core.py:522: error: "type: ignore" comment without error code (consider "type: ignore[attr-defined, no-any-expr]" instead) [ignore-without-code]
- alectryon/core.py:550: error: "type: ignore" comment without error code (consider "type: ignore[no-any-expr, no-untyped-usage]" instead) [ignore-without-code]
- alectryon/core.py:551: error: "type: ignore" comment without error code (consider "type: ignore[no-any-expr]" instead) [ignore-without-code]
- alectryon/core.py:552: error: "type: ignore" comment without error code (consider "type: ignore[no-any-expr, no-untyped-usage]" instead) [ignore-without-code]
- alectryon/core.py:553: error: "type: ignore" comment without error code (consider "type: ignore[no-any-expr]" instead) [ignore-without-code]
- alectryon/serapi.py:32:1: error: Function is missing a type annotation [no-untyped-def]
- alectryon/serapi.py:33:19: error: Expression has type "Untyped" [no-any-expr]
- alectryon/serapi.py:35:12: error: Expression has type "Untyped" [no-any-expr]
- alectryon/serapi.py:37:1: error: Function is missing a type annotation [no-untyped-def]
- alectryon/serapi.py:38:16: error: Expression has type "Untyped" [no-any-expr]
- alectryon/serapi.py:62:5: err
... (truncated 71968 lines) ...
Diff from mypy_primer, showing the effect of this PR on open source code:
asynq (https://github.com/quora/asynq)
- asynq/tests/test_tools.py:122:9: error: No overload variant of "amax" matches argument types "list[<nothing>]", "AsyncDecorator[Any (unannotated)]", "str" [call-overload]
+ asynq/tests/test_tools.py:122:9: error: No overload variant of "amax" matches argument types "list[Never]", "AsyncDecorator[Any (unannotated)]", "str" [call-overload]
- asynq/tests/test_tools.py:139:9: error: No overload variant of "amin" matches argument types "list[<nothing>]", "AsyncDecorator[Any (unannotated)]", "str" [call-overload]
+ asynq/tests/test_tools.py:139:9: error: No overload variant of "amin" matches argument types "list[Never]", "AsyncDecorator[Any (unannotated)]", "str" [call-overload]
boostedblob (https://github.com/hauntsaninja/boostedblob)
- boostedblob/cli.py:35:12: error: Expression type contains "Any" (has type "(...) -> <nothing>") [no-any-expr]
+ boostedblob/cli.py:35:12: error: Expression type contains "Any" (has type "(...) -> Never") [no-any-expr]
graphql-core (https://github.com/graphql-python/graphql-core)
- tests/utilities/test_ast_to_dict.py:39:23: error: Expression type contains "Any" (has type "dict[str, str | list[dict[str, str | None | list[<nothing>] | dict[Untyped, Untyped]]]]") [no-any-expr]
+ tests/utilities/test_ast_to_dict.py:39:23: error: Expression type contains "Any" (has type "dict[str, str | list[dict[str, str | None | list[Never] | dict[Untyped, Untyped]]]]") [no-any-expr]
- tests/utilities/test_ast_to_dict.py:41:13: error: Expression type contains "Any" (has type "(str, list[dict[str, str | None | list[<nothing>] | dict[Untyped, Untyped]]])") [no-any-expr]
+ tests/utilities/test_ast_to_dict.py:41:13: error: Expression type contains "Any" (has type "(str, list[dict[str, str | None | list[Never] | dict[Untyped, Untyped]]])") [no-any-expr]
- tests/utilities/test_ast_to_dict.py:41:27: error: Expression type contains "Any" (has type "list[dict[str, str | None | list[<nothing>] | dict[Untyped, Untyped]]]") [no-any-expr]
+ tests/utilities/test_ast_to_dict.py:41:27: error: Expression type contains "Any" (has type "list[dict[str, str | None | list[Never] | dict[Untyped, Untyped]]]") [no-any-expr]
- tests/utilities/test_ast_to_dict.py:42:17: error: Expression type contains "Any" (has type "dict[str, str | None | list[<nothing>] | dict[Untyped, Untyped]]") [no-any-expr]
+ tests/utilities/test_ast_to_dict.py:42:17: error: Expression type contains "Any" (has type "dict[str, str | None | list[Never] | dict[Untyped, Untyped]]") [no-any-expr]
- tests/utilities/test_ast_to_dict.py:270:25: error: Dict entry 1 has incompatible type "str": "list[dict[str, None | list[dict[str, str | dict[str, str] | dict[str, str | dict[str, str]]]] | list[<nothing>] | str | dict[str, str] | dict[str, str | list[dict[str, None | list[<nothing>] | str | dict[str, str]] | dict[str, list[<nothing>] | str | dict[str, str | list[dict[str, None | list[<nothing>] | str | dict[str, str]]]] | dict[str, str | dict[str, str]]]]]]]"; expected "str": "str" [dict-item]
- tests/utilities/test_ast_to_dict.py:288:37: error: Dict entry 1 has incompatible type "str": "list[dict[str, None | list[<nothing>] | str | dict[str, str]] | dict[str, list[<nothing>] | str | dict[str, str | list[dict[str, None | list[<nothing>] | str | dict[str, str]]]] | dict[str, str | dict[str, str]]]]"; expected "str": "str" [dict-item]
+ tests/utilities/test_ast_to_dict.py:270:25: error: Dict entry 1 has incompatible type "str": "list[dict[str, None | list[dict[str, str | dict[str, str] | dict[str, str | dict[str, str]]]] | list[Never] | str | dict[str, str] | dict[str, str | list[dict[str, None | list[Never] | str | dict[str, str]] | dict[str, list[Never] | str | dict[str, str | list[dict[str, None | list[Never] | str | dict[str, str]]]] | dict[str, str | dict[str, str]]]]]]]"; expected "str": "str" [dict-item]
+ tests/utilities/test_ast_to_dict.py:288:37: error: Dict entry 1 has incompatible type "str": "list[dict[str, None | list[Never] | str | dict[str, str]] | dict[str, list[Never] | str | dict[str, str | list[dict[str, None | list[Never] | str | dict[str, str]]]] | dict[str, str | dict[str, str]]]]"; expected "str": "str" [dict-item]
- tests/utilities/test_ast_to_dict.py:302:49: error: Dict entry 1 has incompatible type "str": "list[dict[str, None | list[<nothing>] | str | dict[str, str]]]"; expected "str": "str | dict[str, str]" [dict-item]
+ tests/utilities/test_ast_to_dict.py:302:49: error: Dict entry 1 has incompatible type "str": "list[dict[str, None | list[Never] | str | dict[str, str]]]"; expected "str": "str | dict[str, str]" [dict-item]
- tests/utilities/test_ast_to_dict.py:329:49: error: Dict entry 1 has incompatible type "str": "list[dict[str, None | list[<nothing>] | str | dict[str, str]]]"; expected "str": "str | dict[str, str]" [dict-item]
+ tests/utilities/test_ast_to_dict.py:329:49: error: Dict entry 1 has incompatible type "str": "list[dict[str, None | list[Never] | str | dict[str, str]]]"; expected "str": "str | dict[str, str]" [dict-item]
- tests/type/test_introspection.py:31:21: error: List item 0 has incompatible type "dict[str, str | None | list[dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None]] | list[<nothing>]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
+ tests/type/test_introspection.py:31:21: error: List item 0 has incompatible type "dict[str, str | None | list[dict[str, str | list[Never] | dict[str, str | None] | bool | None]] | list[Never]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
- tests/type/test_introspection.py:73:21: error: List item 3 has incompatible type "dict[str, str | None | list[dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None | dict[str, str | None | dict[str, str | None]]]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None | dict[str, str | None | dict[str, str | None]]]] | bool | None]] | list[<nothing>]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
+ tests/type/test_introspection.py:73:21: error: List item 3 has incompatible type "dict[str, str | None | list[dict[str, str | list[Never] | dict[str, str | None] | bool | None] | dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None | dict[str, str | None | dict[str, str | None]]]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None] | dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None | dict[str, str | None | dict[str, str | None]]]] | bool | None]] | list[Never]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
- tests/type/test_introspection.py:178:21: error: List item 4 has incompatible type "dict[str, str | None | list[dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None] | dict[str, str | list[dict[str, str | dict[str, str | None]]] | dict[str, str | None | dict[str, str | None | dict[str, str | None]]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None | dict[str, str | None]]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None | dict[str, str | None]]] | bool | None] | dict[str, str | list[dict[str, str | dict[str, str | None]]] | dict[str, str | None | dict[str, str | None | dict[str, str | None]]] | bool | None] | dict[str, str | list[dict[str, str | dict[str, str | None]]] | dict[str, str | None | dict[str, str | None | dict[str, str | None]]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None]] | list[<nothing>]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
+ tests/type/test_introspection.py:178:21: error: List item 4 has incompatible type "dict[str, str | None | list[dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None] | dict[str, str | list[dict[str, str | dict[str, str | None]]] | dict[str, str | None | dict[str, str | None | dict[str, str | None]]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None | dict[str, str | None]]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None | dict[str, str | None]]] | bool | None] | dict[str, str | list[dict[str, str | dict[str, str | None]]] | dict[str, str | None | dict[str, str | None | dict[str, str | None]]] | bool | None] | dict[str, str | list[dict[str, str | dict[str, str | None]]] | dict[str, str | None | dict[str, str | None | dict[str, str | None]]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None]] | list[Never]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
- tests/type/test_introspection.py:424:21: error: List item 6 has incompatible type "dict[str, str | None | list[dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None] | dict[str, str | list[dict[str, str | dict[str, str | None]]] | dict[str, str | None | dict[str, str | None | dict[str, str | None | dict[str, str | None]]]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None]] | list[<nothing>]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
+ tests/type/test_introspection.py:424:21: error: List item 6 has incompatible type "dict[str, str | None | list[dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None] | dict[str, str | list[dict[str, str | dict[str, str | None]]] | dict[str, str | None | dict[str, str | None | dict[str, str | None | dict[str, str | None]]]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None]] | list[Never]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
- tests/type/test_introspection.py:535:21: error: List item 7 has incompatible type "dict[str, str | None | list[dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None]] | list[<nothing>]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
+ tests/type/test_introspection.py:535:21: error: List item 7 has incompatible type "dict[str, str | None | list[dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None] | dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None] | dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None]] | list[Never]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
- tests/type/test_introspection.py:624:21: error: List item 8 has incompatible type "dict[str, str | None | list[dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None]] | list[<nothing>]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
+ tests/type/test_introspection.py:624:21: error: List item 8 has incompatible type "dict[str, str | None | list[dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None] | dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None]] | list[Never]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
- tests/type/test_introspection.py:687:21: error: List item 9 has incompatible type "dict[str, str | None | list[dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[<nothing>] | dict[str, str | None | dict[str, str | None | dict[str, str | None | dict[str, str | None]]]] | bool | None] | dict[str, str | list[dict[str, str | dict[str, str | None]]] | dict[str, str | None | dict[str, str | None | dict[str, str | None | dict[str, str | None]]]] | bool | None]] | list[<nothing>]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
+ tests/type/test_introspection.py:687:21: error: List item 9 has incompatible type "dict[str, str | None | list[dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None] | bool | None] | dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None]] | bool | None] | dict[str, str | list[Never] | dict[str, str | None | dict[str, str | None | dict[str, str | None | dict[str, str | None]]]] | bool | None] | dict[str, str | list[dict[str, str | dict[str, str | None]]] | dict[str, str | None | dict[str, str | None | dict[str, str | None | dict[str, str | None]]]] | bool | None]] | list[Never]]"; expected "dict[str, str | bool | list[str] | list[dict[str, None | str | dict[str, str | None | dict[str, str | None]]]]] | dict[str, str | bool | list[str] | list[dict[str, str | dict[str, str | None]]]]" [list-item]
alectryon (https://github.com/cpitclaudel/alectryon)
- alectryon/core.py:77:16: error: Expression type contains "Any" (has type "Any | dict[<nothing>, <nothing>]") [no-any-expr]
+ alectryon/core.py:77:16: error: Expression type contains "Any" (has type "Any | dict[Never, Never]") [no-any-expr]
- alectryon/core.py:77:54: error: Argument 1 to "setdefault" of "MutableMapping" has incompatible type "str"; expected <nothing> [arg-type]
+ alectryon/core.py:77:54: error: Argument 1 to "setdefault" of "MutableMapping" has incompatible type "str"; expected "Never" [arg-type]
- alectryon/core.py:77:61: error: Argument 2 to "setdefault" of "MutableMapping" has incompatible type "list[<nothing>]"; expected <nothing> [arg-type]
+ alectryon/core.py:77:61: error: Argument 2 to "setdefault" of "MutableMapping" has incompatible type "list[Never]"; expected "Never" [arg-type]
- alectryon/core.py:80:16: error: Expression type contains "Any" (has type "Any | dict[<nothing>, <nothing>]") [no-any-expr]
+ alectryon/core.py:80:16: error: Expression type contains "Any" (has type "Any | dict[Never, Never]") [no-any-expr]
- alectryon/core.py:80:54: error: Argument 1 to "setdefault" of "MutableMapping" has incompatible type "str"; expected <nothing> [arg-type]
+ alectryon/core.py:80:54: error: Argument 1 to "setdefault" of "MutableMapping" has incompatible type "str"; expected "Never" [arg-type]
- alectryon/core.py:80:65: error: Argument 2 to "setdefault" of "MutableMapping" has incompatible type "list[<nothing>]"; expected <nothing> [arg-type]
+ alectryon/core.py:80:65: error: Argument 2 to "setdefault" of "MutableMapping" has incompatible type "list[Never]"; expected "Never" [arg-type]
- alectryon/core.py:475:13: note: Type is "def (binpath: Untyped) -> <nothing>"
+ alectryon/core.py:475:13: note: Type is "def (binpath: Untyped) -> Never"
- alectryon/cli.py:889:11: error: Expression type contains "Any" (has type "dict[str, Untyped | str | None | list[<nothing>] | ExitCode]") [no-any-expr]
+ alectryon/cli.py:889:11: error: Expression type contains "Any" (has type "dict[str, Untyped | str | None | list[Never] | ExitCode]") [no-any-expr]
- alectryon/docutils.py:220:31: error: Expression type contains "Any" (has type "defaultdict[<nothing>, Any (unannotated)]") [no-any-expr]
+ alectryon/docutils.py:220:31: error: Expression type contains "Any" (has type "defaultdict[Never, Any (unannotated)]") [no-any-expr]
- alectryon/docutils.py:730:20: error: Expression type contains "Any" (has type "(Untyped, list[<nothing>])") [no-any-expr]
+ alectryon/docutils.py:730:20: error: Expression type contains "Any" (has type "(Untyped, list[Never])") [no-any-expr]
- alectryon/docutils.py:906:12: error: Expression type contains "Any" (has type "(list[Any (from unimported type)], list[<nothing>])") [no-any-expr]
+ alectryon/docutils.py:906:12: error: Expression type contains "Any" (has type "(list[Any (from unimported type)], list[Never])") [no-any-expr]
- alectryon/docutils.py:983:12: error: Expression type contains "Any" (has type "(list[Any (from unimported type)], list[<nothing>])") [no-any-expr]
+ alectryon/docutils.py:983:12: error: Expression type contains "Any" (has type "(list[Any (from unimported type)], list[Never])") [no-any-expr]
- alectryon/docutils.py:1056:16: error: Expression type contains "Any" (has type "(list[Any (unannotated)], list[<nothing>])") [no-any-expr]
+ alectryon/docutils.py:1056:16: error: Expression type contains "Any" (has type "(list[Any (unannotated)], list[Never])") [no-any-expr]
SinbadCogs (https://github.com/mikeshardmind/SinbadCogs)
- rolemanagement/core.py:941:32: error: Expression type contains "Any" (has type "tuple[Any (from unimported type), ...] | list[<nothing>]") [no-any-expr]
+ rolemanagement/core.py:941:32: error: Expression type contains "Any" (has type "tuple[Any (from unimported type), ...] | list[Never]") [no-any-expr]
- anticommandspam/core.py:132:22: error: Expression type contains "Any" (has type "dict[str, dict[str, list[<nothing>]] | Any (from unimported type)]") [no-any-expr]
+ anticommandspam/core.py:132:22: error: Expression type contains "Any" (has type "dict[str, dict[str, list[Never]] | Any (from unimported type)]") [no-any-expr]
mypy (https://github.com/python/mypy)
- mypy/test/testpep561.py:117:28: error: Unsupported operand types for + ("list[list[<nothing>]]" and "list[list[UpdateFile | DeleteFile]]") [operator]
+ mypy/test/testpep561.py:117:28: error: Unsupported operand types for + ("list[list[Never]]" and "list[list[UpdateFile | DeleteFile]]") [operator]
stone (https://github.com/dropbox/stone)
- stone/backends/python_rsrc/stone_validators.py:529:31: error: Expression type contains "Any" (has type "Any | set[<nothing>]") [no-any-expr]
+ stone/backends/python_rsrc/stone_validators.py:529:31: error: Expression type contains "Any" (has type "Any | set[Never]") [no-any-expr]
- stone/frontend/parser.py:270:24: error: Expression type contains "Any" (has type "(Untyped, dict[<nothing>, <nothing>])") [no-any-expr]
+ stone/frontend/parser.py:270:24: error: Expression type contains "Any" (has type "(Untyped, dict[Never, Never])") [no-any-expr]
- stone/backends/obj_c_types.py:141:27: error: Expression type contains "Any" (has type "dict[str, Untyped | list[<nothing>]]") [no-any-expr]
+ stone/backends/obj_c_types.py:141:27: error: Expression type contains "Any" (has type "dict[str, Untyped | list[Never]]") [no-any-expr]
pydantic (https://github.com/samuelcolvin/pydantic)
- pydantic/config.py:113:11: error: Expression type contains "Any" (has type "Any | dict[<nothing>, <nothing>]") [no-any-expr]
+ pydantic/config.py:113:11: error: Expression type contains "Any" (has type "Any | dict[Never, Never]") [no-any-expr]
- pydantic/generics.py:95:13: note: def [Model <: BaseModel] create_model(__model_name, str, *, __config__: type[BaseConfig] | None = ..., __base__: type[Model@create_model] | tuple[type[Model@create_model], ...], __module__: str = ..., __validators__: dict[str, classmethod[Any]] = ..., __cls_kwargs__: dict[str, Any] = ..., **field_definitions: Any) -> type[Model@create_model]
+ pydantic/generics.py:95:13: note: def [Model: BaseModel] create_model(__model_name, str, *, __config__: type[BaseConfig] | None = ..., __base__: type[Model@create_model] | tuple[type[Model@create_model], ...], __module__: str = ..., __validators__: dict[str, classmethod[Any]] = ..., __cls_kwargs__: dict[str, Any] = ..., **field_definitions: Any) -> type[Model@create_model]
rotki (https://github.com/rotki/rotki)
- tools/data_faker/data_faker/fake_kraken.py:153:20: error: Expression type contains "Any" (has type "dict[str, dict[str, dict[Any, dict[str, Any]] | int] | list[<nothing>]]") [no-any-expr]
+ tools/data_faker/data_faker/fake_kraken.py:153:20: error: Expression type contains "Any" (has type "dict[str, dict[str, dict[Any, dict[str, Any]] | int] | list[Never]]") [no-any-expr]
pandera (https://github.com/pandera-dev/pandera)
- pandera/model.py:430:22: error: Expression type contains "Any" (has type "Any | dict[<nothing>, <nothing>]") [no-any-expr]
+ pandera/model.py:430:22: error: Expression type contains "Any" (has type "Any | dict[Never, Never]") [no-any-expr]
- pandera/decorators.py:219:17: note: Type is "def (decorator_name: Untyped, fn: def (*Untyped, **Untyped) -> Untyped, schema: pandera.schemas.DataFrameSchema | pandera.schemas.SeriesSchema, arg_df: Any (from unimported type), schema_error: pandera.errors.SchemaError) -> <nothing>"
+ pandera/decorators.py:219:17: note: Type is "def (decorator_name: Untyped, fn: def (*Untyped, **Untyped) -> Untyped, schema: pandera.schemas.DataFrameSchema | pandera.schemas.SeriesSchema, arg_df: Any (from unimported type), schema_error: pandera.errors.SchemaError) -> Never"
- pandera/decorators.py:230:17: note: Type is "def (decorator_name: Untyped, fn: def (*Untyped, **Untyped) -> Untyped, schema: pandera.schemas.DataFrameSchema | pandera.schemas.SeriesSchema, arg_df: Any (from unimported type), schema_error: pandera.errors.SchemaError) -> <nothing>"
+ pandera/decorators.py:230:17: note: Type is "def (decorator_name: Untyped, fn: def (*Untyped, **Untyped) -> Untyped, schema: pandera.schemas.DataFrameSchema | pandera.schemas.SeriesSchema, arg_df: Any (from unimported type), schema_error: pandera.errors.SchemaError) -> Never"
- pandera/decorators.py:329:13: note: Type is "def (decorator_name: Untyped, fn: def (*Untyped, **Untyped) -> Untyped, schema: pandera.schemas.DataFrameSchema | pandera.schemas.SeriesSchema, arg_df: Any (from unimported type), schema_error: pandera.errors.SchemaError) -> <nothing>"
+ pandera/decorators.py:329:13: note: Type is "def (decorator_name: Untyped, fn: def (*Untyped, **Untyped) -> Untyped, schema: pandera.schemas.DataFrameSchema | pandera.schemas.SeriesSchema, arg_df: Any (from unimported type), schema_error: pandera.errors.SchemaError) -> Never"
- pandera/decorators.py:582:21: note: Type is "def (decorator_name: Untyped, fn: def (*Untyped, **Untyped) -> Untyped, schema: pandera.schemas.DataFrameSchema | pandera.schemas.SeriesSchema, arg_df: Any (from unimported type), schema_error: pandera.errors.SchemaError) -> <nothing>"
+ pandera/decorators.py:582:21: note: Type is "def (decorator_name: Untyped, fn: def (*Untyped, **Untyped) -> Untyped, schema: pandera.schemas.DataFrameSchema | pandera.schemas.SeriesSchema, arg_df: Any (from unimported type), schema_error: pandera.errors.SchemaError) -> Never"
- tests/core/test_schemas.py:920:5: error: Expression type contains "Any" (has type "list[list[Column | str | dict[str, type[str]] | (Untyped, Untyped) -> list[bool]] | list[Any] | list[Column | str | dict[str, Any (unannotated)] | (Untyped, Untyped) -> list[Any]] | list[Column | str | dict[str, str] | type[ValueError]] | list[Column | str | dict[<nothing>, <nothing>] | type[ValueError]]]") [no-any-expr]
+ tests/core/test_schemas.py:920:5: error: Expression type contains "Any" (has type "list[list[Column | str | dict[str, type[str]] | (Untyped, Untyped) -> list[bool]] | list[Any] | list[Column | str | dict[str, Any (unannotated)] | (Untyped, Untyped) -> list[Any]] | list[Column | str | dict[str, str] | type[ValueError]] | list[Column | str | dict[Never, Never] | type[ValueError]]]") [no-any-expr]
- tests/core/test_schema_statistics.py:123:5: error: Expression type contains "Any" (has type "list[list[dict[str, dict[str, int]] | list[Any (unannotated)]] | list[dict[str, dict[str, list[str]]] | list[Any (unannotated)]] | list[dict[<nothing>, <nothing>] | None]]") [no-any-expr]
+ tests/core/test_schema_statistics.py:123:5: error: Expression type contains "Any" (has type "list[list[dict[str, dict[str, int]] | list[Any (unannotated)]] | list[dict[str, dict[str, list[str]]] | list[Any (unannotated)]] | list[dict[Never, Never] | None]]") [no-any-expr]
- tests/core/test_dtypes.py:539:15: error: Expression type contains "Any" (has type "dict[type[FLOAT64], str] | list[<nothing>]") [no-any-expr]
+ tests/core/test_dtypes.py:539:15: error: Expression type contains "Any" (has type "dict[type[FLOAT64], str] | list[Never]") [no-any-expr]
poetry (https://github.com/python-poetry/poetry)
- src/poetry/repositories/installed_repository.py:289:36: error: Expression type contains "Any" (has type "list[Any] | list[<nothing>]") [no-any-expr]
+ src/poetry/repositories/installed_repository.py:289:36: error: Expression type contains "Any" (has type "list[Any] | list[Never]") [no-any-expr]
arviz (https://github.com/arviz-devs/arviz)
- arviz/stats/diagnostics.py:856:45: error: Argument 1 has incompatible type "(Any (from unimported type), int)"; expected "_SupportsArray[dtype[<nothing>]] | _NestedSequence[_SupportsArray[dtype[<nothing>]]]" [arg-type]
+ arviz/stats/diagnostics.py:856:45: error: Argument 1 has incompatible type "(Any (from unimported type), int)"; expected "_SupportsArray[dtype[Never]] | _NestedSequence[_SupportsArray[dtype[Never]]]" [arg-type]
- arviz/stats/diagnostics.py:857:44: error: Argument 1 has incompatible type "(Any (from unimported type), int)"; expected "_SupportsArray[dtype[<nothing>]] | _NestedSequence[_SupportsArray[dtype[<nothing>]]]" [arg-type]
+ arviz/stats/diagnostics.py:857:44: error: Argument 1 has incompatible type "(Any (from unimported type), int)"; expected "_SupportsArray[dtype[Never]] | _NestedSequence[_SupportsArray[dtype[Never]]]" [arg-type]
- arviz/plots/compareplot.py:119:24: note: def [_SCT <: generic] linspace(start: _SupportsArray[dtype[bool_ | integer[Any] | floating[
... (truncated 47 lines) ...
Diff from mypy_primer, showing the effect of this PR on open source code:
asynq (https://github.com/quora/asynq)
- asynq/tests/test_tools.py:122:9: error: No overload variant of "amax" matches argument types "list[<nothing>]", "AsyncDecorator[Any (unannotated)]", "str" [call-overload]
+ asynq/tests/test_tools.py:122:9: error: No overload variant of "amax" matches argument types "list[Never]", "AsyncDecorator[Any (unannotated)]", "str" [call-overload]
- asynq/tests/test_tools.py:139:9: error: No overload variant of "amin" matches argument types "list[<nothing>]", "AsyncDecorator[Any (unannotated)]", "str" [call-overload]
+ asynq/tests/test_tools.py:139:9: error: No overload variant of "amin" matches argument types "list[Never]", "AsyncDecorator[Any (unannotated)]", "str" [call-overload]
- asynq/tests/test_decorators.py:155:2: error: Expression type contains "Any" (has type "((...) -> _T@lazy) -> (...) -> FutureBase[_T@lazy]") [no-any-expr]
+ asynq/tests/test_decorators.py:155:2: error: Expression type contains "Any" (has type "[_T] ((...) -> _T) -> (...) -> FutureBase[_T]") [no-any-expr]
boostedblob (https://github.com/hauntsaninja/boostedblob)
- boostedblob/path.py:312:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:312:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:358:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:358:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:369:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:369:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:465:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:465:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:489:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:489:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/share.py:9:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/share.py:9:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:24:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:24:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:76:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:76:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:102:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:102:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:157:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:157:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:59:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:59:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:143:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:143:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:194:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:194:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:222:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:222:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:276:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:276:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:305:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:305:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/delete.py:16:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/delete.py:16:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/delete.py:134:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/delete.py:134:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/write.py:32:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/write.py:32:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/write.py:97:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/write.py:97:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/write.py:238:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/write.py:238:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/copying.py:41:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/copying.py:41:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/copying.py:143:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/copying.py:143:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/copying.py:370:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/copying.py:370:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:35:12: error: Expression type contains "Any" (has type "(...) -> <nothing>") [no-any-expr]
+ boostedblob/cli.py:35:12: error: Expression type contains "Any" (has type "(...) -> Never") [no-any-expr]
- boostedblob/cli.py:59:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:59:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:86:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:86:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:104:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:104:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:170:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:170:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:179:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:179:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:208:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:208:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:219:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:219:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:237:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:237:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:256:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:256:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:266:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:266:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:274:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:274:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:295:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:295:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:346:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:346:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
bidict (https://github.com/jab/bidict)
- bidict/_base.py:111:28: error: Expression type contains "Any" (has type "(BidictBase[KT@_fwdm_reversed, Any]) -> Iterator[KT@_fwdm_reversed]") [no-any-expr]
+ bidict/_base.py:111:28: error: Expression type contains "Any" (has type "[KT] (BidictBase[KT, Any]) -> Iterator[KT]") [no-any-expr]
- bidict/_base.py:111:28: error: Expression type contains "Any" (has type "(BidictBase[KT@_fwdm_reversed, Any]) -> Iterator[KT@_fwdm_reversed] | None") [no-any-expr]
+ bidict/_base.py:111:28: error: Expression type contains "Any" (has type "[KT] (BidictBase[KT, Any]) -> Iterator[KT] | None") [no-any-expr]
- bidict/_base.py:128:5: error: Type of decorated function contains type "Any" ("(type[BT@_make_inv_cls], Any) -> type[BT@_make_inv_cls]") [no-any-decorated]
+ bidict/_base.py:128:5: error: Type of decorated function contains type "Any" ("[BT: BidictBase[Any, Any]] (type[BT], Any) -> type[BT]") [no-any-decorated]
- bidict/_base.py:480:5: error: Type of decorated function contains type "Any" ("(type[BT@_from_other], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT@_from_other") [no-any-decorated]
+ bidict/_base.py:480:5: error: Type of decorated function contains type "Any" ("[BT: BidictBase[Any, Any]] (type[BT], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT") [no-any-decorated]
- bidict/_base.py:502:16: error: Expression type contains "Any" (has type "(BT@copy) -> BT@copy") [no-any-expr]
+ bidict/_base.py:502:16: error: Expression type contains "Any" (has type "[BT: BidictBase[Any, Any]] (BT) -> BT") [no-any-expr]
- bidict/_base.py:539:16: error: Expression type contains "Any" (has type "(type[BT@_from_other], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT@_from_other") [no-any-expr]
+ bidict/_base.py:539:16: error: Expression type contains "Any" (has type "[BT: BidictBase[Any, Any]] (type[BT], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT") [no-any-expr]
- bidict/_base.py:539:16: error: Expression type contains "Any" (has type "((type[BT@_from_other], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT@_from_other, (type[BidictBase[Any, Any]] | type[BidictBase[KT@BidictBase, VT@BidictBase]], dict[VT@BidictBase, KT@BidictBase] | dict[KT@BidictBase, VT@BidictBase], bool))") [no-any-expr]
+ bidict/_base.py:539:16: error: Expression type contains "Any" (has type "([BT: BidictBase[Any, Any]] (type[BT], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT, (type[BidictBase[Any, Any]] | type[BidictBase[KT@BidictBase, VT@BidictBase]], dict[VT@BidictBase, KT@BidictBase] | dict[KT@BidictBase, VT@BidictBase], bool))") [no-any-expr]
graphql-core (https://github.com/graphql-python/graphql-core)
- src/graphql/type/introspection.py:48:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:48:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:53:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:53:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:70:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:70:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:90:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:90:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:98:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:98:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:102:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:102:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:106:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:106:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:244:30: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:244:30: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:251:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:251:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:260:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:260:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:263:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:263:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:267:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:267:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:276:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:276:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:379:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:379:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:383:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:383:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:391:30: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:391:30: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:393:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:393:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:442:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:442:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:448:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.typ
... (truncated 1197 lines) ...
Diff from mypy_primer, showing the effect of this PR on open source code:
asynq (https://github.com/quora/asynq)
- asynq/tests/test_tools.py:122:9: error: No overload variant of "amax" matches argument types "list[<nothing>]", "AsyncDecorator[Any (unannotated)]", "str" [call-overload]
+ asynq/tests/test_tools.py:122:9: error: No overload variant of "amax" matches argument types "list[Never]", "AsyncDecorator[Any (unannotated)]", "str" [call-overload]
- asynq/tests/test_tools.py:139:9: error: No overload variant of "amin" matches argument types "list[<nothing>]", "AsyncDecorator[Any (unannotated)]", "str" [call-overload]
+ asynq/tests/test_tools.py:139:9: error: No overload variant of "amin" matches argument types "list[Never]", "AsyncDecorator[Any (unannotated)]", "str" [call-overload]
- asynq/tests/test_decorators.py:155:2: error: Expression type contains "Any" (has type "((...) -> _T@lazy) -> (...) -> FutureBase[_T@lazy]") [no-any-expr]
+ asynq/tests/test_decorators.py:155:2: error: Expression type contains "Any" (has type "[_T] ((...) -> _T) -> (...) -> FutureBase[_T]") [no-any-expr]
boostedblob (https://github.com/hauntsaninja/boostedblob)
- boostedblob/path.py:312:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:312:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:358:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:358:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:369:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:369:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:465:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:465:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:489:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:489:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/share.py:9:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/share.py:9:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:24:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:24:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:76:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:76:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:102:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:102:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:157:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:157:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:59:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:59:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:143:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:143:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:194:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:194:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:222:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:222:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:276:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:276:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:305:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:305:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/delete.py:16:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/delete.py:16:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/delete.py:134:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/delete.py:134:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/write.py:32:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/write.py:32:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/write.py:97:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/write.py:97:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/write.py:238:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/write.py:238:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/copying.py:41:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/copying.py:41:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/copying.py:143:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/copying.py:143:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/copying.py:370:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/copying.py:370:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:35:12: error: Expression type contains "Any" (has type "(...) -> <nothing>") [no-any-expr]
+ boostedblob/cli.py:35:12: error: Expression type contains "Any" (has type "(...) -> Never") [no-any-expr]
- boostedblob/cli.py:59:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:59:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:86:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:86:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:104:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:104:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:170:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:170:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:179:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:179:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:208:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:208:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:219:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:219:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:237:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:237:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:256:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:256:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:266:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:266:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:274:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:274:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:295:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:295:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:346:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:346:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
bidict (https://github.com/jab/bidict)
- bidict/_base.py:111:28: error: Expression type contains "Any" (has type "(BidictBase[KT@_fwdm_reversed, Any]) -> Iterator[KT@_fwdm_reversed]") [no-any-expr]
+ bidict/_base.py:111:28: error: Expression type contains "Any" (has type "[KT] (BidictBase[KT, Any]) -> Iterator[KT]") [no-any-expr]
- bidict/_base.py:111:28: error: Expression type contains "Any" (has type "(BidictBase[KT@_fwdm_reversed, Any]) -> Iterator[KT@_fwdm_reversed] | None") [no-any-expr]
+ bidict/_base.py:111:28: error: Expression type contains "Any" (has type "[KT] (BidictBase[KT, Any]) -> Iterator[KT] | None") [no-any-expr]
- bidict/_base.py:128:5: error: Type of decorated function contains type "Any" ("(type[BT@_make_inv_cls], Any) -> type[BT@_make_inv_cls]") [no-any-decorated]
+ bidict/_base.py:128:5: error: Type of decorated function contains type "Any" ("[BT: BidictBase[Any, Any]] (type[BT], Any) -> type[BT]") [no-any-decorated]
- bidict/_base.py:480:5: error: Type of decorated function contains type "Any" ("(type[BT@_from_other], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT@_from_other") [no-any-decorated]
+ bidict/_base.py:480:5: error: Type of decorated function contains type "Any" ("[BT: BidictBase[Any, Any]] (type[BT], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT") [no-any-decorated]
- bidict/_base.py:502:16: error: Expression type contains "Any" (has type "(BT@copy) -> BT@copy") [no-any-expr]
+ bidict/_base.py:502:16: error: Expression type contains "Any" (has type "[BT: BidictBase[Any, Any]] (BT) -> BT") [no-any-expr]
- bidict/_base.py:539:16: error: Expression type contains "Any" (has type "(type[BT@_from_other], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT@_from_other") [no-any-expr]
+ bidict/_base.py:539:16: error: Expression type contains "Any" (has type "[BT: BidictBase[Any, Any]] (type[BT], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT") [no-any-expr]
- bidict/_base.py:539:16: error: Expression type contains "Any" (has type "((type[BT@_from_other], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT@_from_other, (type[BidictBase[Any, Any]] | type[BidictBase[KT@BidictBase, VT@BidictBase]], dict[VT@BidictBase, KT@BidictBase] | dict[KT@BidictBase, VT@BidictBase], bool))") [no-any-expr]
+ bidict/_base.py:539:16: error: Expression type contains "Any" (has type "([BT: BidictBase[Any, Any]] (type[BT], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT, (type[BidictBase[Any, Any]] | type[BidictBase[KT@BidictBase, VT@BidictBase]], dict[VT@BidictBase, KT@BidictBase] | dict[KT@BidictBase, VT@BidictBase], bool))") [no-any-expr]
graphql-core (https://github.com/graphql-python/graphql-core)
- src/graphql/type/introspection.py:48:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:48:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:53:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:53:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:70:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:70:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:90:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:90:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:98:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:98:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:102:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:102:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:106:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:106:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:244:30: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:244:30: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:251:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:251:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:260:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:260:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:263:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:263:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:267:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:267:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:276:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:276:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:379:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:379:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:383:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:383:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:391:30: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:391:30: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:393:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:393:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:442:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:442:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:448:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.typ
... (truncated 1197 lines) ...
Diff from mypy_primer, showing the effect of this PR on open source code:
ignite (https://github.com/pytorch/ignite)
- ignite/utils.py:285:12: error: Expression type contains "Any" (has type "(F@decorator) -> F@decorator") [no-any-expr]
+ ignite/utils.py:285:12: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
graphql-core (https://github.com/graphql-python/graphql-core)
- src/graphql/type/introspection.py:48:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:48:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:53:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:53:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:70:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:70:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:90:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:90:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:98:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:98:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:102:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:102:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:106:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:106:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:244:30: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:244:30: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:251:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:251:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:260:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:260:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:263:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:263:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:267:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:267:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:276:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:276:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:379:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:379:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:383:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:383:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:391:30: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:391:30: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:393:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:393:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:442:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:442:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:448:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:448:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:457:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:457:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:505:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:505:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:511:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:511:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:578:5: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:578:5: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:588:35: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:588:35: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:594:5: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:594:5: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/directives.py:171:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/directives.py:171:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/directives.py:189:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/directives.py:189:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/directives.py:229:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/directives.py:229:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/utilities/type_from_ast.py:62:16: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/utilities/type_from_ast.py:62:16: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/utilities/lexicographic_sort_schema.py:47:20: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/utilities/lexicographic_sort_schema.py:47:20: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/utilities/extend_schema.py:396:20: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/utilities/extend_schema.py:396:20: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/utilities/build_client_schema.py:95:20: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/utilities/build_client_schema.py:95:20: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- tests/star_wars_schema.py:101:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ tests/star_wars_schema.py:101:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- tests/star_wars_schema.py:138:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType
... (truncated 1265 lines) ...
Diff from mypy_primer, showing the effect of this PR on open source code:
asynq (https://github.com/quora/asynq)
- asynq/tests/test_tools.py:122:9: error: No overload variant of "amax" matches argument types "list[<nothing>]", "AsyncDecorator[Any (unannotated)]", "str" [call-overload]
+ asynq/tests/test_tools.py:122:9: error: No overload variant of "amax" matches argument types "list[Never]", "AsyncDecorator[Any (unannotated)]", "str" [call-overload]
- asynq/tests/test_tools.py:139:9: error: No overload variant of "amin" matches argument types "list[<nothing>]", "AsyncDecorator[Any (unannotated)]", "str" [call-overload]
+ asynq/tests/test_tools.py:139:9: error: No overload variant of "amin" matches argument types "list[Never]", "AsyncDecorator[Any (unannotated)]", "str" [call-overload]
- asynq/tests/test_mock.py:232:9: note: Type is "def (Untyped)"
+ asynq/tests/test_mock.py:232:9: note: Type is "def (Untyped) -> None"
- asynq/tests/test_decorators.py:155:2: error: Expression type contains "Any" (has type "((...) -> _T@lazy) -> (...) -> FutureBase[_T@lazy]") [no-any-expr]
+ asynq/tests/test_decorators.py:155:2: error: Expression type contains "Any" (has type "[_T] ((...) -> _T) -> (...) -> FutureBase[_T]") [no-any-expr]
- asynq/tests/caching.py:75:17: note: Type is "def (Untyped)"
+ asynq/tests/caching.py:75:17: note: Type is "def (Untyped) -> None"
boostedblob (https://github.com/hauntsaninja/boostedblob)
- boostedblob/path.py:312:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:312:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:358:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:358:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:369:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:369:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:465:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:465:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:489:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:489:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/share.py:9:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/share.py:9:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:24:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:24:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:76:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:76:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:102:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:102:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:157:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:157:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:59:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:59:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:143:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:143:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:194:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:194:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:222:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:222:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:276:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:276:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:305:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:305:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/delete.py:16:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/delete.py:16:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/delete.py:134:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/delete.py:134:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/write.py:32:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/write.py:32:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/write.py:97:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/write.py:97:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/write.py:238:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/write.py:238:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/copying.py:41:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/copying.py:41:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/copying.py:143:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/copying.py:143:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/copying.py:370:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/copying.py:370:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:35:12: error: Expression type contains "Any" (has type "(...) -> <nothing>") [no-any-expr]
+ boostedblob/cli.py:35:12: error: Expression type contains "Any" (has type "(...) -> Never") [no-any-expr]
- boostedblob/cli.py:59:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:59:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:86:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:86:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:104:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:104:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:170:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:170:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:179:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:179:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:208:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:208:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:219:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:219:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:237:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:237:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:256:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:256:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:266:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:266:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:274:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:274:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:295:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:295:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:346:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:346:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
bidict (https://github.com/jab/bidict)
- bidict/_base.py:111:28: error: Expression type contains "Any" (has type "(BidictBase[KT@_fwdm_reversed, Any]) -> Iterator[KT@_fwdm_reversed]") [no-any-expr]
+ bidict/_base.py:111:28: error: Expression type contains "Any" (has type "[KT] (BidictBase[KT, Any]) -> Iterator[KT]") [no-any-expr]
- bidict/_base.py:111:28: error: Expression type contains "Any" (has type "(BidictBase[KT@_fwdm_reversed, Any]) -> Iterator[KT@_fwdm_reversed] | None") [no-any-expr]
+ bidict/_base.py:111:28: error: Expression type contains "Any" (has type "[KT] (BidictBase[KT, Any]) -> Iterator[KT] | None") [no-any-expr]
- bidict/_base.py:128:5: error: Type of decorated function contains type "Any" ("(type[BT@_make_inv_cls], Any) -> type[BT@_make_inv_cls]") [no-any-decorated]
+ bidict/_base.py:128:5: error: Type of decorated function contains type "Any" ("[BT: BidictBase[Any, Any]] (type[BT], Any) -> type[BT]") [no-any-decorated]
- bidict/_base.py:480:5: error: Type of decorated function contains type "Any" ("(type[BT@_from_other], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT@_from_other") [no-any-decorated]
+ bidict/_base.py:480:5: error: Type of decorated function contains type "Any" ("[BT: BidictBase[Any, Any]] (type[BT], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT") [no-any-decorated]
- bidict/_base.py:502:16: error: Expression type contains "Any" (has type "(BT@copy) -> BT@copy") [no-any-expr]
+ bidict/_base.py:502:16: error: Expression type contains "Any" (has type "[BT: BidictBase[Any, Any]] (BT) -> BT") [no-any-expr]
- bidict/_base.py:539:16: error: Expression type contains "Any" (has type "(type[BT@_from_other], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT@_from_other") [no-any-expr]
+ bidict/_base.py:539:16: error: Expression type contains "Any" (has type "[BT: BidictBase[Any, Any]] (type[BT], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT") [no-any-expr]
- bidict/_base.py:539:16: error: Expression type contains "Any" (has type "((type[BT@_from_other], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT@_from_other, (type[BidictBase[Any, Any]] | type[BidictBase[KT@BidictBase, VT@BidictBase]], dict[VT@BidictBase, KT@BidictBase] | dict[KT@BidictBase, VT@BidictBase], bool))") [no-any-expr]
+ bidict/_base.py:539:16: error: Expression type contains "Any" (has type "([BT: BidictBase[Any, Any]] (type[BT], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT, (type[BidictBase[Any, Any]] | type[BidictBase[KT@BidictBase, VT@BidictBase]], dict[VT@BidictBase, KT@BidictBase] | dict[KT@BidictBase, VT@BidictBase], bool))") [no-any-expr]
graphql-core (https://github.com/graphql-python/graphql-core)
- src/graphql/pyutils/simple_pub_sub.py:48:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped)"
+ src/graphql/pyutils/simple_pub_sub.py:48:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped) -> None"
- src/graphql/pyutils/simple_pub_sub.py:69:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped)"
+ src/graphql/pyutils/simple_pub_sub.py:69:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped) -> None"
- src/graphql/pyutils/simple_pub_sub.py:81:13: note: Type is "def (Untyped)"
+ src/graphql/pyutils/simple_pub_sub.py:81:13: note: Type is "def (Untyped) -> None"
- src/graphql/type/introspection.py:48:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:48:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:53:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:53:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:70:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:70:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:90:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:90:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:98:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:98:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:102:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:102:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:106:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:106:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:244:30: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:244:30: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:251:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:251:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:260:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:260:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:263:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:263:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:267:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:267:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:276:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:276:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:379:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:379:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:383:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:383:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:391:30: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:391:30: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:393:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:393:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:442:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionT
... (truncated 2295 lines) ...
Diff from mypy_primer, showing the effect of this PR on open source code:
ignite (https://github.com/pytorch/ignite)
- ignite/utils.py:285:12: error: Expression type contains "Any" (has type "(F@decorator) -> F@decorator") [no-any-expr]
+ ignite/utils.py:285:12: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
boostedblob (https://github.com/hauntsaninja/boostedblob)
- boostedblob/path.py:312:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:312:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:358:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:358:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:369:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:369:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:465:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:465:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:489:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:489:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/share.py:9:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/share.py:9:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:24:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:24:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:76:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:76:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:102:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:102:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:157:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:157:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:59:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:59:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:143:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:143:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:194:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:194:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:222:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:222:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:276:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:276:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:305:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:305:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/delete.py:16:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/delete.py:16:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/delete.py:134:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/delete.py:134:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/write.py:32:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/write.py:32:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/write.py:97:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/write.py:97:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/write.py:238:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/write.py:238:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/copying.py:41:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/copying.py:41:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/copying.py:143:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/copying.py:143:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/copying.py:370:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/copying.py:370:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:35:12: error: Expression type contains "Any" (has type "(...) -> <nothing>") [no-any-expr]
+ boostedblob/cli.py:35:12: error: Expression type contains "Any" (has type "(...) -> Never") [no-any-expr]
- boostedblob/cli.py:59:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:59:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:86:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:86:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:104:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:104:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:170:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:170:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:179:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:179:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:208:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:208:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:219:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:219:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:237:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:237:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:256:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:256:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:266:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:266:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:274:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:274:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:295:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:295:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:346:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:346:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
graphql-core (https://github.com/graphql-python/graphql-core)
- src/graphql/pyutils/simple_pub_sub.py:48:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped)"
+ src/graphql/pyutils/simple_pub_sub.py:48:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped) -> None"
- src/graphql/pyutils/simple_pub_sub.py:69:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped)"
+ src/graphql/pyutils/simple_pub_sub.py:69:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped) -> None"
- src/graphql/pyutils/simple_pub_sub.py:81:13: note: Type is "def (Untyped)"
+ src/graphql/pyutils/simple_pub_sub.py:81:13: note: Type is "def (Untyped) -> None"
- src/graphql/type/introspection.py:48:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:48:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:53:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:53:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:70:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:70:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:90:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:90:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:98:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:98:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:102:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:102:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:106:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:106:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:244:30: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:244:30: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:251:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:251:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:260:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:260:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:263:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:263:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:267:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:267:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:276:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:276:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:379:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:379:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:383:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:383:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:391:30: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:391:30: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:393:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:393:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:442:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:442:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:448:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:448:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:457:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:457:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:505:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:505:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:511:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:511:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.defi
... (truncated 2310 lines) ...
(has type "[F: (...) -> Any] (F) -> F")
looks sus
Edit: nvm
Diff from mypy_primer, showing the effect of this PR on open source code:
ignite (https://github.com/pytorch/ignite)
- ignite/utils.py:285:12: error: Expression type contains "Any" (has type "(F@decorator) -> F@decorator") [no-any-expr]
+ ignite/utils.py:285:12: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
boostedblob (https://github.com/hauntsaninja/boostedblob)
- boostedblob/path.py:312:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:312:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:358:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:358:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:369:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:369:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:465:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:465:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:489:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:489:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/share.py:9:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/share.py:9:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:24:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:24:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:76:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:76:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:102:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:102:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:157:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:157:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:59:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:59:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:143:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:143:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:194:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:194:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:222:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:222:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:276:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:276:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:305:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:305:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/delete.py:16:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/delete.py:16:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/delete.py:134:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/delete.py:134:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/write.py:32:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/write.py:32:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/write.py:97:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/write.py:97:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/write.py:238:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/write.py:238:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/copying.py:41:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/copying.py:41:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/copying.py:143:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/copying.py:143:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/copying.py:370:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/copying.py:370:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:35:12: error: Expression type contains "Any" (has type "(...) -> <nothing>") [no-any-expr]
+ boostedblob/cli.py:35:12: error: Expression type contains "Any" (has type "(...) -> Never") [no-any-expr]
- boostedblob/cli.py:59:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:59:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:86:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:86:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:104:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:104:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:170:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:170:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:179:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:179:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:208:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:208:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:219:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:219:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:237:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:237:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:256:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:256:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:266:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:266:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:274:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:274:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:295:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:295:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:346:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:346:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
graphql-core (https://github.com/graphql-python/graphql-core)
- src/graphql/pyutils/simple_pub_sub.py:48:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped)"
+ src/graphql/pyutils/simple_pub_sub.py:48:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped) -> None"
- src/graphql/pyutils/simple_pub_sub.py:69:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped)"
+ src/graphql/pyutils/simple_pub_sub.py:69:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped) -> None"
- src/graphql/pyutils/simple_pub_sub.py:81:13: note: Type is "def (Untyped)"
+ src/graphql/pyutils/simple_pub_sub.py:81:13: note: Type is "def (Untyped) -> None"
- src/graphql/type/introspection.py:48:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:48:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:53:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:53:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:70:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:70:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:90:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:90:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:98:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:98:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:102:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:102:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:106:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:106:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:244:30: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:244:30: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:251:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:251:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:260:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:260:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:263:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:263:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:267:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:267:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:276:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:276:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:379:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:379:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:383:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:383:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:391:30: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:391:30: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:393:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:393:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:442:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:442:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:448:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:448:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:457:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:457:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:505:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:505:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:511:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:511:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.defi
... (truncated 2308 lines) ...
Diff from mypy_primer, showing the effect of this PR on open source code:
ignite (https://github.com/pytorch/ignite)
- ignite/utils.py:285:12: error: Expression type contains "Any" (has type "(F@decorator) -> F@decorator") [no-any-expr]
+ ignite/utils.py:285:12: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
boostedblob (https://github.com/hauntsaninja/boostedblob)
- boostedblob/path.py:312:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:312:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:358:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:358:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:369:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:369:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:465:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:465:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:489:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:489:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/share.py:9:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/share.py:9:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:24:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:24:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:76:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:76:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:102:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:102:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:157:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:157:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:59:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:59:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:143:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:143:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:194:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:194:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:222:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:222:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:276:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:276:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:305:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:305:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/delete.py:16:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/delete.py:16:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/delete.py:134:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/delete.py:134:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/write.py:32:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/write.py:32:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/write.py:97:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/write.py:97:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/write.py:238:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/write.py:238:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/copying.py:41:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/copying.py:41:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/copying.py:143:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/copying.py:143:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/copying.py:370:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/copying.py:370:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:35:12: error: Expression type contains "Any" (has type "(...) -> <nothing>") [no-any-expr]
+ boostedblob/cli.py:35:12: error: Expression type contains "Any" (has type "(...) -> Never") [no-any-expr]
- boostedblob/cli.py:59:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:59:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:86:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:86:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:104:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:104:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:170:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:170:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:179:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:179:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:208:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:208:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:219:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:219:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:237:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:237:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:256:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:256:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:266:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:266:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:274:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:274:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:295:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:295:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:346:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:346:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
graphql-core (https://github.com/graphql-python/graphql-core)
- src/graphql/pyutils/simple_pub_sub.py:48:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped)"
+ src/graphql/pyutils/simple_pub_sub.py:48:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped) -> None"
- src/graphql/pyutils/simple_pub_sub.py:69:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped)"
+ src/graphql/pyutils/simple_pub_sub.py:69:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped) -> None"
- src/graphql/pyutils/simple_pub_sub.py:81:13: note: Type is "def (Untyped)"
+ src/graphql/pyutils/simple_pub_sub.py:81:13: note: Type is "def (Untyped) -> None"
- src/graphql/type/introspection.py:48:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:48:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:53:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:53:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:70:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:70:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:90:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:90:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:98:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:98:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:102:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:102:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:106:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:106:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:244:30: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:244:30: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:251:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:251:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:260:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:260:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:263:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:263:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:267:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:267:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:276:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:276:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:379:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:379:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:383:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:383:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:391:30: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:391:30: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:393:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:393:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:442:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:442:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:448:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:448:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:457:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:457:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:505:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:505:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:511:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:511:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.defi
... (truncated 2308 lines) ...
Diff from mypy_primer, showing the effect of this PR on open source code:
pegen (https://github.com/we-like-parsers/pegen)
- src/pegen/parser.py:198:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/parser.py:198:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- src/pegen/parser.py:205:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/parser.py:205:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- src/pegen/parser.py:212:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/parser.py:212:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- src/pegen/parser.py:219:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/parser.py:219:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- src/pegen/parser.py:226:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/parser.py:226:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- src/pegen/parser.py:233:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/parser.py:233:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- src/pegen/parser.py:240:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/parser.py:240:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- src/pegen/grammar_parser.py:42:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/grammar_parser.py:42:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- src/pegen/grammar_parser.py:51:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/grammar_parser.py:51:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- src/pegen/grammar_parser.py:63:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/grammar_parser.py:63:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- src/pegen/grammar_parser.py:75:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/grammar_parser.py:75:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- src/pegen/grammar_parser.py:104:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/grammar_parser.py:104:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- src/pegen/grammar_parser.py:116:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/grammar_parser.py:116:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- src/pegen/grammar_parser.py:154:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/grammar_parser.py:154:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- src/pegen/grammar_parser.py:166:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/grammar_parser.py:166:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- src/pegen/grammar_parser.py:179:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/grammar_parser.py:179:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- src/pegen/grammar_parser.py:191:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/grammar_parser.py:191:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- src/pegen/grammar_parser.py:212:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/grammar_parser.py:212:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- src/pegen/grammar_parser.py:230:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/grammar_parser.py:230:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- src/pegen/grammar_parser.py:242:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/grammar_parser.py:242:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- src/pegen/grammar_parser.py:280:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/grammar_parser.py:280:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- src/pegen/grammar_parser.py:297:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/grammar_parser.py:297:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- src/pegen/grammar_parser.py:318:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/grammar_parser.py:318:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- src/pegen/grammar_parser.py:355:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/grammar_parser.py:355:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- src/pegen/grammar_parser.py:378:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/grammar_parser.py:378:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- src/pegen/grammar_parser.py:395:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/grammar_parser.py:395:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- src/pegen/grammar_parser.py:412:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/grammar_parser.py:412:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- src/pegen/grammar_parser.py:424:6: error: Expression type contains "Any" (has type "(F@memoize) -> F@memoize") [no-any-expr]
+ src/pegen/grammar_parser.py:424:6: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
bidict (https://github.com/jab/bidict)
- bidict/_base.py:111:28: error: Expression type contains "Any" (has type "(BidictBase[KT@_fwdm_reversed, Any]) -> Iterator[KT@_fwdm_reversed]") [no-any-expr]
+ bidict/_base.py:111:28: error: Expression type contains "Any" (has type "[KT] (BidictBase[KT, Any]) -> Iterator[KT]") [no-any-expr]
- bidict/_base.py:111:28: error: Expression type contains "Any" (has type "(BidictBase[KT@_fwdm_reversed, Any]) -> Iterator[KT@_fwdm_reversed] | None") [no-any-expr]
+ bidict/_base.py:111:28: error: Expression type contains "Any" (has type "[KT] (BidictBase[KT, Any]) -> Iterator[KT] | None") [no-any-expr]
- bidict/_base.py:128:5: error: Type of decorated function contains type "Any" ("(type[BT@_make_inv_cls], Any) -> type[BT@_make_inv_cls]") [no-any-decorated]
+ bidict/_base.py:128:5: error: Type of decorated function contains type "Any" ("[BT: BidictBase[Any, Any]] (type[BT], Any) -> type[BT]") [no-any-decorated]
- bidict/_base.py:480:5: error: Type of decorated function contains type "Any" ("(type[BT@_from_other], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT@_from_other") [no-any-decorated]
+ bidict/_base.py:480:5: error: Type of decorated function contains type "Any" ("[BT: BidictBase[Any, Any]] (type[BT], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT") [no-any-decorated]
- bidict/_base.py:502:16: error: Expression type contains "Any" (has type "(BT@copy) -> BT@copy") [no-any-expr]
+ bidict/_base.py:502:16: error: Expression type contains "Any" (has type "[BT: BidictBase[Any, Any]] (BT) -> BT") [no-any-expr]
- bidict/_base.py:539:16: error: Expression type contains "Any" (has type "(type[BT@_from_other], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT@_from_other") [no-any-expr]
+ bidict/_base.py:539:16: error: Expression type contains "Any" (has type "[BT: BidictBase[Any, Any]] (type[BT], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT") [no-any-expr]
- bidict/_base.py:539:16: error: Expression type contains "Any" (has type "((type[BT@_from_other], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT@_from_other, (type[BidictBase[Any, Any]] | type[BidictBase[KT@BidictBase, VT@BidictBase]], dict[VT@BidictBase, KT@BidictBase] | dict[KT@BidictBase, VT@BidictBase], bool))") [no-any-expr]
+ bidict/_base.py:539:16: error: Expression type contains "Any" (has type "([BT: BidictBase[Any, Any]] (type[BT], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT, (type[BidictBase[Any, Any]] | type[BidictBase[KT@BidictBase, VT@BidictBase]], dict[VT@BidictBase, KT@BidictBase] | dict[KT@BidictBase, VT@BidictBase], bool))") [no-any-expr]
boostedblob (https://github.com/hauntsaninja/boostedblob)
- boostedblob/path.py:312:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:312:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:358:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:358:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:369:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:369:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:465:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:465:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:489:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:489:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/share.py:9:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/share.py:9:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:24:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:24:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:76:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:76:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:102:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:102:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:157:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:157:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:59:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:59:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:143:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:143:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:194:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:194:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:222:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:222:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:276:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:276:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:305:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:305:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/delete.py:16:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/delete.py:16:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/delete.py:134:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/delete.py:134:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/write.py:32:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/write.py:32:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/write.py:97:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/write.py:97:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/write.py:238:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/write.py:238:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/copying.py:41:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/copying.py:41:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/copying.py:143:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/copying.py:143:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/copying.py:370:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/copying.py:370:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:35:12: error: Expression type contains "Any" (has type "(...) -> <nothing>") [no-any-expr]
+ boostedblob/cli.py:35:12: error: Expression type contains "Any" (has type "(...) -> Never") [no-any-expr]
- boostedblob/cli.py:59:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:59:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:86:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:86:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:104:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:104:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:170:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:170:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:179:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:179:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:208:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:208:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:219:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:219:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:237:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:237:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:256:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:256:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:266:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:266:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:274:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:274:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:295:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:295:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:346:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:346:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
graphql-core (https://github.com/graphql-python/graphql-core)
- src/graphql/pyutils/simple_pub_sub.py:48:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped)"
+ src/graphql/pyutils/simple_pub_sub.py:48:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped) -> None"
- src/graphql/pyutils/simple_pub_sub.py:69:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped)"
+ src/graphql/pyutils/simple_pub_sub.py:69:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped) -> None"
- src/graphql/pyutils/simple_pub_sub.py:81:13: note: Type is "def (Untyped)"
+ src/graphql/pyutils/simple_pub_sub.py:81:13: note: Type is "def (Untyped) -> None"
- src/graphql/type/introspection.py:48:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:48:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:53:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:53:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:70:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:70:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:90:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:90:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:98:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:98:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:102:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:102:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:106:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:106:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:244:30: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:244:30: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:251:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:251:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:260:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:260:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:263:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:263:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInt
... (truncated 2260 lines) ...
Diff from mypy_primer, showing the effect of this PR on open source code:
asynq (https://github.com/quora/asynq)
- asynq/tests/test_tools.py:122:9: error: No overload variant of "amax" matches argument types "list[<nothing>]", "AsyncDecorator[Any (unannotated)]", "str" [call-overload]
+ asynq/tests/test_tools.py:122:9: error: No overload variant of "amax" matches argument types "list[Never]", "AsyncDecorator[Any (unannotated)]", "str" [call-overload]
- asynq/tests/test_tools.py:139:9: error: No overload variant of "amin" matches argument types "list[<nothing>]", "AsyncDecorator[Any (unannotated)]", "str" [call-overload]
+ asynq/tests/test_tools.py:139:9: error: No overload variant of "amin" matches argument types "list[Never]", "AsyncDecorator[Any (unannotated)]", "str" [call-overload]
- asynq/tests/test_mock.py:232:9: note: Type is "def (Untyped)"
+ asynq/tests/test_mock.py:232:9: note: Type is "def (Untyped) -> None"
- asynq/tests/test_decorators.py:155:2: error: Expression type contains "Any" (has type "((...) -> _T@lazy) -> (...) -> FutureBase[_T@lazy]") [no-any-expr]
+ asynq/tests/test_decorators.py:155:2: error: Expression type contains "Any" (has type "[_T] ((...) -> _T) -> (...) -> FutureBase[_T]") [no-any-expr]
- asynq/tests/caching.py:75:17: note: Type is "def (Untyped)"
+ asynq/tests/caching.py:75:17: note: Type is "def (Untyped) -> None"
boostedblob (https://github.com/hauntsaninja/boostedblob)
- boostedblob/path.py:312:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:312:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:358:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:358:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:369:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:369:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:465:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:465:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/path.py:489:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/path.py:489:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/share.py:9:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/share.py:9:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:24:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:24:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:76:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:76:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:102:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:102:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/read.py:157:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/read.py:157:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:59:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:59:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:143:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:143:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:194:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:194:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:222:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:222:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:276:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:276:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/listing.py:305:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/listing.py:305:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/delete.py:16:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/delete.py:16:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/delete.py:134:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/delete.py:134:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/write.py:32:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/write.py:32:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/write.py:97:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/write.py:97:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/write.py:238:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/write.py:238:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/copying.py:41:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/copying.py:41:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/copying.py:143:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/copying.py:143:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/copying.py:370:2: error: Expression type contains "Any" (has type "(F@pathdispatch) -> F@pathdispatch") [no-any-expr]
+ boostedblob/copying.py:370:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:35:12: error: Expression type contains "Any" (has type "(...) -> <nothing>") [no-any-expr]
+ boostedblob/cli.py:35:12: error: Expression type contains "Any" (has type "(...) -> Never") [no-any-expr]
- boostedblob/cli.py:59:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:59:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:86:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:86:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:104:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:104:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:170:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:170:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:179:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:179:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:208:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:208:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:219:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:219:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:237:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:237:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:256:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:256:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:266:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:266:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:274:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:274:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:295:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:295:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
- boostedblob/cli.py:346:2: error: Expression type contains "Any" (has type "(F@sync_with_session) -> F@sync_with_session") [no-any-expr]
+ boostedblob/cli.py:346:2: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
bidict (https://github.com/jab/bidict)
- bidict/_base.py:111:28: error: Expression type contains "Any" (has type "(BidictBase[KT@_fwdm_reversed, Any]) -> Iterator[KT@_fwdm_reversed]") [no-any-expr]
+ bidict/_base.py:111:28: error: Expression type contains "Any" (has type "[KT] (BidictBase[KT, Any]) -> Iterator[KT]") [no-any-expr]
- bidict/_base.py:111:28: error: Expression type contains "Any" (has type "(BidictBase[KT@_fwdm_reversed, Any]) -> Iterator[KT@_fwdm_reversed] | None") [no-any-expr]
+ bidict/_base.py:111:28: error: Expression type contains "Any" (has type "[KT] (BidictBase[KT, Any]) -> Iterator[KT] | None") [no-any-expr]
- bidict/_base.py:128:5: error: Type of decorated function contains type "Any" ("(type[BT@_make_inv_cls], Any) -> type[BT@_make_inv_cls]") [no-any-decorated]
+ bidict/_base.py:128:5: error: Type of decorated function contains type "Any" ("[BT: BidictBase[Any, Any]] (type[BT], Any) -> type[BT]") [no-any-decorated]
- bidict/_base.py:480:5: error: Type of decorated function contains type "Any" ("(type[BT@_from_other], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT@_from_other") [no-any-decorated]
+ bidict/_base.py:480:5: error: Type of decorated function contains type "Any" ("[BT: BidictBase[Any, Any]] (type[BT], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT") [no-any-decorated]
- bidict/_base.py:502:16: error: Expression type contains "Any" (has type "(BT@copy) -> BT@copy") [no-any-expr]
+ bidict/_base.py:502:16: error: Expression type contains "Any" (has type "[BT: BidictBase[Any, Any]] (BT) -> BT") [no-any-expr]
- bidict/_base.py:539:16: error: Expression type contains "Any" (has type "(type[BT@_from_other], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT@_from_other") [no-any-expr]
+ bidict/_base.py:539:16: error: Expression type contains "Any" (has type "[BT: BidictBase[Any, Any]] (type[BT], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT") [no-any-expr]
- bidict/_base.py:539:16: error: Expression type contains "Any" (has type "((type[BT@_from_other], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT@_from_other, (type[BidictBase[Any, Any]] | type[BidictBase[KT@BidictBase, VT@BidictBase]], dict[VT@BidictBase, KT@BidictBase] | dict[KT@BidictBase, VT@BidictBase], bool))") [no-any-expr]
+ bidict/_base.py:539:16: error: Expression type contains "Any" (has type "([BT: BidictBase[Any, Any]] (type[BT], Mapping[KT@BidictBase, VT@BidictBase] | Iterable[(KT@BidictBase, VT@BidictBase)], bool) -> BT, (type[BidictBase[Any, Any]] | type[BidictBase[KT@BidictBase, VT@BidictBase]], dict[VT@BidictBase, KT@BidictBase] | dict[KT@BidictBase, VT@BidictBase], bool))") [no-any-expr]
graphql-core (https://github.com/graphql-python/graphql-core)
- src/graphql/pyutils/simple_pub_sub.py:48:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped)"
+ src/graphql/pyutils/simple_pub_sub.py:48:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped) -> None"
- src/graphql/pyutils/simple_pub_sub.py:69:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped)"
+ src/graphql/pyutils/simple_pub_sub.py:69:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped) -> None"
- src/graphql/pyutils/simple_pub_sub.py:81:13: note: Type is "def (Untyped)"
+ src/graphql/pyutils/simple_pub_sub.py:81:13: note: Type is "def (Untyped) -> None"
- src/graphql/type/introspection.py:48:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:48:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:53:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:53:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:70:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:70:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:90:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:90:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:98:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:98:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:102:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:102:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:106:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:106:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:244:30: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:244:30: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:251:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:251:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:260:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:260:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:263:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:263:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:267:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:267:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:276:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:276:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:379:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:379:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:383:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:383:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:391:30: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:391:30: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:393:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:393:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:442:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionT
... (truncated 2293 lines) ...
Diff from mypy_primer, showing the effect of this PR on open source code:
ignite (https://github.com/pytorch/ignite)
- ignite/utils.py:285:12: error: Expression type contains "Any" (has type "(F@decorator) -> F@decorator") [no-any-expr]
+ ignite/utils.py:285:12: error: Expression type contains "Any" (has type "[F: (...) -> Any] (F) -> F") [no-any-expr]
graphql-core (https://github.com/graphql-python/graphql-core)
- src/graphql/pyutils/simple_pub_sub.py:48:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped)"
+ src/graphql/pyutils/simple_pub_sub.py:48:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped) -> None"
- src/graphql/pyutils/simple_pub_sub.py:69:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped)"
+ src/graphql/pyutils/simple_pub_sub.py:69:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped) -> None"
- src/graphql/pyutils/simple_pub_sub.py:81:13: note: Type is "def (Untyped)"
+ src/graphql/pyutils/simple_pub_sub.py:81:13: note: Type is "def (Untyped) -> None"
- src/graphql/type/introspection.py:48:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:48:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:53:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:53:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:70:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:70:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:90:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:90:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:98:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:98:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:102:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:102:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:106:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:106:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:244:30: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:244:30: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:251:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:251:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:260:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:260:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:263:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:263:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:267:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:267:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:276:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:276:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:379:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:379:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:383:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:383:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:391:30: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:391:30: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:393:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:393:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:442:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:442:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:448:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:448:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:457:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:457:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:505:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:505:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:511:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:511:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:578:5: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:578:5: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:588:35: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:588:35: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:594:5: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:594:5: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/directives.py:171:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/directives.py:171:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/directives.py:189:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/directives.py:189:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/directives.py:229:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/directives.py:229:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/utilities/type_from_ast.py:62:16: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/utilities/type_from_ast.py:62:16: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/utilities/lexicographic_sort_schema.py:47:20: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/utilities/lexicographic_sort_schema.py:47:20: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/utilities/coerce_input_value.py:52:20: note: Type is "def (input_value: Any, type_: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLWrappingType[Untyped], on_error: def (list[str | int], Any, graphql.error.graphql_error.GraphQLError) =, path: tuple[Any, str | int, str | None, fallback=graphql.pyutils.path.Path] | None =) -> Any"
+ src/graphql/utilities/coerce_input_value.py:52:20: note: Type is "def (input_value: Any, type_: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLWrappingType[Untyped], on_error: def (list[str | int], Any, graphql.error.graphql_error.GraphQLError) -> None =, path: tuple[Any, str | int, str | None, fallback=graphql.pyutils.path.Path] | None =) -> Any"
- src/graphql/utilities/coerce_input_value.py:74:21: note: Type is "def (input_value: Any, type_: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLWrappingType[Untyped], on_error: def (list[str | int], Any, graphql.error.graphql_error.GraphQLError) =, path: tuple[Any, str | int, str | None, fallback=graphql.pyutils.path.Path] | None =) -> Any"
+ src/graphql/utilities/coerce_input_value.py:74:21: note: Type is "def (input_value: Any, type_: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLWrappingType[Untyped], on_error: def (list[str | int], Any, graphql.error.graphql_error.GraphQLError) -> None =, path: tuple[Any, str | int, str | None, fallback=graphql.pyutils.path.Path] | None =) -> Any"
- src/graphql/utilities/coerce_input_value.py:80:17: note: Type is "def (input_value: Any, type_: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLWrappingType[Untyped], on_error: def (list[str | int], Any, graphql.error.graphql_error.GraphQLError) =, path: tuple[Any, str | int, str | None, fallback=gr
... (truncated 2377 lines) ...
Diff from mypy_primer, showing the effect of this PR on open source code:
graphql-core (https://github.com/graphql-python/graphql-core)
- src/graphql/pyutils/simple_pub_sub.py:48:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped)"
+ src/graphql/pyutils/simple_pub_sub.py:48:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped) -> None"
- src/graphql/pyutils/simple_pub_sub.py:69:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped)"
+ src/graphql/pyutils/simple_pub_sub.py:69:9: note: Type is "def (def (*Untyped, **Untyped) -> Untyped) -> None"
- src/graphql/pyutils/simple_pub_sub.py:81:13: note: Type is "def (Untyped)"
+ src/graphql/pyutils/simple_pub_sub.py:81:13: note: Type is "def (Untyped) -> None"
- src/graphql/type/introspection.py:48:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:48:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:48:40: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:48:40: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:53:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:53:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:70:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:70:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:70:40: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:70:40: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:90:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:90:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:98:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:98:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:102:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:102:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:102:40: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:102:40: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:106:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:106:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:106:40: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:106:40: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:244:30: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:244:30: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:251:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:251:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:260:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:260:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:263:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:263:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:267:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:267:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:276:25: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:276:25: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:379:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:379:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:383:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:383:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:383:40: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:383:40: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:391:30: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:391:30: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:393:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:393:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:442:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:442:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:448:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:448:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:457:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:457:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:505:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:505:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:511:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:511:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:578:5: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:578:5: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:588:35: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:588:35: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/introspection.py:594:5: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/introspection.py:594:5: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/directives.py:171:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/directives.py:171:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/directives.py:189:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/directives.py:189:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
- src/graphql/type/directives.py:229:13: note: Type is "def [GNT <: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (type_: GNT) -> graphql.type.definition.GraphQLNonNull[GNT]"
+ src/graphql/type/directives.py:229:13: note: Type is "def [GNT: graphql.type.definition.GraphQLScalarType | graphql.type.definition.GraphQLObjectType | graphql.type.definition.GraphQLInterfaceType | graphql.type.definition.GraphQLUnionType | graphql.type.definition.GraphQLEnumType | graphql.type.definition.GraphQLInputObjectType | graphql.type.definition.GraphQLList[Untyped]] (
... (truncated 2448 lines) ...