Summary

Comparing branches/commits:
Old: main (merge base) b72120f7
New: 21635/merge b342066c
Lint Rule Removed Added Changed
Total 434 440 2
invalid-type-arguments 0 437 0
too-many-positional-arguments 288 0 0
invalid-argument-type 105 0 2
missing-argument 41 0 0
unused-ignore-comment 0 3 0

Expression (https://github.com/cognitedata/Expression)

expression/collections/maptree.py

[error] invalid-argument-type - :47:18 - Argument to class `MapTreeLeaf` is incorrect: Expected `SupportsLessThan`, found `typing.TypeVar`
[error] invalid-type-arguments - :47:30 - Type `typing.TypeVar` is not assignable to upper bound `SupportsLessThan` of type variable `Key@MapTreeLeaf`

aiohttp (https://github.com/aio-libs/aiohttp)

aiohttp/web_protocol.py

[error] invalid-argument-type - :48:10 - Argument to class `RequestHandler` is incorrect: Expected `BaseRequest`, found `typing.TypeVar`
[error] invalid-type-arguments - :48:25 - Type `typing.TypeVar` is not assignable to upper bound `BaseRequest` of type variable `_Request@RequestHandler`

aiohttp/web_server.py

[error] invalid-argument-type - :22:10 - Argument to class `RequestHandler` is incorrect: Expected `BaseRequest`, found `typing.TypeVar`
[error] invalid-type-arguments - :22:25 - Type `typing.TypeVar` is not assignable to upper bound `BaseRequest` of type variable `_Request@RequestHandler`

altair (https://github.com/vega/altair)

altair/datasets/_reader.py

[error] invalid-argument-type - :333:34 - Argument to class `LazyFrame` is incorrect: Expected `NativeLazyFrame`, found `IntoFrameT@Reader`
[error] invalid-type-arguments - :333:47 - Type `IntoFrameT@Reader` is not assignable to upper bound `NativeLazyFrame` of type variable `IntoLazyFrameT@LazyFrame`
[error] invalid-argument-type - :339:10 - Argument to class `LazyFrame` is incorrect: Expected `NativeLazyFrame`, found `IntoFrameT@Reader`
[error] invalid-type-arguments - :339:23 - Type `IntoFrameT@Reader` is not assignable to upper bound `NativeLazyFrame` of type variable `IntoLazyFrameT@LazyFrame`
[error] invalid-argument-type - :387:34 - Argument to class `LazyFrame` is incorrect: Expected `NativeLazyFrame`, found `IntoFrameT@_NoParquetReader`
[error] invalid-type-arguments - :387:47 - Type `IntoFrameT@_NoParquetReader` is not assignable to upper bound `NativeLazyFrame` of type variable `IntoLazyFrameT@LazyFrame`
[error] invalid-argument-type - :400:29 - Argument to class `LazyFrame` is incorrect: Expected `NativeLazyFrame`, found `IntoDataFrameT@reader`
[error] invalid-type-arguments - :400:42 - Type `IntoDataFrameT@reader` is not assignable to upper bound `NativeLazyFrame` of type variable `IntoLazyFrameT@LazyFrame`
[error] invalid-argument-type - :421:30 - Argument to class `LazyFrame` is incorrect: Expected `NativeLazyFrame`, found `IntoDataFrameT@reader`
[error] invalid-type-arguments - :421:43 - Type `IntoDataFrameT@reader` is not assignable to upper bound `NativeLazyFrame` of type variable `IntoLazyFrameT@LazyFrame`
[error] invalid-argument-type - :542:20 - Argument to class `LazyFrame` is incorrect: Expected `NativeLazyFrame`, found `IntoDataFrameT@_steal_eager_parquet`
[error] invalid-type-arguments - :542:33 - Type `IntoDataFrameT@_steal_eager_parquet` is not assignable to upper bound `NativeLazyFrame` of type variable `IntoLazyFrameT@LazyFrame`

altair/datasets/_readimpl.py

[error] invalid-argument-type - :60:31 - Argument to class `BaseImpl` is incorrect: Expected `NativeDataFrame | DataFrameLike | NativeLazyFrame`, found `typing.TypeVar`
[error] invalid-type-arguments - :60:40 - Type `typing.TypeVar` is not assignable to upper bound `NativeDataFrame | DataFrameLike | NativeLazyFrame` of type variable `R@BaseImpl`
[error] invalid-argument-type - :63:31 - Argument to class `BaseImpl` is incorrect: Expected `NativeDataFrame | DataFrameLike | NativeLazyFrame`, found `typing.TypeVar`
[error] invalid-type-arguments - :63:40 - Type `typing.TypeVar` is not assignable to upper bound `NativeDataFrame | DataFrameLike | NativeLazyFrame` of type variable `R@BaseImpl`
[error] invalid-argument-type - :218:54 - Argument to class `LazyFrame` is incorrect: Expected `NativeLazyFrame`, found `IntoDataFrameT@into_scan`
[error] invalid-type-arguments - :218:67 - Type `IntoDataFrameT@into_scan` is not assignable to upper bound `NativeLazyFrame` of type variable `IntoLazyFrameT@LazyFrame`
[error] invalid-argument-type - :221:24 - Argument to class `LazyFrame` is incorrect: Expected `NativeLazyFrame`, found `IntoDataFrameT@scan_fn`
[error] invalid-type-arguments - :221:37 - Type `IntoDataFrameT@scan_fn` is not assignable to upper bound `NativeLazyFrame` of type variable `IntoLazyFrameT@LazyFrame`
[error] invalid-argument-type - :223:49 - Argument to class `LazyFrame` is incorrect: Expected `NativeLazyFrame`, found `IntoDataFrameT@scan_fn`
[error] invalid-type-arguments - :223:62 - Type `IntoDataFrameT@scan_fn` is not assignable to upper bound `NativeLazyFrame` of type variable `IntoLazyFrameT@LazyFrame`

antidote (https://github.com/Finistere/antidote)

src/antidote/core/__init__.py

[error] missing-argument - :985:41 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :985:61 - No arguments provided for required parameters `_P`, `_R_co` of class `classmethod`
[error] invalid-type-arguments - :985:41 - No type argument provided for required type variable `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :985:61 - No type arguments provided for required type variables `_P`, `_R_co` of class `classmethod`
[error] missing-argument - :1033:16 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :1033:16 - No type argument provided for required type variable `_R_co` of class `staticmethod`
[error] missing-argument - :1042:10 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :1042:10 - No type argument provided for required type variable `_R_co` of class `staticmethod`
[error] missing-argument - :1048:16 - No arguments provided for required parameters `_P`, `_R_co` of class `classmethod`
[error] invalid-type-arguments - :1048:16 - No type arguments provided for required type variables `_P`, `_R_co` of class `classmethod`
[error] missing-argument - :1057:10 - No arguments provided for required parameters `_P`, `_R_co` of class `classmethod`
[error] invalid-type-arguments - :1057:10 - No type arguments provided for required type variables `_P`, `_R_co` of class `classmethod`

src/antidote/core/_inject.py

[error] missing-argument - :43:41 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :43:61 - No arguments provided for required parameters `_P`, `_R_co` of class `classmethod`
[error] invalid-type-arguments - :43:41 - No type argument provided for required type variable `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :43:61 - No type arguments provided for required type variables `_P`, `_R_co` of class `classmethod`
[error] missing-argument - :93:21 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :93:39 - No arguments provided for required parameters `_P`, `_R_co` of class `classmethod`
[error] invalid-type-arguments - :93:21 - No type argument provided for required type variable `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :93:39 - No type arguments provided for required type variables `_P`, `_R_co` of class `classmethod`
[error] missing-argument - :132:16 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :132:16 - No type argument provided for required type variable `_R_co` of class `staticmethod`
[error] missing-argument - :141:10 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :141:10 - No type argument provided for required type variable `_R_co` of class `staticmethod`
[error] missing-argument - :147:16 - No arguments provided for required parameters `_P`, `_R_co` of class `classmethod`
[error] invalid-type-arguments - :147:16 - No type arguments provided for required type variables `_P`, `_R_co` of class `classmethod`
[error] missing-argument - :156:10 - No arguments provided for required parameters `_P`, `_R_co` of class `classmethod`
[error] invalid-type-arguments - :156:10 - No type arguments provided for required type variables `_P`, `_R_co` of class `classmethod`

src/antidote/core/_injection.py

[error] missing-argument - :278:53 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :278:73 - No arguments provided for required parameters `_P`, `_R_co` of class `classmethod`
[error] invalid-type-arguments - :278:53 - No type argument provided for required type variable `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :278:73 - No type arguments provided for required type variables `_P`, `_R_co` of class `classmethod`

src/antidote/core/_wiring.py

[error] missing-argument - :15:41 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :15:61 - No arguments provided for required parameters `_P`, `_R_co` of class `classmethod`
[error] invalid-type-arguments - :15:41 - No type argument provided for required type variable `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :15:61 - No type arguments provided for required type variables `_P`, `_R_co` of class `classmethod`

src/antidote/lib/interface_ext/__init__.py

[error] missing-argument - :576:17 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :576:17 - No type argument provided for required type variable `_R_co` of class `staticmethod`
[error] missing-argument - :1237:31 - No arguments provided for required parameters `_P`, `_R_co` of class `classmethod`
[error] invalid-type-arguments - :1237:31 - No type arguments provided for required type variables `_P`, `_R_co` of class `classmethod`
[error] missing-argument - :1241:31 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :1241:31 - No type argument provided for required type variable `_R_co` of class `staticmethod`
[error] missing-argument - :1298:23 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :1298:23 - No type argument provided for required type variable `_R_co` of class `staticmethod`
[error] missing-argument - :1299:10 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :1299:10 - No type argument provided for required type variable `_R_co` of class `staticmethod`
[error] missing-argument - :1303:32 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :1303:65 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :1303:32 - No type argument provided for required type variable `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :1303:65 - No type argument provided for required type variable `_R_co` of class `staticmethod`
[error] missing-argument - :1330:23 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :1330:23 - No type argument provided for required type variable `_R_co` of class `staticmethod`
[error] missing-argument - :1331:10 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :1331:10 - No type argument provided for required type variable `_R_co` of class `staticmethod`
[error] missing-argument - :1335:32 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :1335:65 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :1335:32 - No type argument provided for required type variable `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :1335:65 - No type argument provided for required type variable `_R_co` of class `staticmethod`
[error] missing-argument - :1361:11 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :1361:11 - No type argument provided for required type variable `_R_co` of class `staticmethod`

src/antidote/lib/interface_ext/_interface.py

[error] missing-argument - :257:17 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :257:17 - No type argument provided for required type variable `_R_co` of class `staticmethod`

src/antidote/lib/lazy_ext/__init__.py

[error] missing-argument - :210:17 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :210:17 - No type argument provided for required type variable `_R_co` of class `staticmethod`
[error] missing-argument - :216:10 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :216:10 - No type argument provided for required type variable `_R_co` of class `staticmethod`
[error] missing-argument - :499:38 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :499:38 - No type argument provided for required type variable `_R_co` of class `staticmethod`
[error] missing-argument - :505:35 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :505:35 - No type argument provided for required type variable `_R_co` of class `staticmethod`
[error] missing-argument - :635:32 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :635:65 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :635:32 - No type argument provided for required type variable `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :635:65 - No type argument provided for required type variable `_R_co` of class `staticmethod`

src/antidote/lib/lazy_ext/_lazy.py

[error] missing-argument - :104:17 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :104:17 - No type argument provided for required type variable `_R_co` of class `staticmethod`
[error] missing-argument - :110:10 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] invalid-type-arguments - :110:10 - No type argument provided for required type variable `_R_co` of class `staticmethod`

anyio (https://github.com/agronholm/anyio)

src/anyio/_backends/_asyncio.py

[error] missing-argument - :186:29 - No arguments provided for required parameters `_SendT_nd_contra`, `_ReturnT_nd_co` of class `Coroutine`
[error] invalid-type-arguments - :186:29 - No type arguments provided for required type variables `_SendT_nd_contra`, `_ReturnT_nd_co` of class `Coroutine`

async-utils (https://github.com/mikeshardmind/async-utils)

src/async_utils/corofunc_cache.py

[error] too-many-positional-arguments - :46:39 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :46:61 - Too many positional arguments: expected 1, got 2
[error] invalid-type-arguments - :46:51 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :46:73 - Too many type arguments: expected 1, got 2
[error] too-many-positional-arguments - :50:36 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :50:58 - Too many positional arguments: expected 1, got 2
[error] invalid-type-arguments - :50:48 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :50:70 - Too many type arguments: expected 1, got 2
[error] too-many-positional-arguments - :116:31 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :116:53 - Too many positional arguments: expected 1, got 2
[error] invalid-type-arguments - :116:43 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :116:65 - Too many type arguments: expected 1, got 2
[error] too-many-positional-arguments - :199:31 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :199:53 - Too many positional arguments: expected 1, got 2
[error] invalid-type-arguments - :199:43 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :199:65 - Too many type arguments: expected 1, got 2

src/async_utils/gen_transform.py

[error] too-many-positional-arguments - :62:53 - Too many positional arguments: expected 1, got 2
[error] invalid-type-arguments - :62:64 - Too many type arguments: expected 1, got 2
[error] too-many-positional-arguments - :108:8 - Too many positional arguments: expected 1, got 2
[error] invalid-type-arguments - :108:24 - Too many type arguments: expected 1, got 2

src/async_utils/task_cache.py

[error] too-many-positional-arguments - :32:29 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :32:46 - Too many positional arguments: expected 1, got 2
[error] invalid-type-arguments - :32:41 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :32:58 - Too many type arguments: expected 1, got 2
[error] too-many-positional-arguments - :48:22 - Too many positional arguments: expected 1, got 2
[error] invalid-type-arguments - :48:38 - Too many type arguments: expected 1, got 2
[error] too-many-positional-arguments - :49:14 - Too many positional arguments: expected 1, got 2
[error] invalid-type-arguments - :49:26 - Too many type arguments: expected 1, got 2
[error] too-many-positional-arguments - :53:36 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :53:62 - Too many positional arguments: expected 1, got 2
[error] invalid-type-arguments - :53:52 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :53:74 - Too many type arguments: expected 1, got 2
[error] too-many-positional-arguments - :85:27 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :85:50 - Too many positional arguments: expected 1, got 2
[error] invalid-type-arguments - :85:43 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :85:62 - Too many type arguments: expected 1, got 2
[error] too-many-positional-arguments - :181:31 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :181:57 - Too many positional arguments: expected 1, got 2
[error] invalid-type-arguments - :181:47 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :181:69 - Too many type arguments: expected 1, got 2
[error] too-many-positional-arguments - :269:31 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :269:57 - Too many positional arguments: expected 1, got 2
[error] invalid-type-arguments - :269:47 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :269:69 - Too many type arguments: expected 1, got 2

black (https://github.com/psf/black)

src/black/rusty.py

[error] invalid-argument-type - :28:23 - Argument to class `Err` is incorrect: Expected `Exception`, found `typing.TypeVar`
[error] invalid-type-arguments - :28:27 - Type `typing.TypeVar` is not assignable to upper bound `Exception` of type variable `E@Err`

core (https://github.com/home-assistant/core)

homeassistant/components/androidtv/entity.py

[error] too-many-positional-arguments - :46:16 - Too many positional arguments: expected 2, got 3
[error] too-many-positional-arguments - :46:49 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :46:43 - Too many type arguments: expected 2, got 3
[error] invalid-type-arguments - :46:82 - Too many type arguments: expected 2, got 3
[error] too-many-positional-arguments - :54:15 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :54:42 - Too many type arguments: expected 2, got 3
[error] too-many-positional-arguments - :55:10 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :55:43 - Too many type arguments: expected 2, got 3

homeassistant/components/bthome/__init__.py

[error] too-many-positional-arguments - :109:6 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :109:17 - Too many type arguments to class `SignalType`: expected 0, got 1
[error] too-many-positional-arguments - :114:52 - Too many positional arguments to class `SignalType`: expected 0, got 2
[error] invalid-type-arguments - :114:63 - Too many type arguments to class `SignalType`: expected 0, got 2

homeassistant/components/calendar/trigger.py

[error] too-many-positional-arguments - :172:14 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :172:27 - Too many type arguments to class `HassJob`: expected 1, got 2

homeassistant/components/cast/const.py

[error] invalid-type-arguments - :35:5 - Too many type arguments to class `SignalType`: expected 0, got 4
[error] too-many-positional-arguments - :34:29 - Too many positional arguments to class `SignalType`: expected 0, got 4
[error] too-many-positional-arguments - :27:25 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :27:36 - Too many type arguments to class `SignalType`: expected 0, got 1
[error] too-many-positional-arguments - :31:22 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :31:33 - Too many type arguments to class `SignalType`: expected 0, got 1

homeassistant/components/cast/media_player.py

[error] too-many-positional-arguments - :94:11 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :94:39 - Too many type arguments: expected 2, got 3
[error] too-many-positional-arguments - :95:6 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :95:34 - Too many type arguments: expected 2, got 3

homeassistant/components/cloud/__init__.py

[error] too-many-positional-arguments - :91:32 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :91:43 - Too many type arguments to class `SignalType`: expected 0, got 1
[error] too-many-positional-arguments - :95:29 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :95:40 - Too many type arguments to class `SignalType`: expected 0, got 1

homeassistant/components/cloud/const.py

[error] too-many-positional-arguments - :90:27 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :90:38 - Too many type arguments to class `SignalType`: expected 0, got 1

homeassistant/components/device_tracker/const.py

[error] too-many-positional-arguments - :52:31 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :52:42 - Too many type arguments to class `SignalType`: expected 0, got 1

homeassistant/components/ffmpeg/const.py

[error] too-many-positional-arguments - :7:23 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :7:34 - Too many type arguments to class `SignalType`: expected 0, got 1
[error] too-many-positional-arguments - :8:22 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :8:33 - Too many type arguments to class `SignalType`: expected 0, got 1
[error] too-many-positional-arguments - :9:25 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :9:36 - Too many type arguments to class `SignalType`: expected 0, got 1

homeassistant/components/harmony/subscriber.py

[error] too-many-positional-arguments - :13:24 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :13:36 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :14:25 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :14:42 - Too many type arguments to class `HassJob`: expected 1, got 2

homeassistant/components/hassio/addon_manager.py

[error] too-many-positional-arguments - :38:6 - Too many positional arguments: expected 2, got 3
[error] too-many-positional-arguments - :38:42 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :38:36 - Too many type arguments: expected 2, got 3
[error] invalid-type-arguments - :38:78 - Too many type arguments: expected 2, got 3
[error] too-many-positional-arguments - :44:15 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :44:45 - Too many type arguments: expected 2, got 3
[error] too-many-positional-arguments - :45:10 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :45:46 - Too many type arguments: expected 2, got 3

homeassistant/components/heos/media_player.py

[error] too-many-positional-arguments - :144:16 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :144:36 - Too many positional arguments: expected 1, got 2
[error] invalid-type-arguments - :144:30 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :144:56 - Too many type arguments: expected 1, got 2
[error] too-many-positional-arguments - :147:25 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :147:47 - Too many positional arguments: expected 1, got 2
[error] invalid-type-arguments - :147:39 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :147:67 - Too many type arguments: expected 1, got 2

homeassistant/components/homekit/const.py

[error] too-many-positional-arguments - :17:25 - Too many positional arguments to class `SignalTypeFormat`: expected 0, got 1
[error] invalid-type-arguments - :17:42 - Too many type arguments to class `SignalTypeFormat`: expected 0, got 1

homeassistant/components/http/decorators.py

[error] too-many-positional-arguments - :33:6 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :33:41 - Too many type arguments: expected 2, got 3
[error] too-many-positional-arguments - :34:5 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :34:40 - Too many type arguments: expected 2, got 3
[error] too-many-positional-arguments - :44:12 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :44:47 - Too many type arguments: expected 2, got 3
[error] too-many-positional-arguments - :45:6 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :45:41 - Too many type arguments: expected 2, got 3
[error] too-many-positional-arguments - :53:12 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :53:47 - Too many type arguments: expected 2, got 3
[error] too-many-positional-arguments - :59:10 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :59:45 - Too many type arguments: expected 2, got 3
[error] too-many-positional-arguments - :60:9 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :60:44 - Too many type arguments: expected 2, got 3
[error] too-many-positional-arguments - :62:7 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :62:42 - Too many type arguments: expected 2, got 3
[error] too-many-positional-arguments - :67:15 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :67:50 - Too many type arguments: expected 2, got 3
[error] too-many-positional-arguments - :68:10 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :68:45 - Too many type arguments: expected 2, got 3

homeassistant/components/izone/climate.py

[error] too-many-positional-arguments - :122:16 - Too many positional arguments: expected 2, got 3
[error] too-many-positional-arguments - :122:46 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :122:40 - Too many type arguments: expected 2, got 3
[error] invalid-type-arguments - :122:70 - Too many type arguments: expected 2, got 3
[error] too-many-positional-arguments - :123:20 - Too many positional arguments: expected 2, got 3
[error] too-many-positional-arguments - :123:52 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :123:44 - Too many type arguments: expected 2, got 3
[error] invalid-type-arguments - :123:76 - Too many type arguments: expected 2, got 3

homeassistant/components/knx/telegrams.py

[error] too-many-positional-arguments - :28:22 - Too many positional arguments to class `SignalType`: expected 0, got 2
[error] invalid-type-arguments - :28:33 - Too many type arguments to class `SignalType`: expected 0, got 2

homeassistant/components/mqtt/client.py

[error] too-many-positional-arguments - :307:10 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :307:36 - Too many type arguments to class `HassJob`: expected 1, got 2

homeassistant/components/mqtt/discovery.py

[error] too-many-positional-arguments - :63:25 - Too many positional arguments to class `SignalTypeFormat`: expected 0, got 1
[error] invalid-type-arguments - :63:42 - Too many type arguments to class `SignalTypeFormat`: expected 0, got 1
[error] too-many-positional-arguments - :66:21 - Too many positional arguments to class `SignalTypeFormat`: expected 0, got 1
[error] invalid-type-arguments - :66:38 - Too many type arguments to class `SignalTypeFormat`: expected 0, got 1
[error] too-many-positional-arguments - :69:22 - Too many positional arguments to class `SignalTypeFormat`: expected 0, got 1
[error] invalid-type-arguments - :69:39 - Too many type arguments to class `SignalTypeFormat`: expected 0, got 1

homeassistant/components/onewire/onewirehub.py

[error] too-many-positional-arguments - :47:31 - Too many positional arguments to class `SignalType`: expected 0, got 2
[error] invalid-type-arguments - :47:42 - Too many type arguments to class `SignalType`: expected 0, got 2

homeassistant/components/openhome/media_player.py

[error] too-many-positional-arguments - :71:6 - Too many positional arguments: expected 2, got 3
[error] too-many-positional-arguments - :71:44 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :71:38 - Too many type arguments: expected 2, got 3
[error] invalid-type-arguments - :71:82 - Too many type arguments: expected 2, got 3
[error] too-many-positional-arguments - :76:15 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :76:47 - Too many type arguments: expected 2, got 3
[error] too-many-positional-arguments - :77:10 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :77:48 - Too many type arguments: expected 2, got 3

homeassistant/components/persistent_notification/__init__.py

[error] invalid-type-arguments - :55:5 - Too many type arguments to class `SignalType`: expected 0, got 2
[error] too-many-positional-arguments - :54:43 - Too many positional arguments to class `SignalType`: expected 0, got 2

homeassistant/components/recorder/util.py

[error] too-many-positional-arguments - :587:16 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :587:38 - Too many positional arguments: expected 1, got 2
[error] invalid-type-arguments - :587:30 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :587:52 - Too many type arguments: expected 1, got 2
[error] too-many-positional-arguments - :593:24 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :593:48 - Too many positional arguments: expected 1, got 2
[error] invalid-type-arguments - :593:38 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :593:62 - Too many type arguments: expected 1, got 2
[error] too-many-positional-arguments - :601:16 - Too many positional arguments: expected 2, got 3
[error] too-many-positional-arguments - :601:45 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :601:37 - Too many type arguments: expected 2, got 3
[error] invalid-type-arguments - :601:66 - Too many type arguments: expected 2, got 3
[error] too-many-positional-arguments - :607:24 - Too many positional arguments: expected 2, got 3
[error] too-many-positional-arguments - :607:55 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :607:45 - Too many type arguments: expected 2, got 3
[error] invalid-type-arguments - :607:76 - Too many type arguments: expected 2, got 3
[error] too-many-positional-arguments - :614:10 - Too many positional arguments: expected 1, got 2
[error] invalid-type-arguments - :614:30 - Too many type arguments: expected 1, got 2
[error] too-many-positional-arguments - :615:6 - Too many positional arguments: expected 1, got 2
[error] invalid-type-arguments - :615:26 - Too many type arguments: expected 1, got 2
[error] too-many-positional-arguments - :643:16 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :643:36 - Too many positional arguments: expected 1, got 2
[error] invalid-type-arguments - :643:30 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :643:50 - Too many type arguments: expected 1, got 2
[error] too-many-positional-arguments - :653:14 - Too many positional arguments: expected 1, got 2
[error] invalid-type-arguments - :653:28 - Too many type arguments: expected 1, got 2
[error] too-many-positional-arguments - :654:10 - Too many positional arguments: expected 1, got 2
[error] invalid-type-arguments - :654:24 - Too many type arguments: expected 1, got 2
[error] too-many-positional-arguments - :664:16 - Too many positional arguments: expected 2, got 3
[error] too-many-positional-arguments - :664:43 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :664:37 - Too many type arguments: expected 2, got 3
[error] invalid-type-arguments - :664:64 - Too many type arguments: expected 2, got 3
[error] too-many-positional-arguments - :674:14 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :674:35 - Too many type arguments: expected 2, got 3
[error] too-many-positional-arguments - :675:10 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :675:31 - Too many type arguments: expected 2, got 3
[error] too-many-positional-arguments - :684:10 - Too many positional arguments: expected 1, got 2
[error] invalid-type-arguments - :684:30 - Too many type arguments: expected 1, got 2
[error] too-many-positional-arguments - :688:6 - Too many positional arguments: expected 1, got 2
[error] invalid-type-arguments - :688:26 - Too many type arguments: expected 1, got 2

homeassistant/components/roku/helpers.py

[error] too-many-positional-arguments - :31:16 - Too many positional arguments: expected 1, got 2
[error] too-many-positional-arguments - :31:46 - Too many positional arguments: expected 1, got 2
[error] invalid-type-arguments - :31:40 - Too many type arguments: expected 1, got 2
[error] invalid-type-arguments - :31:76 - Too many type arguments: expected 1, got 2
[error] too-many-positional-arguments - :35:15 - Too many positional arguments: expected 1, got 2
[error] invalid-type-arguments - :35:39 - Too many type arguments: expected 1, got 2
[error] too-many-positional-arguments - :36:10 - Too many positional arguments: expected 1, got 2
[error] invalid-type-arguments - :36:40 - Too many type arguments: expected 1, got 2

homeassistant/components/sonos/helpers.py

[error] too-many-positional-arguments - :46:16 - Too many positional arguments: expected 2, got 3
[error] too-many-positional-arguments - :46:40 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :46:34 - Too many type arguments: expected 2, got 3
[error] invalid-type-arguments - :46:58 - Too many type arguments: expected 2, got 3
[error] too-many-positional-arguments - :52:16 - Too many positional arguments: expected 2, got 3
[error] too-many-positional-arguments - :52:40 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :52:34 - Too many type arguments: expected 2, got 3
[error] invalid-type-arguments - :52:64 - Too many type arguments: expected 2, got 3
[error] too-many-positional-arguments - :57:16 - Too many positional arguments: expected 2, got 3
[error] too-many-positional-arguments - :57:40 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :57:34 - Too many type arguments: expected 2, got 3
[error] invalid-type-arguments - :57:64 - Too many type arguments: expected 2, got 3
[error] too-many-positional-arguments - :60:26 - Too many positional arguments: expected 2, got 3
[error] too-many-positional-arguments - :60:52 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :60:44 - Too many type arguments: expected 2, got 3
[error] invalid-type-arguments - :60:76 - Too many type arguments: expected 2, got 3

homeassistant/components/ssdp/scanner.py

[error] too-many-positional-arguments - :63:28 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :64:37 - Too many type arguments to class `HassJob`: expected 1, got 2

homeassistant/components/wemo/__init__.py

[error] too-many-positional-arguments - :263:29 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :263:49 - Too many type arguments to class `HassJob`: expected 1, got 2

homeassistant/config_entries.py

[error] too-many-positional-arguments - :199:31 - Too many positional arguments to class `SignalType`: expected 0, got 2
[error] invalid-type-arguments - :199:42 - Too many type arguments to class `SignalType`: expected 0, got 2
[error] too-many-positional-arguments - :207:6 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :207:17 - Too many type arguments to class `SignalType`: expected 0, got 1

homeassistant/const.py

[error] too-many-positional-arguments - :977:32 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :977:43 - Too many type arguments to class `SignalType`: expected 0, got 1

homeassistant/core.py

[error] too-many-positional-arguments - :359:10 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :359:23 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :648:18 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :648:31 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :658:18 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :658:31 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :667:18 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :667:31 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :698:18 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :698:31 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :707:18 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :707:31 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :715:18 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :715:31 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :735:32 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :735:45 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :743:32 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :743:45 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :748:32 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :748:45 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :881:18 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :881:31 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :890:18 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :890:31 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :898:18 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :898:31 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :917:32 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :917:45 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :1026:24 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :1026:37 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :1032:24 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :1032:37 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :1037:24 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :1037:37 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :1398:5 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-argument-type - :1398:14 - Argument to class `Event` is incorrect: Expected `Mapping[str, Any]`, found `typing.TypeVar`
[error] invalid-type-arguments - :1398:20 - Type `typing.TypeVar` is not assignable to upper bound `Mapping[str, Any]` of type variable `_DataT@Event`
[error] invalid-type-arguments - :1398:30 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :1406:19 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :1406:44 - Too many type arguments to class `HassJob`: expected 1, got 2

homeassistant/data_entry_flow.py

[error] too-many-positional-arguments - :1016:16 - Too many positional arguments: expected 2, got 3
[error] too-many-positional-arguments - :1016:50 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :1016:45 - Too many type arguments: expected 2, got 3
[error] invalid-type-arguments - :1016:79 - Too many type arguments: expected 2, got 3
[error] too-many-positional-arguments - :1031:15 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :1031:44 - Too many type arguments: expected 2, got 3
[error] too-many-positional-arguments - :1032:10 - Too many positional arguments: expected 2, got 3
[error] invalid-type-arguments - :1032:39 - Too many type arguments: expected 2, got 3

homeassistant/helpers/debounce.py

[error] too-many-positional-arguments - :43:20 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :43:32 - Too many type arguments to class `HassJob`: expected 1, got 2

homeassistant/helpers/discovery.py

[error] too-many-positional-arguments - :22:29 - Too many positional arguments to class `SignalTypeFormat`: expected 0, got 1
[error] invalid-type-arguments - :22:46 - Too many type arguments to class `SignalTypeFormat`: expected 0, got 1

homeassistant/helpers/dispatcher.py

[error] too-many-positional-arguments - :30:5 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :30:16 - Too many type arguments to class `SignalType`: expected 0, got 1
[error] too-many-positional-arguments - :33:9 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :33:22 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :41:34 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :41:45 - Too many type arguments to class `SignalType`: expected 0, got 1
[error] too-many-positional-arguments - :55:13 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :55:24 - Too many type arguments to class `SignalType`: expected 0, got 1
[error] too-many-positional-arguments - :72:18 - Too many positional arguments: expected 0, got 1
[error] invalid-type-arguments - :72:38 - Too many type arguments: expected 0, got 1
[error] too-many-positional-arguments - :73:13 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :73:24 - Too many type arguments to class `SignalType`: expected 0, got 1
[error] too-many-positional-arguments - :94:34 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :94:45 - Too many type arguments to class `SignalType`: expected 0, got 1
[error] too-many-positional-arguments - :110:13 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :110:24 - Too many type arguments to class `SignalType`: expected 0, got 1
[error] too-many-positional-arguments - :119:18 - Too many positional arguments: expected 0, got 1
[error] invalid-type-arguments - :119:38 - Too many type arguments: expected 0, got 1
[error] too-many-positional-arguments - :131:34 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :131:45 - Too many type arguments to class `SignalType`: expected 0, got 1
[error] too-many-positional-arguments - :142:34 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :142:45 - Too many type arguments to class `SignalType`: expected 0, got 1
[error] too-many-positional-arguments - :149:13 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :149:24 - Too many type arguments to class `SignalType`: expected 0, got 1
[error] too-many-positional-arguments - :163:13 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :163:24 - Too many type arguments to class `SignalType`: expected 0, got 1
[error] too-many-positional-arguments - :164:6 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :164:19 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :186:34 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :186:45 - Too many type arguments to class `SignalType`: expected 0, got 1
[error] too-many-positional-arguments - :199:34 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :199:45 - Too many type arguments to class `SignalType`: expected 0, got 1
[error] too-many-positional-arguments - :221:34 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :221:45 - Too many type arguments to class `SignalType`: expected 0, got 1
[error] too-many-positional-arguments - :234:18 - Too many positional arguments: expected 0, got 1
[error] invalid-type-arguments - :234:38 - Too many type arguments: expected 0, got 1

homeassistant/helpers/event.py

[error] too-many-positional-arguments - :105:28 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :105:58 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :113:28 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :113:58 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :125:38 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :125:68 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :342:31 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :342:66 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :352:31 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :352:66 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :372:31 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :372:66 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :437:10 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :437:40 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :438:31 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :438:61 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :501:31 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :501:80 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :525:31 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :525:80 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :568:31 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :568:80 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :578:31 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :578:80 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :622:31 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :622:71 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :639:31 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :639:71 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :689:31 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :689:71 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :1466:13 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :1466:33 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :1500:10 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :1500:30 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :1546:13 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :1546:33 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :1571:31 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :1571:51 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :1581:13 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :1581:33 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :1602:13 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :1602:33 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :1632:17 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :1632:37 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :1633:15 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :1633:35 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :1708:10 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :1708:22 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :1805:10 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :1805:30 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :1807:40 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :1807:60 - Too many type arguments to class `HassJob`: expected 1, got 2

homeassistant/helpers/integration_platform.py

[error] too-many-positional-arguments - :37:18 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :37:53 - Too many type arguments to class `HassJob`: expected 1, got 2

homeassistant/helpers/script.py

[error] too-many-positional-arguments - :153:25 - Too many positional arguments to class `SignalType`: expected 0, got 3
[error] invalid-type-arguments - :153:36 - Too many type arguments to class `SignalType`: expected 0, got 3
[error] too-many-positional-arguments - :154:29 - Too many positional arguments to class `SignalTypeFormat`: expected 0, got 1
[error] invalid-type-arguments - :154:46 - Too many type arguments to class `SignalTypeFormat`: expected 0, got 1

homeassistant/helpers/service.py

[error] invalid-type-arguments - :924:9 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :922:18 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :1137:25 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :1137:38 - Too many type arguments to class `HassJob`: expected 1, got 2
[error] too-many-positional-arguments - :1177:25 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :1177:38 - Too many type arguments to class `HassJob`: expected 1, got 2

homeassistant/helpers/trigger.py

[error] too-many-positional-arguments - :587:13 - Too many positional arguments to class `HassJob`: expected 1, got 2
[error] invalid-type-arguments - :587:55 - Too many type arguments to class `HassJob`: expected 1, got 2

homeassistant/util/signal_type.py

[error] too-many-positional-arguments - :12:24 - Too many positional arguments to class `_SignalTypeBase`: expected 0, got 1
[error] invalid-type-arguments - :12:40 - Too many type arguments to class `_SignalTypeBase`: expected 0, got 1
[error] too-many-positional-arguments - :18:30 - Too many positional arguments to class `_SignalTypeBase`: expected 0, got 1
[error] invalid-type-arguments - :18:46 - Too many type arguments to class `_SignalTypeBase`: expected 0, got 1

homeassistant/util/signal_type.pyi

[error] too-many-positional-arguments - :21:24 - Too many positional arguments to class `_SignalTypeBase`: expected 0, got 1
[error] invalid-type-arguments - :21:40 - Too many type arguments to class `_SignalTypeBase`: expected 0, got 1
[error] too-many-positional-arguments - :24:30 - Too many positional arguments to class `_SignalTypeBase`: expected 0, got 1
[error] invalid-type-arguments - :24:46 - Too many type arguments to class `_SignalTypeBase`: expected 0, got 1
[error] too-many-positional-arguments - :27:52 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :27:63 - Too many type arguments to class `SignalType`: expected 0, got 1
[error] too-many-positional-arguments - :52:15 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :52:26 - Too many type arguments to class `SignalType`: expected 0, got 1
[error] too-many-positional-arguments - :53:27 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :53:38 - Too many type arguments to class `SignalType`: expected 0, got 1
[error] too-many-positional-arguments - :61:20 - Too many positional arguments to class `SignalTypeFormat`: expected 0, got 1
[error] invalid-type-arguments - :61:37 - Too many type arguments to class `SignalTypeFormat`: expected 0, got 1
[error] too-many-positional-arguments - :63:32 - Too many positional arguments to class `SignalTypeFormat`: expected 0, got 1
[error] invalid-type-arguments - :63:49 - Too many type arguments to class `SignalTypeFormat`: expected 0, got 1
[error] too-many-positional-arguments - :64:27 - Too many positional arguments to class `SignalType`: expected 0, got 1
[error] invalid-type-arguments - :64:38 - Too many type arguments to class `SignalType`: expected 0, got 1

dd-trace-py (https://github.com/DataDog/dd-trace-py)

ddtrace/appsec/_handlers.py

[error] invalid-argument-type - :404 -
Old: Argument to bound method `add_configurations` is incorrect: Expected `list[tuple[str, str, str]]`, found `list[Unknown | tuple[str, int, Unknown]] & list[tuple[str, str, str] | tuple[str, int, Unknown]]`
New: Argument to bound method `add_configurations` is incorrect: Expected `list[tuple[str, str, str]]`, found `list[tuple[str, str, str] | tuple[str, int, Unknown]] & list[Unknown | tuple[str, int, Unknown]]`

discord.py (https://github.com/Rapptz/discord.py)

discord/app_commands/commands.py

[error] invalid-argument-type - :140:63 - Argument to class `Choice` is incorrect: Expected `str | int | float`, found `typing.TypeVar`
[error] invalid-type-arguments - :140:70 - Type `typing.TypeVar` does not satisfy constraints `str`, `int`, `int | float`, `str | int | float` of type variable `ChoiceT@Choice`
[error] invalid-argument-type - :141:55 - Argument to class `Choice` is incorrect: Expected `str | int | float`, found `typing.TypeVar`
[error] invalid-type-arguments - :141:62 - Type `typing.TypeVar` does not satisfy constraints `str`, `int`, `int | float`, `str | int | float` of type variable `ChoiceT@Choice`

discord/app_commands/tree.py

[error] invalid-argument-type - :76:10 - Argument to class `Interaction` is incorrect: Expected `Client`, found `typing.TypeVar`
[error] invalid-type-arguments - :76:22 - Type `typing.TypeVar` is not assignable to upper bound `Client` of type variable `ClientT@Interaction`

discord/ext/commands/cog.py

[error] invalid-argument-type - :288:28 - Argument to class `Command` is incorrect: Expected `Cog | None`, found `typing.Self`
[error] invalid-type-arguments - :288:36 - Type `typing.Self` is not assignable to upper bound `Cog | None` of type variable `CogT@Command`
[error] invalid-argument-type - :289:58 - Argument to class `Command` is incorrect: Expected `Group | Cog`, found `typing.Self`
[error] invalid-type-arguments - :289:79 - Type `typing.Self` is not assignable to upper bound `Group | Cog` of type variable `GroupT@Command`

discord/ui/modal.py

[error] invalid-argument-type - :109:50 - Argument to class `Item` is incorrect: Expected `BaseView`, found `typing.Self`
[error] invalid-type-arguments - :109:55 - Type `typing.Self` is not assignable to upper bound `BaseView` of type variable `V@Item`

django-stubs (https://github.com/typeddjango/django-stubs)

django-stubs/contrib/admin/options.pyi

[error] invalid-argument-type - :148:66 - Argument to class `QuerySet` is incorrect: Expected `Model`, found `typing.TypeVar`
[error] invalid-type-arguments - :148:75 - Type `typing.TypeVar` is not assignable to upper bound `Model` of type variable `_Model@QuerySet`

django-stubs/contrib/auth/models.pyi

[error] invalid-argument-type - :106:23 - Argument to class `UserManager` is incorrect: Expected `AbstractBaseUser`, found `typing.Self`
[error] invalid-type-arguments - :106:35 - Type `typing.Self` is not assignable to upper bound `AbstractBaseUser` of type variable `_UserType@UserManager`

django-stubs/contrib/gis/db/backends/oracle/models.pyi

[error] invalid-argument-type - :12:23 - Argument to class `Manager` is incorrect: Expected `Model`, found `typing.Self`
[error] invalid-type-arguments - :12:31 - Type `typing.Self` is not assignable to upper bound `Model` of type variable `_T@Manager`
[error] invalid-argument-type - :26:23 - Argument to class `Manager` is incorrect: Expected `Model`, found `typing.Self`
[error] invalid-type-arguments - :26:31 - Type `typing.Self` is not assignable to upper bound `Model` of type variable `_T@Manager`

django-stubs/contrib/gis/db/backends/postgis/models.pyi

[error] invalid-argument-type - :15:23 - Argument to class `Manager` is incorrect: Expected `Model`, found `typing.Self`
[error] invalid-type-arguments - :15:38 - Type `typing.Self` is not assignable to upper bound `Model` of type variable `_T@Manager`
[error] invalid-argument-type - :28:23 - Argument to class `Manager` is incorrect: Expected `Model`, found `typing.Self`
[error] invalid-type-arguments - :28:38 - Type `typing.Self` is not assignable to upper bound `Model` of type variable `_T@Manager`

django-stubs/contrib/gis/db/backends/spatialite/models.pyi

[error] invalid-argument-type - :14:23 - Argument to class `Manager` is incorrect: Expected `Model`, found `typing.Self`
[error] invalid-type-arguments - :14:38 - Type `typing.Self` is not assignable to upper bound `Model` of type variable `_T@Manager`
[error] invalid-argument-type - :28:23 - Argument to class `Manager` is incorrect: Expected `Model`, found `typing.Self`
[error] invalid-type-arguments - :28:38 - Type `typing.Self` is not assignable to upper bound `Model` of type variable `_T@Manager`

django-stubs/contrib/sessions/base_session.pyi

[error] invalid-argument-type - :18:23 - Argument to class `BaseSessionManager` is incorrect: Expected `AbstractBaseSession`, found `typing.Self`
[error] invalid-type-arguments - :18:42 - Type `typing.Self` is not assignable to upper bound `AbstractBaseSession` of type variable `_T@BaseSessionManager`

django-stubs/db/migrations/recorder.pyi

[error] invalid-argument-type - :14:27 - Argument to class `Manager` is incorrect: Expected `Model`, found `typing.Self`
[error] invalid-type-arguments - :14:35 - Type `typing.Self` is not assignable to upper bound `Model` of type variable `_T@Manager`

django-stubs/db/models/base.pyi

[error] invalid-argument-type - :45:23 - Argument to class `Manager` is incorrect: Expected `Model`, found `typing.Self`
[error] invalid-type-arguments - :45:31 - Type `typing.Self` is not assignable to upper bound `Model` of type variable `_T@Manager`
[error] invalid-argument-type - :47:21 - Argument to class `Options` is incorrect: Expected `Model`, found `typing.Self`
[error] invalid-type-arguments - :47:29 - Type `typing.Self` is not assignable to upper bound `Model` of type variable `_M@Options`

ext/django_stubs_ext/annotations.py

[error] invalid-argument-type - :18:33 - Argument to class `Annotations` is incorrect: Expected `Mapping[str, Any]`, found `typing.TypeVar`
[error] invalid-type-arguments - :18:45 - Type `typing.TypeVar` is not assignable to upper bound `Mapping[str, Any]` of type variable `_Annotations@Annotations`

egglog-python (https://github.com/egraphs-good/egglog-python)

python/egglog/builtins.py

[error] invalid-argument-type - :459:22 - Argument to class `Map` is incorrect: Expected `BaseExpr`, found `typing.TypeVar`
[error] invalid-argument-type - :459:22 - Argument to class `Map` is incorrect: Expected `BaseExpr`, found `typing.TypeVar`
[error] invalid-type-arguments - :459:26 - Type `typing.TypeVar` is not assignable to upper bound `BaseExpr` of type variable `T@Map`
[error] invalid-type-arguments - :459:29 - Type `typing.TypeVar` is not assignable to upper bound `BaseExpr` of type variable `V@Map`
[error] invalid-argument-type - :529:22 - Argument to class `Set` is incorrect: Expected `BaseExpr`, found `typing.TypeVar`
[error] invalid-type-arguments - :529:26 - Type `typing.TypeVar` is not assignable to upper bound `BaseExpr` of type variable `T@Set`
[error] invalid-argument-type - :595:27 - Argument to class `MultiSet` is incorrect: Expected `BaseExpr`, found `typing.TypeVar`
[error] invalid-type-arguments - :595:36 - Type `typing.TypeVar` is not assignable to upper bound `BaseExpr` of type variable `T@MultiSet`
[error] invalid-argument-type - :985:22 - Argument to class `Vec` is incorrect: Expected `BaseExpr`, found `typing.TypeVar`
[error] invalid-type-arguments - :985:26 - Type `typing.TypeVar` is not assignable to upper bound `BaseExpr` of type variable `T@Vec`

python/egglog/egraph.py

[error] invalid-argument-type - :2154:42 - Argument to class `GreedyDagCost` is incorrect: Expected `ComparableAddSub`, found `int`
[error] invalid-type-arguments - :2154:56 - Type `int` is not assignable to upper bound `ComparableAddSub` of type variable `DAG_COST@GreedyDagCost`

python/tests/test_high_level.py

[error] invalid-argument-type - :943:9 - Argument to class `Vec` is incorrect: Expected `BaseExpr`, found `typing.TypeVar`
[error] invalid-type-arguments - :943:13 - Type `typing.TypeVar` is not assignable to upper bound `BaseExpr` of type variable `T@Vec`

graphql-core (https://github.com/graphql-python/graphql-core)

tests/type/test_definition.py

[error] invalid-argument-type - :163 -
Old: Argument to function `parse_literal` is incorrect: Expected `ValueNode`, found `dict[str, Any] & dict[Unknown | str, Unknown | str]`
New: Argument to function `parse_literal` is incorrect: Expected `ValueNode`, found `dict[Unknown | str, Unknown | str] & dict[str, Any]`

ibis (https://github.com/ibis-project/ibis)

ibis/backends/bigquery/tests/system/udf/test_udf_execute.py

[error] invalid-argument-type - :179:46 - Argument to class `Array` is incorrect: Expected `DataType`, found `str`
[error] invalid-type-arguments - :179:55 - Type `str` is not assignable to upper bound `DataType` of type variable `T@Array`

ibis/expr/operations/core.py

[error] invalid-argument-type - :140:10 - Argument to class `Value` is incorrect: Expected `DataType`, found `typing.TypeVar`
[error] invalid-type-arguments - :140:16 - Type `typing.TypeVar` is not assignable to upper bound `DataType` of type variable `T@Value`
[error] invalid-argument-type - :141:10 - Argument to class `Value` is incorrect: Expected `DataType`, found `typing.TypeVar`
[error] invalid-type-arguments - :141:16 - Type `typing.TypeVar` is not assignable to upper bound `DataType` of type variable `T@Value`

meson (https://github.com/mesonbuild/meson)

mesonbuild/interpreterbase/interpreterbase.py

[error] invalid-argument-type - :56:63 - Argument to class `ObjectHolder` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 3 union elements`, found `typing.TypeVar`
[error] invalid-type-arguments - :56:76 - Type `typing.TypeVar` is not assignable to upper bound `str | int | Sequence[Divergent] | ... omitted 3 union elements` of type variable `InterpreterObjectTypeVar@ObjectHolder`

mongo-python-driver (https://github.com/mongodb/mongo-python-driver)

pymongo/asynchronous/collection.py

[error] invalid-argument-type - :104:5 - Argument to class `InsertOne` is incorrect: Expected `Mapping[str, Any]`, found `typing.TypeVar`
[error] invalid-type-arguments - :104:15 - Type `typing.TypeVar` is not assignable to upper bound `Mapping[str, Any]` of type variable `_DocumentType@InsertOne`
[error] invalid-argument-type - :107:5 - Argument to class `ReplaceOne` is incorrect: Expected `Mapping[str, Any]`, found `typing.TypeVar`
[error] invalid-type-arguments - :107:16 - Type `typing.TypeVar` is not assignable to upper bound `Mapping[str, Any]` of type variable `_DocumentType@ReplaceOne`

pymongo/synchronous/collection.py

[error] invalid-argument-type - :103:5 - Argument to class `InsertOne` is incorrect: Expected `Mapping[str, Any]`, found `typing.TypeVar`
[error] invalid-type-arguments - :103:15 - Type `typing.TypeVar` is not assignable to upper bound `Mapping[str, Any]` of type variable `_DocumentType@InsertOne`
[error] invalid-argument-type - :106:5 - Argument to class `ReplaceOne` is incorrect: Expected `Mapping[str, Any]`, found `typing.TypeVar`
[error] invalid-type-arguments - :106:16 - Type `typing.TypeVar` is not assignable to upper bound `Mapping[str, Any]` of type variable `_DocumentType@ReplaceOne`

mypy (https://github.com/python/mypy)

mypy/typeshed/stdlib/_typeshed/__init__.pyi

[error] invalid-argument-type - :184:35 - Argument to class `PathLike` is incorrect: Expected `str | bytes`, found `typing.TypeVar`
[error] invalid-type-arguments - :184:44 - Type `typing.TypeVar` does not satisfy constraints `str`, `bytes` of type variable `AnyStr_co@PathLike`

mypy/typeshed/stdlib/builtins.pyi

[error] too-many-positional-arguments - :133:35 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :133:46 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :134:66 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :134:77 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :189:16 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :189:28 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :203:26 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :203:38 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :213:42 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :213:54 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :218:54 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :218:66 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :228:48 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :228:60 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :235:26 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :235:68 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :259:35 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :259:46 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :305:44 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :305:55 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :312:45 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :312:56 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :367:35 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :367:46 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :383:46 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :383:59 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :396:47 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :396:60 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :490:29 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :490:40 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :530:29 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :530:40 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :582:34 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :582:56 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :607:52 - Too many positional arguments to class `tuple`: expected 1, got 3
[error] invalid-type-arguments - :607:65 - Too many type arguments to class `tuple`: expected 1, got 3
[error] too-many-positional-arguments - :618:53 - Too many positional arguments to class `tuple`: expected 1, got 3
[error] invalid-type-arguments - :618:66 - Too many type arguments to class `tuple`: expected 1, got 3
[error] too-many-positional-arguments - :625:34 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :625:56 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :683:34 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :683:56 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :710:52 - Too many positional arguments to class `tuple`: expected 1, got 3
[error] invalid-type-arguments - :710:69 - Too many type arguments to class `tuple`: expected 1, got 3
[error] too-many-positional-arguments - :723:53 - Too many positional arguments to class `tuple`: expected 1, got 3
[error] invalid-type-arguments - :723:70 - Too many type arguments to class `tuple`: expected 1, got 3
[error] too-many-positional-arguments - :730:34 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :730:56 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :789:24 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :789:35 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :791:26 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :791:37 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :793:29 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :793:40 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :818:67 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :818:78 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :820:78 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :820:89 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :822:61 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :822:72 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :824:64 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :824:75 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :826:48 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :826:69 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :837:48 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :837:69 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :928:49 - Too many positional arguments to class `tuple`: expected 1, got 3
[error] invalid-type-arguments - :928:60 - Too many type arguments to class `tuple`: expected 1, got 3
[error] too-many-positional-arguments - :938:45 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :938:58 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :940:29 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :940:42 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :941:29 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :941:42 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :942:29 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :942:42 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :943:29 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :943:42 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :947:30 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :947:55 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :947:43 - Too many type arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :947:68 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :949:30 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :949:52 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :949:40 - Too many type arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :949:70 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :950:51 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :950:64 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :951:52 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :951:65 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :965:30 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :965:46 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :967:19 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :967:30 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :981:26 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :981:68 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :990:22 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :990:36 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :991:22 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :991:38 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :1000:22 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :1000:36 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :1001:22 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :1001:38 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :1080:43 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :1080:54 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :1084:28 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :1084:39 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :1143:39 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :1143:50 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :1215:26 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :1215:37 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :1218:27 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :1218:38 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :1378:18 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :1378:34 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :1388:18 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :1388:34 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :1454:54 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :1454:72 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :1456:36 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :1456:54 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :1844:105 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :1844:116 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :1848:18 - Too many positional arguments to class `tuple`: expected 1, got 3
[error] invalid-type-arguments - :1848:29 - Too many type arguments to class `tuple`: expected 1, got 3
[error] too-many-positional-arguments - :1859:18 - Too many positional arguments to class `tuple`: expected 1, got 4
[error] invalid-type-arguments - :1859:29 - Too many type arguments to class `tuple`: expected 1, got 4
[error] too-many-positional-arguments - :1871:18 - Too many positional arguments to class `tuple`: expected 1, got 5
[error] invalid-type-arguments - :1871:29 - Too many type arguments to class `tuple`: expected 1, got 5
[error] too-many-positional-arguments - :1884:18 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :1884:29 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :1891:80 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :1891:91 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :1893:102 - Too many positional arguments to class `tuple`: expected 1, got 3
[error] invalid-type-arguments - :1893:113 - Too many type arguments to class `tuple`: expected 1, got 3
[error] too-many-positional-arguments - :1897:18 - Too many positional arguments to class `tuple`: expected 1, got 4
[error] invalid-type-arguments - :1897:29 - Too many type arguments to class `tuple`: expected 1, got 4
[error] too-many-positional-arguments - :1901:18 - Too many positional arguments to class `tuple`: expected 1, got 5
[error] invalid-type-arguments - :1901:29 - Too many type arguments to class `tuple`: expected 1, got 5
[error] too-many-positional-arguments - :1913:18 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :1913:29 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :1955:11 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :1955:22 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :2062:40 - Too many positional arguments to class `tuple`: expected 1, got 4
[error] invalid-type-arguments - :2062:58 - Too many type arguments to class `tuple`: expected 1, got 4
[error] too-many-positional-arguments - :2067:35 - Too many positional arguments to class `tuple`: expected 1, got 6
[error] invalid-type-arguments - :2067:53 - Too many type arguments to class `tuple`: expected 1, got 6
[error] too-many-positional-arguments - :2162:33 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :2162:100 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :2165:54 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :2165:79 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :2169:58 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :2169:87 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :2177:54 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :2177:79 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :2178:14 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :2178:56 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :2181:58 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :2181:87 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :2182:14 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :2182:64 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :2186:14 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :2186:67 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :2198:33 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :2198:88 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :2202:54 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :2202:79 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :2210:54 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :2210:79 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :2211:14 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :2211:56 - Too many type arguments to class `tuple`: expected 1, got 2
[error] too-many-positional-arguments - :2215:14 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :2215:59 - Too many type arguments to class `tuple`: expected 1, got 2

mypy/typeshed/stdlib/collections/__init__.pyi

[error] too-many-positional-arguments - :43:11 - Too many positional arguments to class `tuple`: expected 1, got 2
[error] invalid-type-arguments - :43:22 - Too many type arguments to class `tuple`: expected 1, got 2

mypy/typeshed/stdlib/ctypes/wintypes.pyi

[error] invalid-argument-type - :124:29 - Argument to class `_CField` is incorrect: Expected `_CData`, found `typing.TypeVar`
[error] invalid-type-arguments - :124:37 - Type `typing.TypeVar` is not assignable to upper bound `_CData` of type variable `_CT@_CField`

pandas-stubs (https://github.com/pandas-dev/pandas-stubs)

pandas-stubs/_typing.pyi

[error] invalid-argument-type - :933:25 - Argument to class `ndarray` is incorrect: Expected `tuple[int, ...]`, found `typing.TypeVar`
[error] invalid-argument-type - :933:44 - Argument to class `dtype` is incorrect: Expected `generic[Any]`, found `typing.TypeVar`
[error] invalid-type-arguments - :933:36 - Type `typing.TypeVar` is not assignable to upper bound `tuple[int, ...]` of type variable `_ShapeT_co@ndarray`
[error] invalid-type-arguments - :933:53 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT_co@dtype`
[error] invalid-argument-type - :937:48 - Argument to class `dtype` is incorrect: Expected `generic[Any]`, found `typing.TypeVar`
[error] invalid-type-arguments - :937:57 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT_co@dtype`
[error] invalid-argument-type - :949:53 - Argument to class `dtype` is incorrect: Expected `generic[Any]`, found `typing.TypeVar`
[error] invalid-type-arguments - :949:62 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT_co@dtype`

pandas-stubs/core/groupby/groupby.pyi

[error] invalid-type-arguments - :74:35 - Type `typing.TypeVar` is not assignable to upper bound `NDFrame` of type variable `NDFrameT@DatetimeIndexResamplerGroupby`
[warning] unused-ignore-comment - :74:46 - Unused `ty: ignore` directive
[error] invalid-type-arguments - :75:35 - Type `typing.TypeVar` is not assignable to upper bound `NDFrame` of type variable `NDFrameT@PeriodIndexResamplerGroupby`
[warning] unused-ignore-comment - :75:46 - Unused `ty: ignore` directive
[error] invalid-type-arguments - :76:38 - Type `typing.TypeVar` is not assignable to upper bound `NDFrame` of type variable `NDFrameT@TimedeltaIndexResamplerGroupby`
[warning] unused-ignore-comment - :76:49 - Unused `ty: ignore` directive

pandas-stubs/core/series.pyi

[error] invalid-argument-type - :342:57 - Argument to class `IndexOpsMixin` is incorrect: Expected `str | bytes | int | ... omitted 12 union elements`, found `typing.TypeVar`
[error] invalid-type-arguments - :342:71 - Type `typing.TypeVar` is not assignable to upper bound `str | bytes | int | ... omitted 12 union elements` of type variable `S1@IndexOpsMixin`

pydantic (https://github.com/pydantic/pydantic)

pydantic/v1/typing.py

[error] missing-argument - :283:26 - No arguments provided for required parameters `_P`, `_R_co` of class `classmethod`
[error] invalid-type-arguments - :283:26 - No type arguments provided for required type variables `_P`, `_R_co` of class `classmethod`

pytest (https://github.com/pytest-dev/pytest)

src/_pytest/raises.py

[error] invalid-argument-type - :1002:33 - Argument to class `RaisesExc` is incorrect: Expected `BaseException`, found `typing.TypeVar`
[error] invalid-type-arguments - :1002:43 - Type `typing.TypeVar` is not assignable to upper bound `BaseException` of type variable `BaseExcT_co_default@RaisesExc`

schemathesis (https://github.com/schemathesis/schemathesis)

src/schemathesis/core/result.py

[error] invalid-argument-type - :27:18 - Argument to class `Err` is incorrect: Expected `Exception`, found `typing.TypeVar`
[error] invalid-type-arguments - :27:22 - Type `typing.TypeVar` is not assignable to upper bound `Exception` of type variable `E@Err`

static-frame (https://github.com/static-frame/static-frame)

static_frame/test/unit/test_type_clinic.py

[error] invalid-argument-type - :349:38 - Argument to class `signedinteger` is incorrect: Expected `NBitBase`, found `integer[Any]`
[error] invalid-type-arguments - :349:55 - Type `integer[Any]` is not assignable to upper bound `NBitBase` of type variable `_NBit@signedinteger`
[error] invalid-argument-type - :361:38 - Argument to class `signedinteger` is incorrect: Expected `NBitBase`, found `integer[_32Bit]`
[error] invalid-type-arguments - :361:55 - Type `integer[_32Bit]` is not assignable to upper bound `NBitBase` of type variable `_NBit@signedinteger`
[error] invalid-argument-type - :364:38 - Argument to class `signedinteger` is incorrect: Expected `NBitBase`, found `integer[_16Bit]`
[error] invalid-type-arguments - :364:55 - Type `integer[_16Bit]` is not assignable to upper bound `NBitBase` of type variable `_NBit@signedinteger`
[error] invalid-argument-type - :379:35 - Argument to class `integer` is incorrect: Expected `NBitBase`, found `number[_32Bit, int | float | complex]`
[error] invalid-type-arguments - :379:46 - Type `number[_32Bit, int | float | complex]` is not assignable to upper bound `NBitBase` of type variable `_NBit@integer`
[error] invalid-argument-type - :385:35 - Argument to class `integer` is incorrect: Expected `NBitBase`, found `number[_64Bit, int | float | complex]`
[error] invalid-type-arguments - :385:46 - Type `number[_64Bit, int | float | complex]` is not assignable to upper bound `NBitBase` of type variable `_NBit@integer`
[error] invalid-argument-type - :406:50 - Argument to class `inexact` is incorrect: Expected `NBitBase`, found `number[_64Bit, int | float | complex]`
[error] invalid-type-arguments - :406:61 - Type `number[_64Bit, int | float | complex]` is not assignable to upper bound `NBitBase` of type variable `_NBit@inexact`
[error] invalid-argument-type - :409:50 - Argument to class `inexact` is incorrect: Expected `NBitBase`, found `number[_32Bit, int | float | complex]`
[error] invalid-type-arguments - :409:61 - Type `number[_32Bit, int | float | complex]` is not assignable to upper bound `NBitBase` of type variable `_NBit@inexact`
[error] invalid-argument-type - :2930:9 - Argument to class `Index` is incorrect: Expected `generic[Any]`, found `typing.TypeVar`
[error] invalid-type-arguments - :2930:18 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`
[error] invalid-argument-type - :2931:9 - Argument to class `Index` is incorrect: Expected `generic[Any]`, found `typing.TypeVar`
[error] invalid-type-arguments - :2931:18 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`
[error] invalid-argument-type - :2954:9 - Argument to class `Index` is incorrect: Expected `generic[Any]`, found `typing.TypeVar`
[error] invalid-type-arguments - :2954:18 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`
[error] invalid-argument-type - :2955:9 - Argument to class `Index` is incorrect: Expected `generic[Any]`, found `typing.TypeVar`
[error] invalid-type-arguments - :2955:18 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`
[error] invalid-argument-type - :2974:9 - Argument to class `Index` is incorrect: Expected `generic[Any]`, found `typing.TypeVar`
[error] invalid-type-arguments - :2974:18 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`
[error] invalid-argument-type - :2975:9 - Argument to class `Index` is incorrect: Expected `generic[Any]`, found `typing.TypeVar`
[error] invalid-type-arguments - :2975:18 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`
[error] invalid-argument-type - :2999:9 - Argument to class `Index` is incorrect: Expected `generic[Any]`, found `typing.TypeVar`
[error] invalid-type-arguments - :2999:18 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`
[error] invalid-argument-type - :3000:9 - Argument to class `Index` is incorrect: Expected `generic[Any]`, found `typing.TypeVar`
[error] invalid-type-arguments - :3000:18 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`
[error] invalid-argument-type - :3135:21 - Argument to class `Series` is incorrect: Expected `generic[Any]`, found `T2@process1`
[error] invalid-argument-type - :3135:31 - Argument to class `Index` is incorrect: Expected `generic[Any]`, found `T1@process1`
[error] invalid-argument-type - :3135:53 - Argument to class `Series` is incorrect: Expected `generic[Any]`, found `T2@process1`
[error] invalid-argument-type - :3135:63 - Argument to class `Index` is incorrect: Expected `generic[Any]`, found `T1@process1`
[error] invalid-type-arguments - :3135:40 - Type `T1@process1` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`
[error] invalid-type-arguments - :3135:45 - Type `T2@process1` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Series`
[error] invalid-type-arguments - :3135:72 - Type `T1@process1` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`
[error] invalid-type-arguments - :3135:77 - Type `T2@process1` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Series`
[error] invalid-argument-type - :3145:21 - Argument to class `Series` is incorrect: Expected `generic[Any]`, found `T4@process2`
[error] invalid-argument-type - :3145:31 - Argument to class `Index` is incorrect: Expected `generic[Any]`, found `T3@process2`
[error] invalid-argument-type - :3145:53 - Argument to class `Series` is incorrect: Expected `generic[Any]`, found `T4@process2`
[error] invalid-argument-type - :3145:63 - Argument to class `Index` is incorrect: Expected `generic[Any]`, found `T3@process2`
[error] invalid-type-arguments - :3145:40 - Type `T3@process2` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`
[error] invalid-type-arguments - :3145:45 - Type `T4@process2` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Series`
[error] invalid-type-arguments - :3145:72 - Type `T3@process2` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`
[error] invalid-type-arguments - :3145:77 - Type `T4@process2` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Series`
[error] invalid-argument-type - :3176:22 - Argument to class `Index` is incorrect: Expected `generic[Any]`, found `T@process1`
[error] invalid-type-arguments - :3176:31 - Type `T@process1` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`
[error] invalid-argument-type - :3177:22 - Argument to class `Index` is incorrect: Expected `generic[Any]`, found `T@process1`
[error] invalid-type-arguments - :3177:31 - Type `T@process1` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`
[error] invalid-argument-type - :3178:20 - Argument to class `Index` is incorrect: Expected `generic[Any]`, found `T@process1`
[error] invalid-type-arguments - :3178:29 - Type `T@process1` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`
[error] invalid-argument-type - :3253:22 - Argument to class `Index` is incorrect: Expected `generic[Any]`, found `str`
[error] invalid-type-arguments - :3253:31 - Type `str` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`
[error] invalid-argument-type - :3254:22 - Argument to class `Index` is incorrect: Expected `generic[Any]`, found `str`
[error] invalid-type-arguments - :3254:31 - Type `str` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`
[error] invalid-argument-type - :3255:20 - Argument to class `Index` is incorrect: Expected `generic[Any]`, found `str`
[error] invalid-type-arguments - :3255:29 - Type `str` is not assignable to upper bound `generic[Any]` of type variable `TVDtype@Index`

sympy (https://github.com/sympy/sympy)

sympy/polys/compatibility.py

[error] invalid-argument-type - :19:24 - Argument to class `PolyElement` is incorrect: Expected `RingElement`, found `typing.TypeVar`
[error] invalid-type-arguments - :19:36 - Type `typing.TypeVar` is not assignable to upper bound `RingElement` of type variable `Er@PolyElement`

sympy/polys/domains/gaussiandomains.py

[error] invalid-argument-type - :33:14 - Argument to class `GaussianDomain` is incorrect: Expected `GaussianElement[Unknown]`, found `typing.Self`
[error] invalid-type-arguments - :33:29 - Type `typing.Self` is not assignable to upper bound `GaussianElement[Unknown]` of type variable `Telem@GaussianDomain`

sympy/polys/series/tring.py

[error] invalid-argument-type - :51:15 - Argument to class `PowerSeriesRingProto` is incorrect: Expected `RingElement`, found `typing.TypeVar`
[error] invalid-argument-type - :51:36 - Argument to class `TSeriesElement` is incorrect: Expected `RingElement`, found `typing.TypeVar`
[error] invalid-type-arguments - :51:51 - Type `typing.TypeVar` is not assignable to upper bound `RingElement` of type variable `Er@TSeriesElement`
[error] invalid-type-arguments - :51:56 - Type `typing.TypeVar` is not assignable to upper bound `RingElement` of type variable `Er@PowerSeriesRingProto`
[error] invalid-argument-type - :52:20 - Argument to class `PowerSeriesRingFieldProto` is incorrect: Expected `FieldElement`, found `typing.TypeVar`
[error] invalid-argument-type - :52:46 - Argument to class `TSeriesElement` is incorrect: Expected `RingElement`, found `typing.TypeVar`
[error] invalid-type-arguments - :52:61 - Type `typing.TypeVar` is not assignable to upper bound `RingElement` of type variable `Er@TSeriesElement`
[error] invalid-type-arguments - :52:66 - Type `typing.TypeVar` is not assignable to upper bound `FieldElement` of type variable `Ef@PowerSeriesRingFieldProto`

xarray (https://github.com/pydata/xarray)

xarray/namedarray/_typing.py

[error] invalid-argument-type - :57:5 - Argument to class `dtype` is incorrect: Expected `generic[Any]`, found `typing.TypeVar`
[error] invalid-type-arguments - :57:14 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT_co@dtype`
[error] invalid-argument-type - :59:20 - Argument to class `dtype` is incorrect: Expected `generic[Any]`, found `typing.TypeVar`
[error] invalid-type-arguments - :59:29 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT_co@dtype`
[error] invalid-argument-type - :213:5 - Argument to class `_arrayfunction` is incorrect: Expected `dtype[Any]`, found `typing.TypeVar`
[error] invalid-argument-type - :213:47 - Argument to class `_arrayapi` is incorrect: Expected `dtype[Any]`, found `typing.TypeVar`
[error] invalid-type-arguments - :213:35 - Type `typing.TypeVar` is not assignable to upper bound `dtype[Any]` of type variable `_DType_co@_arrayfunction`
[error] invalid-type-arguments - :213:72 - Type `typing.TypeVar` is not assignable to upper bound `dtype[Any]` of type variable `_DType_co@_arrayapi`
[error] invalid-argument-type - :217:33 - Argument to class `dtype` is incorrect: Expected `generic[Any]`, found `typing.TypeVar`
[error] invalid-type-arguments - :217:42 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT_co@dtype`
[error] invalid-argument-type - :265:5 - Argument to class `_chunkedarrayfunction` is incorrect: Expected `dtype[Any]`, found `typing.TypeVar`
[error] invalid-type-arguments - :265:42 - Type `typing.TypeVar` is not assignable to upper bound `dtype[Any]` of type variable `_DType_co@_chunkedarrayfunction`
[error] invalid-argument-type - :266:5 - Argument to class `_chunkedarrayapi` is incorrect: Expected `dtype[Any]`, found `typing.TypeVar`
[error] invalid-type-arguments - :266:37 - Type `typing.TypeVar` is not assignable to upper bound `dtype[Any]` of type variable `_DType_co@_chunkedarrayapi`
[error] invalid-argument-type - :312:5 - Argument to class `_sparsearrayfunction` is incorrect: Expected `dtype[Any]`, found `typing.TypeVar`
[error] invalid-type-arguments - :312:41 - Type `typing.TypeVar` is not assignable to upper bound `dtype[Any]` of type variable `_DType_co@_sparsearrayfunction`
[error] invalid-argument-type - :313:5 - Argument to class `_sparsearrayapi` is incorrect: Expected `dtype[Any]`, found `typing.TypeVar`
[error] invalid-type-arguments - :313:36 - Type `typing.TypeVar` is not assignable to upper bound `dtype[Any]` of type variable `_DType_co@_sparsearrayapi`

xarray/namedarray/core.py

[error] invalid-argument-type - :1162:31 - Argument to class `dtype` is incorrect: Expected `generic[Any]`, found `typing.TypeVar`
[error] invalid-type-arguments - :1162:40 - Type `typing.TypeVar` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT_co@dtype`

xarray/namedarray/daskmanager.py

[error] invalid-argument-type - :29:19 - Argument to class `ChunkManagerEntrypoint` is incorrect: Expected `ChunkedArrayMixinProtocol`, found `Unknown | ndarray[Any, Any]`
[error] invalid-type-arguments - :29:42 - Type `Unknown | ndarray[Any, Any]` is not assignable to upper bound `ChunkedArrayMixinProtocol` of type variable `T_ChunkedArray@ChunkManagerEntrypoint`