ty ecosystem report

ty @ b0bc990


23522 of 23522 diagnostics visible
Project Lint Name File Path Message
DateType unused-ignore-comment src/datetype/__init__.py:29:64 Unused blanket `type: ignore` directive
DateType unused-ignore-comment src/datetype/__init__.py:518:52 Unused blanket `type: ignore` directive
DateType deprecated src/datetype/__init__.py:535:32 The function `utcfromtimestamp` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .fromtimestamp(datetime.timezone.utc)
DateType deprecated src/datetype/__init__.py:539:32 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
DateType unused-ignore-comment src/datetype/__init__.py:606:28 Unused blanket `type: ignore` directive
DateType unresolved-import src/datetype/test/test_datetype.py:92:14 Cannot resolve imported module `zoneinfo`
DateType unresolved-import src/datetype/test/test_datetype.py:102:14 Cannot resolve imported module `zoneinfo`
DateType unresolved-import src/datetype/test/test_datetype.py:115:14 Cannot resolve imported module `zoneinfo`
Expression invalid-assignment README.py:637:11 Object of type `Unknown | range | int` is not assignable to `int`
Expression unresolved-import docs/notebooks.ipynb:cell 2:1:6 Cannot resolve imported module `matplotlib`
Expression unresolved-import docs/notebooks.ipynb:cell 2:2:8 Cannot resolve imported module `matplotlib.pyplot`
Expression unresolved-import docs/notebooks.ipynb:cell 2:3:8 Cannot resolve imported module `numpy`
Expression unresolved-import docs/notebooks.ipynb:cell 3:11:6 Cannot resolve imported module `matplotlib.lines`
Expression invalid-return-type expression/collections/array.py:376:16 Return type does not match returned value: expected `int`, found `Unknown | Self@sum_by | int`
Expression invalid-return-type expression/collections/array.py:442:16 Return type does not match returned value: expected `TypedArray[_TSource@TypedArray]`, found `TypedArray[_TSource@TypedArray] | Unknown | _TState@unfold`
Expression invalid-method-override expression/collections/array.py:459:9 Invalid override of method `__setitem__`: Definition is incompatible with `MutableSequence.__setitem__`
Expression invalid-method-override expression/collections/array.py:462:9 Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
Expression invalid-method-override expression/collections/array.py:465:9 Invalid override of method `__delitem__`: Definition is incompatible with `MutableSequence.__delitem__`
Expression invalid-argument-type expression/collections/array.py:655:23 Argument to bound method `__init__` is incorrect: Expected `Iterable[_TSource@unfold] | None`, found `Unknown | _TState@unfold`
Expression unresolved-import expression/collections/block.py:33:10 Cannot resolve imported module `pydantic`
Expression unresolved-import expression/collections/block.py:34:10 Cannot resolve imported module `pydantic_core`
Expression invalid-return-type expression/collections/block.py:274:16 Return type does not match returned value: expected `_TResult@sum_by`, found `Unknown | Block[_TSourceSum@sum_by]`
Expression invalid-return-type expression/collections/block.py:486:16 Return type does not match returned value: expected `Block[_TSource@Block]`, found `Block[_TSource@Block] | Unknown | _TState@unfold`
Expression unresolved-import expression/collections/block.py:539:14 Cannot resolve imported module `pydantic_core`
Expression invalid-return-type expression/collections/block.py:595:12 Return type does not match returned value: expected `Block[_TSource@concat]`, found `Block[_TSource@concat] | Unknown | Iterable[Block[_TSource@concat]]`
Expression invalid-argument-type expression/collections/block.py:1014:18 Argument to bound method `__init__` is incorrect: Expected `Iterable[_TSource@unfold]`, found `Unknown | _TState@unfold`
Expression no-matching-overload expression/collections/map.py:252:24 No overload of bound method `join` matches arguments
Expression invalid-return-type expression/collections/maptree.py:112:28 Return type does not match returned value: expected `Option[MapTreeLeaf[Key@rebalance, Value@rebalance]]`, found `Option[MapTreeLeaf[Key@rebalance, object]]`
Expression invalid-argument-type expression/collections/maptree.py:114:25 Argument to function `mk` is incorrect: Argument type `object` does not satisfy upper bound `SupportsLessThan` of type variable `Key`
Expression invalid-argument-type expression/collections/maptree.py:114:25 Argument to function `mk` is incorrect: Expected `Key@rebalance`, found `object`
Expression invalid-argument-type expression/collections/maptree.py:116:28 Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Unknown, object]]`, found `Option[Top[MapTreeLeaf[Unknown, Unknown]]]`
Expression invalid-argument-type expression/collections/maptree.py:116:39 Argument to function `mk` is incorrect: Argument type `object` does not satisfy upper bound `SupportsLessThan` of type variable `Key`
Expression invalid-argument-type expression/collections/maptree.py:116:59 Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Unknown, object]]`, found `Option[Top[MapTreeLeaf[Unknown, Unknown]]]`
Expression invalid-return-type expression/collections/maptree.py:121:24 Return type does not match returned value: expected `Option[MapTreeLeaf[Key@rebalance, Value@rebalance]]`, found `Option[MapTreeLeaf[Key@rebalance, object]]`
Expression invalid-argument-type expression/collections/maptree.py:121:51 Argument to function `mk` is incorrect: Argument type `object` does not satisfy upper bound `SupportsLessThan` of type variable `Key`
Expression invalid-argument-type expression/collections/maptree.py:121:51 Argument to function `mk` is incorrect: Expected `Key@rebalance`, found `object`
Expression invalid-argument-type expression/collections/maptree.py:121:71 Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Key@rebalance, object]]`, found `Option[Top[MapTreeLeaf[Unknown, Unknown]]]`
Expression invalid-return-type expression/collections/maptree.py:132:32 Return type does not match returned value: expected `Option[MapTreeLeaf[Key@rebalance, Value@rebalance]]`, found `Option[MapTreeLeaf[Key@rebalance, object]]`
Expression invalid-argument-type expression/collections/maptree.py:133:32 Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Unknown, object]]`, found `Option[Top[MapTreeLeaf[Unknown, Unknown]]]`
Expression invalid-argument-type expression/collections/maptree.py:133:42 Argument to function `mk` is incorrect: Argument type `object` does not satisfy upper bound `SupportsLessThan` of type variable `Key`
Expression invalid-argument-type expression/collections/maptree.py:133:62 Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Unknown, object]]`, found `Option[Top[MapTreeLeaf[Unknown, Unknown]]]`
Expression invalid-argument-type expression/collections/maptree.py:134:29 Argument to function `mk` is incorrect: Argument type `object` does not satisfy upper bound `SupportsLessThan` of type variable `Key`
Expression invalid-argument-type expression/collections/maptree.py:134:29 Argument to function `mk` is incorrect: Expected `Key@rebalance`, found `object`
Expression invalid-return-type expression/collections/maptree.py:141:28 Return type does not match returned value: expected `Option[MapTreeLeaf[Key@rebalance, Value@rebalance]]`, found `Option[MapTreeLeaf[Key@rebalance, object]]`
Expression invalid-argument-type expression/collections/maptree.py:141:31 Argument to function `mk` is incorrect: Expected `Option[MapTreeLeaf[Key@rebalance, object]]`, found `Option[Top[MapTreeLeaf[Unknown, Unknown]]]`
Expression invalid-argument-type expression/collections/maptree.py:141:41 Argument to function `mk` is incorrect: Argument type `object` does not satisfy upper bound `SupportsLessThan` of type variable `Key`
Expression invalid-argument-type expression/collections/maptree.py:141:41 Argument to function `mk` is incorrect: Expected `Key@rebalance`, found `object`
Expression invalid-return-type expression/collections/seq.py:299:16 Return type does not match returned value: expected `_TSupportsSum@sum_by`, found `Unknown | Self@sum_by`
Expression invalid-return-type expression/collections/seq.py:353:16 Return type does not match returned value: expected `Iterable[_TSource@Seq]`, found `Unknown | _TState@unfold | Iterable[_TSource@Seq]`
Expression invalid-return-type expression/collections/seq.py:446:12 Return type does not match returned value: expected `Iterable[_TResult@choose]`, found `Unknown | Iterable[_TSource@choose] | Iterable[_TResult@choose]`
Expression redundant-cast expression/core/fn.py:39:23 Value is already of type `TailCall[_P@tailrec]`
Expression redundant-cast expression/core/fn.py:58:23 Value is already of type `TailCall[_P@tailrec_async]`
Expression unused-ignore-comment expression/core/mailbox.py:152:35 Unused blanket `type: ignore` directive
Expression unresolved-import expression/core/option.py:25:10 Cannot resolve imported module `pydantic`
Expression unresolved-import expression/core/option.py:26:10 Cannot resolve imported module `pydantic_core`
Expression unused-ignore-comment expression/core/option.py:281:113 Unused blanket `type: ignore` directive
Expression unresolved-import expression/core/option.py:312:14 Cannot resolve imported module `pydantic`
Expression unresolved-import expression/core/option.py:313:14 Cannot resolve imported module `pydantic_core`
Expression unresolved-import expression/core/result.py:30:10 Cannot resolve imported module `pydantic`
Expression unresolved-import expression/core/result.py:31:10 Cannot resolve imported module `pydantic_core`
Expression invalid-return-type expression/core/result.py:121:24 Return type does not match returned value: expected `Result[_TResult@map2, _TErrorOut@Result]`, found `Result[_TResult@map2 | Unknown | _TOther@map2, _TErrorOut@Result]`
Expression unresolved-import expression/core/result.py:281:14 Cannot resolve imported module `pydantic`
Expression unresolved-import expression/core/result.py:282:14 Cannot resolve imported module `pydantic_core`
Expression invalid-return-type expression/core/typing.py:53:73 Function always implicitly returns `None`, which is not assignable to return type `tuple[Any, Any]`
Expression invalid-return-type expression/effect/result.py:33:16 Return type does not match returned value: expected `Result[_TResult@bind, _TError@ResultBuilder]`, found `Result[_TResult@bind, _TError@ResultBuilder] | Unknown | Result[_TSource@ResultBuilder, _TError@ResultBuilder]`
Expression invalid-return-type expression/extra/parser.py:128:34 Function can implicitly return `None`, which is not assignable to return type `Result[tuple[tuple[_A@and_then, _B@and_then], tuple[str, int]], str]`
Expression invalid-argument-type expression/extra/parser.py:413:13 Argument to function `pipe` is incorrect: Expected `(Unknown | Block[str] | str | ... omitted 4 union elements, /) -> int`, found `<class 'int'>`
Expression invalid-argument-type expression/extra/parser.py:441:13 Argument to function `pipe` is incorrect: Expected `(Unknown | Block[str] | str | ... omitted 3 union elements, /) -> float`, found `<class 'float'>`
Expression unused-ignore-comment expression/extra/parser.py:513:22 Unused blanket `type: ignore` directive
Expression unused-ignore-comment expression/extra/result/catch.py:28:13 Unused blanket `type: ignore` directive
Expression redundant-cast expression/extra/result/catch.py:40:30 Value is already of type `_TError@catch`
Expression unresolved-import tests/test_array.py:7:6 Cannot resolve imported module `hypothesis`
Expression unused-ignore-comment tests/test_array.py:16:52 Unused blanket `type: ignore` directive
Expression invalid-assignment tests/test_array.py:47:27 Object of type `TypedArray[str] | Unknown | TypedArray[Unknown | int]` is not assignable to `TypedArray[str]`
Expression unused-ignore-comment tests/test_array.py:57:57 Unused blanket `type: ignore` directive
Expression invalid-assignment tests/test_array.py:58:35 Object of type `TypedArray[uint8] | Unknown | TypedArray[Unknown | str]` is not assignable to `TypedArray[uint8]`
Expression unused-ignore-comment tests/test_array.py:68:59 Unused blanket `type: ignore` directive
Expression invalid-assignment tests/test_array.py:69:36 Object of type `TypedArray[uint16] | Unknown | TypedArray[Unknown | str]` is not assignable to `TypedArray[uint16]`
Expression unused-ignore-comment tests/test_array.py:79:59 Unused blanket `type: ignore` directive
Expression invalid-assignment tests/test_array.py:80:36 Object of type `TypedArray[uint32] | Unknown | TypedArray[Unknown | str]` is not assignable to `TypedArray[uint32]`
Expression unused-ignore-comment tests/test_array.py:90:61 Unused blanket `type: ignore` directive
Expression invalid-assignment tests/test_array.py:91:37 Object of type `TypedArray[float32] | Unknown | TypedArray[Unknown | str]` is not assignable to `TypedArray[float32]`
Expression unused-ignore-comment tests/test_array.py:98:57 Unused blanket `type: ignore` directive
Expression invalid-assignment tests/test_array.py:99:35 Object of type `TypedArray[int16] | Unknown | TypedArray[Unknown | int]` is not assignable to `TypedArray[int16]`
Expression unused-ignore-comment tests/test_array.py:108:34 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_array.py:145:72 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_array.py:153:34 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_array.py:165:62 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_array.py:177:62 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_array.py:189:77 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_array.py:201:36 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_array.py:213:34 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_array.py:219:61 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_array.py:230:60 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_array.py:240:60 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_array.py:248:60 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_array.py:258:60 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_array.py:266:66 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_array.py:276:72 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_array.py:292:34 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_array.py:302:34 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_array.py:315:37 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_array.py:327:49 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_array.py:338:36 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_array.py:347:42 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_array.py:361:39 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_array.py:369:24 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_array.py:377:24 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_array.py:388:24 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_array.py:399:24 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_array.py:412:24 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_array.py:423:34 Unused blanket `type: ignore` directive
Expression unresolved-import tests/test_asyncseq.py:5:6 Cannot resolve imported module `hypothesis`
Expression unresolved-import tests/test_block.py:7:6 Cannot resolve imported module `hypothesis`
Expression unresolved-import tests/test_block.py:8:6 Cannot resolve imported module `pydantic`
Expression unresolved-import tests/test_block.py:9:6 Cannot resolve imported module `pydantic_core`
Expression unused-ignore-comment tests/test_block.py:17:52 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:70:31 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:100:34 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:106:46 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:112:72 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:120:34 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:132:60 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:144:60 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:156:75 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:168:34 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:180:34 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:186:59 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:197:60 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:207:60 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:215:60 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:225:60 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:233:64 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:243:72 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:259:34 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:269:34 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:282:37 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:294:49 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:305:34 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:314:40 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:339:39 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:347:24 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:355:24 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:366:24 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:377:24 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:390:24 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_block.py:401:34 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_catch.py:100:23 Unused blanket `type: ignore` directive
Expression unresolved-import tests/test_compose.py:4:6 Cannot resolve imported module `hypothesis`
Expression unused-ignore-comment tests/test_compose.py:12:24 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_compose.py:19:24 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_compose.py:26:24 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_compose.py:34:24 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_compose.py:43:24 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_compose.py:54:24 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_compose.py:65:24 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_compose.py:74:24 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_compose.py:83:54 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_compose.py:95:57 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_compose.py:98:57 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_curried.py:51:20 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_fn.py:13:42 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_gen.py:59:20 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_gen.py:73:20 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_gen.py:77:20 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_gen.py:104:23 Unused blanket `type: ignore` directive
Expression unresolved-import tests/test_mailbox.py:5:6 Cannot resolve imported module `hypothesis`
Expression unused-ignore-comment tests/test_mailbox.py:10:34 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_mailbox.py:36:24 Unused blanket `type: ignore` directive
Expression unresolved-import tests/test_map.py:4:6 Cannot resolve imported module `hypothesis`
Expression unused-ignore-comment tests/test_map.py:129:13 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_map.py:131:40 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_map.py:132:40 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_map.py:133:40 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_map.py:134:8 Unused blanket `type: ignore` directive
Expression unresolved-import tests/test_option.py:5:6 Cannot resolve imported module `hypothesis`
Expression unresolved-import tests/test_option.py:6:6 Cannot resolve imported module `pydantic`
Expression unresolved-import tests/test_option.py:7:6 Cannot resolve imported module `pydantic_core`
Expression unsupported-operator tests/test_option.py:120:12 Operator `>` is not supported between objects of type `Option[Literal[42]]` and `Option[Literal[41]]`
Expression unsupported-operator tests/test_option.py:121:12 Operator `<` is not supported between objects of type `Option[Literal[41]]` and `Option[Literal[42]]`
Expression unused-ignore-comment tests/test_option.py:184:56 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_option.py:185:56 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_option.py:233:39 Unused blanket `type: ignore` directive
Expression unresolved-import tests/test_pipe.py:4:6 Cannot resolve imported module `hypothesis`
Expression unresolved-import tests/test_pipe.py:5:6 Cannot resolve imported module `hypothesis`
Expression unresolved-import tests/test_result.py:6:6 Cannot resolve imported module `hypothesis`
Expression unresolved-import tests/test_result.py:7:6 Cannot resolve imported module `pydantic`
Expression unresolved-import tests/test_result.py:8:6 Cannot resolve imported module `pydantic_core`
Expression unused-ignore-comment tests/test_result.py:58:18 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_result.py:90:44 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_result.py:101:24 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_result.py:156:35 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_result.py:170:35 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_result.py:183:35 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_result.py:205:39 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_result.py:218:34 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_result.py:229:46 Unused blanket `type: ignore` directive
Expression unresolved-import tests/test_seq.py:8:6 Cannot resolve imported module `hypothesis`
Expression unused-ignore-comment tests/test_seq.py:36:47 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:62:34 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:71:60 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:80:60 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:89:75 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:98:34 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:107:46 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:123:46 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:130:61 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:138:61 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:145:37 Unused blanket `type: ignore` directive
Expression invalid-argument-type tests/test_seq.py:154:17 Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | Literal[0]`
Expression unused-ignore-comment tests/test_seq.py:157:61 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:166:61 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:175:34 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:182:59 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:189:84 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:196:59 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:203:84 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:210:59 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:217:34 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:225:60 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:235:60 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:252:34 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:259:34 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:266:34 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:280:34 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:313:34 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:325:39 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:333:24 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:341:24 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:352:24 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:363:24 Unused blanket `type: ignore` directive
Expression unused-ignore-comment tests/test_seq.py:376:24 Unused blanket `type: ignore` directive
Expression invalid-type-form tests/test_tagged_union.py:331:23 Variable of type `def Face(suit: Suit, face: Unknown) -> Card` is not allowed in a type expression
Expression invalid-type-form tests/test_tagged_union.py:336:32 Variable of type `def Face(suit: Suit, face: Unknown) -> Card` is not allowed in a type expression
PyWinCtl unresolved-import src/pywinctl/_main.py:14:6 Cannot resolve imported module `pymonctl`
PyWinCtl unresolved-import src/pywinctl/_main.py:15:6 Cannot resolve imported module `pywinbox`
PyWinCtl unused-ignore-comment src/pywinctl/_main.py:709:53 Unused blanket `type: ignore` directive
PyWinCtl unused-ignore-comment src/pywinctl/_main.py:831:49 Unused blanket `type: ignore` directive
PyWinCtl unused-ignore-comment src/pywinctl/_main.py:832:60 Unused blanket `type: ignore` directive
PyWinCtl unused-ignore-comment src/pywinctl/_main.py:833:56 Unused blanket `type: ignore` directive
PyWinCtl unused-ignore-comment src/pywinctl/_main.py:835:56 Unused blanket `type: ignore` directive
PyWinCtl unused-ignore-comment src/pywinctl/_main.py:836:67 Unused blanket `type: ignore` directive
PyWinCtl unused-ignore-comment src/pywinctl/_main.py:837:63 Unused blanket `type: ignore` directive
PyWinCtl unused-ignore-comment src/pywinctl/_main.py:838:57 Unused blanket `type: ignore` directive
PyWinCtl unused-ignore-comment src/pywinctl/_main.py:839:66 Unused blanket `type: ignore` directive
PyWinCtl unused-ignore-comment src/pywinctl/_main.py:840:71 Unused blanket `type: ignore` directive
PyWinCtl unused-ignore-comment src/pywinctl/_main.py:841:98 Unused blanket `type: ignore` directive
PyWinCtl unresolved-import src/pywinctl/_pywinctl_linux.py:26:6 Cannot resolve imported module `ewmhlib`
PyWinCtl unresolved-import src/pywinctl/_pywinctl_linux.py:27:6 Cannot resolve imported module `ewmhlib._ewmhlib`
PyWinCtl unresolved-import src/pywinctl/_pywinctl_linux.py:29:6 Cannot resolve imported module `pywinbox`
PyWinCtl invalid-assignment src/pywinctl/_pywinctl_linux.py:307:13 Invalid subscript assignment with key of type `Unknown` and value of type `dict[Unknown | str, Unknown | dict[Unknown, Unknown]]` on object of type `dict[str, _WINDICT]`
PyWinCtl unused-ignore-comment src/pywinctl/_pywinctl_macos.py:553:53 Unused blanket `type: ignore` directive
PyWinCtl unused-ignore-comment src/pywinctl/_pywinctl_win.py:333:47 Unused blanket `type: ignore` directive
PyWinCtl invalid-parameter-default src/pywinctl/_pywinctl_win.py:348:17 Default value of type `ellipsis` is not assignable to annotated parameter type `int`
PyWinCtl invalid-parameter-default src/pywinctl/_pywinctl_win.py:427:13 Default value of type `ellipsis` is not assignable to annotated parameter type `int`
PyWinCtl invalid-parameter-default src/pywinctl/_pywinctl_win.py:430:13 Default value of type `ellipsis` is not assignable to annotated parameter type `int`
PyWinCtl invalid-parameter-default src/pywinctl/_pywinctl_win.py:431:13 Default value of type `ellipsis` is not assignable to annotated parameter type `int`
PyWinCtl invalid-parameter-default src/pywinctl/_pywinctl_win.py:432:13 Default value of type `ellipsis` is not assignable to annotated parameter type `int`
PyWinCtl invalid-parameter-default src/pywinctl/_pywinctl_win.py:433:13 Default value of type `ellipsis` is not assignable to annotated parameter type `int`
PyWinCtl invalid-parameter-default src/pywinctl/_pywinctl_win.py:434:13 Default value of type `ellipsis` is not assignable to annotated parameter type `int`
PyWinCtl invalid-parameter-default src/pywinctl/_pywinctl_win.py:435:13 Default value of type `ellipsis` is not assignable to annotated parameter type `int`
PyWinCtl invalid-parameter-default src/pywinctl/_pywinctl_win.py:436:13 Default value of type `ellipsis` is not assignable to annotated parameter type `int`
PyWinCtl unused-ignore-comment src/pywinctl/_pywinctl_win.py:822:90 Unused blanket `type: ignore` directive
PyWinCtl unused-ignore-comment src/pywinctl/_pywinctl_win.py:1012:116 Unused blanket `type: ignore` directive
PyWinCtl unused-ignore-comment src/pywinctl/_pywinctl_win.py:1017:89 Unused blanket `type: ignore` directive
aioredis unused-ignore-comment aioredis/client.py:94:21 Unused blanket `type: ignore` directive
aioredis invalid-method-override aioredis/client.py:146:9 Invalid override of method `update`: Definition is incompatible with `MutableMapping.update`
aioredis invalid-assignment aioredis/client.py:3430:34 Object of type `KeysView[object]` is not assignable to `Sequence[bytes | str | memoryview[int]] | AbstractSet[AnyKeyT@_zaggregate]`
aioredis invalid-assignment aioredis/client.py:3430:34 Object of type `ValuesView[object]` is not assignable to `ValuesView[int | float] | None`
aioredis no-matching-overload aioredis/client.py:3898:38 No overload of bound method `split` matches arguments
aioredis possibly-missing-attribute aioredis/client.py:3898:38 Attribute `split` may be missing on object of type `Unknown | bytes | memoryview[int] | ... omitted 3 union elements`
aioredis invalid-argument-type aioredis/client.py:3898:53 Argument to bound method `split` is incorrect: Expected `Buffer | None`, found `Literal[" "]`
aioredis no-matching-overload aioredis/client.py:3899:13 No overload of bound method `match` matches arguments
aioredis invalid-assignment aioredis/client.py:4114:55 Object of type `dict[bytes | str | memoryview[int], Any | None]` is not assignable to `dict[bytes | str | memoryview[int], (dict[str, str], /) -> Awaitable[None]]`
aioredis unused-ignore-comment aioredis/client.py:4116:38 Unused blanket `type: ignore` directive
aioredis unused-ignore-comment aioredis/client.py:4152:38 Unused blanket `type: ignore` directive
aioredis no-matching-overload aioredis/client.py:4250:27 No overload of bound method `get` matches arguments
aioredis no-matching-overload aioredis/client.py:4252:27 No overload of bound method `get` matches arguments
aioredis unresolved-import aioredis/connection.py:30:8 Cannot resolve imported module `async_timeout`
aioredis unresolved-import aioredis/connection.py:62:12 Cannot resolve imported module `hiredis`
aioredis unused-ignore-comment aioredis/connection.py:136:50 Unused blanket `type: ignore` directive
aioredis invalid-return-type aioredis/connection.py:206:20 Return type does not match returned value: expected `ResponseError`, found `Exception | @Todo`
aioredis invalid-return-type aioredis/connection.py:441:16 Return type does not match returned value: expected `bytes | memoryview[int] | str | ... omitted 4 union elements`, found `(@Todo & ~bytes) | int | list[bytes | memoryview[int] | str | ... omitted 5 union elements] | ... omitted 4 union elements`
aioredis unused-ignore-comment aioredis/connection.py:806:63 Unused blanket `type: ignore` directive
aioredis unsupported-operator aioredis/connection.py:933:14 Operator `in` is not supported between objects of type `Literal[b" "]` and `bytes | memoryview[int] | int`
aioredis possibly-missing-attribute aioredis/connection.py:934:26 Attribute `split` may be missing on object of type `bytes | memoryview[int] | int`
aioredis no-matching-overload aioredis/connection.py:1301:9 No overload of bound method `update` matches arguments
aioredis duplicate-base aioredis/exceptions.py:14:7 Duplicate base class `TimeoutError`
aioredis call-non-callable aioredis/lock.py:251:19 Object of type `None` is not callable
aioredis call-non-callable aioredis/lock.py:279:19 Object of type `None` is not callable
aioredis unsupported-operator aioredis/lock.py:299:23 Operator `*` is not supported between objects of type `Unknown | int | float | None` and `Literal[1000]`
aioredis call-non-callable aioredis/lock.py:301:19 Object of type `None` is not callable
aioredis unresolved-import aioredis/utils.py:9:12 Cannot resolve imported module `hiredis`
aioredis unused-ignore-comment aioredis/utils.py:45:41 Unused blanket `type: ignore` directive
aiohttp-devtools unresolved-import aiohttp_devtools/cli.py:5:8 Cannot resolve imported module `click`
aiohttp-devtools unresolved-import aiohttp_devtools/logs.py:12:6 Cannot resolve imported module `devtools`
aiohttp-devtools unresolved-import aiohttp_devtools/logs.py:13:6 Cannot resolve imported module `devtools.ansi`
aiohttp-devtools unresolved-import aiohttp_devtools/logs.py:14:6 Cannot resolve imported module `devtools.utils`
aiohttp-devtools unused-ignore-comment aiohttp_devtools/logs.py:83:51 Unused blanket `type: ignore` directive
aiohttp-devtools unused-ignore-comment aiohttp_devtools/logs.py:92:55 Unused blanket `type: ignore` directive
aiohttp-devtools unused-ignore-comment aiohttp_devtools/runserver/config.py:215:22 Unused blanket `type: ignore` directive
aiohttp-devtools unresolved-import aiohttp_devtools/runserver/serve.py:31:10 Cannot resolve imported module `aiohttp_jinja2`
aiohttp-devtools unused-ignore-comment aiohttp_devtools/runserver/serve.py:33:29 Unused blanket `type: ignore` directive
aiohttp-devtools unused-ignore-comment aiohttp_devtools/runserver/serve.py:47:42 Unused blanket `type: ignore` directive
aiohttp-devtools unused-ignore-comment aiohttp_devtools/runserver/serve.py:50:51 Unused blanket `type: ignore` directive
aiohttp-devtools unused-ignore-comment aiohttp_devtools/runserver/serve.py:57:42 Unused blanket `type: ignore` directive
aiohttp-devtools unused-ignore-comment aiohttp_devtools/runserver/serve.py:60:43 Unused blanket `type: ignore` directive
aiohttp-devtools unused-ignore-comment aiohttp_devtools/runserver/serve.py:401:56 Unused blanket `type: ignore` directive
aiohttp-devtools unresolved-import setup.py:3:6 Cannot resolve imported module `setuptools`
aiohttp-devtools unresolved-import tests/conftest.py:4:8 Cannot resolve imported module `pytest`
aiohttp-devtools unresolved-import tests/test_cli.py:1:6 Cannot resolve imported module `click.testing`
aiohttp-devtools unresolved-import tests/test_runserver_config.py:1:8 Cannot resolve imported module `pytest`
aiohttp-devtools unresolved-import tests/test_runserver_config.py:3:6 Cannot resolve imported module `pytest_toolbox`
aiohttp-devtools unresolved-import tests/test_runserver_logs.py:8:8 Cannot resolve imported module `pytest`
aiohttp-devtools unresolved-import tests/test_runserver_main.py:7:8 Cannot resolve imported module `pytest`
aiohttp-devtools unresolved-import tests/test_runserver_main.py:9:6 Cannot resolve imported module `pytest_toolbox`
aiohttp-devtools unresolved-attribute tests/test_runserver_main.py:66:32 Object of type `object` has no attribute `Application`
aiohttp-devtools unresolved-attribute tests/test_runserver_main.py:115:32 Object of type `object` has no attribute `Application`
aiohttp-devtools unresolved-attribute tests/test_runserver_main.py:171:28 Object of type `object` has no attribute `Application`
aiohttp-devtools unresolved-attribute tests/test_runserver_main.py:368:32 Object of type `object` has no attribute `Application`
aiohttp-devtools unresolved-import tests/test_runserver_serve.py:7:8 Cannot resolve imported module `pytest`
aiohttp-devtools unresolved-import tests/test_runserver_serve.py:9:6 Cannot resolve imported module `aiohttp_jinja2`
aiohttp-devtools unresolved-import tests/test_runserver_serve.py:10:6 Cannot resolve imported module `pytest_toolbox`
aiohttp-devtools unresolved-import tests/test_serve.py:1:8 Cannot resolve imported module `pytest`
aiohttp-devtools unresolved-import tests/test_serve.py:2:6 Cannot resolve imported module `pytest_toolbox`
PyGithub possibly-missing-attribute github/AdvisoryVulnerability.py:170:30 Attribute `package` may be missing on object of type `(SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]) | (AdvisoryVulnerability & ~Top[dict[Unknown, Unknown]])`
PyGithub possibly-missing-attribute github/AdvisoryVulnerability.py:171:25 Attribute `package` may be missing on object of type `(SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]) | (AdvisoryVulnerability & ~Top[dict[Unknown, Unknown]])`
PyGithub possibly-missing-attribute github/AdvisoryVulnerability.py:173:33 Attribute `patched_versions` may be missing on object of type `(SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]) | (AdvisoryVulnerability & ~Top[dict[Unknown, Unknown]])`
PyGithub possibly-missing-attribute github/AdvisoryVulnerability.py:174:37 Attribute `vulnerable_functions` may be missing on object of type `(SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]) | (AdvisoryVulnerability & ~Top[dict[Unknown, Unknown]])`
PyGithub possibly-missing-attribute github/AdvisoryVulnerability.py:175:41 Attribute `vulnerable_version_range` may be missing on object of type `(SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]) | (AdvisoryVulnerability & ~Top[dict[Unknown, Unknown]])`
PyGithub possibly-missing-attribute github/AuthenticatedUser.py:609:16 Submodule `Project` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/AuthenticatedUser.py:757:39 Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
PyGithub possibly-missing-attribute github/AuthenticatedUser.py:774:41 Submodule `Label` may not be available as an attribute on module `github`
PyGithub not-iterable github/AuthenticatedUser.py:784:73 Object of type `list[Label] | _NotSetType` may not be iterable
PyGithub possibly-missing-attribute github/AuthenticatedUser.py:790:39 Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
PyGithub possibly-missing-attribute github/AuthenticatedUser.py:807:41 Submodule `Label` may not be available as an attribute on module `github`
PyGithub not-iterable github/AuthenticatedUser.py:817:73 Object of type `list[Label] | _NotSetType` may not be iterable
PyGithub possibly-missing-attribute github/AuthenticatedUser.py:823:39 Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
PyGithub possibly-missing-attribute github/AuthenticatedUser.py:873:31 Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
PyGithub possibly-missing-attribute github/AuthenticatedUser.py:875:32 Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
PyGithub possibly-missing-attribute github/AuthenticatedUser.py:955:30 Submodule `Team` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/AuthenticatedUser.py:968:13 Submodule `Installation` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/Branch.py:100:43 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/Branch.py:101:38 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/Branch.py:103:44 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/Branch.py:105:48 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub not-iterable github/Branch.py:211:106 Object of type `list[str | tuple[str, int]] | _NotSetType` may not be iterable
PyGithub not-iterable github/Branch.py:222:34 Object of type `list[str | tuple[str, int]] | _NotSetType` may not be iterable
PyGithub not-iterable github/Branch.py:225:74 Object of type `list[str] | _NotSetType` may not be iterable
PyGithub not-iterable github/Branch.py:378:106 Object of type `list[str | tuple[str, int]] | _NotSetType` may not be iterable
PyGithub not-iterable github/Branch.py:384:30 Object of type `list[str | tuple[str, int]] | _NotSetType` may not be iterable
PyGithub not-iterable github/Branch.py:387:70 Object of type `list[str] | _NotSetType` may not be iterable
PyGithub possibly-missing-attribute github/Branch.py:500:16 Submodule `PaginatedList` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/Branch.py:501:13 Submodule `NamedUser` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/Branch.py:511:16 Submodule `PaginatedList` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/Branch.py:512:13 Submodule `Team` may not be available as an attribute on module `github`
PyGithub invalid-argument-type github/BranchProtection.py:169:13 Argument to bound method `__init__` is incorrect: Expected `str | None`, found `str | _NotSetType`
PyGithub possibly-missing-attribute github/BranchProtection.py:176:16 Submodule `PaginatedList` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/CheckRun.py:253:45 Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
PyGithub possibly-missing-attribute github/CheckRun.py:255:47 Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
PyGithub possibly-missing-attribute github/Commit.py:289:13 Submodule `PullRequest` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/CommitComment.py:191:13 Submodule `Reaction` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/CommitComment.py:213:16 Submodule `Reaction` may not be available as an attribute on module `github`
PyGithub unused-ignore-comment github/DependabotAlert.py:158:16 Unused blanket `type: ignore` directive
PyGithub possibly-missing-attribute github/Enterprise.py:140:16 Submodule `Enterprise` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/Gist.py:148:26 Submodule `Gist` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/Gist.py:259:107 Attribute `items` may be missing on object of type `dict[str, InputFileContent | None] | _NotSetType`
PyGithub possibly-missing-attribute github/GistHistoryState.py:207:69 Submodule `GistFile` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/GitRelease.py:316:16 Submodule `GitRelease` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/GitRelease.py:384:16 Submodule `PaginatedList` may not be available as an attribute on module `github`
PyGithub unused-ignore-comment github/GithubIntegration.py:147:40 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/GithubIntegration.py:155:35 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/GithubObject.py:302:45 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/GithubObject.py:304:48 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/GithubObject.py:309:45 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/GithubObject.py:311:50 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/GithubObject.py:316:44 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/GithubObject.py:321:55 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/GithubObject.py:323:48 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/GithubObject.py:376:44 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/GithubObject.py:390:44 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/GithubObject.py:400:44 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/GithubObject.py:414:44 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/GithubObject.py:479:75 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/GithubRetry.py:96:48 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/GithubRetry.py:121:56 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/GithubRetry.py:122:59 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/GithubRetry.py:202:43 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/GithubRetry.py:203:35 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/GithubRetry.py:204:44 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/GithubRetry.py:205:24 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/GithubRetry.py:211:62 Unused blanket `type: ignore` directive
PyGithub not-iterable github/Issue.py:463:32 Object of type `list[NamedUser | str] | _NotSetType` may not be iterable
PyGithub possibly-missing-attribute github/IssueComment.py:194:13 Submodule `Reaction` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/IssueComment.py:216:16 Submodule `Reaction` may not be available as an attribute on module `github`
PyGithub deprecated github/MainClass.py:135:42 The class `AppAuthentication` is deprecated: Use github.Auth.AppInstallationAuth instead
PyGithub deprecated github/MainClass.py:180:19 The class `AppAuthentication` is deprecated: Use github.Auth.AppInstallationAuth instead
PyGithub possibly-missing-attribute github/MainClass.py:447:16 Submodule `Organization` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:458:13 Submodule `Organization` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:489:16 Submodule `Repository` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:509:13 Submodule `Repository` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:517:49 Submodule `RepositoryDiscussion` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:525:16 Submodule `Project` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:536:16 Submodule `ProjectColumn` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:553:39 Attribute `strftime` may be missing on object of type `_NotSetType | datetime`
PyGithub possibly-missing-attribute github/MainClass.py:606:24 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:607:27 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:608:26 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:609:29 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:610:28 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:611:24 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:612:32 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:613:27 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:614:29 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:615:27 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:616:28 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:617:26 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:618:25 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:619:24 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:620:29 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:623:24 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:626:27 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:628:26 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:632:29 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:634:28 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:637:24 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:641:32 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:643:27 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub no-matching-overload github/MainClass.py:645:27 No overload of bound method `join` matches arguments
PyGithub possibly-missing-attribute github/MainClass.py:647:29 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:649:27 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:651:28 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:653:26 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:655:25 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:657:24 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:660:29 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:663:16 Submodule `PaginatedList` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:704:13 Submodule `Repository` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:826:13 Submodule `ContentFile` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:911:57 Submodule `Repository` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/MainClass.py:915:42 Attribute `_identity` may be missing on object of type `_NotSetType | (Repository & Unknown)`
PyGithub unused-ignore-comment github/MainClass.py:999:80 Unused blanket `type: ignore` directive
PyGithub possibly-missing-attribute github/Milestone.py:202:41 Attribute `strftime` may be missing on object of type `_NotSetType | date`
PyGithub possibly-missing-attribute github/NamedUser.py:460:39 Attribute `strftime` may be missing on object of type `_NotSetType | datetime`
PyGithub possibly-missing-attribute github/NamedUser.py:469:51 Submodule `UserKey` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/NamedUser.py:486:13 Submodule `Project` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/NamedUser.py:585:38 Submodule `NamedUser` may not be available as an attribute on module `github`
PyGithub unused-ignore-comment github/NamedUser.py:595:30 Unused blanket `type: ignore` directive
PyGithub possibly-missing-attribute github/NamedUser.py:598:16 Submodule `Membership` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/NamedUser.py:652:54 Submodule `NamedUser` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/Organization.py:756:16 Submodule `Hook` may not be available as an attribute on module `github`
PyGithub not-iterable github/Organization.py:919:88 Object of type `list[Repository] | _NotSetType` may not be iterable
PyGithub not-iterable github/Organization.py:921:93 Object of type `list[Repository] | _NotSetType` may not be iterable
PyGithub not-iterable github/Organization.py:1013:79 Object of type `list[Repository] | _NotSetType` may not be iterable
PyGithub not-iterable github/Organization.py:1048:85 Object of type `list[Repository] | _NotSetType` may not be iterable
PyGithub possibly-missing-attribute github/Organization.py:1156:16 Submodule `Hook` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/Organization.py:1165:36 Submodule `Hook` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/Organization.py:1171:16 Submodule `Hook` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/Organization.py:1177:30 Submodule `Hook` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/Organization.py:1229:41 Submodule `Label` may not be available as an attribute on module `github`
PyGithub not-iterable github/Organization.py:1237:73 Object of type `list[Label] | _NotSetType` may not be iterable
PyGithub possibly-missing-attribute github/Organization.py:1239:39 Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
PyGithub possibly-missing-attribute github/Organization.py:1240:30 Submodule `Issue` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/Organization.py:1333:16 Submodule `PublicKey` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/Organization.py:1438:40 Attribute `id` may be missing on object of type `NamedUser | _NotSetType`
PyGithub not-iterable github/Organization.py:1440:53 Object of type `list[Team] | _NotSetType` may not be iterable
PyGithub possibly-missing-attribute github/Organization.py:1543:16 Submodule `Migration` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/Organization.py:1551:13 Submodule `Migration` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/Organization.py:1565:13 Submodule `Installation` may not be available as an attribute on module `github`
PyGithub unused-ignore-comment github/PaginatedList.py:125:47 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/PaginatedList.py:359:36 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/PaginatedList.py:372:101 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/PaginatedList.py:385:47 Unused blanket `type: ignore` directive
PyGithub unresolved-import github/PublicKey.py:48:6 Cannot resolve imported module `nacl`
PyGithub possibly-missing-attribute github/PullRequest.py:454:16 Submodule `Issue` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/PullRequest.py:561:30 Attribute `sha` may be missing on object of type `Commit | _NotSetType`
PyGithub possibly-missing-attribute github/PullRequest.py:686:39 Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
PyGithub unused-ignore-comment github/Repository.py:378:84 Unused blanket `type: ignore` directive
PyGithub possibly-missing-attribute github/Repository.py:1210:38 Submodule `Repository` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/Repository.py:1273:39 Submodule `Repository` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/Repository.py:1274:29 Submodule `Repository` may not be available as an attribute on module `github`
PyGithub unused-ignore-comment github/Repository.py:1275:36 Unused blanket `type: ignore` directive
PyGithub possibly-missing-attribute github/Repository.py:1450:41 Attribute `_identity` may be missing on object of type `InputGitAuthor | _NotSetType`
PyGithub possibly-missing-attribute github/Repository.py:1452:44 Attribute `_identity` may be missing on object of type `InputGitAuthor | _NotSetType`
PyGithub possibly-missing-attribute github/Repository.py:1631:41 Attribute `_identity` may be missing on object of type `InputGitAuthor | _NotSetType`
PyGithub possibly-missing-attribute github/Repository.py:1648:44 Attribute `_identity` may be missing on object of type `GitTree | _NotSetType`
PyGithub possibly-missing-attribute github/Repository.py:1719:44 Attribute `_identity` may be missing on object of type `Milestone | _NotSetType`
PyGithub unresolved-attribute github/Repository.py:1802:45 Object of type `_NotSetType & ~date` has no attribute `isoformat`
PyGithub possibly-missing-attribute github/Repository.py:1860:40 Attribute `_identity` may be missing on object of type `Issue | _NotSetType`
PyGithub no-matching-overload github/Repository.py:2287:19 No overload of function `quote` matches arguments
PyGithub possibly-missing-attribute github/Repository.py:2432:39 Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
PyGithub possibly-missing-attribute github/Repository.py:2434:39 Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
PyGithub possibly-missing-attribute github/Repository.py:2770:40 Attribute `_identity` may be missing on object of type `InputGitAuthor | _NotSetType`
PyGithub possibly-missing-attribute github/Repository.py:2772:43 Attribute `_identity` may be missing on object of type `InputGitAuthor | _NotSetType`
PyGithub possibly-missing-attribute github/Repository.py:2855:40 Attribute `_identity` may be missing on object of type `InputGitAuthor | _NotSetType`
PyGithub possibly-missing-attribute github/Repository.py:2857:43 Attribute `_identity` may be missing on object of type `InputGitAuthor | _NotSetType`
PyGithub possibly-missing-attribute github/Repository.py:2906:40 Attribute `_identity` may be missing on object of type `InputGitAuthor | _NotSetType`
PyGithub possibly-missing-attribute github/Repository.py:2908:43 Attribute `_identity` may be missing on object of type `InputGitAuthor | _NotSetType`
PyGithub possibly-missing-attribute github/Repository.py:3210:43 Attribute `_identity` may be missing on object of type `NamedUser | _NotSetType`
PyGithub possibly-missing-attribute github/Repository.py:3220:39 Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
PyGithub possibly-missing-attribute github/Repository.py:3225:45 Attribute `_identity` may be missing on object of type `(NamedUser & ~str) | (_NotSetType & ~str)`
PyGithub possibly-missing-attribute github/Repository.py:3250:39 Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
PyGithub possibly-missing-attribute github/Repository.py:3493:39 Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
PyGithub possibly-missing-attribute github/Repository.py:3897:31 Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
PyGithub possibly-missing-attribute github/Repository.py:3899:32 Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
PyGithub possibly-missing-attribute github/Repository.py:4217:45 Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
PyGithub possibly-missing-attribute github/Repository.py:4219:47 Attribute `strftime` may be missing on object of type `datetime | _NotSetType`
PyGithub possibly-missing-attribute github/Repository.py:4757:17 Submodule `Repository` may not be available as an attribute on module `github`
PyGithub invalid-argument-type github/RepositoryAdvisory.py:153:13 Argument to bound method `add_vulnerabilities` is incorrect: Expected `Iterable[SimpleAdvisoryVulnerability | AdvisoryVulnerability]`, found `list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str | None] | str | None | list[str]]]`
PyGithub invalid-argument-type github/RepositoryAdvisory.py:199:28 Argument to bound method `offer_credits` is incorrect: Expected `Iterable[SimpleCredit | AdvisoryCredit]`, found `list[Unknown | dict[Unknown | str, Unknown | str | NamedUser]]`
PyGithub invalid-argument-type github/RepositoryAdvisory.py:284:92 Argument to bound method `_validate_vulnerability` is incorrect: Expected `SimpleAdvisoryVulnerability | AdvisoryVulnerability`, found `object`
PyGithub invalid-argument-type github/RepositoryAdvisory.py:290:71 Argument to function `_validate_credit` is incorrect: Expected `SimpleCredit | AdvisoryCredit`, found `object`
PyGithub invalid-argument-type github/RepositoryAdvisory.py:306:84 Argument to function `_to_github_dict` is incorrect: Expected `SimpleAdvisoryVulnerability | AdvisoryVulnerability`, found `object`
PyGithub invalid-argument-type github/RepositoryAdvisory.py:313:70 Argument to function `_to_github_dict` is incorrect: Expected `SimpleCredit | AdvisoryCredit`, found `object`
PyGithub unused-ignore-comment github/RepositoryDiscussion.py:206:93 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/RepositoryDiscussion.py:209:99 Unused blanket `type: ignore` directive
PyGithub possibly-missing-attribute github/RepositoryDiscussionCategory.py:137:17 Submodule `Repository` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/RepositoryDiscussionComment.py:111:13 Submodule `RepositoryDiscussionComment` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/RepositoryDiscussionComment.py:122:13 Submodule `RepositoryDiscussionComment` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/RepositoryDiscussionComment.py:135:17 Submodule `RepositoryDiscussion` may not be available as an attribute on module `github`
PyGithub unused-ignore-comment github/RepositoryDiscussionComment.py:146:99 Unused blanket `type: ignore` directive
PyGithub deprecated github/Requester.py:113:36 The class `AppAuthentication` is deprecated: Use github.Auth.AppInstallationAuth instead
PyGithub unused-ignore-comment github/Requester.py:244:33 Unused blanket `type: ignore` directive
PyGithub deprecated github/Requester.py:284:17 The class `AppAuthentication` is deprecated: Use github.Auth.AppInstallationAuth instead
PyGithub call-non-callable github/Requester.py:766:19 Object of type `<module 'github.GithubException'>` is not callable
PyGithub invalid-argument-type github/Requester.py:871:57 Argument to bound method `__hostnameHasDomain` is incorrect: Expected `str | list[str]`, found `Unknown | list[Unknown | str] | list[Unknown | str | None]`
PyGithub unused-ignore-comment github/Requester.py:888:38 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/Requester.py:896:38 Unused blanket `type: ignore` directive
PyGithub call-non-callable github/Requester.py:1016:13 Object of type `object` is not callable
PyGithub call-non-callable github/Requester.py:1017:45 Object of type `object` is not callable
PyGithub unused-ignore-comment github/Requester.py:1103:44 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/Requester.py:1104:54 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/Requester.py:1383:52 Unused blanket `type: ignore` directive
PyGithub unused-ignore-comment github/Stargazer.py:73:75 Unused blanket `type: ignore` directive
PyGithub possibly-missing-attribute github/Team.py:128:33 Submodule `Team` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/Team.py:322:16 Submodule `Membership` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/Team.py:429:13 Submodule `Team` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/Team.py:566:53 Submodule `Team` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute github/WorkflowRun.py:320:13 Submodule `Artifact` may not be available as an attribute on module `github`
PyGithub deprecated github/__init__.py:55:32 The class `AppAuthentication` is deprecated: Use github.Auth.AppInstallationAuth instead
PyGithub possibly-missing-attribute tests/ApplicationOAuth.py:86:21 Attribute `_Github__requester` may be missing on object of type `Unknown | Github`
PyGithub unresolved-attribute tests/ApplicationOAuth.py:91:21 Object of type `Github` has no attribute `_Github__requester`
PyGithub possibly-missing-attribute tests/AuthenticatedUser.py:796:81 Submodule `Migration` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Authentication.py:78:31 Attribute `token` may be missing on object of type `Unknown | Token | None`
PyGithub possibly-missing-attribute tests/Authentication.py:87:35 Attribute `token` may be missing on object of type `Unknown | AppAuthToken | None`
PyGithub deprecated tests/Authentication.py:97:31 The class `AppAuthentication` is deprecated: Use github.Auth.AppInstallationAuth instead
PyGithub possibly-missing-attribute tests/Authentication.py:127:32 Attribute `get_installation_auth` may be missing on object of type `Unknown | AppAuth | None`
PyGithub possibly-missing-attribute tests/Authentication.py:149:18 Attribute `get_installation_auth` may be missing on object of type `Unknown | AppAuth | None`
PyGithub unresolved-attribute tests/Authentication.py:161:39 Object of type `Github` has no attribute `_Github__requester`
PyGithub unresolved-attribute tests/Authentication.py:178:78 Object of type `GithubIntegration` has no attribute `_GithubIntegration__requester`
PyGithub invalid-argument-type tests/Authentication.py:182:61 Argument to bound method `__init__` is incorrect: Expected `AppAuth`, found `Unknown | AppAuth | None`
PyGithub unresolved-attribute tests/Authentication.py:190:13 Object of type `AppInstallationAuth` has no attribute `_AppInstallationAuth__installation_authorization`
PyGithub unresolved-attribute tests/Authentication.py:210:17 Object of type `AppInstallationAuth` has no attribute `_AppInstallationAuth__installation_authorization`
PyGithub invalid-argument-type tests/Authentication.py:219:61 Argument to bound method `__init__` is incorrect: Expected `AppAuth`, found `Unknown | AppAuth | None`
PyGithub unresolved-attribute tests/Authentication.py:346:21 Object of type `Github` has no attribute `_Github__requester`
PyGithub unresolved-attribute tests/Authentication.py:349:13 Unresolved attribute `modifiedHeaders` on type `Self@testAddingCustomHeaders`.
PyGithub unresolved-attribute tests/Authentication.py:356:42 Object of type `Self@testAddingCustomHeaders` has no attribute `modifiedHeaders`
PyGithub possibly-missing-attribute tests/BadAttributes.py:69:13 Attribute `args` may be missing on object of type `Exception | None`
PyGithub possibly-unresolved-reference tests/BadAttributes.py:281:13 Name `raisedexp` used when possibly not defined
PyGithub possibly-unresolved-reference tests/BadAttributes.py:306:26 Name `raisedexp` used when possibly not defined
PyGithub possibly-unresolved-reference tests/BadAttributes.py:307:26 Name `raisedexp` used when possibly not defined
PyGithub unresolved-import tests/Connection.py:36:8 Cannot resolve imported module `pytest`
PyGithub unresolved-import tests/Connection.py:37:8 Cannot resolve imported module `responses`
PyGithub unresolved-import tests/DependabotAlert.py:29:8 Cannot resolve imported module `pytest`
PyGithub invalid-argument-type tests/Exceptions.py:116:58 Argument to bound method `__init__` is incorrect: Expected `int`, found `Literal["foo"]`
PyGithub possibly-missing-attribute tests/Exceptions.py:164:26 Attribute `get` may be missing on object of type `dict[str, str] | None`
PyGithub possibly-missing-attribute tests/Exceptions.py:167:9 Submodule `UserKey` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Exceptions.py:168:15 Submodule `UserKey` may not be available as an attribute on module `github`
PyGithub unresolved-import tests/Framework.py:71:8 Cannot resolve imported module `responses`
PyGithub call-non-callable tests/Framework.py:140:23 Object of type `None` is not callable
PyGithub unresolved-attribute tests/Framework.py:146:22 Object of type `Self@__init__` has no attribute `_realConnection`
PyGithub possibly-missing-attribute tests/Framework.py:202:23 Submodule `Requester` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Framework.py:209:23 Submodule `Requester` may not be available as an attribute on module `github`
PyGithub call-non-callable tests/Framework.py:223:23 Object of type `None` is not callable
PyGithub unresolved-attribute tests/Framework.py:230:22 Object of type `Self@__init__` has no attribute `_realConnection`
PyGithub possibly-missing-attribute tests/Framework.py:328:23 Submodule `Requester` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Framework.py:335:23 Submodule `Requester` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Framework.py:395:13 Submodule `Requester` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Framework.py:412:13 Submodule `Requester` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Framework.py:454:9 Submodule `Requester` may not be available as an attribute on module `github`
PyGithub invalid-argument-type tests/Framework.py:493:47 Argument to function `open` is incorrect: Expected `str`, found `str | None`
PyGithub possibly-missing-attribute tests/Framework.py:528:9 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Framework.py:529:9 Submodule `Requester` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Framework.py:530:9 Submodule `Requester` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/GithubApp.py:153:26 Attribute `login` may be missing on object of type `NamedUser | Organization | Enterprise`
PyGithub invalid-argument-type tests/GithubIntegration.py:100:42 Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `Unknown | Token | None | AppAuthToken | Login`
PyGithub possibly-missing-attribute tests/GithubIntegration.py:148:45 Submodule `Requester` may not be available as an attribute on module `github`
PyGithub invalid-argument-type tests/GithubIntegration.py:150:59 Argument to bound method `__init__` is incorrect: Expected `int | str | None`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/GithubIntegration.py:150:59 Argument to bound method `__init__` is incorrect: Expected `str | None`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/GithubIntegration.py:150:59 Argument to bound method `__init__` is incorrect: Expected `str`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/GithubIntegration.py:150:59 Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/GithubIntegration.py:150:59 Argument to bound method `__init__` is incorrect: Expected `str`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/GithubIntegration.py:150:59 Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/GithubIntegration.py:150:59 Argument to bound method `__init__` is incorrect: Expected `bool | str`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/GithubIntegration.py:150:59 Argument to bound method `__init__` is incorrect: Expected `int | Retry | None`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/GithubIntegration.py:150:59 Argument to bound method `__init__` is incorrect: Expected `int | None`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/GithubIntegration.py:150:59 Argument to bound method `__init__` is incorrect: Expected `int | float | None`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/GithubIntegration.py:150:59 Argument to bound method `__init__` is incorrect: Expected `int | float | None`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/GithubIntegration.py:150:59 Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/GithubIntegration.py:150:59 Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/GithubIntegration.py:150:59 Argument to bound method `__init__` is incorrect: Expected `str`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/GithubIntegration.py:150:59 Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/GithubIntegration.py:150:59 Argument to bound method `__init__` is incorrect: Expected `bool`, found `AppAuth | str | int`
PyGithub unresolved-attribute tests/GithubIntegration.py:153:35 Object of type `Github` has no attribute `_Github__requester`
PyGithub unresolved-attribute tests/GithubIntegration.py:155:22 Object of type `Github` has no attribute `_Github__requester`
PyGithub invalid-argument-type tests/GithubIntegration.py:298:76 Argument to bound method `get_access_token` is incorrect: Expected `dict[str, str] | None`, found `Literal["invalid_data"]`
PyGithub possibly-missing-attribute tests/GithubObject.py:39:7 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/GithubObject.py:40:9 Submodule `NamedUser` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/GithubObject.py:41:9 Submodule `Organization` may not be available as an attribute on module `github`
PyGithub unsupported-operator tests/GithubRetry.py:102:53 Operator `>` is not supported between objects of type `Unknown | None` and `Literal[0]`
PyGithub possibly-missing-attribute tests/GithubRetry.py:400:71 Attribute `args` may be missing on object of type `BaseException | None`
PyGithub possibly-missing-attribute tests/GithubRetry.py:402:35 Attribute `__cause__` may be missing on object of type `BaseException | None`
PyGithub possibly-missing-attribute tests/GithubRetry.py:405:17 Attribute `__cause__` may be missing on object of type `BaseException | None`
PyGithub possibly-missing-attribute tests/GithubRetry.py:405:17 Attribute `args` may be missing on object of type `BaseException | None`
PyGithub possibly-missing-attribute tests/Github_.py:292:49 Submodule `HookDelivery` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Github_.py:295:50 Submodule `HookDelivery` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Github_.py:431:30 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub invalid-argument-type tests/GraphQl.py:113:32 Argument to bound method `assertRaises` is incorrect: Expected `type[Unknown] | tuple[type[Unknown], ...]`, found `<module 'github.GithubException'>`
PyGithub invalid-argument-type tests/GraphQl.py:149:32 Argument to bound method `assertRaises` is incorrect: Expected `type[Unknown] | tuple[type[Unknown], ...]`, found `<module 'github.GithubException'>`
PyGithub possibly-missing-attribute tests/Installation.py:117:45 Submodule `Requester` may not be available as an attribute on module `github`
PyGithub invalid-argument-type tests/Installation.py:119:52 Argument to bound method `__init__` is incorrect: Expected `int | str | None`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/Installation.py:119:52 Argument to bound method `__init__` is incorrect: Expected `str | None`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/Installation.py:119:52 Argument to bound method `__init__` is incorrect: Expected `str`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/Installation.py:119:52 Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/Installation.py:119:52 Argument to bound method `__init__` is incorrect: Expected `str`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/Installation.py:119:52 Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/Installation.py:119:52 Argument to bound method `__init__` is incorrect: Expected `bool | str`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/Installation.py:119:52 Argument to bound method `__init__` is incorrect: Expected `int | Retry | None`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/Installation.py:119:52 Argument to bound method `__init__` is incorrect: Expected `int | None`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/Installation.py:119:52 Argument to bound method `__init__` is incorrect: Expected `int | float | None`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/Installation.py:119:52 Argument to bound method `__init__` is incorrect: Expected `int | float | None`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/Installation.py:119:52 Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/Installation.py:119:52 Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/Installation.py:119:52 Argument to bound method `__init__` is incorrect: Expected `str`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/Installation.py:119:52 Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
PyGithub invalid-argument-type tests/Installation.py:119:52 Argument to bound method `__init__` is incorrect: Expected `bool`, found `AppAuth | str | int`
PyGithub possibly-missing-attribute tests/Issue.py:52:7 Submodule `GithubObject` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Issue134.py:47:18 Attribute `get_authorizations` may be missing on object of type `NamedUser | AuthenticatedUser`
PyGithub possibly-missing-attribute tests/Issue134.py:54:13 Attribute `get_authorizations` may be missing on object of type `NamedUser | AuthenticatedUser`
PyGithub possibly-missing-attribute tests/Issue572.py:49:42 Submodule `PullRequest` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Issue572.py:55:43 Submodule `Issue` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Logging_.py:85:9 Submodule `Requester` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Logging_.py:88:9 Submodule `Requester` may not be available as an attribute on module `github`
PyGithub unresolved-attribute tests/Logging_.py:213:9 Object of type `Github` has no attribute `_Github__requester`
PyGithub unresolved-attribute tests/Logging_.py:227:9 Object of type `Github` has no attribute `_Github__requester`
PyGithub possibly-missing-attribute tests/Organization.py:295:49 Submodule `HookDelivery` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Organization.py:298:50 Submodule `HookDelivery` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Organization.py:609:80 Submodule `Migration` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Persistence.py:56:48 Submodule `Repository` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/PoolSize.py:39:43 Submodule `Repository` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/PoolSize.py:49:43 Submodule `Repository` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/ProjectCard.py:66:37 Submodule `PullRequest` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/ProjectCard.py:71:38 Submodule `Issue` may not be available as an attribute on module `github`
PyGithub unresolved-import tests/PullRequest.py:58:8 Cannot resolve imported module `pytest`
PyGithub possibly-missing-attribute tests/Repository.py:1175:49 Submodule `HookDelivery` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Repository.py:1178:50 Submodule `HookDelivery` may not be available as an attribute on module `github`
PyGithub invalid-argument-type tests/RepositoryAdvisory.py:141:13 Argument to bound method `offer_credits` is incorrect: Expected `Iterable[SimpleCredit | AdvisoryCredit]`, found `list[Unknown | dict[Unknown | str, Unknown | str]]`
PyGithub possibly-missing-attribute tests/Requester.py:49:9 Submodule `Requester` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Requester.py:52:9 Submodule `Requester` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Requester.py:61:21 Submodule `Requester` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Requester.py:79:41 Submodule `Requester` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Requester.py:98:16 Submodule `Requester` may not be available as an attribute on module `github`
PyGithub unresolved-attribute tests/Requester.py:103:26 Object of type `Github` has no attribute `_Github__requester`
PyGithub unresolved-attribute tests/Requester.py:107:26 Object of type `GithubIntegration` has no attribute `_GithubIntegration__requester`
PyGithub possibly-missing-attribute tests/Requester.py:115:21 Submodule `Requester` may not be available as an attribute on module `github`
PyGithub unresolved-attribute tests/Requester.py:192:25 Object of type `Github` has no attribute `_Github__requester`
PyGithub unresolved-attribute tests/Requester.py:206:25 Object of type `GithubIntegration` has no attribute `_GithubIntegration__requester`
PyGithub possibly-missing-attribute tests/Requester.py:216:9 Attribute `info` may be missing on object of type `Unknown | None | MagicMock`
PyGithub possibly-missing-attribute tests/Requester.py:263:9 Attribute `info` may be missing on object of type `Unknown | None | MagicMock`
PyGithub possibly-missing-attribute tests/Requester.py:404:29 Submodule `Requester` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Requester.py:406:30 Submodule `Requester` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Requester.py:410:29 Submodule `Requester` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Requester.py:412:30 Submodule `Requester` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Requester.py:416:29 Submodule `Requester` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Requester.py:418:30 Submodule `Requester` may not be available as an attribute on module `github`
PyGithub unresolved-import tests/Retry.py:35:8 Cannot resolve imported module `responses`
PyGithub possibly-missing-attribute tests/Retry.py:64:43 Submodule `Repository` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Retry.py:73:43 Submodule `Repository` may not be available as an attribute on module `github`
PyGithub possibly-missing-attribute tests/Retry.py:90:43 Submodule `Repository` may not be available as an attribute on module `github`
aiortc unresolved-import src/aiortc/codecs/base.py:3:6 Cannot resolve imported module `av.frame`
aiortc unresolved-import src/aiortc/codecs/base.py:4:6 Cannot resolve imported module `av.packet`
aiortc unresolved-import src/aiortc/codecs/g711.py:4:6 Cannot resolve imported module `av`
aiortc unresolved-import src/aiortc/codecs/g711.py:5:6 Cannot resolve imported module `av.frame`
aiortc unresolved-import src/aiortc/codecs/g711.py:6:6 Cannot resolve imported module `av.packet`
aiortc invalid-return-type src/aiortc/codecs/g711.py:65:20 Return type does not match returned value: expected `tuple[list[bytes], int]`, found `tuple[list[bytes], None]`
aiortc unresolved-import src/aiortc/codecs/g722.py:4:6 Cannot resolve imported module `av`
aiortc unresolved-import src/aiortc/codecs/g722.py:5:6 Cannot resolve imported module `av.frame`
aiortc unresolved-import src/aiortc/codecs/g722.py:6:6 Cannot resolve imported module `av.packet`
aiortc invalid-return-type src/aiortc/codecs/g722.py:73:20 Return type does not match returned value: expected `tuple[list[bytes], int]`, found `tuple[list[bytes], None]`
aiortc unresolved-import src/aiortc/codecs/h264.py:9:8 Cannot resolve imported module `av`
aiortc unresolved-import src/aiortc/codecs/h264.py:10:6 Cannot resolve imported module `av.frame`
aiortc unresolved-import src/aiortc/codecs/h264.py:11:6 Cannot resolve imported module `av.packet`
aiortc unresolved-import src/aiortc/codecs/h264.py:12:6 Cannot resolve imported module `av.video.codeccontext`
aiortc invalid-return-type src/aiortc/codecs/h264.py:200:20 Return type does not match returned value: expected `tuple[bytes, bytes]`, found `tuple[bytes, bytes | Unknown | None]`
aiortc unresolved-import src/aiortc/codecs/opus.py:4:6 Cannot resolve imported module `av`
aiortc unresolved-import src/aiortc/codecs/opus.py:5:6 Cannot resolve imported module `av.frame`
aiortc unresolved-import src/aiortc/codecs/opus.py:6:6 Cannot resolve imported module `av.packet`
aiortc invalid-return-type src/aiortc/codecs/opus.py:73:20 Return type does not match returned value: expected `tuple[list[bytes], int]`, found `tuple[list[bytes], None]`
aiortc unresolved-import src/aiortc/codecs/vpx.py:7:8 Cannot resolve imported module `av`
aiortc unresolved-import src/aiortc/codecs/vpx.py:8:6 Cannot resolve imported module `av`
aiortc unresolved-import src/aiortc/codecs/vpx.py:9:6 Cannot resolve imported module `av.frame`
aiortc unresolved-import src/aiortc/codecs/vpx.py:10:6 Cannot resolve imported module `av.packet`
aiortc unresolved-import src/aiortc/codecs/vpx.py:11:6 Cannot resolve imported module `av.video.codeccontext`
aiortc unresolved-import src/aiortc/contrib/media.py:9:8 Cannot resolve imported module `av`
aiortc unresolved-import src/aiortc/contrib/media.py:10:8 Cannot resolve imported module `av.container`
aiortc unresolved-import src/aiortc/contrib/media.py:11:6 Cannot resolve imported module `av`
aiortc unresolved-import src/aiortc/contrib/media.py:12:6 Cannot resolve imported module `av.audio`
aiortc unresolved-import src/aiortc/contrib/media.py:13:6 Cannot resolve imported module `av.frame`
aiortc unresolved-import src/aiortc/contrib/media.py:14:6 Cannot resolve imported module `av.packet`
aiortc unresolved-import src/aiortc/contrib/media.py:15:6 Cannot resolve imported module `av.video.stream`
aiortc possibly-unresolved-reference src/aiortc/contrib/media.py:250:17 Name `data_time` used when possibly not defined
aiortc possibly-unresolved-reference src/aiortc/contrib/media.py:253:45 Name `data_time` used when possibly not defined
aiortc possibly-unresolved-reference src/aiortc/contrib/media.py:255:38 Name `data_time` used when possibly not defined
aiortc possibly-missing-attribute src/aiortc/contrib/media.py:392:13 Attribute `set` may be missing on object of type `Event | None`
aiortc possibly-missing-attribute src/aiortc/contrib/media.py:401:48 Attribute `name` may be missing on object of type `Unknown | None`
aiortc possibly-missing-attribute src/aiortc/contrib/media.py:449:16 Attribute `format` may be missing on object of type `Unknown | None`
aiortc possibly-missing-attribute src/aiortc/contrib/media.py:451:18 Attribute `format` may be missing on object of type `Unknown | None`
aiortc possibly-missing-attribute src/aiortc/contrib/media.py:453:18 Attribute `format` may be missing on object of type `Unknown | None`
aiortc possibly-missing-attribute src/aiortc/contrib/media.py:457:40 Attribute `add_stream` may be missing on object of type `Unknown | None`
aiortc possibly-missing-attribute src/aiortc/contrib/media.py:459:16 Attribute `format` may be missing on object of type `Unknown | None`
aiortc possibly-missing-attribute src/aiortc/contrib/media.py:460:26 Attribute `add_stream` may be missing on object of type `Unknown | None`
aiortc possibly-missing-attribute src/aiortc/contrib/media.py:462:18 Attribute `format` may be missing on object of type `Unknown | None`
aiortc possibly-missing-attribute src/aiortc/contrib/media.py:463:26 Attribute `add_stream` may be missing on object of type `Unknown | None`
aiortc possibly-missing-attribute src/aiortc/contrib/media.py:466:26 Attribute `add_stream` may be missing on object of type `Unknown | None`
aiortc unused-ignore-comment src/aiortc/contrib/media.py:515:58 Unused blanket `type: ignore` directive
aiortc possibly-missing-attribute src/aiortc/contrib/media.py:516:17 Attribute `mux` may be missing on object of type `Unknown | None`
aiortc invalid-assignment src/aiortc/contrib/signaling.py:44:19 Object of type `dict[str, int | str | None]` is not assignable to `dict[str, int | str]`
aiortc invalid-argument-type src/aiortc/contrib/signaling.py:81:50 Argument to bound method `__init__` is incorrect: Expected `StreamReader`, found `StreamReader | None`
aiortc possibly-missing-attribute src/aiortc/contrib/signaling.py:87:13 Attribute `close` may be missing on object of type `ReadTransport | None`
aiortc possibly-missing-attribute src/aiortc/contrib/signaling.py:92:22 Attribute `readline` may be missing on object of type `StreamReader | None`
aiortc possibly-missing-attribute src/aiortc/contrib/signaling.py:150:26 Attribute `readuntil` may be missing on object of type `StreamReader | None`
aiortc possibly-missing-attribute src/aiortc/contrib/signaling.py:158:9 Attribute `write` may be missing on object of type `StreamWriter | None`
aiortc possibly-missing-attribute src/aiortc/contrib/signaling.py:209:26 Attribute `readuntil` may be missing on object of type `StreamReader | None`
aiortc possibly-missing-attribute src/aiortc/contrib/signaling.py:217:9 Attribute `write` may be missing on object of type `StreamWriter | None`
aiortc unsupported-operator src/aiortc/jitterbuffer.py:71:20 Operator `+` is not supported between objects of type `int | None` and `int`
aiortc unused-ignore-comment src/aiortc/jitterbuffer.py:81:69 Unused blanket `type: ignore` directive
aiortc unsupported-operator src/aiortc/jitterbuffer.py:103:19 Operator `%` is not supported between objects of type `int | None` and `Unknown | int`
aiortc invalid-argument-type src/aiortc/jitterbuffer.py:105:39 Argument to function `uint16_add` is incorrect: Expected `int`, found `int | None`
aiortc unsupported-operator src/aiortc/jitterbuffer.py:114:19 Operator `%` is not supported between objects of type `int | None` and `Unknown | int`
aiortc invalid-argument-type src/aiortc/jitterbuffer.py:121:39 Argument to function `uint16_add` is incorrect: Expected `int`, found `int | None`
aiortc unresolved-import src/aiortc/mediastreams.py:8:6 Cannot resolve imported module `av`
aiortc unresolved-import src/aiortc/mediastreams.py:9:6 Cannot resolve imported module `av.frame`
aiortc unresolved-import src/aiortc/mediastreams.py:10:6 Cannot resolve imported module `av.packet`
aiortc unresolved-import src/aiortc/mediastreams.py:11:6 Cannot resolve imported module `pyee.asyncio`
aiortc invalid-argument-type src/aiortc/rate.py:117:61 Argument to bound method `_additive_rate_increase` is incorrect: Expected `int`, found `int | None`
aiortc invalid-argument-type src/aiortc/rate.py:120:34 Argument to bound method `_multiplicative_rate_increase` is incorrect: Expected `int`, found `int | None`
aiortc invalid-argument-type src/aiortc/rate.py:225:25 Argument to function `uint32_add` is incorrect: Expected `int`, found `Unknown | int | None`
aiortc unsupported-operator src/aiortc/rate.py:226:25 Unary operator `-` is not supported for object of type `Unknown | int | None`
aiortc unsupported-operator src/aiortc/rate.py:229:25 Operator `-` is not supported between two objects of type `int | None`
aiortc invalid-argument-type src/aiortc/rate.py:238:35 Argument to function `uint32_gt` is incorrect: Expected `int`, found `Unknown | int | None`
aiortc unsupported-operator src/aiortc/rate.py:247:49 Unary operator `-` is not supported for object of type `Unknown | int | None`
aiortc possibly-missing-attribute src/aiortc/rate.py:247:50 Attribute `last_timestamp` may be missing on object of type `TimestampGroup | None`
aiortc unsupported-operator src/aiortc/rate.py:249:30 Operator `-` is not supported between objects of type `int` and `int | None`
aiortc possibly-missing-attribute src/aiortc/rate.py:249:45 Attribute `arrival_time` may be missing on object of type `TimestampGroup | None`
aiortc unsupported-operator src/aiortc/rate.py:259:53 Unary operator `-` is not supported for object of type `Unknown | int | None`
aiortc possibly-missing-attribute src/aiortc/rate.py:259:54 Attribute `first_timestamp` may be missing on object of type `TimestampGroup | None`
aiortc unsupported-operator src/aiortc/rate.py:263:49 Unary operator `-` is not supported for object of type `Unknown | int | None`
aiortc possibly-missing-attribute src/aiortc/rate.py:263:50 Attribute `first_timestamp` may be missing on object of type `TimestampGroup | None`
aiortc unsupported-operator src/aiortc/rate.py:498:15 Operator `<` is not supported between objects of type `int | None` and `Unknown | int`
aiortc unsupported-operator src/aiortc/rate.py:506:13 Operator `+=` is not supported between objects of type `None` and `Literal[1]`
aiortc unresolved-import src/aiortc/rtcdatachannel.py:5:6 Cannot resolve imported module `pyee.asyncio`
aiortc unresolved-import src/aiortc/rtcdtlstransport.py:11:8 Cannot resolve imported module `pylibsrtp`
aiortc unresolved-import src/aiortc/rtcdtlstransport.py:17:6 Cannot resolve imported module `pyee.asyncio`
aiortc unresolved-import src/aiortc/rtcdtlstransport.py:18:6 Cannot resolve imported module `pylibsrtp`
aiortc invalid-argument-type src/aiortc/rtcdtlstransport.py:201:29 Argument to bound method `use_certificate` is incorrect: Expected `X509`, found `Unknown | Certificate`
aiortc invalid-argument-type src/aiortc/rtcdtlstransport.py:202:28 Argument to bound method `use_privatekey` is incorrect: Expected `PKey`, found `Unknown | EllipticCurvePrivateKey`
aiortc unresolved-import src/aiortc/rtcicetransport.py:7:6 Cannot resolve imported module `aioice`
aiortc unresolved-import src/aiortc/rtcicetransport.py:8:6 Cannot resolve imported module `pyee.asyncio`
aiortc unresolved-import src/aiortc/rtcpeerconnection.py:7:6 Cannot resolve imported module `pyee.asyncio`
aiortc invalid-assignment src/aiortc/rtcpeerconnection.py:108:17 Invalid subscript assignment with key of type `int | None` and value of type `RTCRtpCodecParameters` on object of type `dict[int, RTCRtpCodecParameters]`
aiortc invalid-argument-type src/aiortc/rtcpeerconnection.py:132:24 Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | str | None`
aiortc invalid-argument-type src/aiortc/rtcpeerconnection.py:280:43 Argument is incorrect: Expected `str`, found `str | None`
aiortc invalid-return-type src/aiortc/rtcpeerconnection.py:368:16 Return type does not match returned value: expected `RTCSessionDescription`, found `RTCSessionDescription | None`
aiortc invalid-return-type src/aiortc/rtcpeerconnection.py:376:16 Return type does not match returned value: expected `RTCSessionDescription`, found `RTCSessionDescription | None`
aiortc possibly-missing-attribute src/aiortc/rtcpeerconnection.py:571:25 Attribute `media` may be missing on object of type `SessionDescription | None | @Todo`
aiortc invalid-argument-type src/aiortc/rtcpeerconnection.py:575:21 Argument to function `create_media_description_for_transceiver` is incorrect: Expected `RTCRtpTransceiver`, found `RTCRtpTransceiver | None | @Todo`
aiortc possibly-missing-attribute src/aiortc/rtcpeerconnection.py:578:25 Attribute `direction` may be missing on object of type `RTCRtpTransceiver | None | @Todo`
aiortc invalid-argument-type src/aiortc/rtcpeerconnection.py:578:48 Argument to function `and_direction` is incorrect: Expected `str`, found `str | None | @Todo`
aiortc possibly-missing-attribute src/aiortc/rtcpeerconnection.py:578:48 Attribute `_offerDirection` may be missing on object of type `RTCRtpTransceiver | None | @Todo`
aiortc invalid-argument-type src/aiortc/rtcpeerconnection.py:580:21 Argument to function `create_media_description_for_transceiver` is incorrect: Expected `str`, found `str | None | @Todo`
aiortc possibly-missing-attribute src/aiortc/rtcpeerconnection.py:580:25 Attribute `mid` may be missing on object of type `RTCRtpTransceiver | None | @Todo`
aiortc possibly-missing-attribute src/aiortc/rtcpeerconnection.py:582:33 Attribute `receiver` may be missing on object of type `RTCRtpTransceiver | None | @Todo`
aiortc invalid-assignment src/aiortc/rtcpeerconnection.py:591:17 Object of type `Literal["client"]` is not assignable to attribute `role` on type `RTCDtlsParameters | None`
aiortc invalid-assignment src/aiortc/rtcpeerconnection.py:593:17 Object of type `Unknown & ~Literal["auto"]` is not assignable to attribute `role` on type `RTCDtlsParameters | None`
aiortc invalid-return-type src/aiortc/rtcpeerconnection.py:602:16 Return type does not match returned value: expected `RTCSessionDescription`, found `RTCSessionDescription | None`
aiortc invalid-argument-type src/aiortc/rtcpeerconnection.py:675:33 Argument to function `get_media` is incorrect: Expected `SessionDescription`, found `SessionDescription | None | @Todo`
aiortc invalid-argument-type src/aiortc/rtcpeerconnection.py:676:34 Argument to function `get_media` is incorrect: Expected `SessionDescription`, found `SessionDescription | None | @Todo`
aiortc possibly-missing-attribute src/aiortc/rtcpeerconnection.py:680:55 Attribute `kind` may be missing on object of type `MediaDescription | None`
aiortc possibly-missing-attribute src/aiortc/rtcpeerconnection.py:681:53 Attribute `rtp` may be missing on object of type `MediaDescription | None`
aiortc possibly-missing-attribute src/aiortc/rtcpeerconnection.py:684:17 Attribute `_set_mline_index` may be missing on object of type `RTCRtpTransceiver | None | @Todo`
aiortc invalid-argument-type src/aiortc/rtcpeerconnection.py:687:25 Argument to function `create_media_description_for_transceiver` is incorrect: Expected `RTCRtpTransceiver`, found `RTCRtpTransceiver | None | @Todo`
aiortc possibly-missing-attribute src/aiortc/rtcpeerconnection.py:689:35 Attribute `direction` may be missing on object of type `RTCRtpTransceiver | None | @Todo`
aiortc invalid-return-type src/aiortc/rtcpeerconnection.py:745:16 Return type does not match returned value: expected `RTCSessionDescription`, found `RTCSessionDescription | None`
aiortc possibly-missing-attribute src/aiortc/rtcpeerconnection.py:833:17 Attribute `_set_mid` may be missing on object of type `RTCRtpTransceiver | None | @Todo`
aiortc possibly-missing-attribute src/aiortc/rtcpeerconnection.py:849:21 Attribute `receiver` may be missing on object of type `RTCRtpTransceiver | None | @Todo`
aiortc possibly-missing-attribute src/aiortc/rtcpeerconnection.py:849:62 Attribute `role` may be missing on object of type `RTCDtlsParameters | None`
aiortc possibly-missing-attribute src/aiortc/rtcpeerconnection.py:851:53 Attribute `role` may be missing on object of type `RTCDtlsParameters | None`
aiortc possibly-missing-attribute src/aiortc/rtcpeerconnection.py:863:50 Attribute `receiver` may be missing on object of type `RTCRtpTransceiver | None | @Todo`
aiortc invalid-argument-type src/aiortc/rtcpeerconnection.py:937:47 Argument to function `reverse_direction` is incorrect: Expected `str`, found `str | None`
aiortc possibly-missing-attribute src/aiortc/rtcpeerconnection.py:992:64 Attribute `iceLite` may be missing on object of type `RTCIceParameters | None`
aiortc possibly-missing-attribute src/aiortc/rtcpeerconnection.py:996:52 Attribute `role` may be missing on object of type `RTCDtlsParameters | None`
aiortc possibly-missing-attribute src/aiortc/rtcpeerconnection.py:1000:42 Attribute `role` may be missing on object of type `RTCDtlsParameters | None`
aiortc invalid-argument-type src/aiortc/rtcpeerconnection.py:1223:13 Argument is incorrect: Expected `str`, found `str | None`
aiortc invalid-argument-type src/aiortc/rtcpeerconnection.py:1237:17 Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> MediaDescription, (s: slice[Any, Any, Any], /) -> list[MediaDescription]]` cannot be called with key of type `int | None` on object of type `list[MediaDescription]`
aiortc possibly-missing-attribute src/aiortc/rtcpeerconnection.py:1237:17 Attribute `media` may be missing on object of type `SessionDescription | None | @Todo`
aiortc invalid-assignment src/aiortc/rtcpeerconnection.py:1260:17 Invalid subscript assignment with key of type `int | None` and value of type `RTCRtpDecodingParameters` on object of type `dict[int, RTCRtpDecodingParameters]`
aiortc invalid-argument-type src/aiortc/rtcpeerconnection.py:1261:46 Argument is incorrect: Expected `int`, found `int | None`
aiortc possibly-missing-attribute src/aiortc/rtcpeerconnection.py:1386:20 Attribute `usernameFragment` may be missing on object of type `RTCIceParameters | None`
aiortc possibly-missing-attribute src/aiortc/rtcpeerconnection.py:1386:54 Attribute `password` may be missing on object of type `RTCIceParameters | None`
aiortc possibly-missing-attribute src/aiortc/rtcpeerconnection.py:1390:63 Attribute `role` may be missing on object of type `RTCDtlsParameters | None`
aiortc possibly-missing-attribute src/aiortc/rtcpeerconnection.py:1407:71 Attribute `media` may be missing on object of type `SessionDescription | None | @Todo`
aiortc unresolved-import src/aiortc/rtcrtpreceiver.py:12:6 Cannot resolve imported module `av.frame`
aiortc possibly-missing-attribute src/aiortc/rtcrtpreceiver.py:71:22 Attribute `decode` may be missing on object of type `None | Decoder`
aiortc unsupported-operator src/aiortc/rtcrtpreceiver.py:158:22 Operator `-` is not supported between objects of type `int` and `int | None`
aiortc unsupported-operator src/aiortc/rtcrtpreceiver.py:159:24 Operator `-` is not supported between objects of type `Unknown | int` and `int | None`
aiortc unsupported-operator src/aiortc/rtcrtpreceiver.py:184:16 Operator `+` is not supported between objects of type `Unknown | Literal[0]` and `int | None`
aiortc unsupported-operator src/aiortc/rtcrtpreceiver.py:222:14 Operator `<` is not supported between objects of type `int` and `int | None`
aiortc invalid-return-type src/aiortc/rtcrtpreceiver.py:311:16 Return type does not match returned value: expected `MediaStreamTrack`, found `RemoteStreamTrack | None`
aiortc invalid-assignment src/aiortc/rtcrtpreceiver.py:381:17 Invalid subscript assignment with key of type `int | None` and value of type `RTCRtpCodecParameters` on object of type `dict[int, RTCRtpCodecParameters]`
aiortc possibly-missing-attribute src/aiortc/rtcrtpreceiver.py:393:21 Attribute `_queue` may be missing on object of type `RemoteStreamTrack | None`
aiortc possibly-missing-attribute src/aiortc/rtcrtpreceiver.py:415:13 Attribute `cancel` may be missing on object of type `Future[None] | None`
aiortc invalid-argument-type src/aiortc/rtcrtpreceiver.py:476:43 Argument to function `pack_remb_fci` is incorrect: Expected `int`, found `Unknown | int | list[int]`
aiortc invalid-argument-type src/aiortc/rtcrtpreceiver.py:476:43 Argument to function `pack_remb_fci` is incorrect: Expected `list[int]`, found `Unknown | int | list[int]`
aiortc invalid-argument-type src/aiortc/rtcrtpreceiver.py:569:29 Argument is incorrect: Expected `int`, found `int | None`
aiortc unresolved-import src/aiortc/rtcrtpsender.py:10:6 Cannot resolve imported module `av`
aiortc unresolved-import src/aiortc/rtcrtpsender.py:11:6 Cannot resolve imported module `av.frame`
aiortc invalid-return-type src/aiortc/rtcrtpsender.py:147:16 Return type does not match returned value: expected `MediaStreamTrack`, found `Unknown | MediaStreamTrack | None`
aiortc possibly-missing-attribute src/aiortc/rtcrtpsender.py:240:13 Attribute `cancel` may be missing on object of type `Future[None] | None`
aiortc possibly-missing-attribute src/aiortc/rtcrtpsender.py:241:13 Attribute `cancel` may be missing on object of type `Future[None] | None`
aiortc unsupported-operator src/aiortc/rtcrtpsender.py:249:27 Operator `-` is not supported between objects of type `int | float` and `int | float | None`
aiortc invalid-argument-type src/aiortc/rtcrtpsender.py:270:25 Argument is incorrect: Expected `int | float`, found `int | float | None | Unknown`
aiortc invalid-assignment src/aiortc/rtcrtpsender.py:290:25 Object of type `int` is not assignable to attribute `target_bitrate` on type `Encoder & <Protocol with members 'target_bitrate'> & ~AlwaysFalsy`
aiortc possibly-missing-attribute src/aiortc/rtcrtpsender.py:298:22 Attribute `recv` may be missing on object of type `Unknown | MediaStreamTrack | None`
aiortc invalid-argument-type src/aiortc/rtcrtpsender.py:330:53 Argument to bound method `__init__` is incorrect: Expected `int`, found `None | int`
aiortc invalid-argument-type src/aiortc/rtcrtpsender.py:379:25 Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`
aiortc unresolved-import src/aiortc/rtcsctptransport.py:14:6 Cannot resolve imported module `google_crc32c`
aiortc unresolved-import src/aiortc/rtcsctptransport.py:15:6 Cannot resolve imported module `pyee.asyncio`
aiortc unused-ignore-comment src/aiortc/rtcsctptransport.py:142:31 Unused blanket `type: ignore` directive
aiortc unused-ignore-comment src/aiortc/rtcsctptransport.py:233:31 Unused blanket `type: ignore` directive
aiortc unused-ignore-comment src/aiortc/rtcsctptransport.py:275:31 Unused blanket `type: ignore` directive
aiortc unused-ignore-comment src/aiortc/rtcsctptransport.py:361:31 Unused blanket `type: ignore` directive
aiortc invalid-argument-type src/aiortc/rtcsctptransport.py:1095:33 Argument to bound method `_receive` is incorrect: Expected `int`, found `int | bytes | @Todo`
aiortc invalid-argument-type src/aiortc/rtcsctptransport.py:1095:33 Argument to bound method `_receive` is incorrect: Expected `int`, found `int | bytes | @Todo`
aiortc invalid-argument-type src/aiortc/rtcsctptransport.py:1095:33 Argument to bound method `_receive` is incorrect: Expected `bytes`, found `int | bytes | @Todo`
aiortc invalid-argument-type src/aiortc/rtcsctptransport.py:1131:37 Argument to bound method `_receive` is incorrect: Expected `int`, found `int | bytes | @Todo`
aiortc invalid-argument-type src/aiortc/rtcsctptransport.py:1131:37 Argument to bound method `_receive` is incorrect: Expected `int`, found `int | bytes | @Todo`
aiortc invalid-argument-type src/aiortc/rtcsctptransport.py:1131:37 Argument to bound method `_receive` is incorrect: Expected `bytes`, found `int | bytes | @Todo`
aiortc possibly-unresolved-reference src/aiortc/rtcsctptransport.py:1178:42 Name `highest_seen_tsn` used when possibly not defined
aiortc possibly-unresolved-reference src/aiortc/rtcsctptransport.py:1367:30 Name `param_type` used when possibly not defined
aiortc unresolved-import src/aiortc/rtp.py:8:6 Cannot resolve imported module `av`
aiortc possibly-missing-attribute src/aiortc/sdp.py:347:12 Attribute `usernameFragment` may be missing on object of type `RTCIceParameters | None`
aiortc possibly-missing-attribute src/aiortc/sdp.py:348:41 Attribute `usernameFragment` may be missing on object of type `RTCIceParameters | None`
aiortc possibly-missing-attribute src/aiortc/sdp.py:349:12 Attribute `password` may be missing on object of type `RTCIceParameters | None`
aiortc possibly-missing-attribute src/aiortc/sdp.py:350:39 Attribute `password` may be missing on object of type `RTCIceParameters | None`
aiortc possibly-missing-attribute src/aiortc/sdp.py:388:63 Attribute `rtp` may be missing on object of type `None | MediaDescription`
aiortc possibly-missing-attribute src/aiortc/sdp.py:408:46 Attribute `split` may be missing on object of type `str | None`
aiortc invalid-argument-type src/aiortc/sdp.py:421:48 Argument to function `parse_group` is incorrect: Expected `str`, found `str | None`
aiortc invalid-argument-type src/aiortc/sdp.py:423:56 Argument to function `parse_group` is incorrect: Expected `str`, found `str | None`
aiortc invalid-argument-type src/aiortc/sdp.py:446:52 Argument is incorrect: Expected `str`, found `None | Unknown`
aiortc invalid-argument-type src/aiortc/sdp.py:462:80 Argument to function `candidate_from_sdp` is incorrect: Expected `str`, found `str | None`
aiortc possibly-missing-attribute src/aiortc/sdp.py:466:43 Attribute `split` may be missing on object of type `str | None`
aiortc possibly-missing-attribute src/aiortc/sdp.py:474:50 Attribute `split` may be missing on object of type `str | None`
aiortc invalid-argument-type src/aiortc/sdp.py:486:48 Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
aiortc invalid-assignment src/aiortc/sdp.py:489:25 Object of type `str | None` is not assignable to attribute `muxId` on type `Unknown | RTCRtpParameters`
aiortc possibly-missing-attribute src/aiortc/sdp.py:493:32 Attribute `split` may be missing on object of type `str | None`
aiortc possibly-missing-attribute src/aiortc/sdp.py:504:50 Attribute `split` may be missing on object of type `str | None`
aiortc possibly-missing-attribute src/aiortc/sdp.py:521:50 Attribute `split` may be missing on object of type `str | None`
aiortc invalid-argument-type src/aiortc/sdp.py:524:55 Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
aiortc invalid-argument-type src/aiortc/sdp.py:526:63 Argument to function `parse_group` is incorrect: Expected `str`, found `str | None`
aiortc possibly-missing-attribute src/aiortc/sdp.py:528:47 Attribute `split` may be missing on object of type `str | None`
aiortc possibly-missing-attribute src/aiortc/sdp.py:550:50 Attribute `split` may be missing on object of type `str | None`
aiortc possibly-missing-attribute src/aiortc/sdp.py:554:32 Attribute `split` may be missing on object of type `str | None`
aiortc possibly-missing-attribute src/aiortc/sdp.py:582:16 Attribute `iceLite` may be missing on object of type `RTCIceParameters | None`
antidote unresolved-import setup.py:4:6 Cannot resolve imported module `setuptools`
antidote unresolved-import src/antidote/__init__.py:135:11 Cannot resolve imported module `._internal.scm_version`
antidote unresolved-attribute src/antidote/_internal/typing.py:64:45 Object of type `(Any, type, /) -> bool` has no attribute `__name__`
antidote unresolved-attribute src/antidote/_internal/utils.py:202:37 Object of type `object` has no attribute `__wrapped__`
antidote invalid-type-arguments src/antidote/core/__init__.py:985:41 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote invalid-type-arguments src/antidote/core/__init__.py:985:61 No type arguments provided for required type variables `_P`, `_R_co` of class `classmethod`
antidote invalid-type-arguments src/antidote/core/__init__.py:1033:16 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote invalid-type-arguments src/antidote/core/__init__.py:1033:29 Type argument for `ParamSpec` must be either a list of types, `ParamSpec`, `Concatenate`, or `...`
antidote invalid-type-arguments src/antidote/core/__init__.py:1042:10 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote invalid-type-arguments src/antidote/core/__init__.py:1042:23 Type argument for `ParamSpec` must be either a list of types, `ParamSpec`, `Concatenate`, or `...`
antidote invalid-type-arguments src/antidote/core/__init__.py:1048:16 No type arguments provided for required type variables `_P`, `_R_co` of class `classmethod`
antidote invalid-type-arguments src/antidote/core/__init__.py:1057:10 No type arguments provided for required type variables `_P`, `_R_co` of class `classmethod`
antidote unused-ignore-comment src/antidote/core/_debug.py:151:79 Unused blanket `type: ignore` directive
antidote invalid-type-arguments src/antidote/core/_inject.py:43:41 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote invalid-type-arguments src/antidote/core/_inject.py:43:61 No type arguments provided for required type variables `_P`, `_R_co` of class `classmethod`
antidote invalid-type-arguments src/antidote/core/_inject.py:93:21 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote invalid-type-arguments src/antidote/core/_inject.py:93:34 Type argument for `ParamSpec` must be either a list of types, `ParamSpec`, `Concatenate`, or `...`
antidote invalid-type-arguments src/antidote/core/_inject.py:93:39 No type arguments provided for required type variables `_P`, `_R_co` of class `classmethod`
antidote invalid-type-arguments src/antidote/core/_inject.py:132:16 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote invalid-type-arguments src/antidote/core/_inject.py:132:29 Type argument for `ParamSpec` must be either a list of types, `ParamSpec`, `Concatenate`, or `...`
antidote invalid-type-arguments src/antidote/core/_inject.py:141:10 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote invalid-type-arguments src/antidote/core/_inject.py:141:23 Type argument for `ParamSpec` must be either a list of types, `ParamSpec`, `Concatenate`, or `...`
antidote invalid-type-arguments src/antidote/core/_inject.py:147:16 No type arguments provided for required type variables `_P`, `_R_co` of class `classmethod`
antidote invalid-type-arguments src/antidote/core/_inject.py:156:10 No type arguments provided for required type variables `_P`, `_R_co` of class `classmethod`
antidote redundant-cast src/antidote/core/_inject.py:348:19 Value is already of type `Any`
antidote invalid-argument-type src/antidote/core/_inject.py:348:53 Argument to bound method `__init__` is incorrect: Expected `type[Any] | None`, found `object`
antidote invalid-argument-type src/antidote/core/_inject.py:348:82 Argument expression after ** must be a mapping type: Found `dict[str, Any] | None`
antidote unresolved-attribute src/antidote/core/_injection.py:76:44 Object of type `object` has no attribute `__metadata__`
antidote invalid-type-arguments src/antidote/core/_injection.py:278:53 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote invalid-type-arguments src/antidote/core/_injection.py:278:73 No type arguments provided for required type variables `_P`, `_R_co` of class `classmethod`
antidote unresolved-attribute src/antidote/core/_injection.py:298:9 Object of type `((...) -> object) & ~staticmethod[(), object] & ~Top[classmethod[Unknown, (), object]]` has no attribute `__qualname__`
antidote unresolved-attribute src/antidote/core/_injection.py:298:30 Object of type `((...) -> object) & ~staticmethod[(), object] & ~Top[classmethod[Unknown, (), object]]` has no attribute `__name__`
antidote unresolved-attribute src/antidote/core/_injection.py:302:17 Object of type `((...) -> object) & ~staticmethod[(), object] & ~Top[classmethod[Unknown, (), object]] & ~MethodType` has no attribute `__qualname__`
antidote unresolved-attribute src/antidote/core/_injection.py:302:42 Object of type `((...) -> object) & ~staticmethod[(), object] & ~Top[classmethod[Unknown, (), object]] & ~MethodType` has no attribute `__name__`
antidote unresolved-attribute src/antidote/core/_raw/__init__.py:104:16 Object of type `(...) -> Any` has no attribute `__antidote_hardwired__`
antidote unresolved-attribute src/antidote/core/_raw/__init__.py:105:13 Unresolved attribute `__antidote_maybe_app_catalog_onion__` on type `(...) -> Any`.
antidote unresolved-attribute src/antidote/core/_raw/__init__.py:107:16 Object of type `(...) -> Any` has no attribute `__antidote_blueprint__`
antidote unresolved-attribute src/antidote/core/_raw/__init__.py:108:17 Unresolved attribute `__antidote_blueprint__` on type `(...) -> Any`.
antidote unresolved-attribute src/antidote/core/_raw/__init__.py:109:21 Object of type `(...) -> Any` has no attribute `__antidote_blueprint__`
antidote unused-ignore-comment src/antidote/core/_raw/wrapper.py:57:16 Unused blanket `type: ignore` directive
antidote possibly-missing-attribute src/antidote/core/_raw/wrapper.py:102:13 Attribute `__get__` may be missing on object of type `((...) -> object) | ((...) -> object)`
antidote possibly-missing-attribute src/antidote/core/_raw/wrapper.py:136:13 Attribute `__get__` may be missing on object of type `((...) -> Awaitable[object]) | ((...) -> Awaitable[object])`
antidote invalid-type-arguments src/antidote/core/_wiring.py:15:41 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote invalid-type-arguments src/antidote/core/_wiring.py:15:61 No type arguments provided for required type variables `_P`, `_R_co` of class `classmethod`
antidote invalid-type-arguments src/antidote/lib/interface_ext/__init__.py:576:17 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote invalid-return-type src/antidote/lib/interface_ext/__init__.py:1014:42 Function always implicitly returns `None`, which is not assignable to return type `C@__call__`
antidote invalid-return-type src/antidote/lib/interface_ext/__init__.py:1023:14 Function always implicitly returns `None`, which is not assignable to return type `(C@when, /) -> C@when`
antidote invalid-return-type src/antidote/lib/interface_ext/__init__.py:1026:64 Function always implicitly returns `None`, which is not assignable to return type `(C@overriding, /) -> C@overriding`
antidote invalid-return-type src/antidote/lib/interface_ext/__init__.py:1029:44 Function always implicitly returns `None`, which is not assignable to return type `C@as_default`
antidote invalid-return-type src/antidote/lib/interface_ext/__init__.py:1044:10 Function always implicitly returns `None`, which is not assignable to return type `(Any, /) -> Any`
antidote invalid-return-type src/antidote/lib/interface_ext/__init__.py:1068:61 Function always implicitly returns `None`, which is not assignable to return type `(Any, /) -> Any`
antidote invalid-type-arguments src/antidote/lib/interface_ext/__init__.py:1237:31 No type arguments provided for required type variables `_P`, `_R_co` of class `classmethod`
antidote invalid-type-arguments src/antidote/lib/interface_ext/__init__.py:1241:31 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote invalid-return-type src/antidote/lib/interface_ext/__init__.py:1263:38 Function always implicitly returns `None`, which is not assignable to return type `C@__call__`
antidote invalid-return-type src/antidote/lib/interface_ext/__init__.py:1275:10 Function always implicitly returns `None`, which is not assignable to return type `(C@when, /) -> C@when`
antidote invalid-return-type src/antidote/lib/interface_ext/__init__.py:1278:60 Function always implicitly returns `None`, which is not assignable to return type `(C@overriding, /) -> C@overriding`
antidote invalid-return-type src/antidote/lib/interface_ext/__init__.py:1281:40 Function always implicitly returns `None`, which is not assignable to return type `C@as_default`
antidote invalid-type-arguments src/antidote/lib/interface_ext/__init__.py:1298:23 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote invalid-type-arguments src/antidote/lib/interface_ext/__init__.py:1299:10 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote invalid-type-arguments src/antidote/lib/interface_ext/__init__.py:1303:32 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote invalid-type-arguments src/antidote/lib/interface_ext/__init__.py:1303:65 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote invalid-type-arguments src/antidote/lib/interface_ext/__init__.py:1330:23 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote invalid-type-arguments src/antidote/lib/interface_ext/__init__.py:1331:10 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote invalid-type-arguments src/antidote/lib/interface_ext/__init__.py:1335:32 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote invalid-type-arguments src/antidote/lib/interface_ext/__init__.py:1335:65 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote invalid-type-arguments src/antidote/lib/interface_ext/__init__.py:1361:11 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote invalid-return-type src/antidote/lib/interface_ext/__init__.py:1369:38 Function always implicitly returns `None`, which is not assignable to return type `T@FunctionImplements`
antidote invalid-return-type src/antidote/lib/interface_ext/__init__.py:1381:10 Function always implicitly returns `None`, which is not assignable to return type `(T@FunctionImplements, /) -> T@FunctionImplements`
antidote invalid-return-type src/antidote/lib/interface_ext/__init__.py:1384:59 Function always implicitly returns `None`, which is not assignable to return type `(T@FunctionImplements, /) -> T@FunctionImplements`
antidote invalid-return-type src/antidote/lib/interface_ext/__init__.py:1387:40 Function always implicitly returns `None`, which is not assignable to return type `T@FunctionImplements`
antidote unused-ignore-comment src/antidote/lib/interface_ext/_function.py:76:66 Unused blanket `type: ignore` directive
antidote invalid-type-arguments src/antidote/lib/interface_ext/_interface.py:257:17 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote unused-ignore-comment src/antidote/lib/interface_ext/_interface.py:531:69 Unused blanket `type: ignore` directive
antidote unused-ignore-comment src/antidote/lib/interface_ext/_internal.py:173:71 Unused blanket `type: ignore` directive
antidote invalid-type-arguments src/antidote/lib/lazy_ext/__init__.py:210:17 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote invalid-type-arguments src/antidote/lib/lazy_ext/__init__.py:216:10 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote invalid-type-arguments src/antidote/lib/lazy_ext/__init__.py:499:38 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote invalid-type-arguments src/antidote/lib/lazy_ext/__init__.py:505:35 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote invalid-type-arguments src/antidote/lib/lazy_ext/__init__.py:635:32 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote invalid-type-arguments src/antidote/lib/lazy_ext/__init__.py:635:65 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote invalid-type-arguments src/antidote/lib/lazy_ext/_lazy.py:104:17 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote invalid-type-arguments src/antidote/lib/lazy_ext/_lazy.py:110:10 No type argument provided for required type variable `_R_co` of class `staticmethod`
antidote unused-ignore-comment src/antidote/lib/lazy_ext/_lazy.py:174:48 Unused blanket `type: ignore` directive
antidote unused-ignore-comment src/antidote/lib/lazy_ext/_lazy.py:181:48 Unused blanket `type: ignore` directive
antidote unused-ignore-comment src/antidote/lib/lazy_ext/_provider.py:101:30 Unused blanket `type: ignore` directive
antidote invalid-argument-type src/antidote/lib/lazy_ext/_provider.py:106:13 Argument to bound method `set_value` is incorrect: Expected `() -> T@LazyCall`, found `(def callback() -> T@LazyCall) | None`
antidote unresolved-attribute src/antidote/lib/lazy_ext/_provider.py:148:16 Object of type `object` has no attribute `__antidote_debug__`
antidote unresolved-attribute src/antidote/lib/lazy_ext/_provider.py:152:13 Object of type `object` has no attribute `__antidote_unsafe_provide__`
antidote unused-ignore-comment tests/core/test_catalog.py:109:36 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_catalog.py:112:38 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_catalog.py:115:38 Unused blanket `type: ignore` directive
antidote invalid-return-type tests/core/test_catalog.py:225:54 Function always implicitly returns `None`, which is not assignable to return type `bool`
antidote invalid-return-type tests/core/test_catalog.py:238:54 Function always implicitly returns `None`, which is not assignable to return type `bool`
antidote invalid-return-type tests/core/test_catalog.py:258:54 Function always implicitly returns `None`, which is not assignable to return type `bool`
antidote non-subscriptable tests/core/test_catalog_test.py:158:13 Cannot subscript object of type `CatalogOverrides` with no `__getitem__` method
antidote non-subscriptable tests/core/test_catalog_test.py:170:13 Cannot subscript object of type `CatalogOverrides` with no `__getitem__` method
antidote non-subscriptable tests/core/test_catalog_test.py:208:13 Cannot subscript object of type `CatalogOverrides` with no `__getitem__` method
antidote non-subscriptable tests/core/test_catalog_test.py:219:13 Cannot subscript object of type `CatalogOverrides` with no `__getitem__` method
antidote non-subscriptable tests/core/test_catalog_test.py:224:13 Cannot subscript object of type `CatalogOverrides` with no `__getitem__` method
antidote non-subscriptable tests/core/test_catalog_test.py:225:13 Cannot subscript object of type `CatalogOverrides` with no `__getitem__` method
antidote non-subscriptable tests/core/test_catalog_test.py:252:13 Cannot subscript object of type `CatalogOverrides` with no `__getitem__` method
antidote non-subscriptable tests/core/test_catalog_test.py:253:13 Cannot subscript object of type `CatalogOverrides` with no `__getitem__` method
antidote non-subscriptable tests/core/test_catalog_test.py:254:13 Cannot subscript object of type `CatalogOverrides` with no `__getitem__` method
antidote non-subscriptable tests/core/test_catalog_test.py:354:17 Cannot subscript object of type `CatalogOverrides` with no `__getitem__` method
antidote non-subscriptable tests/core/test_catalog_test.py:355:17 Cannot subscript object of type `CatalogOverrides` with no `__getitem__` method
antidote non-subscriptable tests/core/test_catalog_test.py:356:17 Cannot subscript object of type `CatalogOverrides` with no `__getitem__` method
antidote non-subscriptable tests/core/test_catalog_test.py:464:13 Cannot subscript object of type `CatalogOverride` with no `__getitem__` method
antidote non-subscriptable tests/core/test_catalog_test.py:468:13 Cannot subscript object of type `CatalogOverride` with no `__getitem__` method
antidote unused-ignore-comment tests/core/test_data.py:201:18 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_inject.py:113:15 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_inject.py:121:22 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_inject.py:123:14 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_inject.py:154:31 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_inject.py:156:23 Unused blanket `type: ignore` directive
antidote invalid-return-type tests/core/test_inject.py:173:47 Function always implicitly returns `None`, which is not assignable to return type `tuple[object, object]`
antidote unused-ignore-comment tests/core/test_inject.py:209:29 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_inject.py:541:29 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_inject.py:548:28 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_inject_any_function.py:119:70 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_inject_any_function.py:201:76 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_inject_custom.py:80:32 Unused blanket `type: ignore` directive
antidote invalid-return-type tests/core/test_inject_through_annotations.py:140:48 Function always implicitly returns `None`, which is not assignable to return type `A`
antidote invalid-return-type tests/core/test_inject_through_annotations.py:147:43 Function always implicitly returns `None`, which is not assignable to return type `A`
antidote invalid-return-type tests/core/test_inject_through_defaults.py:62:34 Function always implicitly returns `None`, which is not assignable to return type `B`
antidote unused-ignore-comment tests/core/test_inject_through_defaults.py:74:49 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_inject_wrapper.py:14:45 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_inject_wrapper.py:228:53 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_inject_wrapper.py:234:50 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_inject_wrapper.py:240:49 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_inject_wrapper.py:246:56 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_inject_wrapper.py:252:53 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_inject_wrapper.py:258:52 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_inject_wrapper.py:336:59 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_inject_wrapper.py:342:56 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_inject_wrapper.py:348:55 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_inject_wrapper.py:354:62 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_inject_wrapper.py:360:59 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_inject_wrapper.py:366:58 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_inject_wrapper.py:443:31 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_inject_wrapper.py:445:23 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_inject_wrapper.py:446:31 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_inject_wrapper.py:448:41 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_provider.py:67:25 Unused blanket `type: ignore` directive
antidote invalid-return-type tests/core/test_thread_safety.py:272:54 Function always implicitly returns `None`, which is not assignable to return type `bool`
antidote unused-ignore-comment tests/core/test_type_hints_locals.py:117:46 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_type_hints_locals.py:124:61 Unused blanket `type: ignore` directive
antidote invalid-return-type tests/core/test_type_hints_locals.py:137:46 Function always implicitly returns `None`, which is not assignable to return type `Dummy`
antidote invalid-return-type tests/core/test_type_hints_locals.py:143:46 Function always implicitly returns `None`, which is not assignable to return type `Dummy`
antidote invalid-return-type tests/core/test_type_hints_locals.py:150:61 Function always implicitly returns `None`, which is not assignable to return type `Dummy`
antidote invalid-return-type tests/core/test_type_hints_locals.py:157:61 Function always implicitly returns `None`, which is not assignable to return type `Dummy`
antidote invalid-return-type tests/core/test_type_hints_locals.py:171:46 Function always implicitly returns `None`, which is not assignable to return type `Dummy`
antidote invalid-return-type tests/core/test_type_hints_locals.py:178:61 Function always implicitly returns `None`, which is not assignable to return type `Dummy`
antidote invalid-return-type tests/core/test_type_hints_locals.py:202:50 Function always implicitly returns `None`, which is not assignable to return type `Dummy`
antidote invalid-return-type tests/core/test_type_hints_locals.py:209:65 Function always implicitly returns `None`, which is not assignable to return type `Dummy`
antidote invalid-return-type tests/core/test_wiring.py:260:49 Function always implicitly returns `None`, which is not assignable to return type `A`
antidote unused-ignore-comment tests/core/test_wiring.py:294:28 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/core/test_wiring.py:388:88 Unused blanket `type: ignore` directive
antidote invalid-return-type tests/lib/injectable/test_injectable.py:113:49 Function always implicitly returns `None`, which is not assignable to return type `Dummy`
antidote missing-argument tests/lib/injectable/test_injectable.py:121:9 No argument provided for required parameter `x` of bound method `method`
antidote unused-ignore-comment tests/lib/injectable/test_injectable.py:176:33 Unused blanket `type: ignore` directive
antidote invalid-return-type tests/lib/injectable/test_provider.py:53:56 Function always implicitly returns `None`, which is not assignable to return type `FactoryDummy`
antidote unused-ignore-comment tests/lib/interface/test_class.py:276:37 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/lib/interface/test_class.py:423:39 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/lib/interface/test_class.py:433:61 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/lib/interface/test_class.py:434:63 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/lib/interface/test_class.py:435:72 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/lib/interface/test_class.py:436:71 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/lib/interface/test_class.py:482:48 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/lib/interface/test_conditions.py:255:37 Unused blanket `type: ignore` directive
antidote invalid-return-type tests/lib/interface/test_custom.py:362:31 Function always implicitly returns `None`, which is not assignable to return type `bool`
antidote invalid-return-type tests/lib/interface/test_custom.py:386:47 Function always implicitly returns `None`, which is not assignable to return type `bool`
antidote unused-ignore-comment tests/lib/interface/test_custom.py:430:33 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/lib/interface/test_function.py:44:48 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/lib/interface/test_function.py:45:57 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/lib/interface/test_function.py:78:49 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/lib/interface/test_function.py:79:58 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/lib/interface/test_function.py:86:42 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/lib/interface/test_function.py:89:61 Unused blanket `type: ignore` directive
antidote invalid-return-type tests/lib/interface/test_function.py:119:30 Function always implicitly returns `None`, which is not assignable to return type `int`
antidote invalid-return-type tests/lib/interface/test_function.py:123:23 Function always implicitly returns `None`, which is not assignable to return type `int`
antidote invalid-return-type tests/lib/interface/test_function.py:127:23 Function always implicitly returns `None`, which is not assignable to return type `int`
antidote unused-ignore-comment tests/lib/interface/test_function.py:145:41 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/lib/interface/test_function.py:154:53 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/lib/interface/test_function.py:174:50 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/lib/interface/test_function.py:188:47 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/lib/interface/test_function.py:191:53 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/lib/interface/test_function.py:194:68 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/lib/interface/test_function.py:250:68 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/lib/interface/test_function.py:251:67 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/lib/interface/test_function.py:272:78 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/lib/interface/test_function.py:273:77 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/lib/interface/test_function.py:294:68 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/lib/interface/test_function.py:295:67 Unused blanket `type: ignore` directive
antidote invalid-return-type tests/lib/interface/test_function.py:300:54 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote unused-ignore-comment tests/lib/interface/test_function.py:305:29 Unused blanket `type: ignore` directive
antidote invalid-return-type tests/lib/interface/test_function.py:306:45 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote unused-ignore-comment tests/lib/interface/test_function.py:311:29 Unused blanket `type: ignore` directive
antidote invalid-return-type tests/lib/interface/test_function.py:312:58 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote unused-ignore-comment tests/lib/interface/test_function.py:317:29 Unused blanket `type: ignore` directive
antidote invalid-return-type tests/lib/interface/test_function.py:318:82 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote unused-ignore-comment tests/lib/interface/test_function.py:323:29 Unused blanket `type: ignore` directive
antidote invalid-return-type tests/lib/interface/test_function.py:324:63 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote invalid-return-type tests/lib/interface/test_function.py:329:59 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote invalid-return-type tests/lib/interface/test_function.py:333:85 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote invalid-return-type tests/lib/interface/test_function.py:337:49 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote invalid-return-type tests/lib/interface/test_function.py:342:51 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote invalid-return-type tests/lib/interface/test_function.py:350:20 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote invalid-return-type tests/lib/interface/test_function.py:357:28 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote invalid-return-type tests/lib/interface/test_function.py:364:37 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote invalid-return-type tests/lib/interface/test_function.py:371:25 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote invalid-return-type tests/lib/interface/test_function.py:378:34 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote invalid-return-type tests/lib/interface/test_function.py:385:22 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote invalid-return-type tests/lib/interface/test_function.py:392:21 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote invalid-return-type tests/lib/interface/test_function.py:402:20 Function always implicitly returns `None`, which is not assignable to return type `Box[str]`
antidote invalid-return-type tests/lib/interface/test_function.py:406:28 Function always implicitly returns `None`, which is not assignable to return type `Box[str]`
antidote invalid-return-type tests/lib/interface/test_function.py:428:31 Function always implicitly returns `None`, which is not assignable to return type `Box[str]`
antidote invalid-return-type tests/lib/interface/test_function.py:438:29 Function always implicitly returns `None`, which is not assignable to return type `Box[str]`
antidote invalid-return-type tests/lib/interface/test_function.py:452:31 Function always implicitly returns `None`, which is not assignable to return type `Box[str]`
antidote invalid-return-type tests/lib/interface/test_function.py:462:29 Function always implicitly returns `None`, which is not assignable to return type `Box[str]`
antidote invalid-return-type tests/lib/interface/test_function.py:470:25 Function always implicitly returns `None`, which is not assignable to return type `Box[str]`
antidote invalid-return-type tests/lib/interface/test_function.py:492:31 Function always implicitly returns `None`, which is not assignable to return type `Box[str]`
antidote invalid-return-type tests/lib/interface/test_function.py:502:30 Function always implicitly returns `None`, which is not assignable to return type `Box[str]`
antidote invalid-return-type tests/lib/interface/test_function.py:516:31 Function always implicitly returns `None`, which is not assignable to return type `Box[str]`
antidote invalid-return-type tests/lib/interface/test_function.py:526:30 Function always implicitly returns `None`, which is not assignable to return type `Box[str]`
antidote invalid-return-type tests/lib/interface/test_function.py:538:20 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote invalid-return-type tests/lib/interface/test_function.py:542:28 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote invalid-return-type tests/lib/interface/test_function.py:560:25 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote invalid-return-type tests/lib/interface/test_function.py:585:22 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote unused-ignore-comment tests/lib/interface/test_function.py:625:29 Unused blanket `type: ignore` directive
antidote invalid-return-type tests/lib/interface/test_lazy.py:33:30 Function always implicitly returns `None`, which is not assignable to return type `Box[int]`
antidote invalid-return-type tests/lib/interface/test_lazy.py:142:30 Function always implicitly returns `None`, which is not assignable to return type `int`
antidote invalid-return-type tests/lib/interface/test_lazy.py:161:30 Function always implicitly returns `None`, which is not assignable to return type `Box[int]`
antidote invalid-return-type tests/lib/interface/test_lazy.py:184:31 Function always implicitly returns `None`, which is not assignable to return type `Box[int]`
antidote invalid-return-type tests/lib/interface/test_lazy.py:205:30 Function always implicitly returns `None`, which is not assignable to return type `Box[int]`
antidote invalid-return-type tests/lib/interface/test_lazy.py:253:30 Function always implicitly returns `None`, which is not assignable to return type `Box[int]`
antidote invalid-return-type tests/lib/interface/test_lazy.py:435:37 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote unused-ignore-comment tests/lib/interface/test_lazy.py:440:33 Unused blanket `type: ignore` directive
antidote invalid-return-type tests/lib/interface/test_lazy.py:441:38 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote unused-ignore-comment tests/lib/interface/test_lazy.py:446:33 Unused blanket `type: ignore` directive
antidote invalid-return-type tests/lib/interface/test_lazy.py:447:38 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote invalid-return-type tests/lib/interface/test_lazy.py:451:45 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote invalid-return-type tests/lib/interface/test_lazy.py:455:64 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote invalid-return-type tests/lib/interface/test_lazy.py:463:20 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote invalid-return-type tests/lib/interface/test_lazy.py:515:20 Function always implicitly returns `None`, which is not assignable to return type `Box[str]`
antidote invalid-return-type tests/lib/interface/test_lazy.py:665:46 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote invalid-return-type tests/lib/interface/test_lazy.py:669:54 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote invalid-return-type tests/lib/interface/test_lazy.py:689:51 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote invalid-return-type tests/lib/interface/test_lazy.py:741:48 Function always implicitly returns `None`, which is not assignable to return type `str`
antidote unused-ignore-comment tests/lib/lazy/test_const.py:160:45 Unused blanket `type: ignore` directive
antidote invalid-return-type tests/lib/lazy/test_lazy.py:286:21 Function always implicitly returns `None`, which is not assignable to return type `int`
antidote invalid-return-type tests/lib/lazy/test_lazy.py:293:21 Function always implicitly returns `None`, which is not assignable to return type `int`
antidote unused-ignore-comment tests/lib/lazy/test_lazy.py:299:27 Unused blanket `type: ignore` directive
antidote invalid-return-type tests/lib/lazy/test_lazy.py:301:29 Function always implicitly returns `None`, which is not assignable to return type `int`
antidote invalid-return-type tests/lib/lazy/test_lazy.py:308:29 Function always implicitly returns `None`, which is not assignable to return type `int`
antidote invalid-return-type tests/lib/lazy/test_lazy.py:316:25 Function always implicitly returns `None`, which is not assignable to return type `int`
antidote invalid-return-type tests/lib/lazy/test_lazy.py:324:25 Function always implicitly returns `None`, which is not assignable to return type `int`
antidote unused-ignore-comment tests/lib/lazy/test_lazy.py:458:35 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/lib/lazy/test_lazy.py:471:33 Unused blanket `type: ignore` directive
antidote invalid-return-type tests/lib/lazy/test_lazy.py:658:19 Function always implicitly returns `None`, which is not assignable to return type `Box[str]`
antidote invalid-return-type tests/lib/lazy/test_lazy.py:662:20 Function always implicitly returns `None`, which is not assignable to return type `Box[str]`
antidote invalid-return-type tests/lib/lazy/test_lazy.py:668:29 Function always implicitly returns `None`, which is not assignable to return type `Box[str]`
antidote invalid-return-type tests/lib/lazy/test_lazy.py:672:27 Function always implicitly returns `None`, which is not assignable to return type `Box[str]`
antidote invalid-return-type tests/lib/lazy/test_lazy.py:677:32 Function always implicitly returns `None`, which is not assignable to return type `Box[str]`
antidote invalid-return-type tests/lib/lazy/test_lazy.py:682:31 Function always implicitly returns `None`, which is not assignable to return type `Box[str]`
antidote unused-ignore-comment tests/lib/lazy/test_lazy.py:835:27 Unused blanket `type: ignore` directive
antidote invalid-return-type tests/lib/lazy/test_lazy.py:845:31 Function always implicitly returns `None`, which is not assignable to return type `Box[str]`
antidote invalid-return-type tests/lib/lazy/test_lazy.py:849:20 Function always implicitly returns `None`, which is not assignable to return type `Box[str]`
antidote invalid-return-type tests/lib/lazy/test_lazy.py:855:43 Function always implicitly returns `None`, which is not assignable to return type `Box[str]`
antidote invalid-return-type tests/lib/lazy/test_lazy.py:859:27 Function always implicitly returns `None`, which is not assignable to return type `Box[str]`
antidote invalid-return-type tests/lib/lazy/test_lazy.py:864:44 Function always implicitly returns `None`, which is not assignable to return type `Box[str]`
antidote invalid-return-type tests/lib/lazy/test_lazy.py:869:43 Function always implicitly returns `None`, which is not assignable to return type `Box[str]`
antidote unused-ignore-comment tests/lib/lazy/test_lazy.py:1143:42 Unused blanket `type: ignore` directive
antidote unused-ignore-comment tests/lib/lazy/test_lazy.py:1144:53 Unused blanket `type: ignore` directive
alerta unresolved-import alerta/app.py:3:8 Cannot resolve imported module `sentry_sdk`
alerta unresolved-import alerta/app.py:4:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/app.py:5:6 Cannot resolve imported module `flask_compress`
alerta unresolved-import alerta/app.py:6:6 Cannot resolve imported module `flask_cors`
alerta unresolved-import alerta/app.py:7:6 Cannot resolve imported module `sentry_sdk.integrations.flask`
alerta unresolved-import alerta/app.py:8:6 Cannot resolve imported module `werkzeug.middleware.proxy_fix`
alerta invalid-parameter-default alerta/app.py:48:16 Default value of type `None` is not assignable to annotated parameter type `dict[str, Any]`
alerta invalid-parameter-default alerta/app.py:48:56 Default value of type `None` is not assignable to annotated parameter type `str`
alerta unused-ignore-comment alerta/app.py:58:48 Unused blanket `type: ignore` directive
alerta unresolved-import alerta/app.py:97:10 Cannot resolve imported module `celery`
alerta unused-ignore-comment alerta/app.py:115:35 Unused blanket `type: ignore` directive
alerta unresolved-import alerta/auth/__init__.py:1:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/auth/__init__.py:11:24 Cannot resolve imported module `ldap`
alerta unresolved-import alerta/auth/__init__.py:21:24 Cannot resolve imported module `saml2`
alerta unresolved-import alerta/auth/basic.py:1:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/auth/basic.py:2:6 Cannot resolve imported module `flask_cors`
alerta invalid-argument-type alerta/auth/basic.py:31:48 Argument to function `not_authorized` is incorrect: Expected `list[str]`, found `list[str | None]`
alerta invalid-argument-type alerta/auth/basic.py:62:47 Argument to function `create_token` is incorrect: Expected `list[str]`, found `list[Scope]`
alerta invalid-argument-type alerta/auth/basic.py:85:48 Argument to function `not_authorized` is incorrect: Expected `list[str]`, found `list[str | None]`
alerta invalid-argument-type alerta/auth/basic.py:103:47 Argument to function `create_token` is incorrect: Expected `list[str]`, found `list[Scope]`
alerta unresolved-import alerta/auth/basic_ldap.py:1:8 Cannot resolve imported module `ldap`
alerta unresolved-import alerta/auth/basic_ldap.py:2:8 Cannot resolve imported module `ldap.filter`
alerta unresolved-import alerta/auth/basic_ldap.py:3:6 Cannot resolve imported module `flask`
alerta invalid-argument-type alerta/auth/basic_ldap.py:172:47 Argument to function `create_token` is incorrect: Expected `list[str]`, found `list[Scope]`
alerta unresolved-import alerta/auth/decorators.py:6:8 Cannot resolve imported module `mohawk`
alerta unresolved-import alerta/auth/decorators.py:7:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/auth/decorators.py:8:6 Cannot resolve imported module `jwt`
alerta invalid-argument-type alerta/auth/decorators.py:51:47 Argument to bound method `is_in_scope` is incorrect: Expected `str`, found `Unknown | None`
alerta invalid-argument-type alerta/auth/decorators.py:88:47 Argument to bound method `is_in_scope` is incorrect: Expected `str`, found `Unknown | None`
alerta possibly-missing-attribute alerta/auth/decorators.py:114:29 Attribute `id` may be missing on object of type `User | None`
alerta possibly-missing-attribute alerta/auth/decorators.py:115:27 Attribute `login` may be missing on object of type `User | None`
alerta possibly-missing-attribute alerta/auth/decorators.py:116:45 Attribute `login` may be missing on object of type `User | None`
alerta possibly-missing-attribute alerta/auth/decorators.py:116:64 Attribute `get_groups` may be missing on object of type `User | None`
alerta possibly-missing-attribute alerta/auth/decorators.py:117:46 Attribute `login` may be missing on object of type `User | None`
alerta invalid-argument-type alerta/auth/decorators.py:119:47 Argument to bound method `is_in_scope` is incorrect: Expected `str`, found `Unknown | None`
alerta invalid-argument-type alerta/auth/decorators.py:142:60 Argument to function `not_authorized` is incorrect: Expected `list[str]`, found `list[str | None]`
alerta invalid-argument-type alerta/auth/decorators.py:147:57 Argument to function `get_customers` is incorrect: Expected `list[str]`, found `list[str | None]`
alerta invalid-argument-type alerta/auth/decorators.py:150:47 Argument to bound method `is_in_scope` is incorrect: Expected `str`, found `Unknown | None`
alerta unresolved-import alerta/auth/github.py:2:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/auth/github.py:3:6 Cannot resolve imported module `flask_cors`
alerta invalid-argument-type alerta/auth/github.py:85:115 Argument to function `not_authorized` is incorrect: Expected `list[str]`, found `list[str | None]`
alerta invalid-argument-type alerta/auth/github.py:97:47 Argument to function `create_token` is incorrect: Expected `list[str]`, found `list[Scope]`
alerta unresolved-import alerta/auth/hmac.py:1:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/auth/hmac.py:2:6 Cannot resolve imported module `mohawk`
alerta unresolved-import alerta/auth/login.py:1:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/auth/login.py:2:6 Cannot resolve imported module `flask_cors`
alerta unresolved-import alerta/auth/logout.py:1:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/auth/logout.py:2:6 Cannot resolve imported module `flask_cors`
alerta unresolved-import alerta/auth/oidc.py:5:8 Cannot resolve imported module `jwt`
alerta unresolved-import alerta/auth/oidc.py:7:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/auth/oidc.py:8:6 Cannot resolve imported module `flask_cors`
alerta deprecated alerta/auth/oidc.py:99:24 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta invalid-argument-type alerta/auth/oidc.py:177:33 Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | None`
alerta invalid-argument-type alerta/auth/oidc.py:177:70 Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | None`
alerta invalid-argument-type alerta/auth/oidc.py:192:95 Argument to function `not_authorized` is incorrect: Expected `list[str]`, found `list[str | None]`
alerta invalid-argument-type alerta/auth/oidc.py:203:43 Argument to function `create_token` is incorrect: Expected `str`, found `Unknown | None`
alerta invalid-argument-type alerta/auth/oidc.py:204:47 Argument to function `create_token` is incorrect: Expected `list[str]`, found `list[Scope]`
alerta invalid-argument-type alerta/auth/oidc.py:205:26 Argument to function `create_token` is incorrect: Expected `str`, found `Unknown | None`
alerta invalid-argument-type alerta/auth/oidc.py:205:70 Argument to function `create_token` is incorrect: Expected `str`, found `Unknown | None`
alerta unresolved-import alerta/auth/saml.py:1:8 Cannot resolve imported module `saml2.client`
alerta unresolved-import alerta/auth/saml.py:2:8 Cannot resolve imported module `saml2.config`
alerta unresolved-import alerta/auth/saml.py:3:8 Cannot resolve imported module `saml2.entity`
alerta unresolved-import alerta/auth/saml.py:4:8 Cannot resolve imported module `saml2.metadata`
alerta unresolved-import alerta/auth/saml.py:5:8 Cannot resolve imported module `saml2.saml`
alerta unresolved-import alerta/auth/saml.py:6:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/auth/saml.py:8:6 Cannot resolve imported module `flask_cors`
alerta invalid-argument-type alerta/auth/saml.py:100:98 Argument to function `not_authorized` is incorrect: Expected `list[str]`, found `list[str | None]`
alerta invalid-argument-type alerta/auth/saml.py:114:47 Argument to function `create_token` is incorrect: Expected `list[str]`, found `list[Scope]`
alerta unresolved-import alerta/auth/userinfo.py:3:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/auth/userinfo.py:4:6 Cannot resolve imported module `flask_cors`
alerta unresolved-import alerta/auth/utils.py:6:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/auth/utils.py:7:6 Cannot resolve imported module `itsdangerous`
alerta unresolved-import alerta/auth/utils.py:30:10 Cannot resolve imported module `werkzeug.security`
alerta unresolved-import alerta/auth/utils.py:31:10 Cannot resolve imported module `werkzeug.security`
alerta invalid-parameter-default alerta/auth/utils.py:51:18 Default value of type `None` is not assignable to annotated parameter type `str`
alerta invalid-parameter-default alerta/auth/utils.py:51:37 Default value of type `None` is not assignable to annotated parameter type `bool`
alerta invalid-parameter-default alerta/auth/utils.py:51:66 Default value of type `None` is not assignable to annotated parameter type `str`
alerta deprecated alerta/auth/utils.py:52:20 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta invalid-parameter-default alerta/auth/utils.py:104:38 Default value of type `None` is not assignable to annotated parameter type `str`
alerta invalid-parameter-default alerta/auth/utils.py:109:37 Default value of type `None` is not assignable to annotated parameter type `str`
alerta unresolved-import alerta/commands.py:5:8 Cannot resolve imported module `click`
alerta unresolved-import alerta/commands.py:6:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/commands.py:7:6 Cannot resolve imported module `flask.cli`
alerta invalid-parameter-default alerta/commands.py:17:17 Default value of type `None` is not assignable to annotated parameter type `dict[str, Any]`
alerta invalid-parameter-default alerta/commands.py:17:57 Default value of type `None` is not assignable to annotated parameter type `str`
alerta deprecated alerta/commands.py:66:24 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta invalid-argument-type alerta/commands.py:74:13 Argument to bound method `__init__` is incorrect: Expected `datetime`, found `datetime | None`
alerta invalid-argument-type alerta/commands.py:176:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | None`
alerta unresolved-import alerta/database/backends/mongodb/base.py:4:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/database/backends/mongodb/base.py:5:6 Cannot resolve imported module `pymongo`
alerta unresolved-import alerta/database/backends/mongodb/base.py:6:6 Cannot resolve imported module `pymongo.errors`
alerta deprecated alerta/database/backends/mongodb/base.py:190:56 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta deprecated alerta/database/backends/mongodb/base.py:214:24 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta not-iterable alerta/database/backends/mongodb/base.py:364:52 Object of type `Unknown | None` may not be iterable
alerta possibly-missing-attribute alerta/database/backends/mongodb/base.py:400:31 Attribute `serialize` may be missing on object of type `Unknown | None`
alerta possibly-missing-attribute alerta/database/backends/mongodb/base.py:469:55 Attribute `items` may be missing on object of type `Unknown | None`
alerta possibly-missing-attribute alerta/database/backends/mongodb/base.py:472:57 Attribute `items` may be missing on object of type `Unknown | None`
alerta unsupported-operator alerta/database/backends/mongodb/base.py:533:24 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta unsupported-operator alerta/database/backends/mongodb/base.py:571:24 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta unsupported-operator alerta/database/backends/mongodb/base.py:626:24 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta invalid-assignment alerta/database/backends/mongodb/base.py:864:20 Implicit shadowing of function `pipeline`
alerta unsupported-operator alerta/database/backends/mongodb/base.py:968:81 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta unsupported-operator alerta/database/backends/mongodb/base.py:1104:82 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta deprecated alerta/database/backends/mongodb/base.py:1116:79 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta unsupported-operator alerta/database/backends/mongodb/base.py:1130:24 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta unsupported-operator alerta/database/backends/mongodb/base.py:1173:76 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta deprecated alerta/database/backends/mongodb/base.py:1194:51 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta unsupported-operator alerta/database/backends/mongodb/base.py:1234:77 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta deprecated alerta/database/backends/mongodb/base.py:1259:52 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta deprecated alerta/database/backends/mongodb/base.py:1301:67 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta unsupported-operator alerta/database/backends/mongodb/base.py:1321:78 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta unsupported-operator alerta/database/backends/mongodb/base.py:1394:77 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta unsupported-operator alerta/database/backends/mongodb/base.py:1445:81 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta unsupported-operator alerta/database/backends/mongodb/base.py:1504:77 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta unsupported-operator alerta/database/backends/mongodb/base.py:1511:54 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta invalid-method-override alerta/database/backends/mongodb/base.py:1513:9 Invalid override of method `get_customer_notes`: Definition is incompatible with `Database.get_customer_notes`
alerta unsupported-operator alerta/database/backends/mongodb/base.py:1514:71 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta deprecated alerta/database/backends/mongodb/base.py:1517:41 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta deprecated alerta/database/backends/mongodb/base.py:1603:44 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta deprecated alerta/database/backends/mongodb/base.py:1608:41 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta unresolved-attribute alerta/database/backends/mongodb/base.py:1609:59 Object of type `AlarmModel` has no attribute `DEFAULT_INFORM_SEVERITY`
alerta deprecated alerta/database/backends/mongodb/base.py:1618:100 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta deprecated alerta/database/backends/mongodb/base.py:1668:95 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta deprecated alerta/database/backends/mongodb/base.py:1718:95 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta unresolved-import alerta/database/backends/mongodb/queryparser.py:3:6 Cannot resolve imported module `pyparsing`
alerta unresolved-import alerta/database/backends/mongodb/utils.py:8:6 Cannot resolve imported module `pyparsing`
alerta unresolved-import alerta/database/backends/mongodb/utils.py:9:6 Cannot resolve imported module `werkzeug.datastructures`
alerta unused-ignore-comment alerta/database/backends/mongodb/utils.py:19:60 Unused blanket `type: ignore` directive
alerta unused-ignore-comment alerta/database/backends/mongodb/utils.py:159:36 Unused blanket `type: ignore` directive
alerta unused-ignore-comment alerta/database/backends/mongodb/utils.py:223:37 Unused blanket `type: ignore` directive
alerta unused-ignore-comment alerta/database/backends/mongodb/utils.py:243:36 Unused blanket `type: ignore` directive
alerta deprecated alerta/database/backends/mongodb/utils.py:250:79 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta deprecated alerta/database/backends/mongodb/utils.py:250:120 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta deprecated alerta/database/backends/mongodb/utils.py:252:68 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta deprecated alerta/database/backends/mongodb/utils.py:254:67 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta unused-ignore-comment alerta/database/backends/mongodb/utils.py:289:37 Unused blanket `type: ignore` directive
alerta unused-ignore-comment alerta/database/backends/mongodb/utils.py:295:36 Unused blanket `type: ignore` directive
alerta unused-ignore-comment alerta/database/backends/mongodb/utils.py:332:37 Unused blanket `type: ignore` directive
alerta unused-ignore-comment alerta/database/backends/mongodb/utils.py:338:36 Unused blanket `type: ignore` directive
alerta deprecated alerta/database/backends/mongodb/utils.py:345:70 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta deprecated alerta/database/backends/mongodb/utils.py:347:69 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta unused-ignore-comment alerta/database/backends/mongodb/utils.py:383:37 Unused blanket `type: ignore` directive
alerta unused-ignore-comment alerta/database/backends/mongodb/utils.py:406:37 Unused blanket `type: ignore` directive
alerta unused-ignore-comment alerta/database/backends/mongodb/utils.py:429:37 Unused blanket `type: ignore` directive
alerta unused-ignore-comment alerta/database/backends/mongodb/utils.py:451:37 Unused blanket `type: ignore` directive
alerta unresolved-import alerta/database/backends/postgres/base.py:6:8 Cannot resolve imported module `psycopg2`
alerta unresolved-import alerta/database/backends/postgres/base.py:7:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/database/backends/postgres/base.py:8:6 Cannot resolve imported module `psycopg2.extensions`
alerta unresolved-import alerta/database/backends/postgres/base.py:9:6 Cannot resolve imported module `psycopg2.extras`
alerta possibly-missing-attribute alerta/database/backends/postgres/base.py:383:20 Attribute `where` may be missing on object of type `Unknown | None`
alerta possibly-missing-attribute alerta/database/backends/postgres/base.py:386:62 Attribute `vars` may be missing on object of type `Unknown | None`
alerta unsupported-operator alerta/database/backends/postgres/base.py:438:76 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta unsupported-operator alerta/database/backends/postgres/base.py:472:85 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta unsupported-operator alerta/database/backends/postgres/base.py:512:84 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta invalid-method-override alerta/database/backends/postgres/base.py:554:9 Invalid override of method `get_topn_count`: Definition is incompatible with `Database.get_topn_count`
alerta invalid-method-override alerta/database/backends/postgres/base.py:580:9 Invalid override of method `get_topn_flapping`: Definition is incompatible with `Database.get_topn_flapping`
alerta invalid-method-override alerta/database/backends/postgres/base.py:606:9 Invalid override of method `get_topn_standing`: Definition is incompatible with `Database.get_topn_standing`
alerta unsupported-operator alerta/database/backends/postgres/base.py:758:76 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta unsupported-operator alerta/database/backends/postgres/base.py:928:76 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta unsupported-operator alerta/database/backends/postgres/base.py:963:76 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta unsupported-operator alerta/database/backends/postgres/base.py:1006:76 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta unsupported-operator alerta/database/backends/postgres/base.py:1085:76 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta unsupported-operator alerta/database/backends/postgres/base.py:1195:76 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta unsupported-operator alerta/database/backends/postgres/base.py:1286:76 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta unsupported-operator alerta/database/backends/postgres/base.py:1360:76 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta unsupported-operator alerta/database/backends/postgres/base.py:1439:76 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta unsupported-operator alerta/database/backends/postgres/base.py:1446:71 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta invalid-method-override alerta/database/backends/postgres/base.py:1448:9 Invalid override of method `get_customer_notes`: Definition is incompatible with `Database.get_customer_notes`
alerta unsupported-operator alerta/database/backends/postgres/base.py:1453:77 Operator `-` is not supported between objects of type `Unknown | None` and `Literal[1]`
alerta unresolved-attribute alerta/database/backends/postgres/base.py:1540:57 Object of type `AlarmModel` has no attribute `DEFAULT_INFORM_SEVERITY`
alerta unresolved-import alerta/database/backends/postgres/queryparser.py:1:6 Cannot resolve imported module `pyparsing`
alerta unresolved-import alerta/database/backends/postgres/utils.py:5:6 Cannot resolve imported module `pyparsing`
alerta unresolved-import alerta/database/backends/postgres/utils.py:6:6 Cannot resolve imported module `werkzeug.datastructures`
alerta unused-ignore-comment alerta/database/backends/postgres/utils.py:16:67 Unused blanket `type: ignore` directive
alerta unresolved-import alerta/database/base.py:5:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/database/base.py:6:6 Cannot resolve imported module `pkg_resources`
alerta unresolved-attribute alerta/database/base.py:470:9 Unresolved attribute `alerts` on type `type[Self@init_app]`.
alerta unresolved-attribute alerta/database/base.py:471:9 Unresolved attribute `blackouts` on type `type[Self@init_app]`.
alerta unresolved-attribute alerta/database/base.py:472:9 Unresolved attribute `heartbeats` on type `type[Self@init_app]`.
alerta unresolved-attribute alerta/database/base.py:473:9 Unresolved attribute `keys` on type `type[Self@init_app]`.
alerta unresolved-attribute alerta/database/base.py:474:9 Unresolved attribute `users` on type `type[Self@init_app]`.
alerta unresolved-attribute alerta/database/base.py:475:9 Unresolved attribute `groups` on type `type[Self@init_app]`.
alerta unresolved-attribute alerta/database/base.py:476:9 Unresolved attribute `perms` on type `type[Self@init_app]`.
alerta unresolved-attribute alerta/database/base.py:477:9 Unresolved attribute `customers` on type `type[Self@init_app]`.
alerta deprecated alerta/dev.py:4:23 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta unresolved-import alerta/exceptions.py:4:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/exceptions.py:5:6 Cannot resolve imported module `werkzeug.exceptions`
alerta unresolved-import alerta/exceptions.py:6:6 Cannot resolve imported module `werkzeug.routing`
alerta unresolved-import alerta/exceptions.py:75:14 Cannot resolve imported module `werkzeug.exceptions`
alerta unresolved-import alerta/management/__init__.py:1:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/management/views.py:5:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/management/views.py:7:6 Cannot resolve imported module `flask_cors`
alerta unused-ignore-comment alerta/management/views.py:26:38 Unused blanket `type: ignore` directive
alerta deprecated alerta/management/views.py:144:39 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta invalid-argument-type alerta/management/views.py:179:88 Argument to function `process_action` is incorrect: Expected `int`, found `None`
alerta invalid-argument-type alerta/management/views.py:181:46 Argument to bound method `from_expired` is incorrect: Expected `int`, found `int | None`
alerta invalid-argument-type alerta/management/views.py:183:90 Argument to function `process_action` is incorrect: Expected `int`, found `int | None`
alerta invalid-argument-type alerta/management/views.py:199:88 Argument to function `process_action` is incorrect: Expected `int`, found `None`
alerta invalid-argument-type alerta/management/views.py:201:46 Argument to bound method `from_timeout` is incorrect: Expected `int`, found `int | None`
alerta invalid-argument-type alerta/management/views.py:203:90 Argument to function `process_action` is incorrect: Expected `int`, found `int | None`
alerta unused-ignore-comment alerta/models/alarms/__init__.py:18:20 Unused blanket `type: ignore` directive
alerta unused-ignore-comment alerta/models/alarms/__init__.py:19:18 Unused blanket `type: ignore` directive
alerta unused-ignore-comment alerta/models/alarms/__init__.py:20:18 Unused blanket `type: ignore` directive
alerta unresolved-import alerta/models/alarms/alerta.py:1:6 Cannot resolve imported module `flask`
alerta no-matching-overload alerta/models/alarms/alerta.py:78:16 No overload of function `sorted` matches arguments
alerta unresolved-attribute alerta/models/alarms/alerta.py:90:9 Unresolved attribute `DEFAULT_INFORM_SEVERITY` on type `<class 'StateMachine'>`.
alerta no-matching-overload alerta/models/alarms/alerta.py:120:28 No overload of function `sorted` matches arguments
alerta unresolved-import alerta/models/alarms/isa_18_2.py:10:6 Cannot resolve imported module `flask`
alerta no-matching-overload alerta/models/alarms/isa_18_2.py:88:28 No overload of function `sorted` matches arguments
alerta unresolved-import alerta/models/alert.py:9:6 Cannot resolve imported module `flask`
alerta unused-ignore-comment alerta/models/alert.py:38:73 Unused blanket `type: ignore` directive
alerta deprecated alerta/models/alert.py:66:72 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta deprecated alerta/models/alert.py:75:74 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta invalid-argument-type alerta/models/alert.py:98:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/alert.py:99:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/alert.py:173:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/alert.py:174:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta deprecated alerta/models/alert.py:282:24 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta deprecated alerta/models/alert.py:335:24 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta deprecated alerta/models/alert.py:379:24 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta invalid-parameter-default alerta/models/alert.py:413:29 Default value of type `None` is not assignable to annotated parameter type `list[str]`
alerta invalid-parameter-default alerta/models/alert.py:429:55 Default value of type `None` is not assignable to annotated parameter type `int`
alerta deprecated alerta/models/alert.py:430:24 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta invalid-parameter-default alerta/models/alert.py:489:18 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta invalid-parameter-default alerta/models/alert.py:498:21 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta invalid-parameter-default alerta/models/alert.py:503:19 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta invalid-parameter-default alerta/models/alert.py:508:32 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta invalid-parameter-default alerta/models/alert.py:513:30 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta invalid-parameter-default alerta/models/alert.py:518:25 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta invalid-parameter-default alerta/models/alert.py:522:24 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta invalid-parameter-default alerta/models/alert.py:527:28 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta invalid-parameter-default alerta/models/alert.py:531:27 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta invalid-parameter-default alerta/models/alert.py:536:28 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta invalid-parameter-default alerta/models/alert.py:540:27 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta invalid-parameter-default alerta/models/alert.py:545:26 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta invalid-parameter-default alerta/models/alert.py:550:22 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta invalid-parameter-default alerta/models/alert.py:555:20 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta invalid-parameter-default alerta/models/alert.py:560:18 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta deprecated alerta/models/alert.py:574:34 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta deprecated alerta/models/alert.py:594:34 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta invalid-parameter-default alerta/models/alert.py:608:56 Default value of type `None` is not assignable to annotated parameter type `int`
alerta deprecated alerta/models/alert.py:609:24 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta invalid-parameter-default alerta/models/alert.py:636:56 Default value of type `None` is not assignable to annotated parameter type `int`
alerta deprecated alerta/models/alert.py:637:24 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta invalid-parameter-default alerta/models/alert.py:691:44 Default value of type `None` is not assignable to annotated parameter type `int`
alerta invalid-parameter-default alerta/models/alert.py:694:44 Default value of type `None` is not assignable to annotated parameter type `int`
alerta unresolved-import alerta/models/blackout.py:5:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/models/blackout.py:6:6 Cannot resolve imported module `strenum`
alerta deprecated alerta/models/blackout.py:37:65 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta deprecated alerta/models/blackout.py:60:91 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta deprecated alerta/models/blackout.py:84:24 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta invalid-parameter-default alerta/models/blackout.py:225:29 Default value of type `None` is not assignable to annotated parameter type `list[str]`
alerta invalid-parameter-default alerta/models/blackout.py:229:18 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta invalid-parameter-default alerta/models/blackout.py:233:15 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta invalid-argument-type alerta/models/customer.py:23:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/customer.py:24:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/customer.py:44:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/customer.py:45:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-parameter-default alerta/models/customer.py:71:18 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta invalid-parameter-default alerta/models/customer.py:75:15 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta unresolved-import alerta/models/enums.py:3:6 Cannot resolve imported module `strenum`
alerta invalid-parameter-default alerta/models/enums.py:126:31 Default value of type `None` is not assignable to annotated parameter type `str`
alerta invalid-parameter-default alerta/models/enums.py:126:53 Default value of type `None` is not assignable to annotated parameter type `str`
alerta invalid-argument-type alerta/models/group.py:32:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/group.py:33:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/group.py:34:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/group.py:35:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/group.py:84:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/group.py:85:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/group.py:106:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/group.py:107:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-parameter-default alerta/models/group.py:135:18 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta invalid-parameter-default alerta/models/group.py:139:15 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta unresolved-import alerta/models/heartbeat.py:8:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/models/heartbeat.py:9:6 Cannot resolve imported module `strenum`
alerta invalid-parameter-default alerta/models/heartbeat.py:28:24 Default value of type `None` is not assignable to annotated parameter type `str`
alerta invalid-parameter-default alerta/models/heartbeat.py:28:44 Default value of type `None` is not assignable to annotated parameter type `list[str]`
alerta invalid-parameter-default alerta/models/heartbeat.py:28:68 Default value of type `None` is not assignable to annotated parameter type `datetime`
alerta invalid-parameter-default alerta/models/heartbeat.py:28:98 Default value of type `None` is not assignable to annotated parameter type `int`
alerta invalid-parameter-default alerta/models/heartbeat.py:28:119 Default value of type `None` is not assignable to annotated parameter type `str`
alerta deprecated alerta/models/heartbeat.py:56:52 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta deprecated alerta/models/heartbeat.py:59:74 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta deprecated alerta/models/heartbeat.py:61:31 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta invalid-argument-type alerta/models/heartbeat.py:85:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/heartbeat.py:88:13 Argument to bound method `__init__` is incorrect: Expected `datetime`, found `datetime | None`
alerta invalid-argument-type alerta/models/heartbeat.py:89:13 Argument to bound method `__init__` is incorrect: Expected `int`, found `Any | None`
alerta invalid-argument-type alerta/models/heartbeat.py:90:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/heartbeat.py:120:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/heartbeat.py:124:13 Argument to bound method `__init__` is incorrect: Expected `datetime`, found `Any | None`
alerta invalid-argument-type alerta/models/heartbeat.py:125:13 Argument to bound method `__init__` is incorrect: Expected `int`, found `Any | None`
alerta invalid-argument-type alerta/models/heartbeat.py:129:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-parameter-default alerta/models/heartbeat.py:161:29 Default value of type `None` is not assignable to annotated parameter type `list[str]`
alerta invalid-parameter-default alerta/models/heartbeat.py:166:18 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta invalid-parameter-default alerta/models/heartbeat.py:170:28 Default value of type `None` is not assignable to annotated parameter type `list[str]`
alerta invalid-parameter-default alerta/models/heartbeat.py:170:54 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta invalid-parameter-default alerta/models/heartbeat.py:174:15 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta deprecated alerta/models/history.py:16:72 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta unsupported-operator alerta/models/history.py:105:34 Operator `+` is not supported between objects of type `Literal["/alert/"]` and `Unknown | None`
alerta unresolved-import alerta/models/key.py:5:6 Cannot resolve imported module `strenum`
alerta invalid-parameter-default alerta/models/key.py:24:70 Default value of type `None` is not assignable to annotated parameter type `datetime`
alerta invalid-parameter-default alerta/models/key.py:24:100 Default value of type `None` is not assignable to annotated parameter type `str`
alerta deprecated alerta/models/key.py:31:52 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta unused-ignore-comment alerta/models/key.py:32:46 Unused blanket `type: ignore` directive
alerta invalid-return-type alerta/models/key.py:42:16 Return type does not match returned value: expected `ApiKeyStatus`, found `Unknown | Literal["expired", "active"]`
alerta deprecated alerta/models/key.py:42:49 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta invalid-argument-type alerta/models/key.py:51:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/key.py:53:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/key.py:54:13 Argument to bound method `__init__` is incorrect: Expected `datetime`, found `datetime | None`
alerta invalid-argument-type alerta/models/key.py:55:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/key.py:89:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/key.py:91:17 Argument to bound method `type_to_scopes` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/key.py:91:40 Argument to bound method `type_to_scopes` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/key.py:92:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/key.py:93:13 Argument to bound method `__init__` is incorrect: Expected `datetime`, found `Any | None`
alerta invalid-argument-type alerta/models/key.py:96:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-parameter-default alerta/models/key.py:127:30 Default value of type `None` is not assignable to annotated parameter type `str`
alerta invalid-parameter-default alerta/models/key.py:134:18 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta invalid-parameter-default alerta/models/key.py:141:15 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta deprecated alerta/models/key.py:164:57 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta unresolved-import alerta/models/note.py:5:6 Cannot resolve imported module `flask`
alerta deprecated alerta/models/note.py:25:91 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta invalid-argument-type alerta/models/note.py:34:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/note.py:35:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/note.py:37:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/note.py:76:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/note.py:77:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/note.py:79:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-parameter-default alerta/models/note.py:133:18 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta unresolved-import alerta/models/permission.py:4:6 Cannot resolve imported module `flask`
alerta invalid-argument-type alerta/models/permission.py:29:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/permission.py:49:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-parameter-default alerta/models/permission.py:76:18 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta invalid-parameter-default alerta/models/permission.py:80:15 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta unresolved-import alerta/models/token.py:4:8 Cannot resolve imported module `jwt`
alerta unresolved-import alerta/models/token.py:5:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/models/token.py:6:6 Cannot resolve imported module `jwt`
alerta invalid-parameter-default alerta/models/token.py:18:91 Default value of type `None` is not assignable to annotated parameter type `str`
alerta invalid-parameter-default alerta/models/token.py:43:32 Default value of type `None` is not assignable to annotated parameter type `str`
alerta unresolved-import alerta/models/user.py:5:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/models/user.py:6:6 Cannot resolve imported module `strenum`
alerta deprecated alerta/models/user.py:41:72 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta deprecated alerta/models/user.py:44:72 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta invalid-argument-type alerta/models/user.py:66:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/user.py:68:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/user.py:72:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/user.py:107:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/user.py:109:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/user.py:110:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-argument-type alerta/models/user.py:116:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
alerta invalid-parameter-default alerta/models/user.py:163:18 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta invalid-parameter-default alerta/models/user.py:167:15 Default value of type `None` is not assignable to annotated parameter type `Query`
alerta invalid-parameter-default alerta/models/user.py:202:27 Default value of type `None` is not assignable to annotated parameter type `str`
alerta unresolved-import alerta/plugins/acked_by.py:3:6 Cannot resolve imported module `flask`
alerta non-subscriptable alerta/plugins/escalate.py:47:34 Cannot subscript object of type `None` with no `__getitem__` method
alerta unresolved-import alerta/plugins/forwarder.py:4:6 Cannot resolve imported module `flask`
alerta unused-ignore-comment alerta/plugins/forwarder.py:39:58 Unused blanket `type: ignore` directive
alerta unused-ignore-comment alerta/plugins/forwarder.py:75:58 Unused blanket `type: ignore` directive
alerta unused-ignore-comment alerta/plugins/forwarder.py:104:58 Unused blanket `type: ignore` directive
alerta unresolved-import alerta/plugins/remote_ip.py:3:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/tasks.py:3:6 Cannot resolve imported module `flask`
alerta invalid-argument-type alerta/tasks.py:23:80 Argument to function `process_action` is incorrect: Expected `int`, found `int | None`
alerta invalid-argument-type alerta/tasks.py:24:53 Argument to bound method `from_action` is incorrect: Expected `int`, found `int | None`
alerta invalid-argument-type alerta/tasks.py:37:61 Argument to function `process_status` is incorrect: Expected `str`, found `Unknown | None`
alerta invalid-argument-type alerta/tasks.py:38:57 Argument to bound method `from_status` is incorrect: Expected `int`, found `int | None`
alerta unresolved-import alerta/utils/api.py:4:6 Cannot resolve imported module `flask`
alerta invalid-parameter-default alerta/utils/api.py:14:21 Default value of type `None` is not assignable to annotated parameter type `str`
alerta possibly-unresolved-reference alerta/utils/api.py:84:12 Name `updated` used when possibly not defined
alerta possibly-unresolved-reference alerta/utils/api.py:85:21 Name `updated` used when possibly not defined
alerta invalid-parameter-default alerta/utils/api.py:95:58 Default value of type `None` is not assignable to annotated parameter type `int`
alerta invalid-assignment alerta/utils/api.py:125:17 Too many values to unpack: Expected 3
alerta unresolved-import alerta/utils/audit.py:6:8 Cannot resolve imported module `blinker`
alerta unresolved-import alerta/utils/audit.py:8:6 Cannot resolve imported module `flask`
alerta deprecated alerta/utils/audit.py:94:36 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta unresolved-import alerta/utils/client.py:10:6 Cannot resolve imported module `requests_hawk`
alerta deprecated alerta/utils/client.py:44:45 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta invalid-argument-type alerta/utils/client.py:92:49 Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `Unknown | None`
alerta unresolved-import alerta/utils/config.py:3:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/utils/config.py:19:14 Cannot resolve imported module `flask`
alerta unresolved-import alerta/utils/format.py:7:6 Cannot resolve imported module `flask.json.provider`
alerta unresolved-import alerta/utils/format.py:33:18 Cannot resolve imported module `bson`
alerta unresolved-import alerta/utils/format.py:73:10 Cannot resolve imported module `kombu.serialization`
alerta unresolved-import alerta/utils/hooks.py:1:8 Cannot resolve imported module `blinker`
alerta unresolved-import alerta/utils/hooks.py:2:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/utils/key.py:7:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/utils/logging.py:6:8 Cannot resolve imported module `flask`
alerta unresolved-import alerta/utils/logging.py:8:6 Cannot resolve imported module `flask`
alerta missing-typed-dict-key alerta/utils/logging.py:68:33 Missing required key 'name' in TypedDict `_FilterConfigurationTypedDict` constructor
alerta invalid-key alerta/utils/logging.py:69:25 Unknown key "()" for TypedDict `_FilterConfigurationTypedDict`: Unknown key "()"
alerta invalid-key alerta/utils/logging.py:70:25 Unknown key "methods" for TypedDict `_FilterConfigurationTypedDict`: Unknown key "methods"
alerta missing-typed-dict-key alerta/utils/logging.py:72:32 Missing required key 'name' in TypedDict `_FilterConfigurationTypedDict` constructor
alerta invalid-key alerta/utils/logging.py:73:25 Unknown key "()" for TypedDict `_FilterConfigurationTypedDict`: Unknown key "()"
alerta unsupported-operator alerta/utils/logging.py:309:22 Operator `+` is not supported between objects of type `Unknown | int` and `Unknown | str | int`
alerta unresolved-import alerta/utils/mailer.py:1:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/utils/paging.py:1:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/utils/paging.py:2:6 Cannot resolve imported module `werkzeug.datastructures`
alerta invalid-parameter-default alerta/utils/paging.py:9:39 Default value of type `None` is not assignable to annotated parameter type `int`
alerta unresolved-import alerta/utils/plugin.py:5:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/utils/plugin.py:6:6 Cannot resolve imported module `pkg_resources`
alerta unused-ignore-comment alerta/utils/plugin.py:49:85 Unused blanket `type: ignore` directive
alerta unresolved-import alerta/utils/response.py:4:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/utils/tracing.py:3:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/utils/webhook.py:3:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/utils/webhook.py:4:6 Cannot resolve imported module `pkg_resources`
alerta unresolved-import alerta/views/__init__.py:1:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/views/alerts.py:3:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/views/alerts.py:4:6 Cannot resolve imported module `flask_cors`
alerta invalid-argument-type alerta/views/alerts.py:46:38 Argument to function `assign_customer` is incorrect: Expected `str`, found `Unknown | None`
alerta unused-ignore-comment alerta/views/alerts.py:49:115 Unused blanket `type: ignore` directive
alerta invalid-argument-type alerta/views/alerts.py:162:49 Argument to bound method `from_action` is incorrect: Expected `int`, found `int | None`
alerta invalid-argument-type alerta/views/alerts.py:164:76 Argument to function `process_action` is incorrect: Expected `int`, found `int | None`
alerta deprecated alerta/views/alerts.py:309:27 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta unresolved-attribute alerta/views/alerts.py:310:13 Object of type `QueryBuilder` has no attribute `alerts`
alerta invalid-argument-type alerta/views/alerts.py:332:26 Argument to function `max` is incorrect: Argument type `Unknown | None | datetime` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
alerta unresolved-attribute alerta/views/alerts.py:358:13 Object of type `QueryBuilder` has no attribute `alerts`
alerta unresolved-attribute alerta/views/alerts.py:385:13 Object of type `QueryBuilder` has no attribute `alerts`
alerta unresolved-attribute alerta/views/alerts.py:406:13 Object of type `QueryBuilder` has no attribute `alerts`
alerta unresolved-attribute alerta/views/alerts.py:433:13 Object of type `QueryBuilder` has no attribute `alerts`
alerta unresolved-attribute alerta/views/alerts.py:460:13 Object of type `QueryBuilder` has no attribute `alerts`
alerta unresolved-attribute alerta/views/alerts.py:486:13 Object of type `QueryBuilder` has no attribute `alerts`
alerta unresolved-attribute alerta/views/alerts.py:511:13 Object of type `QueryBuilder` has no attribute `alerts`
alerta unresolved-attribute alerta/views/alerts.py:536:13 Object of type `QueryBuilder` has no attribute `alerts`
alerta unresolved-attribute alerta/views/alerts.py:561:13 Object of type `QueryBuilder` has no attribute `alerts`
alerta possibly-unresolved-reference alerta/views/alerts.py:601:98 Name `note` used when possibly not defined
alerta unresolved-import alerta/views/blackouts.py:1:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/views/blackouts.py:2:6 Cannot resolve imported module `flask_cors`
alerta invalid-argument-type alerta/views/blackouts.py:32:41 Argument to function `assign_customer` is incorrect: Expected `str`, found `Unknown | None`
alerta unresolved-attribute alerta/views/blackouts.py:66:13 Object of type `QueryBuilder` has no attribute `blackouts`
alerta unresolved-import alerta/views/bulk.py:1:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/views/bulk.py:2:6 Cannot resolve imported module `flask_cors`
alerta unresolved-attribute alerta/views/bulk.py:43:13 Object of type `QueryBuilder` has no attribute `alerts`
alerta unresolved-attribute alerta/views/bulk.py:85:13 Object of type `QueryBuilder` has no attribute `alerts`
alerta unresolved-attribute alerta/views/bulk.py:105:13 Object of type `QueryBuilder` has no attribute `alerts`
alerta unresolved-attribute alerta/views/bulk.py:120:13 Object of type `QueryBuilder` has no attribute `alerts`
alerta unresolved-attribute alerta/views/bulk.py:135:13 Object of type `QueryBuilder` has no attribute `alerts`
alerta unresolved-attribute alerta/views/bulk.py:147:13 Object of type `QueryBuilder` has no attribute `alerts`
alerta unresolved-import alerta/views/config.py:1:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/views/customers.py:1:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/views/customers.py:2:6 Cannot resolve imported module `flask_cors`
alerta possibly-missing-attribute alerta/views/customers.py:47:72 Attribute `customer` may be missing on object of type `Customer | None`
alerta possibly-missing-attribute alerta/views/customers.py:48:55 Attribute `serialize` may be missing on object of type `Customer | None`
alerta unresolved-attribute alerta/views/customers.py:58:13 Object of type `QueryBuilder` has no attribute `customers`
alerta unresolved-import alerta/views/groups.py:1:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/views/groups.py:2:6 Cannot resolve imported module `flask_cors`
alerta unresolved-attribute alerta/views/groups.py:83:13 Object of type `QueryBuilder` has no attribute `groups`
alerta unresolved-import alerta/views/heartbeats.py:1:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/views/heartbeats.py:2:6 Cannot resolve imported module `flask_cors`
alerta unresolved-attribute alerta/views/heartbeats.py:62:13 Object of type `QueryBuilder` has no attribute `heartbeats`
alerta unresolved-import alerta/views/keys.py:1:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/views/keys.py:2:6 Cannot resolve imported module `flask_cors`
alerta unresolved-attribute alerta/views/keys.py:81:13 Object of type `QueryBuilder` has no attribute `keys`
alerta unresolved-import alerta/views/oembed.py:3:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/views/oembed.py:4:6 Cannot resolve imported module `flask_cors`
alerta unresolved-attribute alerta/views/oembed.py:35:21 Object of type `QueryBuilder` has no attribute `alerts`
alerta unresolved-import alerta/views/permissions.py:1:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/views/permissions.py:2:6 Cannot resolve imported module `flask_cors`
alerta unresolved-attribute alerta/views/permissions.py:71:13 Object of type `QueryBuilder` has no attribute `perms`
alerta invalid-argument-type alerta/views/permissions.py:77:9 Argument to bound method `__init__` is incorrect: Expected `list[Scope]`, found `list[Unknown | str]`
alerta unresolved-import alerta/views/users.py:1:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/views/users.py:2:6 Cannot resolve imported module `flask_cors`
alerta invalid-argument-type alerta/views/users.py:33:48 Argument to function `not_authorized` is incorrect: Expected `list[str]`, found `list[str | None]`
alerta unresolved-attribute alerta/views/users.py:133:13 Object of type `QueryBuilder` has no attribute `users`
alerta unresolved-import alerta/webhooks/__init__.py:5:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/webhooks/__init__.py:6:6 Cannot resolve imported module `werkzeug.datastructures`
alerta invalid-parameter-default alerta/webhooks/__init__.py:32:24 Default value of type `None` is not assignable to annotated parameter type `str`
alerta unresolved-import alerta/webhooks/cloudwatch.py:5:6 Cannot resolve imported module `flask`
alerta invalid-return-type alerta/webhooks/cloudwatch.py:28:20 Return type does not match returned value: expected `str`, found `Unknown | None`
alerta unresolved-import alerta/webhooks/custom.py:1:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/webhooks/custom.py:2:6 Cannot resolve imported module `flask_cors`
alerta unused-ignore-comment alerta/webhooks/custom.py:50:123 Unused blanket `type: ignore` directive
alerta unresolved-import alerta/webhooks/grafana.py:5:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/webhooks/grafana.py:6:6 Cannot resolve imported module `werkzeug.datastructures`
alerta unresolved-attribute alerta/webhooks/grafana.py:116:25 Object of type `QueryBuilder` has no attribute `alerts`
alerta unresolved-import alerta/webhooks/graylog.py:3:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/webhooks/newrelic.py:3:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/webhooks/pagerduty.py:3:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/webhooks/pingdom.py:3:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/webhooks/prometheus.py:4:6 Cannot resolve imported module `flask`
alerta possibly-missing-attribute alerta/webhooks/prometheus.py:70:41 Attribute `upper` may be missing on object of type `Unknown | None | Literal["unknown"]`
alerta unresolved-import alerta/webhooks/riemann.py:3:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/webhooks/serverdensity.py:3:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/webhooks/slack.py:4:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/webhooks/slack.py:5:6 Cannot resolve imported module `werkzeug.datastructures`
alerta possibly-missing-attribute alerta/webhooks/slack.py:41:52 Attribute `capitalize` may be missing on object of type `Unknown | None`
alerta unresolved-import alerta/webhooks/stackdriver.py:4:6 Cannot resolve imported module `flask`
alerta unresolved-import alerta/webhooks/telegram.py:4:6 Cannot resolve imported module `flask`
alerta possibly-missing-attribute alerta/webhooks/telegram.py:52:61 Attribute `capitalize` may be missing on object of type `Unknown | None`
alerta possibly-unresolved-reference alerta/webhooks/telegram.py:94:37 Name `environment` used when possibly not defined
alerta possibly-unresolved-reference alerta/webhooks/telegram.py:94:59 Name `resource` used when possibly not defined
alerta possibly-unresolved-reference alerta/webhooks/telegram.py:94:75 Name `event` used when possibly not defined
alerta unresolved-import tests/integration/test_auth_saml.py:3:6 Cannot resolve imported module `lxml`
alerta unresolved-import tests/plugins/test_reject.py:3:8 Cannot resolve imported module `pytest`
alerta invalid-assignment tests/plugins/test_reject.py:27:5 Implicit shadowing of function `get_config`
alerta unresolved-import tests/test_alerts.py:789:14 Cannot resolve imported module `flask`
alerta unresolved-import tests/test_auth.py:5:6 Cannot resolve imported module `mohawk`
alerta possibly-missing-attribute tests/test_blackouts.py:535:9 Attribute `append` may be missing on object of type `Unknown | str | list[Unknown | str]`
alerta possibly-missing-attribute tests/test_blackouts.py:565:9 Attribute `append` may be missing on object of type `Unknown | str | list[Unknown | str]`
alerta possibly-missing-attribute tests/test_blackouts.py:632:9 Attribute `append` may be missing on object of type `Unknown | str | list[Unknown | str]`
alerta deprecated tests/test_blackouts.py:688:42 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
alerta unresolved-import tests/test_cors.py:3:6 Cannot resolve imported module `flask_cors`
alerta unresolved-import tests/test_cors.py:4:6 Cannot resolve imported module `flask_cors.core`
alerta unresolved-import tests/test_customers.py:4:6 Cannot resolve imported module `flask`
alerta invalid-argument-type tests/test_customers.py:323:46 Argument to function `assign_customer` is incorrect: Expected `str`, found `None`
alerta invalid-argument-type tests/test_customers.py:329:33 Argument to function `assign_customer` is incorrect: Expected `str`, found `None`
alerta invalid-argument-type tests/test_customers.py:354:46 Argument to function `assign_customer` is incorrect: Expected `str`, found `None`
alerta invalid-argument-type tests/test_customers.py:360:33 Argument to function `assign_customer` is incorrect: Expected `str`, found `None`
alerta unresolved-import tests/test_forwarder.py:5:8 Cannot resolve imported module `requests_mock`
alerta invalid-argument-type tests/test_heartbeats.py:47:57 Argument to bound method `assertListEqual` is incorrect: Expected `list[Any]`, found `Unknown | str | list[Unknown | str]`
alerta unresolved-import tests/test_logging.py:4:8 Cannot resolve imported module `requests_mock`
alerta invalid-method-override tests/test_plugins.py:472:9 Invalid override of method `post_receive`: Definition is incompatible with `PluginBase.post_receive`
alerta invalid-method-override tests/test_plugins.py:476:9 Invalid override of method `status_change`: Definition is incompatible with `PluginBase.status_change`
alerta unresolved-import tests/test_providers.py:5:8 Cannot resolve imported module `requests_mock`
alerta unresolved-import tests/test_queryparser.py:6:16 Cannot resolve imported module `psycopg2`
alerta unresolved-import tests/test_queryparser.py:240:16 Cannot resolve imported module `pymongo`
alerta invalid-argument-type tests/test_scopes.py:30:17 Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | None`
alerta invalid-argument-type tests/test_scopes.py:81:71 Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str | Unknown]`
alerta invalid-argument-type tests/test_scopes.py:82:71 Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str | Unknown]`
alerta invalid-argument-type tests/test_scopes.py:83:71 Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str | Unknown]`
alerta invalid-argument-type tests/test_scopes.py:85:72 Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str | Unknown]`
alerta invalid-argument-type tests/test_scopes.py:86:72 Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str | Unknown]`
alerta invalid-argument-type tests/test_scopes.py:87:72 Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str | Unknown]`
alerta invalid-argument-type tests/test_scopes.py:89:72 Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str | Unknown]`
alerta invalid-argument-type tests/test_scopes.py:90:72 Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str | Unknown]`
alerta invalid-argument-type tests/test_scopes.py:92:59 Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str | Unknown]`
alerta invalid-argument-type tests/test_scopes.py:93:72 Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str | Unknown]`
alerta invalid-argument-type tests/test_scopes.py:94:72 Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str | Unknown]`
alerta invalid-argument-type tests/test_scopes.py:95:72 Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str | Unknown]`
alerta invalid-argument-type tests/test_scopes.py:96:72 Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str | Unknown]`
alerta invalid-argument-type tests/test_scopes.py:97:72 Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str | Unknown]`
alerta invalid-argument-type tests/test_scopes.py:99:62 Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str | Unknown]`
alerta invalid-argument-type tests/test_scopes.py:100:62 Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str | Unknown]`
alerta invalid-argument-type tests/test_scopes.py:101:72 Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str | Unknown]`
alerta unresolved-import tests/test_search.py:6:6 Cannot resolve imported module `werkzeug.datastructures`
alerta unresolved-attribute tests/test_search.py:59:25 Object of type `QueryBuilder` has no attribute `alerts`
alerta unresolved-attribute tests/test_search.py:98:25 Object of type `QueryBuilder` has no attribute `alerts`
alerta unresolved-attribute tests/test_search.py:116:21 Object of type `QueryBuilder` has no attribute `alerts`
alerta unresolved-attribute tests/test_search.py:131:21 Object of type `QueryBuilder` has no attribute `alerts`
alerta unresolved-attribute tests/test_search.py:165:25 Object of type `QueryBuilder` has no attribute `blackouts`
alerta unresolved-attribute tests/test_search.py:192:25 Object of type `QueryBuilder` has no attribute `blackouts`
alerta unresolved-attribute tests/test_search.py:212:21 Object of type `QueryBuilder` has no attribute `blackouts`
alerta unresolved-attribute tests/test_search.py:245:25 Object of type `QueryBuilder` has no attribute `heartbeats`
alerta unresolved-attribute tests/test_search.py:266:25 Object of type `QueryBuilder` has no attribute `heartbeats`
alerta unresolved-attribute tests/test_search.py:283:21 Object of type `QueryBuilder` has no attribute `heartbeats`
alerta unresolved-attribute tests/test_search.py:313:25 Object of type `QueryBuilder` has no attribute `keys`
alerta unresolved-attribute tests/test_search.py:334:25 Object of type `QueryBuilder` has no attribute `keys`
alerta unresolved-attribute tests/test_search.py:356:21 Object of type `QueryBuilder` has no attribute `keys`
alerta unresolved-attribute tests/test_search.py:388:25 Object of type `QueryBuilder` has no attribute `users`
alerta unresolved-attribute tests/test_search.py:411:25 Object of type `QueryBuilder` has no attribute `users`
alerta unresolved-attribute tests/test_search.py:428:21 Object of type `QueryBuilder` has no attribute `users`
alerta unresolved-attribute tests/test_search.py:451:25 Object of type `QueryBuilder` has no attribute `groups`
alerta unresolved-attribute tests/test_search.py:465:25 Object of type `QueryBuilder` has no attribute `groups`
alerta unresolved-attribute tests/test_search.py:481:21 Object of type `QueryBuilder` has no attribute `groups`
alerta unresolved-attribute tests/test_search.py:504:25 Object of type `QueryBuilder` has no attribute `perms`
alerta unresolved-attribute tests/test_search.py:517:25 Object of type `QueryBuilder` has no attribute `perms`
alerta unresolved-attribute tests/test_search.py:534:21 Object of type `QueryBuilder` has no attribute `perms`
alerta unresolved-attribute tests/test_search.py:557:25 Object of type `QueryBuilder` has no attribute `customers`
alerta unresolved-attribute tests/test_search.py:570:25 Object of type `QueryBuilder` has no attribute `customers`
alerta unresolved-attribute tests/test_search.py:588:21 Object of type `QueryBuilder` has no attribute `customers`
alerta unresolved-import tests/test_webhooks.py:6:6 Cannot resolve imported module `flask`
alerta unresolved-import tests/test_zrouting.py:5:8 Cannot resolve imported module `pkg_resources`
anyio deprecated src/anyio/__init__.py:49:29 The function `wait_socket_readable` is deprecated: This function is deprecated; use `wait_readable` instead
anyio deprecated src/anyio/__init__.py:50:29 The function `wait_socket_writable` is deprecated: This function is deprecated; use `wait_writable` instead
anyio possibly-unresolved-reference src/anyio/__init__.py:96:5 Name `__value` used when possibly not defined
anyio unresolved-import src/anyio/_backends/_asyncio.py:121:10 Cannot resolve imported module `exceptiongroup`
anyio invalid-return-type src/anyio/_backends/_asyncio.py:179:20 Return type does not match returned value: expected `AbstractEventLoop`, found `AbstractEventLoop | None`
anyio invalid-type-arguments src/anyio/_backends/_asyncio.py:181:29 No type arguments provided for required type variables `_SendT_nd_contra`, `_ReturnT_nd_co` of class `Coroutine`
anyio possibly-missing-attribute src/anyio/_backends/_asyncio.py:253:17 Attribute `call_soon_threadsafe` may be missing on object of type `AbstractEventLoop | None`
anyio unresolved-attribute src/anyio/_backends/_asyncio.py:289:9 Unresolved attribute `_executor_shutdown_called` on type `AbstractEventLoop`.
anyio unresolved-attribute src/anyio/_backends/_asyncio.py:290:12 Object of type `AbstractEventLoop` has no attribute `_default_executor`
anyio invalid-argument-type src/anyio/_backends/_asyncio.py:360:34 Argument to function `getcoroutinestate` is incorrect: Expected `Coroutine[Any, Any, Any]`, found `Generator[Future[object] | None, None, Unknown] | Coroutine[Any, Any, Unknown]`
anyio unresolved-attribute src/anyio/_backends/_asyncio.py:492:21 Object of type `Task[Unknown]` has no attribute `uncancel`
anyio unresolved-attribute src/anyio/_backends/_asyncio.py:838:28 Object of type `CancelScope` has no attribute `_effectively_cancelled`
anyio unresolved-attribute src/anyio/_backends/_asyncio.py:856:40 Object of type `CancelScope` has no attribute `_host_task`
anyio unresolved-attribute src/anyio/_backends/_asyncio.py:859:28 Object of type `CancelScope` has no attribute `_host_task`
anyio unresolved-attribute src/anyio/_backends/_asyncio.py:865:37 Object of type `(...) -> Awaitable[Any]` has no attribute `__qualname__`
anyio possibly-unresolved-reference src/anyio/_backends/_asyncio.py:876:39 Name `closure` used when possibly not defined
anyio invalid-argument-type src/anyio/_backends/_asyncio.py:883:34 Argument to bound method `__init__` is incorrect: Expected `CancelScope | None`, found `CancelScope`
anyio unresolved-attribute src/anyio/_backends/_asyncio.py:885:9 Object of type `CancelScope` has no attribute `_tasks`
anyio unused-ignore-comment src/anyio/_backends/_asyncio.py:1151:64 Unused blanket `type: ignore` directive
anyio invalid-argument-type src/anyio/_backends/_asyncio.py:1554:40 Argument to bound method `__init__` is incorrect: Expected `StreamProtocol`, found `Unknown | BaseProtocol`
anyio unresolved-import src/anyio/_backends/_asyncio.py:2187:24 Cannot resolve imported module `uvloop`
anyio unresolved-import src/anyio/_backends/_asyncio.py:2240:14 Cannot resolve imported module `_pytest.outcomes`
anyio unresolved-import src/anyio/_backends/_asyncio.py:2351:24 Cannot resolve imported module `uvloop`
anyio unused-ignore-comment src/anyio/_backends/_asyncio.py:2462:43 Unused blanket `type: ignore` directive
anyio invalid-assignment src/anyio/_backends/_asyncio.py:2564:50 Object of type `Future[T_Retval@run_async_from_thread] | Future[_T@run_coroutine_threadsafe]` is not assignable to `Future[T_Retval@run_async_from_thread]`
anyio invalid-argument-type src/anyio/_backends/_asyncio.py:2565:13 Argument to bound method `run` is incorrect: Expected `Coroutine[Any, Any, _T@run_coroutine_threadsafe]`, found `CoroutineType[Any, Any, T_Retval@run_async_from_thread]`
anyio unused-ignore-comment src/anyio/_backends/_asyncio.py:2643:72 Unused blanket `type: ignore` directive
anyio unresolved-attribute src/anyio/_backends/_asyncio.py:2702:12 Object of type `BaseProtocol` has no attribute `exception`
anyio unresolved-attribute src/anyio/_backends/_asyncio.py:2704:19 Object of type `BaseProtocol` has no attribute `exception`
anyio invalid-argument-type src/anyio/_backends/_asyncio.py:2707:41 Argument to bound method `__init__` is incorrect: Expected `DatagramProtocol`, found `BaseProtocol`
anyio invalid-argument-type src/anyio/_backends/_asyncio.py:2709:50 Argument to bound method `__init__` is incorrect: Expected `DatagramProtocol`, found `BaseProtocol`
anyio invalid-argument-type src/anyio/_backends/_asyncio.py:2928:40 Argument to bound method `__init__` is incorrect: Expected `StreamProtocol`, found `BaseProtocol`
anyio invalid-argument-type src/anyio/_backends/_asyncio.py:2939:37 Argument to bound method `__init__` is incorrect: Expected `DatagramProtocol`, found `BaseProtocol`
anyio invalid-argument-type src/anyio/_backends/_asyncio.py:2946:46 Argument to bound method `__init__` is incorrect: Expected `DatagramProtocol`, found `BaseProtocol`
anyio unresolved-import src/anyio/_backends/_trio.py:41:8 Cannot resolve imported module `trio.from_thread`
anyio unresolved-import src/anyio/_backends/_trio.py:42:8 Cannot resolve imported module `trio.lowlevel`
anyio unresolved-import src/anyio/_backends/_trio.py:43:6 Cannot resolve imported module `outcome`
anyio unresolved-import src/anyio/_backends/_trio.py:44:6 Cannot resolve imported module `trio.lowlevel`
anyio unresolved-import src/anyio/_backends/_trio.py:51:6 Cannot resolve imported module `trio.socket`
anyio unresolved-import src/anyio/_backends/_trio.py:52:6 Cannot resolve imported module `trio.to_thread`
anyio unresolved-import src/anyio/_backends/_trio.py:93:10 Cannot resolve imported module `exceptiongroup`
anyio unused-ignore-comment src/anyio/_backends/_trio.py:189:86 Unused blanket `type: ignore` directive
anyio unused-ignore-comment src/anyio/_backends/_trio.py:395:41 Unused blanket `type: ignore` directive
anyio possibly-missing-attribute src/anyio/_backends/_trio.py:934:9 Attribute `send_nowait` may be missing on object of type `MemoryObjectSendStream[Unknown] | None`
anyio invalid-argument-type src/anyio/_backends/_trio.py:1136:30 Argument to function `convert_item` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | bytes | (Sequence[str | bytes | PathLike[str] | PathLike[bytes]] & PathLike[object]) | PathLike[str] | PathLike[bytes]`
anyio unresolved-import src/anyio/_backends/_trio.py:1371:14 Cannot resolve imported module `trio.testing`
anyio unresolved-import src/anyio/_core/_eventloop.py:19:12 Cannot resolve imported module `sniffio`
anyio possibly-missing-attribute src/anyio/_core/_eventloop.py:229:9 Attribute `current_async_library_cvar` may be missing on object of type `Unknown | None`
anyio unresolved-import src/anyio/_core/_exceptions.py:9:10 Cannot resolve imported module `exceptiongroup`
anyio invalid-argument-type src/anyio/_core/_fileio.py:190:22 Argument to bound method `__init__` is incorrect: Expected `IO[str]`, found `TextIOWrapper[_WrappedBuffer] | BinaryIO | IO[Any]`
anyio invalid-argument-type src/anyio/_core/_fileio.py:201:22 Argument to bound method `__init__` is incorrect: Argument type `AnyStr@wrap_file` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
anyio unknown-argument src/anyio/_core/_fileio.py:407:51 Argument `case_sensitive` does not match any known parameter of bound method `match`
anyio unknown-argument src/anyio/_core/_fileio.py:496:44 Argument `case_sensitive` does not match any known parameter of bound method `glob`
anyio unused-ignore-comment src/anyio/_core/_fileio.py:502:20 Unused blanket `type: ignore` directive
anyio unknown-argument src/anyio/_core/_fileio.py:511:17 Argument `case_sensitive` does not match any known parameter of bound method `glob`
anyio unknown-argument src/anyio/_core/_fileio.py:512:17 Argument `recurse_symlinks` does not match any known parameter of bound method `glob`
anyio invalid-argument-type src/anyio/_core/_fileio.py:627:26 Argument to bound method `__init__` is incorrect: Expected `IO[str]`, found `TextIOWrapper[_WrappedBuffer] | BinaryIO | IO[Any]`
anyio unknown-argument src/anyio/_core/_fileio.py:647:57 Argument `walk_up` does not match any known parameter of bound method `relative_to`
anyio unknown-argument src/anyio/_core/_fileio.py:687:45 Argument `case_sensitive` does not match any known parameter of bound method `rglob`
anyio unused-ignore-comment src/anyio/_core/_fileio.py:693:21 Unused blanket `type: ignore` directive
anyio unknown-argument src/anyio/_core/_fileio.py:702:17 Argument `case_sensitive` does not match any known parameter of bound method `rglob`
anyio unknown-argument src/anyio/_core/_fileio.py:703:17 Argument `recurse_symlinks` does not match any known parameter of bound method `rglob`
anyio unresolved-import src/anyio/_core/_sockets.py:42:10 Cannot resolve imported module `exceptiongroup`
anyio invalid-argument-type src/anyio/_core/_sockets.py:385:56 Argument to function `setup_raw_socket` is incorrect: Expected `tuple[str, int] | tuple[str, int, int, int]`, found `tuple[str | Unknown, int, @Todo(StarredExpression)]`
anyio unresolved-import src/anyio/_core/_sockets.py:643:20 Cannot resolve imported module `idna`
anyio invalid-argument-type src/anyio/_core/_sockets.py:653:64 Argument to function `convert_ipv6_sockaddr` is incorrect: Expected `tuple[str, int, int, int] | tuple[str, int]`, found `tuple[str, int] | tuple[str, int, int, int] | tuple[int, bytes]`
anyio invalid-assignment src/anyio/_core/_sockets.py:821:9 Not enough values to unpack: Expected 4
anyio invalid-return-type src/anyio/_core/_sockets.py:833:16 Return type does not match returned value: expected `tuple[str, int]`, found `tuple[str, int, int, int] | tuple[str, int]`
anyio invalid-argument-type src/anyio/_core/_sockets.py:974:38 Argument is incorrect: Expected `str | IPv4Address | IPv6Address`, found `object`
anyio invalid-argument-type src/anyio/_core/_sockets.py:974:38 Argument is incorrect: Expected `int`, found `object`
anyio invalid-argument-type src/anyio/_core/_sockets.py:976:39 Argument is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `(str & ~ByteStreamConnectable) | (bytes & ~ByteStreamConnectable) | (tuple[str | IPv4Address | IPv6Address, int] & PathLike[object] & ~ByteStreamConnectable) | (PathLike[str] & ~ByteStreamConnectable)`
anyio unused-ignore-comment src/anyio/_core/_streams.py:36:19 Unused blanket `type: ignore` directive
anyio unused-ignore-comment src/anyio/_core/_tempfile.py:295:42 Unused blanket `type: ignore` directive
anyio unused-ignore-comment src/anyio/_core/_tempfile.py:298:33 Unused blanket `type: ignore` directive
anyio no-matching-overload src/anyio/_core/_tempfile.py:330:15 No overload of bound method `write` matches arguments
anyio unused-ignore-comment src/anyio/_core/_tempfile.py:342:42 Unused blanket `type: ignore` directive
anyio unused-ignore-comment src/anyio/_core/_tempfile.py:356:42 Unused blanket `type: ignore` directive
anyio unused-ignore-comment src/anyio/_core/_tempfile.py:363:43 Unused blanket `type: ignore` directive
anyio unused-ignore-comment src/anyio/_core/_tempfile.py:423:40 Unused blanket `type: ignore` directive
anyio unused-ignore-comment src/anyio/_core/_tempfile.py:451:49 Unused blanket `type: ignore` directive
anyio possibly-unresolved-reference src/anyio/abc/__init__.py:58:5 Name `__value` used when possibly not defined
anyio inconsistent-mro src/anyio/from_thread.py:123:1 Cannot create a consistent method resolution order (MRO) for class `_BlockingAsyncContextManager` with bases list `[<special-form 'typing.Generic[T_co]'>, <class 'AbstractContextManager'>]`
anyio possibly-missing-attribute src/anyio/from_thread.py:248:21 Attribute `cancel` may be missing on object of type `CancelScope | None`
anyio possibly-missing-attribute src/anyio/from_thread.py:250:31 Attribute `cancel` may be missing on object of type `CancelScope | None`
anyio unused-ignore-comment src/anyio/from_thread.py:274:27 Unused blanket `type: ignore` directive
anyio unused-ignore-comment src/anyio/functools.py:185:20 Unused blanket `type: ignore` directive
anyio invalid-argument-type src/anyio/functools.py:199:17 Argument to bound method `__init__` is incorrect: Expected `(...) -> Awaitable[Unknown]`, found `((**P@__call__) -> Coroutine[Any, Any, T@_LRUCacheWrapper]) | ((...) -> T@_LRUCacheWrapper)`
anyio unused-ignore-comment src/anyio/functools.py:202:82 Unused blanket `type: ignore` directive
anyio unused-ignore-comment src/anyio/functools.py:206:13 Unused blanket `type: ignore` directive
anyio unused-ignore-comment src/anyio/functools.py:234:17 Unused blanket `type: ignore` directive
anyio unused-ignore-comment src/anyio/functools.py:291:20 Unused blanket `type: ignore` directive
anyio redundant-cast src/anyio/functools.py:313:25 Value is already of type `T@reduce`
anyio invalid-argument-type src/anyio/functools.py:322:43 Argument is incorrect: Expected `S@reduce`, found `T@reduce`
anyio unresolved-import src/anyio/pytest_plugin.py:10:8 Cannot resolve imported module `pytest`
anyio unresolved-import src/anyio/pytest_plugin.py:11:6 Cannot resolve imported module `_pytest.fixtures`
anyio unresolved-import src/anyio/pytest_plugin.py:12:6 Cannot resolve imported module `_pytest.outcomes`
anyio unresolved-import src/anyio/pytest_plugin.py:25:10 Cannot resolve imported module `exceptiongroup`
anyio unresolved-attribute src/anyio/pytest_plugin.py:153:22 Object of type `object` has no attribute `inner_test`
anyio invalid-argument-type src/anyio/streams/stapled.py:121:34 Argument to bound method `extend` is incorrect: Expected `Iterable[Listener[T_Stream@MultiListener]]`, found `Sequence[Listener[object]]`
anyio unused-ignore-comment src/anyio/streams/stapled.py:122:44 Unused blanket `type: ignore` directive
anyio unused-ignore-comment src/anyio/to_process.py:44:22 Unused blanket `type: ignore` directive
archinstall unused-ignore-comment archinstall/__init__.py:27:42 Unused blanket `type: ignore` directive
archinstall unused-ignore-comment archinstall/lib/boot.py:102:72 Unused blanket `type: ignore` directive
archinstall unused-ignore-comment archinstall/lib/boot.py:112:84 Unused blanket `type: ignore` directive
archinstall unresolved-import archinstall/lib/disk/device_handler.py:11:6 Cannot resolve imported module `parted`
archinstall unused-ignore-comment archinstall/lib/installer.py:94:48 Unused blanket `type: ignore` directive
archinstall invalid-argument-type archinstall/lib/installer.py:1714:22 Argument to bound method `_create_user` is incorrect: Expected `User`, found `object`
archinstall possibly-unresolved-reference archinstall/lib/models/application.py:66:67 Name `bluetooth_config` used when possibly not defined
archinstall possibly-unresolved-reference archinstall/lib/models/application.py:73:59 Name `audio_config` used when possibly not defined
archinstall unresolved-import archinstall/lib/models/device.py:11:8 Cannot resolve imported module `parted`
archinstall unresolved-import archinstall/lib/models/device.py:12:6 Cannot resolve imported module `parted`
archinstall invalid-type-form archinstall/lib/models/device.py:775:21 Variable of type `property` is not allowed in a type expression
archinstall unused-ignore-comment archinstall/lib/models/device.py:1304:48 Unused blanket `type: ignore` directive
archinstall invalid-return-type archinstall/lib/models/mirrors.py:80:10 Return type does not match returned value: expected `int | float`, found `int | float | None`
archinstall type-assertion-failure archinstall/lib/network/wifi_handler.py:63:5 Type `Unknown` is not equivalent to `Never`
archinstall type-assertion-failure archinstall/lib/network/wifi_handler.py:153:5 Type `Unknown & ~Literal[ResultType.Selection] & ~Literal[ResultType.Skip] & ~Literal[ResultType.Reset]` is not equivalent to `Never`
archinstall unused-ignore-comment archinstall/lib/networking.py:46:79 Unused blanket `type: ignore` directive
archinstall unused-ignore-comment archinstall/lib/output.py:22:51 Unused blanket `type: ignore` directive
archinstall invalid-argument-type archinstall/lib/output.py:36:20 Argument to function `hasattr` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy & ~(() -> object)) | (((...) -> Unknown) & ~AlwaysFalsy & ~(() -> object))`
archinstall invalid-argument-type archinstall/lib/output.py:36:61 Argument to function `getattr` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy & ~(() -> object)) | (((...) -> Unknown) & ~AlwaysFalsy & ~(() -> object))`
archinstall invalid-argument-type archinstall/lib/output.py:37:23 Argument to function `getattr` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy & ~(() -> object)) | (((...) -> Unknown) & ~AlwaysFalsy & ~(() -> object))`
archinstall call-non-callable archinstall/lib/output.py:42:11 Object of type `object` is not callable
archinstall call-non-callable archinstall/lib/output.py:44:11 Object of type `object` is not callable
archinstall unused-ignore-comment archinstall/lib/output.py:48:23 Unused blanket `type: ignore` directive
archinstall unused-ignore-comment archinstall/lib/output.py:54:51 Unused blanket `type: ignore` directive
archinstall unused-ignore-comment archinstall/lib/pacman/__init__.py:42:98 Unused blanket `type: ignore` directive
archinstall invalid-return-type archinstall/lib/profile/profiles_handler.py:144:10 Return type does not match returned value: expected `list[Profile]`, found `Unknown | Divergent | list[Profile] | None`
archinstall invalid-argument-type archinstall/lib/profile/profiles_handler.py:155:25 Argument to bound method `append` is incorrect: Expected `Profile`, found `object`
archinstall unresolved-attribute archinstall/lib/profile/profiles_handler.py:163:19 Object of type `object` has no attribute `name`
archinstall unused-ignore-comment archinstall/tui/curses_menu.py:749:56 Unused blanket `type: ignore` directive
archinstall unresolved-attribute archinstall/tui/curses_menu.py:1353:4 Object of type `~None` has no attribute `resize_win`
archinstall unused-ignore-comment archinstall/tui/result.py:22:35 Unused blanket `type: ignore` directive
archinstall invalid-return-type archinstall/tui/result.py:33:10 Return type does not match returned value: expected `list[MenuItem]`, found `(MenuItem & Top[list[Unknown]]) | list[MenuItem]`
archinstall unresolved-import archinstall/tui/ui/components.py:6:6 Cannot resolve imported module `textual`
archinstall unresolved-import archinstall/tui/ui/components.py:7:6 Cannot resolve imported module `textual.app`
archinstall unresolved-import archinstall/tui/ui/components.py:8:6 Cannot resolve imported module `textual.binding`
archinstall unresolved-import archinstall/tui/ui/components.py:9:6 Cannot resolve imported module `textual.containers`
archinstall unresolved-import archinstall/tui/ui/components.py:10:6 Cannot resolve imported module `textual.events`
archinstall unresolved-import archinstall/tui/ui/components.py:11:6 Cannot resolve imported module `textual.screen`
archinstall unresolved-import archinstall/tui/ui/components.py:12:6 Cannot resolve imported module `textual.widgets`
archinstall unused-ignore-comment archinstall/tui/ui/components.py:440:45 Unused blanket `type: ignore` directive
archinstall unused-ignore-comment archinstall/tui/ui/components.py:445:39 Unused blanket `type: ignore` directive
archinstall unused-ignore-comment archinstall/tui/ui/components.py:456:39 Unused blanket `type: ignore` directive
archinstall unused-ignore-comment archinstall/tui/ui/components.py:496:29 Unused blanket `type: ignore` directive
archinstall unused-ignore-comment docs/conf.py:8:71 Unused blanket `type: ignore` directive
archinstall unused-ignore-comment docs/conf.py:14:26 Unused blanket `type: ignore` directive
async-utils invalid-return-type src/async_utils/_graphs.py:38:36 Function always implicitly returns `None`, which is not assignable to return type `int`
async-utils invalid-return-type src/async_utils/_graphs.py:39:62 Function always implicitly returns `None`, which is not assignable to return type `bool`
async-utils possibly-unresolved-reference src/async_utils/_paramkey.py:52:16 Name `a` used when possibly not defined
async-utils possibly-unresolved-reference src/async_utils/_qs.py:101:17 Name `unset` used when possibly not defined
async-utils possibly-unresolved-reference src/async_utils/_qs.py:200:17 Name `unset` used when possibly not defined
async-utils invalid-return-type src/async_utils/corofunc_cache.py:50:58 Function always implicitly returns `None`, which is not assignable to return type `CoroFunc[P@f__call__, R@f__call__]`
async-utils invalid-argument-type src/async_utils/gen_transform.py:110:36 Argument to function `to_thread` is incorrect: Expected `Queue[Y@_consumer]`, found `Queue[Y@_sync_to_async_gen]`
async-utils invalid-argument-type src/async_utils/gen_transform.py:110:48 Argument to function `to_thread` is incorrect: Expected `(**P@_consumer) -> Generator[Y@_consumer, None, None]`, found `(**P@_sync_to_async_gen) -> Generator[Y@_sync_to_async_gen, None, None]`
async-utils invalid-argument-type src/async_utils/gen_transform.py:110:60 Argument to function `to_thread` is incorrect: Expected `P@_consumer.args`, found `P@_sync_to_async_gen.args`
async-utils invalid-argument-type src/async_utils/gen_transform.py:110:63 Argument to function `to_thread` is incorrect: Expected `P@_consumer.kwargs`, found `P@_sync_to_async_gen.kwargs`
async-utils invalid-return-type src/async_utils/task_cache.py:53:62 Function always implicitly returns `None`, which is not assignable to return type `TaskFunc[P@f__call__, R@f__call__]`
artigraph unknown-argument docs/examples/spend/demo.py:48:48 Argument `transactions` does not match any known parameter
artigraph unresolved-import src/arti/fingerprints/__init__.py:11:8 Cannot resolve imported module `farmhash`
artigraph unresolved-attribute src/arti/graphs/__init__.py:50:33 Object of type `(...) -> _Return@requires_sealed` has no attribute `__name__`
artigraph invalid-assignment src/arti/graphs/__init__.py:138:9 Property `_status` defined in `Self@_toggle` is read-only
artigraph invalid-assignment src/arti/graphs/__init__.py:139:9 Property `_artifact_to_key` defined in `Self@_toggle` is read-only
artigraph invalid-return-type src/arti/graphs/__init__.py:145:16 Return type does not match returned value: expected `frozendict[Artifact, str]`, found `Mapping[Artifact, str]`
artigraph unused-ignore-comment src/arti/graphs/__init__.py:181:65 Unused blanket `type: ignore` directive
artigraph invalid-argument-type src/arti/graphs/__init__.py:358:36 Argument to bound method `write_artifact_and_graph_partitions` is incorrect: Expected `Artifact`, found `Artifact | TypedBox[Artifact]`
artigraph unresolved-import src/arti/internal/dispatch.py:7:8 Cannot resolve imported module `multimethod`
artigraph unused-ignore-comment src/arti/internal/dispatch.py:42:66 Unused blanket `type: ignore` directive
artigraph type-assertion-failure src/arti/internal/mappings.py:231:17 Type `Unknown & ~Literal["closed"] & ~Literal["open"]` is not equivalent to `Never`
artigraph invalid-type-form src/arti/internal/mappings.py:253:64 Variable of type `type[V@TypedBox]` is not allowed in a type expression
artigraph invalid-type-form src/arti/internal/models.py:101:31 Function calls are not allowed in type expressions
artigraph invalid-parameter-default src/arti/internal/models.py:203:40 Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `T@get_field_default`
artigraph invalid-parameter-default src/arti/internal/type_hints.py:119:65 Default value of type `None` is not assignable to annotated parameter type `D@get_item_from_annotated`
artigraph invalid-parameter-default src/arti/internal/type_hints.py:125:66 Default value of type `None` is not assignable to annotated parameter type `D@get_item_from_annotated`
artigraph invalid-parameter-default src/arti/internal/type_hints.py:130:75 Default value of type `None` is not assignable to annotated parameter type `D@get_item_from_annotated`
artigraph unused-ignore-comment src/arti/internal/type_hints.py:154:45 Unused blanket `type: ignore` directive
artigraph invalid-argument-type src/arti/internal/type_hints.py:177:37 Argument to function `_check_issubclass` is incorrect: Expected `type`, found `T@lenient_issubclass & ~tuple[object, ...]`
artigraph invalid-parameter-default src/arti/internal/utils.py:213:50 Default value of type `None` is not assignable to annotated parameter type `D@one_or_none`
artigraph unresolved-import src/arti/io/json_gcsfile_python.py:8:6 Cannot resolve imported module `gcsfs`
artigraph unresolved-import src/arti/io/pickle_gcsfile_python.py:8:6 Cannot resolve imported module `gcsfs`
artigraph possibly-unresolved-reference src/arti/producers/__init__.py:246:38 Name `param` used when possibly not defined
artigraph possibly-unresolved-reference src/arti/producers/__init__.py:247:54 Name `param` used when possibly not defined
artigraph unresolved-attribute src/arti/producers/__init__.py:428:16 Object of type `(...) -> Any` has no attribute `__name__`
artigraph invalid-return-type src/arti/producers/__init__.py:441:16 Return type does not match returned value: expected `type[Producer]`, found `type`
artigraph unused-ignore-comment src/arti/storage/__init__.py:74:49 Unused blanket `type: ignore` directive
artigraph invalid-assignment src/arti/storage/__init__.py:127:9 Property `_key_types` defined in `Self@_visit_type` is read-only
artigraph invalid-argument-type src/arti/storage/__init__.py:221:13 Argument is incorrect: Expected `tuple[str, ...]`, found `str | Any`
artigraph unresolved-import src/arti/storage/_internal.py:9:8 Cannot resolve imported module `parse`
artigraph possibly-unresolved-reference src/arti/storage/_internal.py:150:35 Name `key` used when possibly not defined
artigraph unresolved-import src/arti/storage/google/cloud/storage.py:5:6 Cannot resolve imported module `gcsfs`
artigraph invalid-return-type src/arti/types/__init__.py:209:16 Return type does not match returned value: expected `frozendict[str, Type]`, found `Mapping[str, Type]`
artigraph invalid-argument-type src/arti/types/__init__.py:339:13 Argument to bound method `register_adapter` is incorrect: Expected `type[TypeAdapter]`, found `type`
artigraph unresolved-import src/arti/types/bigquery.py:7:6 Cannot resolve imported module `google.cloud`
artigraph unresolved-import src/arti/types/bigquery.py:8:6 Cannot resolve imported module `google.cloud.bigquery.enums`
artigraph unused-ignore-comment src/arti/types/bigquery.py:57:100 Unused blanket `type: ignore` directive
artigraph invalid-argument-type src/arti/types/bigquery.py:66:9 Argument to bound method `register_adapter` is incorrect: Expected `type[TypeAdapter]`, found `type`
artigraph unused-ignore-comment src/arti/types/bigquery.py:181:98 Unused blanket `type: ignore` directive
artigraph unresolved-import src/arti/types/pandas.py:6:8 Cannot resolve imported module `pandas`
artigraph unresolved-import src/arti/types/pyarrow.py:7:8 Cannot resolve imported module `pyarrow`
artigraph unused-ignore-comment src/arti/types/pyarrow.py:25:64 Unused blanket `type: ignore` directive
artigraph invalid-argument-type src/arti/types/pyarrow.py:42:9 Argument to bound method `register_adapter` is incorrect: Expected `type[TypeAdapter]`, found `type`
artigraph no-matching-overload src/arti/types/pydantic.py:51:16 No overload of function `create_model` matches arguments
artigraph unused-ignore-comment src/arti/types/python.py:196:29 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment src/arti/types/python.py:256:28 Unused blanket `type: ignore` directive
artigraph possibly-unresolved-reference src/arti/views/__init__.py:102:55 Name `origin` used when possibly not defined
artigraph invalid-return-type src/arti/views/__init__.py:107:16 Return type does not match returned value: expected `type[Self@get_class_for]`, found `type[View] | (Unknown & ~None)`
artigraph unused-ignore-comment src/arti/views/__init__.py:135:65 Unused blanket `type: ignore` directive
artigraph invalid-method-override tests/arti/artifacts/test_artifact.py:88:13 Invalid override of method `_visit_format`: Definition is incompatible with `Storage._visit_format`
artigraph invalid-argument-type tests/arti/artifacts/test_artifact.py:135:27 Argument is incorrect: Expected `tuple[Annotation, ...]`, found `list[Unknown | Ann2]`
artigraph invalid-argument-type tests/arti/artifacts/test_artifact.py:135:53 Argument is incorrect: Expected `tuple[Statistic, ...]`, found `list[Unknown | Stat2]`
artigraph unused-ignore-comment tests/arti/dummies.py:126:50 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/dummies.py:134:78 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/dummies.py:143:88 Unused blanket `type: ignore` directive
artigraph unresolved-attribute tests/arti/graphs/test_graph.py:46:12 Object of type `Literal[5]` has no attribute `storage`
artigraph invalid-argument-type tests/arti/graphs/test_graph.py:56:47 Argument is incorrect: Expected `A2`, found `P1`
artigraph unused-ignore-comment tests/arti/internal/test_dispatch.py:40:35 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/internal/test_mappings.py:32:23 Unused blanket `type: ignore` directive
artigraph invalid-assignment tests/arti/internal/test_mappings.py:142:5 Object of type `Coord` is not assignable to attribute `z` on type `Unknown | int | Coord | TypedBox[Coord]`
artigraph possibly-missing-attribute tests/arti/internal/test_mappings.py:160:9 Attribute `_dne` may be missing on object of type `Coord | TypedBox[Coord]`
artigraph invalid-assignment tests/arti/internal/test_mappings.py:162:9 Object of type `Coord` is not assignable to attribute `_dne` on type `Coord | TypedBox[Coord]`
artigraph invalid-assignment tests/arti/internal/test_mappings.py:172:5 Object of type `Coord` is not assignable to attribute `coord` on type `Coord | TypedBox[Coord]`
artigraph possibly-missing-attribute tests/arti/internal/test_mappings.py:172:5 Attribute `attribute` may be missing on object of type `Coord | TypedBox[Coord]`
artigraph possibly-missing-attribute tests/arti/internal/test_mappings.py:172:5 Attribute `child` may be missing on object of type `Coord | TypedBox[Coord]`
artigraph missing-argument tests/arti/internal/test_models.py:37:16 No argument provided for required parameter `x`
artigraph invalid-argument-type tests/arti/internal/test_models.py:39:23 Argument is incorrect: Expected `Abstract`, found `Literal["junk"]`
artigraph invalid-argument-type tests/arti/internal/test_models.py:102:16 Argument is incorrect: Expected `tuple[int, ...]`, found `list[Unknown | int]`
artigraph invalid-argument-type tests/arti/internal/test_models.py:105:16 Argument is incorrect: Expected `tuple[int, ...]`, found `tuple[Literal["a"]]`
artigraph unused-ignore-comment tests/arti/internal/test_type_hints.py:18:24 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/internal/test_type_hints.py:27:46 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/internal/test_type_hints.py:122:40 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/internal/test_type_hints.py:123:52 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/internal/test_type_hints.py:154:40 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/internal/test_type_hints.py:157:52 Unused blanket `type: ignore` directive
artigraph invalid-argument-type tests/arti/internal/test_utils.py:56:20 Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
artigraph invalid-argument-type tests/arti/internal/test_utils.py:56:20 Argument to bound method `__init__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:55:74 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:74:75 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:86:35 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:90:32 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:93:97 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:383:73 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:417:39 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:427:39 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:441:39 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:451:39 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:455:34 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:460:39 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:469:39 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:478:39 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:482:43 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:487:39 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:491:41 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:496:39 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:500:42 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:505:39 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:509:40 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:514:39 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:518:48 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:523:39 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:527:40 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:532:39 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:536:40 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:544:39 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:556:39 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:565:39 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:575:39 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:585:39 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/producers/test_producer.py:594:39 Unused blanket `type: ignore` directive
artigraph missing-argument tests/arti/producers/test_producer.py:609:9 No argument provided for required parameter `a1`
artigraph invalid-argument-type tests/arti/producers/test_producer.py:611:23 Argument is incorrect: Expected `A1`, found `Literal[5]`
artigraph invalid-argument-type tests/arti/producers/test_producer.py:613:23 Argument is incorrect: Expected `A1`, found `A2`
artigraph unresolved-import tests/arti/storage/test_gcs_storage.py:4:6 Cannot resolve imported module `gcsfs`
artigraph invalid-argument-type tests/arti/storage/test_local_storage.py:132:9 Argument is incorrect: Expected `PartitionKey`, found `dict[Unknown, Unknown]`
artigraph invalid-argument-type tests/arti/storage/test_storage.py:49:56 Argument is incorrect: Expected `PartitionKey`, found `dict[Unknown, Unknown]`
artigraph unused-ignore-comment tests/arti/storage/test_storage.py:57:31 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/storage/test_storage.py:71:62 Unused blanket `type: ignore` directive
artigraph unresolved-import tests/arti/storage/test_storage_internal.py:3:8 Cannot resolve imported module `parse`
artigraph unused-ignore-comment tests/arti/test_fingerprints.py:23:23 Unused blanket `type: ignore` directive
artigraph unresolved-import tests/arti/types/test_bigquery_adapters.py:7:6 Cannot resolve imported module `google.cloud`
artigraph unresolved-import tests/arti/types/test_bigquery_adapters.py:8:6 Cannot resolve imported module `google.cloud.bigquery.enums`
artigraph unresolved-import tests/arti/types/test_pandas_adapters.py:1:8 Cannot resolve imported module `pandas`
artigraph unresolved-import tests/arti/types/test_pyarrow_adapters.py:1:8 Cannot resolve imported module `pyarrow`
artigraph invalid-argument-type tests/arti/types/test_python_adapters.py:86:28 Argument is incorrect: Expected `frozenset[Any]`, found `tuple[Literal[1], Literal[2], Literal[3]]`
artigraph invalid-type-form tests/arti/types/test_python_adapters.py:91:52 Type arguments for `Literal` must be `None`, a literal value (int, bool, str, or bytes), or an enum member
artigraph invalid-type-form tests/arti/types/test_python_adapters.py:91:57 Type arguments for `Literal` must be `None`, a literal value (int, bool, str, or bytes), or an enum member
artigraph invalid-argument-type tests/arti/types/test_python_adapters.py:92:25 Argument is incorrect: Expected `frozenset[Any]`, found `tuple[float, float]`
artigraph unused-ignore-comment tests/arti/types/test_python_adapters.py:95:88 Unused blanket `type: ignore` directive
artigraph unused-ignore-comment tests/arti/types/test_python_adapters.py:98:94 Unused blanket `type: ignore` directive
artigraph invalid-type-form tests/arti/types/test_python_adapters.py:103:59 Type arguments for `Literal` must be `None`, a literal value (int, bool, str, or bytes), or an enum member
artigraph invalid-type-form tests/arti/types/test_python_adapters.py:105:40 Type arguments for `Literal` must be `None`, a literal value (int, bool, str, or bytes), or an enum member
artigraph invalid-argument-type tests/arti/types/test_types.py:100:51 Argument is incorrect: Expected `frozenset[Any]`, found `frozenset[Unknown | float] | list[Unknown | float] | tuple[Unknown | float, ...]`
artigraph invalid-argument-type tests/arti/types/test_types.py:146:73 Argument is incorrect: Expected `str | None`, found `Unknown | tuple[str]`
artigraph invalid-argument-type tests/arti/types/test_types.py:146:73 Argument is incorrect: Expected `bool`, found `Unknown | tuple[str]`
artigraph invalid-argument-type tests/arti/types/test_types.py:146:73 Argument is incorrect: Expected `str`, found `Unknown | tuple[str]`
artigraph invalid-argument-type tests/arti/types/test_types.py:150:20 Argument is incorrect: Expected `Struct`, found `Literal["junk"]`
artigraph invalid-argument-type tests/arti/types/test_types.py:150:36 Argument is incorrect: Expected `str | None`, found `Unknown | tuple[str]`
artigraph invalid-argument-type tests/arti/types/test_types.py:150:36 Argument is incorrect: Expected `bool`, found `Unknown | tuple[str]`
artigraph invalid-argument-type tests/arti/types/test_types.py:150:36 Argument is incorrect: Expected `str`, found `Unknown | tuple[str]`
artigraph invalid-argument-type tests/arti/types/test_types.py:164:36 Argument is incorrect: Expected `tuple[str, ...]`, found `Literal["x"]`
artigraph unsupported-base tests/arti/views/test_views.py:23:15 Unsupported class base with type `type[View]`
artigraph unsupported-base tests/arti/views/test_views.py:32:15 Unsupported class base with type `type[View]`
artigraph unsupported-base tests/arti/views/test_views.py:35:16 Unsupported class base with type `type[View]`
artigraph unsupported-base tests/arti/views/test_views.py:39:15 Unsupported class base with type `type[View]`
artigraph unsupported-base tests/arti/views/test_views.py:49:16 Unsupported class base with type `type[View]`
artigraph unsupported-base tests/arti/views/test_views.py:60:16 Unsupported class base with type `type[View]`
artigraph unresolved-import tests/conftest.py:6:8 Cannot resolve imported module `gcp_storage_emulator.server`
artigraph unresolved-import tests/conftest.py:7:8 Cannot resolve imported module `gcsfs`
Tanjun unresolved-attribute tanjun/_internal/__init__.py:309:15 Object of type `ExecutableCommand[Any]` has no attribute `wrapped_command`
Tanjun possibly-unresolved-reference tanjun/_internal/__init__.py:370:26 Name `first_option` used when possibly not defined
Tanjun possibly-unresolved-reference tanjun/_internal/__init__.py:371:65 Name `first_option` used when possibly not defined
Tanjun unresolved-attribute tanjun/_internal/__init__.py:451:26 Object of type `PartialCommand | CommandBuilder` has no attribute `is_dm_enabled`
Tanjun unresolved-attribute tanjun/_internal/__init__.py:451:69 Object of type `PartialCommand | CommandBuilder` has no attribute `is_dm_enabled`
Tanjun unresolved-attribute tanjun/_internal/__init__.py:452:32 Object of type `(PartialCommand & ~AlwaysFalsy) | (CommandBuilder & ~AlwaysFalsy)` has no attribute `is_dm_enabled`
Tanjun unresolved-attribute tanjun/_internal/__init__.py:452:77 Object of type `(PartialCommand & ~AlwaysFalsy) | (CommandBuilder & ~AlwaysFalsy)` has no attribute `is_dm_enabled`
Tanjun possibly-unresolved-reference tanjun/_internal/cache.py:74:16 Name `channel` used when possibly not defined
Tanjun possibly-unresolved-reference tanjun/_internal/cache.py:82:24 Name `channel` used when possibly not defined
Tanjun possibly-unresolved-reference tanjun/_internal/cache.py:100:16 Name `channel_` used when possibly not defined
Tanjun invalid-type-form tanjun/abc.py:1087:62 Variable of type `def float(self) -> Unknown` is not allowed in a type expression
Tanjun invalid-type-form tanjun/abc.py:1106:24 Variable of type `def float(self) -> Unknown` is not allowed in a type expression
Tanjun invalid-argument-type tanjun/annotations.py:1449:31 Argument to bound method `__init__` is incorrect: Argument type `_EnumT@__getitem__` does not satisfy constraints (`int`, `int | float`, `str`) of type variable `_ChoiceT`
Tanjun invalid-argument-type tanjun/annotations.py:1454:31 Argument to bound method `__init__` is incorrect: Argument type `_EnumT@__getitem__` does not satisfy constraints (`int`, `int | float`, `str`) of type variable `_ChoiceT`
Tanjun invalid-argument-type tanjun/annotations.py:1459:31 Argument to bound method `__init__` is incorrect: Argument type `_EnumT@__getitem__` does not satisfy constraints (`int`, `int | float`, `str`) of type variable `_ChoiceT`
Tanjun invalid-type-form tanjun/annotations.py:1469:46 Variable of type `type[Unknown]` is not allowed in a type expression
Tanjun invalid-return-type tanjun/annotations.py:1601:12 Return type does not match returned value: expected `type[_T@_annotated]`, found `<special-form 'typing.Annotated[Unknown, <metadata>]'>`
Tanjun invalid-type-form tanjun/annotations.py:1601:29 Variable of type `type[Unknown]` is not allowed in a type expression
Tanjun redundant-cast tanjun/annotations.py:1611:17 Value is already of type `type[_T@__getitem__]`
Tanjun invalid-return-type tanjun/annotations.py:1855:16 Return type does not match returned value: expected `type[str]`, found `<special-form 'typing.Annotated[str, <metadata>]'>`
Tanjun invalid-argument-type tanjun/annotations.py:1949:74 Argument to bound method `__init__` is incorrect: Expected `int | float`, found `(int | float) & ~int`
Tanjun invalid-argument-type tanjun/annotations.py:1996:74 Argument to bound method `__init__` is incorrect: Expected `int | float`, found `(int | float) & ~int`
Tanjun invalid-argument-type tanjun/annotations.py:2110:75 Argument to bound method `__init__` is incorrect: Expected `int | float`, found `_NumberT@__getitem__ & ~float`
Tanjun invalid-argument-type tanjun/annotations.py:2110:86 Argument to bound method `__init__` is incorrect: Expected `int | float`, found `_NumberT@__getitem__ & ~float`
Tanjun invalid-type-form tanjun/annotations.py:2206:64 Variable of type `type[Unknown]` is not allowed in a type expression
Tanjun invalid-return-type tanjun/annotations.py:2268:16 Return type does not match returned value: expected `type[PartialChannel]`, found `<special-form 'typing.Annotated[PartialChannel, <metadata>]'>`
Tanjun invalid-argument-type tanjun/annotations.py:2268:56 Argument to bound method `__init__` is incorrect: Expected `type[PartialChannel] | int`, found `object`
Tanjun invalid-argument-type tanjun/annotations.py:2268:56 Argument to bound method `__init__` is incorrect: Expected `type[PartialChannel] | int`, found `object`
Tanjun invalid-assignment tanjun/annotations.py:2323:99 Object of type `dict[Any, tuple[(...) -> Any, ...] | NotImplementedType]` is not assignable to `dict[Any, tuple[(...) -> Any, ...]]`
Tanjun invalid-argument-type tanjun/annotations.py:2520:30 Argument is incorrect: Expected `<special-form 'typing.Self'>`, found `Self@add_to_slash_cmds`
Tanjun invalid-argument-type tanjun/annotations.py:2724:26 Argument to function `parse_annotated_args` is incorrect: Expected `SlashCommand[Any] | MessageCommand[Any]`, found `_CommandUnionT@with_annotated_args & ~AlwaysFalsy`
Tanjun possibly-unresolved-reference tanjun/checks.py:532:69 Name `member` used when possibly not defined
Tanjun invalid-argument-type tanjun/clients.py:853:42 Argument to bound method `__init__` is incorrect: Expected `PartialGuild | int | UndefinedType`, found `object`
Tanjun unresolved-attribute tanjun/clients.py:1414:12 Object of type `CommandBuilder` has no attribute `is_dm_enabled`
Tanjun unresolved-attribute tanjun/clients.py:1415:13 Object of type `CommandBuilder` has no attribute `set_is_dm_enabled`
Tanjun unresolved-attribute tanjun/clients.py:1492:16 Object of type `CommandBuilder` has no attribute `is_dm_enabled`
Tanjun unresolved-attribute tanjun/clients.py:1493:17 Object of type `CommandBuilder` has no attribute `set_is_dm_enabled`
Tanjun possibly-unresolved-reference tanjun/clients.py:1540:17 Name `command_` used when possibly not defined
Tanjun possibly-unresolved-reference tanjun/clients.py:2379:30 Name `user_cache` used when possibly not defined
Tanjun possibly-unresolved-reference tanjun/clients.py:2400:40 Name `event_type` used when possibly not defined
Tanjun invalid-argument-type tanjun/clients.py:2659:39 Argument to bound method `get` is incorrect: Expected `str`, found `str | Path`
Tanjun invalid-argument-type tanjun/clients.py:2659:39 Argument to bound method `get` is incorrect: Expected `Path`, found `str | Path`
Tanjun invalid-argument-type tanjun/clients.py:2668:17 Method `__getitem__` of type `bound method dict[str, ModuleType].__getitem__(key: str, /) -> ModuleType` cannot be called with key of type `str | Path` on object of type `dict[str, ModuleType]`
Tanjun invalid-argument-type tanjun/clients.py:2668:17 Method `__getitem__` of type `bound method dict[Path, ModuleType].__getitem__(key: Path, /) -> ModuleType` cannot be called with key of type `str | Path` on object of type `dict[Path, ModuleType]`
Tanjun invalid-assignment tanjun/clients.py:2720:13 Invalid subscript assignment with key of type `str | Path` and value of type `@Todo` on object of type `dict[str, ModuleType]`
Tanjun invalid-assignment tanjun/clients.py:2720:13 Invalid subscript assignment with key of type `str | Path` and value of type `@Todo` on object of type `dict[Path, ModuleType]`
Tanjun invalid-return-type tanjun/clients.py:2801:16 Return type does not match returned value: expected `((...) -> Coroutine[Any, Any, _T@get_callback_override] | _T@get_callback_override) | None`, found `Unknown | ((...) -> Coroutine[Any, Any, _T@get_callback_override | Coroutine[Any, Any, _T@get_callback_override]] | _T@get_callback_override) | None`
Tanjun unused-ignore-comment tanjun/commands/menu.py:537:41 Unused blanket `type: ignore` directive
Tanjun unresolved-attribute tanjun/commands/menu.py:622:13 Object of type `ContextMenuCommandBuilder` has no attribute `set_is_dm_enabled`
Tanjun unresolved-attribute tanjun/commands/menu.py:624:13 Object of type `ContextMenuCommandBuilder` has no attribute `set_is_dm_enabled`
Tanjun invalid-return-type tanjun/commands/slash.py:1065:16 Return type does not match returned value: expected `Self@copy`, found `BaseSlashCommand`
Tanjun unresolved-attribute tanjun/commands/slash.py:1223:13 Object of type `_SlashCommandBuilder` has no attribute `set_is_dm_enabled`
Tanjun unresolved-attribute tanjun/commands/slash.py:1225:13 Object of type `_SlashCommandBuilder` has no attribute `set_is_dm_enabled`
Tanjun invalid-return-type tanjun/commands/slash.py:1233:16 Return type does not match returned value: expected `Self@copy`, found `SlashCommandGroup`
Tanjun possibly-missing-attribute tanjun/commands/slash.py:1716:13 Attribute `set_is_dm_enabled` may be missing on object of type `Unknown | _SlashCommandBuilder`
Tanjun possibly-missing-attribute tanjun/commands/slash.py:1718:13 Attribute `set_is_dm_enabled` may be missing on object of type `Unknown | _SlashCommandBuilder`
Tanjun invalid-argument-type tanjun/commands/slash.py:1795:52 Argument is incorrect: Expected `str`, found `object`
Tanjun invalid-argument-type tanjun/commands/slash.py:1795:63 Argument is incorrect: Expected `str | int | float`, found `object`
Tanjun invalid-assignment tanjun/commands/slash.py:2078:97 Object of type `None | Mapping[str, str] | (Sequence[str] & Top[Mapping[Unknown, object]]) | (Sequence[tuple[str, str]] & Top[Mapping[Unknown, object]]) | (Sequence[CommandChoice] & Top[Mapping[Unknown, object]])` is not assignable to `Mapping[str, str] | list[CommandChoice] | None`
Tanjun invalid-return-type tanjun/components.py:864:16 Return type does not match returned value: expected `_CommandT@with_command | ((_CommandT@with_command, /) -> _CommandT@with_command)`, found `ExecutableCommand[Any] | ((ExecutableCommand[Any], /) -> ExecutableCommand[Any])`
Tanjun invalid-return-type tanjun/components.py:900:16 Return type does not match returned value: expected `_MenuCommandT@with_menu_command | ((_MenuCommandT@with_menu_command, /) -> _MenuCommandT@with_menu_command)`, found `MenuCommand[Any, Any] | ((MenuCommand[Any, Any], /) -> MenuCommand[Any, Any])`
Tanjun invalid-return-type tanjun/components.py:937:16 Return type does not match returned value: expected `_BaseSlashCommandT@with_slash_command | ((_BaseSlashCommandT@with_slash_command, /) -> _BaseSlashCommandT@with_slash_command)`, found `BaseSlashCommand | ((BaseSlashCommand, /) -> BaseSlashCommand)`
Tanjun invalid-return-type tanjun/components.py:983:16 Return type does not match returned value: expected `_MessageCommandT@with_message_command | ((_MessageCommandT@with_message_command, /) -> _MessageCommandT@with_message_command)`, found `MessageCommand[Any] | ((MessageCommand[Any], /) -> MessageCommand[Any])`
Tanjun invalid-method-override tanjun/components.py:1242:9 Invalid override of method `execute_menu`: Definition is incompatible with `tanjun.abc.Component.execute_menu`
Tanjun invalid-method-override tanjun/components.py:1259:9 Invalid override of method `execute_slash`: Definition is incompatible with `tanjun.abc.Component.execute_slash`
Tanjun deprecated tanjun/context/autocomplete.py:56:34 The class `BasicContext` is deprecated: Use Context or CachingContext
Tanjun deprecated tanjun/context/autocomplete.py:98:18 The function `_set_type_special_case` is deprecated: Use ContextOverride
Tanjun deprecated tanjun/context/autocomplete.py:98:68 The function `_set_type_special_case` is deprecated: Use ContextOverride
Tanjun possibly-missing-attribute tanjun/context/autocomplete.py:204:22 Attribute `fetch_channel` may be missing on object of type `Unknown | AutocompleteInteraction`
Tanjun possibly-missing-attribute tanjun/context/autocomplete.py:212:16 Attribute `get_channel` may be missing on object of type `Unknown | AutocompleteInteraction`
Tanjun deprecated tanjun/context/base.py:47:26 The class `BasicContext` is deprecated: Use Context or CachingContext
Tanjun deprecated tanjun/context/base.py:57:14 The function `_set_type_special_case` is deprecated: Use ContextOverride
Tanjun deprecated tanjun/context/base.py:133:18 The function `_set_type_special_case` is deprecated: Use ContextOverride
Tanjun deprecated tanjun/context/base.py:136:18 The function `_remove_type_special_case` is deprecated: Use ContextOverride
Tanjun invalid-assignment tanjun/context/menu.py:57:96 Object of type `frozenset[CommandType | Unknown]` is not assignable to `frozenset[Literal[CommandType.USER, CommandType.MESSAGE]]`
Tanjun deprecated tanjun/context/menu.py:99:14 The function `_set_type_special_case` is deprecated: Use ContextOverride
Tanjun deprecated tanjun/context/menu.py:99:63 The function `_set_type_special_case` is deprecated: Use ContextOverride
Tanjun deprecated tanjun/context/menu.py:156:18 The function `_set_type_special_case` is deprecated: Use ContextOverride
Tanjun deprecated tanjun/context/menu.py:159:18 The function `_remove_type_special_case` is deprecated: Use ContextOverride
Tanjun deprecated tanjun/context/message.py:115:18 The function `_set_type_special_case` is deprecated: Use ContextOverride
Tanjun deprecated tanjun/context/message.py:115:70 The function `_set_type_special_case` is deprecated: Use ContextOverride
Tanjun deprecated tanjun/context/message.py:188:18 The function `_set_type_special_case` is deprecated: Use ContextOverride
Tanjun deprecated tanjun/context/message.py:188:76 The function `_set_type_special_case` is deprecated: Use ContextOverride
Tanjun deprecated tanjun/context/message.py:194:22 The function `_remove_type_special_case` is deprecated: Use ContextOverride
Tanjun deprecated tanjun/context/message.py:194:74 The function `_remove_type_special_case` is deprecated: Use ContextOverride
Tanjun invalid-type-form tanjun/context/slash.py:113:62 Variable of type `def float(self) -> Unknown` is not allowed in a type expression
Tanjun invalid-type-form tanjun/context/slash.py:130:24 Variable of type `def float(self) -> Unknown` is not allowed in a type expression
Tanjun deprecated tanjun/context/slash.py:335:14 The function `_set_type_special_case` is deprecated: Use ContextOverride
Tanjun deprecated tanjun/context/slash.py:1029:18 The function `_set_type_special_case` is deprecated: Use ContextOverride
Tanjun deprecated tanjun/context/slash.py:1029:68 The function `_set_type_special_case` is deprecated: Use ContextOverride
Tanjun deprecated tanjun/context/slash.py:1067:22 The function `_set_type_special_case` is deprecated: Use ContextOverride
Tanjun deprecated tanjun/context/slash.py:1068:18 The function `_set_type_special_case` is deprecated: Use ContextOverride
Tanjun deprecated tanjun/context/slash.py:1069:18 The function `_set_type_special_case` is deprecated: Use ContextOverride
Tanjun deprecated tanjun/context/slash.py:1070:18 The function `_set_type_special_case` is deprecated: Use ContextOverride
Tanjun deprecated tanjun/context/slash.py:1075:22 The function `_remove_type_special_case` is deprecated: Use ContextOverride
Tanjun deprecated tanjun/context/slash.py:1076:18 The function `_remove_type_special_case` is deprecated: Use ContextOverride
Tanjun deprecated tanjun/context/slash.py:1077:18 The function `_remove_type_special_case` is deprecated: Use ContextOverride
Tanjun deprecated tanjun/context/slash.py:1078:18 The function `_remove_type_special_case` is deprecated: Use ContextOverride
Tanjun unsupported-operator tanjun/conversion.py:194:47 Unary operator `~` is not supported for object of type `(Cache & ~AlwaysTruthy & ~AlwaysFalsy) | (CacheComponents & ~AlwaysFalsy) | Literal[CacheComponents.NONE]`
Tanjun possibly-unresolved-reference tanjun/conversion.py:344:38 Name `channel_` used when possibly not defined
Tanjun possibly-unresolved-reference tanjun/conversion.py:437:20 Name `emoji` used when possibly not defined
Tanjun possibly-unresolved-reference tanjun/conversion.py:494:20 Name `guild` used when possibly not defined
Tanjun possibly-unresolved-reference tanjun/conversion.py:546:20 Name `invite` used when possibly not defined
Tanjun possibly-unresolved-reference tanjun/conversion.py:607:20 Name `invite` used when possibly not defined
Tanjun possibly-unresolved-reference tanjun/conversion.py:671:24 Name `member` used when possibly not defined
Tanjun possibly-unresolved-reference tanjun/conversion.py:744:20 Name `presence` used when possibly not defined
Tanjun possibly-unresolved-reference tanjun/conversion.py:787:20 Name `role` used when possibly not defined
Tanjun possibly-unresolved-reference tanjun/conversion.py:843:20 Name `user` used when possibly not defined
Tanjun possibly-unresolved-reference tanjun/conversion.py:905:20 Name `message` used when possibly not defined
Tanjun possibly-unresolved-reference tanjun/conversion.py:973:20 Name `state` used when possibly not defined
Tanjun possibly-unresolved-reference tanjun/conversion.py:1063:25 Name `result` used when possibly not defined
Tanjun possibly-unresolved-reference tanjun/dependencies/callbacks.py:75:16 Name `user` used when possibly not defined
Tanjun invalid-type-form tanjun/dependencies/data.py:160:70 Variable of type `type[Unknown]` is not allowed in a type expression
Tanjun unused-ignore-comment tanjun/dependencies/data.py:170:71 Unused blanket `type: ignore` directive
Tanjun invalid-argument-type tanjun/dependencies/data.py:171:32 Argument to bound method `set_value` is incorrect: Expected `_T@make_lc_resolver`, found `_T@make_lc_resolver | Coroutine[Any, Any, _T@make_lc_resolver]`
Tanjun invalid-return-type tanjun/dependencies/data.py:172:20 Return type does not match returned value: expected `_T@make_lc_resolver`, found `_T@make_lc_resolver | Coroutine[Any, Any, _T@make_lc_resolver]`
Tanjun invalid-return-type tanjun/dependencies/data.py:220:12 Return type does not match returned value: expected `_T@inject_lc`, found `_T@inject_lc | Coroutine[Any, Any, _T@inject_lc]`
Tanjun invalid-assignment tanjun/dependencies/data.py:265:13 Object of type `_T@_CacheCallback | Coroutine[Any, Any, _T@_CacheCallback]` is not assignable to attribute `_result` of type `_T@_CacheCallback | Literal[_DefaultFlag.NO_DEFAULT]`
Tanjun invalid-return-type tanjun/dependencies/data.py:269:20 Return type does not match returned value: expected `_T@_CacheCallback`, found `_T@_CacheCallback | Coroutine[Any, Any, _T@_CacheCallback]`
Tanjun invalid-return-type tanjun/dependencies/data.py:301:12 Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, _T@cache_callback]`, found `_CacheCallback[_T@cache_callback | Coroutine[Any, Any, _T@cache_callback]]`
Tanjun invalid-return-type tanjun/dependencies/data.py:347:12 Return type does not match returned value: expected `_T@cached_inject`, found `_T@cached_inject | Coroutine[Any, Any, _T@cached_inject | Coroutine[Any, Any, _T@cached_inject]]`
Tanjun invalid-return-type tanjun/dependencies/limiters.py:684:16 Return type does not match returned value: expected `_BaseResource[_InnerResourceT@_to_bucket]`, found `_MemberResource[_InnerResourceProto]`
Tanjun invalid-return-type tanjun/dependencies/limiters.py:687:16 Return type does not match returned value: expected `_BaseResource[_InnerResourceT@_to_bucket]`, found `_GlobalResource[_InnerResourceProto]`
Tanjun invalid-return-type tanjun/dependencies/limiters.py:689:12 Return type does not match returned value: expected `_BaseResource[_InnerResourceT@_to_bucket]`, found `_FlatResource[_InnerResourceProto]`
Tanjun possibly-missing-attribute tanjun/dependencies/limiters.py:839:17 Attribute `check` may be missing on object of type `(_Cooldown & ~AlwaysFalsy) | (_BaseResource[_Cooldown] & ~AlwaysTruthy & ~AlwaysFalsy)`
Tanjun invalid-assignment tanjun/dependencies/limiters.py:1521:9 Invalid subscript assignment with key of type `str` and value of type `_GlobalResource[_InnerResourceProto]` on object of type `dict[str, _BaseResource[_ConcurrencyLimit]]`
Tanjun invalid-assignment tanjun/dependencies/limiters.py:1561:9 Invalid subscript assignment with key of type `str` and value of type `_BaseResource[_InnerResourceProto]` on object of type `dict[str, _BaseResource[_ConcurrencyLimit]]`
Tanjun possibly-unresolved-reference tanjun/dependencies/locales.py:123:43 Name `match` used when possibly not defined
Tanjun possibly-unresolved-reference tanjun/dependencies/locales.py:140:20 Name `string` used when possibly not defined
Tanjun possibly-unresolved-reference tanjun/dependencies/locales.py:143:20 Name `string` used when possibly not defined
Tanjun invalid-argument-type tanjun/dependencies/reloaders.py:361:76 Argument to function `__new__` is incorrect: Expected `Iterable[Never]`, found `Generator[Path, None, None]`
Tanjun unsupported-operator tanjun/dependencies/reloaders.py:364:75 Operator `-` is not supported between objects of type `set[Path]` and `set[str] | set[Path]`
Tanjun deprecated tanjun/injecting.py:54:20 The class `AsyncSelfInjecting` is deprecated: Use Client.auto_inject_async
Tanjun deprecated tanjun/injecting.py:55:20 The class `BasicContext` is deprecated: Use Context or CachingContext
Tanjun deprecated tanjun/injecting.py:74:29 The class `AsyncSelfInjecting` is deprecated: Use Client.auto_inject_async
Tanjun deprecated tanjun/injecting.py:104:17 The class `AsyncSelfInjecting` is deprecated: Use Client.auto_inject_async
Tanjun deprecated tanjun/injecting.py:105:23 The class `AsyncSelfInjecting` is deprecated: Use Client.auto_inject_async
Tanjun invalid-argument-type tanjun/parsing.py:482:42 Argument to bound method `append` is incorrect: Expected `tuple[str, str | None]`, found `str | tuple[str, str | None]`
Tanjun invalid-return-type tanjun/parsing.py:484:16 Return type does not match returned value: expected `str | None`, found `str | tuple[str, str | None] | None`
Tanjun invalid-argument-type tanjun/parsing.py:491:38 Argument to bound method `append` is incorrect: Expected `str`, found `str | tuple[str, str | None]`
Tanjun invalid-return-type tanjun/parsing.py:493:16 Return type does not match returned value: expected `tuple[str, str | None] | None`, found `str | tuple[str, str | None] | None`
Tanjun possibly-unresolved-reference tanjun/parsing.py:565:87 Name `values` used when possibly not defined
Tanjun possibly-unresolved-reference tanjun/parsing.py:573:88 Name `value` used when possibly not defined
Tanjun invalid-argument-type tanjun/parsing.py:585:75 Argument to bound method `convert` is incorrect: Expected `str`, found `(Unknown & ~AlwaysFalsy) | EllipsisType | (str & ~AlwaysFalsy)`
Tanjun possibly-unresolved-reference tanjun/parsing.py:585:75 Name `value` used when possibly not defined
Tanjun possibly-unresolved-reference tanjun/parsing.py:588:112 Name `values` used when possibly not defined
Tanjun invalid-method-override tanjun/parsing.py:2190:9 Invalid override of method `parse`: Definition is incompatible with `MessageParser.parse`
Tanjun invalid-assignment tanjun/permissions.py:231:13 Object of type `(Mapping[Snowflake, Role] & ~AlwaysFalsy) | (Cache & ~AlwaysTruthy) | None | CacheView[Snowflake, Role]` is not assignable to `Mapping[Snowflake, Role] | None`
Tanjun unresolved-attribute tanjun/schedules.py:311:13 Object of type `Component` has no attribute `add_schedule`
Tanjun unresolved-attribute tanjun/schedules.py:1104:13 Object of type `Component` has no attribute `add_schedule`
aiohttp unused-ignore-comment aiohttp/__init__.py:254:40 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/__init__.py:255:33 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/_websocket/helpers.py:60:51 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/_websocket/reader.py:17:34 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/_websocket/reader_c.py:467:75 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/_websocket/reader_py.py:467:75 Unused blanket `type: ignore` directive
aiohttp possibly-unresolved-reference aiohttp/abc.py:178:33 Name `cookies_to_update` used when possibly not defined
aiohttp invalid-return-type aiohttp/client.py:405:14 Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]`
aiohttp unused-ignore-comment aiohttp/client.py:944:33 Unused blanket `type: ignore` directive
aiohttp invalid-return-type aiohttp/client.py:1162:14 Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]`
aiohttp invalid-return-type aiohttp/client.py:1168:14 Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]`
aiohttp invalid-return-type aiohttp/client.py:1174:14 Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]`
aiohttp invalid-return-type aiohttp/client.py:1180:14 Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]`
aiohttp invalid-return-type aiohttp/client.py:1186:14 Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]`
aiohttp invalid-return-type aiohttp/client.py:1192:14 Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]`
aiohttp invalid-return-type aiohttp/client.py:1198:14 Function always implicitly returns `None`, which is not assignable to return type `_BaseRequestContextManager[ClientResponse]`
aiohttp invalid-return-type aiohttp/client.py:1400:16 Return type does not match returned value: expected `_RetType@_BaseRequestContextManager`, found `ClientResponse`
aiohttp invalid-argument-type aiohttp/client.py:1400:22 Argument to bound method `__aenter__` is incorrect: Expected `ClientResponse`, found `_RetType@_BaseRequestContextManager`
aiohttp invalid-argument-type aiohttp/client.py:1400:22 Argument to bound method `__aenter__` is incorrect: Expected `ClientWebSocketResponse`, found `_RetType@_BaseRequestContextManager`
aiohttp invalid-argument-type aiohttp/client.py:1408:15 Argument to bound method `__aexit__` is incorrect: Expected `ClientResponse`, found `_RetType@_BaseRequestContextManager`
aiohttp invalid-argument-type aiohttp/client.py:1408:15 Argument to bound method `__aexit__` is incorrect: Expected `ClientWebSocketResponse`, found `_RetType@_BaseRequestContextManager`
aiohttp unused-ignore-comment aiohttp/client_exceptions.py:328:28 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/client_exceptions.py:338:51 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/client_exceptions.py:342:61 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/client_reqrep.py:162:34 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/client_reqrep.py:571:54 Unused blanket `type: ignore` directive
aiohttp invalid-argument-type aiohttp/client_reqrep.py:1162:33 Argument to bound method `__init__` is incorrect: Expected `Iterable[Any]`, found `(Any & ~None & ~FormData) | Payload`
aiohttp unresolved-import aiohttp/client_ws.py:32:12 Cannot resolve imported module `async_timeout`
aiohttp possibly-unresolved-reference aiohttp/client_ws.py:162:46 Name `exc` used when possibly not defined
aiohttp invalid-assignment aiohttp/client_ws.py:308:17 Object of type `Unknown | bytes | str | ... omitted 3 union elements` is not assignable to attribute `_close_code` of type `int | None`
aiohttp invalid-assignment aiohttp/client_ws.py:372:17 Object of type `Unknown | bytes | str | ... omitted 3 union elements` is not assignable to attribute `_close_code` of type `int | None`
aiohttp unused-ignore-comment aiohttp/client_ws.py:374:59 Unused blanket `type: ignore` directive
aiohttp invalid-argument-type aiohttp/client_ws.py:379:33 Argument to bound method `pong` is incorrect: Expected `bytes`, found `Unknown | bytes | str | ... omitted 3 union elements`
aiohttp invalid-return-type aiohttp/client_ws.py:392:16 Return type does not match returned value: expected `str`, found `bytes | str | int | None | BaseException`
aiohttp invalid-return-type aiohttp/client_ws.py:400:16 Return type does not match returned value: expected `bytes`, found `bytes | str | int | None | BaseException`
aiohttp unresolved-import aiohttp/compression_utils.py:16:16 Cannot resolve imported module `brotlicffi`
aiohttp unresolved-import aiohttp/compression_utils.py:18:16 Cannot resolve imported module `brotli`
aiohttp unresolved-import aiohttp/compression_utils.py:28:14 Cannot resolve imported module `backports.zstd`
aiohttp invalid-argument-type aiohttp/compression_utils.py:130:54 Argument to bound method `__init__` is incorrect: Expected `ZLibBackendProtocol`, found `<module 'zlib'>`
aiohttp unused-ignore-comment aiohttp/connector.py:65:26 Unused blanket `type: ignore` directive
aiohttp possibly-unresolved-reference aiohttp/connector.py:754:13 Name `conns` used when possibly not defined
aiohttp possibly-unresolved-reference aiohttp/connector.py:755:20 Name `conns` used when possibly not defined
aiohttp unused-ignore-comment aiohttp/connector.py:843:22 Unused blanket `type: ignore` directive
aiohttp invalid-return-type aiohttp/connector.py:1247:24 Return type does not match returned value: expected `tuple[Transport, ResponseHandler]`, found `Unknown | tuple[Transport, BaseProtocol]`
aiohttp invalid-argument-type aiohttp/connector.py:1334:29 Argument to bound method `start_tls` is incorrect: Expected `SSLContext`, found `~None`
aiohttp invalid-return-type aiohttp/connector.py:1610:16 Return type does not match returned value: expected `ResponseHandler`, found `Unknown | BaseProtocol`
aiohttp invalid-assignment aiohttp/cookiejar.py:230:23 Object of type `ItemsView[object, object]` is not assignable to `Mapping[str, str | BaseCookie[str] | Morsel[Any]] | Iterable[tuple[str, str | BaseCookie[str] | Morsel[Any]]] | BaseCookie[str]`
aiohttp invalid-assignment aiohttp/cookiejar.py:290:17 Invalid subscript assignment with key of type `str` and value of type `(BaseCookie[str] & Top[Morsel[Unknown]]) | Morsel[Any] | Morsel[str]` on object of type `SimpleCookie`
aiohttp unused-ignore-comment aiohttp/cookiejar.py:298:29 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/cookiejar.py:486:25 Unused blanket `type: ignore` directive
aiohttp unresolved-import aiohttp/helpers.py:58:12 Cannot resolve imported module `async_timeout`
aiohttp unused-ignore-comment aiohttp/helpers.py:268:24 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/helpers.py:863:43 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/helpers.py:886:31 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/helpers.py:914:16 Unused blanket `type: ignore` directive
aiohttp invalid-method-override aiohttp/helpers.py:920:9 Invalid override of method `__getitem__`: Definition is incompatible with `Mapping.__getitem__`
aiohttp unused-ignore-comment aiohttp/helpers.py:928:16 Unused blanket `type: ignore` directive
aiohttp invalid-method-override aiohttp/helpers.py:937:9 Invalid override of method `get`: Definition is incompatible with `Mapping.get`
aiohttp possibly-unresolved-reference aiohttp/http_writer.py:287:34 Name `compressed_chunk` used when possibly not defined
aiohttp possibly-unresolved-reference aiohttp/http_writer.py:288:31 Name `compressed_chunk` used when possibly not defined
aiohttp invalid-return-type aiohttp/multipart.py:282:16 Return type does not match returned value: expected `Self@__aiter__`, found `Self@__aiter__`
aiohttp unused-ignore-comment aiohttp/multipart.py:309:21 Unused blanket `type: ignore` directive
aiohttp invalid-argument-type aiohttp/multipart.py:310:32 Argument to bound method `decode` is incorrect: Expected `bytes`, found `bytearray`
aiohttp invalid-return-type aiohttp/multipart.py:311:16 Return type does not match returned value: expected `bytes`, found `bytearray`
aiohttp invalid-return-type aiohttp/multipart.py:619:16 Return type does not match returned value: expected `Self@__aiter__`, found `Self@__aiter__`
aiohttp unused-ignore-comment aiohttp/multipart.py:662:26 Unused blanket `type: ignore` directive
aiohttp invalid-assignment aiohttp/multipart.py:957:19 Object of type `list[tuple[object, object]]` is not assignable to `Sequence[tuple[str, str]] | Mapping[str, str]`
aiohttp unused-ignore-comment aiohttp/payload.py:525:70 Unused blanket `type: ignore` directive
aiohttp unresolved-import aiohttp/pytest_plugin.py:8:8 Cannot resolve imported module `pytest`
aiohttp unresolved-import aiohttp/pytest_plugin.py:24:12 Cannot resolve imported module `uvloop`
aiohttp unused-ignore-comment aiohttp/pytest_plugin.py:26:20 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/pytest_plugin.py:67:32 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/pytest_plugin.py:88:40 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/pytest_plugin.py:110:36 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/pytest_plugin.py:131:31 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/pytest_plugin.py:148:56 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/pytest_plugin.py:154:69 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/pytest_plugin.py:206:55 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/pytest_plugin.py:212:38 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/pytest_plugin.py:234:39 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/pytest_plugin.py:248:21 Unused blanket `type: ignore` directive
aiohttp unresolved-import aiohttp/resolver.py:12:12 Cannot resolve imported module `aiodns`
aiohttp unused-ignore-comment aiohttp/resolver.py:16:20 Unused blanket `type: ignore` directive
aiohttp index-out-of-bounds aiohttp/resolver.py:55:20 Index 3 is out of bounds for tuple `tuple[str, int]` with length 2
aiohttp possibly-missing-attribute aiohttp/resolver.py:108:26 Attribute `getaddrinfo` may be missing on object of type `Unknown | None`
aiohttp possibly-missing-attribute aiohttp/resolver.py:115:16 Attribute `error` may be missing on object of type `Unknown | None`
aiohttp possibly-missing-attribute aiohttp/resolver.py:127:36 Attribute `getnameinfo` may be missing on object of type `Unknown | None`
aiohttp unused-ignore-comment aiohttp/resolver.py:160:36 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/resolver.py:165:32 Unused blanket `type: ignore` directive
aiohttp possibly-missing-attribute aiohttp/resolver.py:187:19 Attribute `DNSResolver` may be missing on object of type `Unknown | None`
aiohttp possibly-missing-attribute aiohttp/resolver.py:192:11 Attribute `DNSResolver` may be missing on object of type `Unknown | None`
aiohttp possibly-missing-attribute aiohttp/resolver.py:202:24 Attribute `DNSResolver` may be missing on object of type `Unknown | None`
aiohttp unused-ignore-comment aiohttp/test_utils.py:270:20 Unused blanket `type: ignore` directive
aiohttp invalid-assignment aiohttp/test_utils.py:655:15 Object of type `MagicMock` is not assignable to `Application | None`
aiohttp invalid-argument-type aiohttp/test_utils.py:685:24 Argument to bound method `add_app` is incorrect: Expected `Application`, found `Application | None`
aiohttp invalid-assignment aiohttp/web.py:288:15 Object of type `object` is not assignable to `Application | Awaitable[Application]`
aiohttp invalid-argument-type aiohttp/web.py:342:25 Argument to bound method `__init__` is incorrect: Expected `str | PathLike[str]`, found `str | (Iterable[str | PathLike[str]] & PathLike[object]) | PathLike[str]`
aiohttp invalid-argument-type aiohttp/web.py:373:29 Argument to bound method `__init__` is incorrect: Expected `socket`, found `object`
aiohttp unused-ignore-comment aiohttp/web_app.py:141:16 Unused blanket `type: ignore` directive
aiohttp invalid-method-override aiohttp/web_app.py:147:9 Invalid override of method `__getitem__`: Definition is incompatible with `Mapping.__getitem__`
aiohttp unused-ignore-comment aiohttp/web_app.py:156:16 Unused blanket `type: ignore` directive
aiohttp invalid-method-override aiohttp/web_app.py:162:9 Invalid override of method `__setitem__`: Definition is incompatible with `MutableMapping.__setitem__`
aiohttp unused-ignore-comment aiohttp/web_app.py:187:16 Unused blanket `type: ignore` directive
aiohttp invalid-method-override aiohttp/web_app.py:196:9 Invalid override of method `get`: Definition is incompatible with `Mapping.get`
aiohttp unused-ignore-comment aiohttp/web_fileresponse.py:97:39 Unused blanket `type: ignore` directive
aiohttp invalid-assignment aiohttp/web_fileresponse.py:322:17 Cannot assign to a subscript on an object of type `MultiMapping[str]`
aiohttp invalid-assignment aiohttp/web_fileresponse.py:358:21 Cannot assign to a subscript on an object of type `MultiMapping[str]`
aiohttp invalid-assignment aiohttp/web_fileresponse.py:378:13 Cannot assign to a subscript on an object of type `MultiMapping[str]`
aiohttp invalid-assignment aiohttp/web_fileresponse.py:379:13 Cannot assign to a subscript on an object of type `MultiMapping[str]`
aiohttp invalid-assignment aiohttp/web_fileresponse.py:389:9 Cannot assign to a subscript on an object of type `MultiMapping[str]`
aiohttp invalid-assignment aiohttp/web_fileresponse.py:394:13 Cannot assign to a subscript on an object of type `MultiMapping[str]`
aiohttp unused-ignore-comment aiohttp/web_log.py:197:35 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/web_log.py:198:46 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/web_log.py:199:38 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/web_log.py:200:38 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/web_protocol.py:65:10 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/web_protocol.py:66:10 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/web_protocol.py:623:28 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/web_protocol.py:634:67 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/web_protocol.py:674:39 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/web_protocol.py:716:84 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/web_request.py:225:30 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/web_request.py:260:16 Unused blanket `type: ignore` directive
aiohttp invalid-method-override aiohttp/web_request.py:266:9 Invalid override of method `__getitem__`: Definition is incompatible with `Mapping.__getitem__`
aiohttp unused-ignore-comment aiohttp/web_request.py:269:16 Unused blanket `type: ignore` directive
aiohttp invalid-method-override aiohttp/web_request.py:275:9 Invalid override of method `__setitem__`: Definition is incompatible with `MutableMapping.__setitem__`
aiohttp invalid-return-type aiohttp/web_request.py:470:16 Return type does not match returned value: expected `CIMultiDictProxy[str]`, found `MultiMapping[str]`
aiohttp invalid-return-type aiohttp/web_response.py:196:16 Return type does not match returned value: expected `CIMultiDict[str]`, found `MultiMapping[str]`
aiohttp invalid-assignment aiohttp/web_response.py:211:13 Cannot assign to a subscript on an object of type `MultiMapping[str]`
aiohttp unresolved-attribute aiohttp/web_response.py:213:13 Object of type `MultiMapping[str]` has no attribute `pop`
aiohttp unresolved-attribute aiohttp/web_response.py:259:13 Object of type `MultiMapping[str]` has no attribute `pop`
aiohttp invalid-assignment aiohttp/web_response.py:261:13 Cannot assign to a subscript on an object of type `MultiMapping[str]`
aiohttp invalid-assignment aiohttp/web_response.py:265:13 Cannot assign to a subscript on an object of type `MultiMapping[str]`
aiohttp invalid-assignment aiohttp/web_response.py:269:13 Cannot assign to a subscript on an object of type `MultiMapping[str]`
aiohttp unused-ignore-comment aiohttp/web_response.py:271:82 Unused blanket `type: ignore` directive
aiohttp unresolved-attribute aiohttp/web_response.py:293:13 Object of type `MultiMapping[str]` has no attribute `pop`
aiohttp invalid-assignment aiohttp/web_response.py:297:13 Cannot assign to a subscript on an object of type `MultiMapping[str]`
aiohttp invalid-assignment aiohttp/web_response.py:300:13 Cannot assign to a subscript on an object of type `MultiMapping[str]`
aiohttp unused-ignore-comment aiohttp/web_response.py:301:73 Unused blanket `type: ignore` directive
aiohttp invalid-assignment aiohttp/web_response.py:304:13 Cannot assign to a subscript on an object of type `MultiMapping[str]`
aiohttp invalid-assignment aiohttp/web_response.py:321:9 Cannot assign to a subscript on an object of type `MultiMapping[str]`
aiohttp invalid-assignment aiohttp/web_response.py:327:9 Cannot assign to a subscript on an object of type `MultiMapping[str]`
aiohttp unresolved-attribute aiohttp/web_response.py:333:9 Object of type `MultiMapping[str]` has no attribute `popall`
aiohttp invalid-argument-type aiohttp/web_response.py:379:35 Argument to function `populate_with_cookies` is incorrect: Expected `CIMultiDict[str]`, found `MultiMapping[str]`
aiohttp invalid-assignment aiohttp/web_response.py:392:17 Cannot assign to a subscript on an object of type `MultiMapping[str]`
aiohttp invalid-assignment aiohttp/web_response.py:399:25 Cannot assign to a subscript on an object of type `MultiMapping[str]`
aiohttp unresolved-attribute aiohttp/web_response.py:416:13 Object of type `MultiMapping[str]` has no attribute `setdefault`
aiohttp unresolved-attribute aiohttp/web_response.py:417:9 Object of type `MultiMapping[str]` has no attribute `setdefault`
aiohttp unresolved-attribute aiohttp/web_response.py:418:9 Object of type `MultiMapping[str]` has no attribute `setdefault`
aiohttp invalid-assignment aiohttp/web_response.py:424:21 Cannot assign to a subscript on an object of type `MultiMapping[str]`
aiohttp invalid-assignment aiohttp/web_response.py:426:17 Cannot assign to a subscript on an object of type `MultiMapping[str]`
aiohttp invalid-argument-type aiohttp/web_response.py:436:49 Argument to bound method `write_headers` is incorrect: Expected `CIMultiDict[str]`, found `MultiMapping[str]`
aiohttp unused-ignore-comment aiohttp/web_response.py:492:16 Unused blanket `type: ignore` directive
aiohttp invalid-method-override aiohttp/web_response.py:498:9 Invalid override of method `__getitem__`: Definition is incompatible with `Mapping.__getitem__`
aiohttp unused-ignore-comment aiohttp/web_response.py:501:16 Unused blanket `type: ignore` directive
aiohttp invalid-method-override aiohttp/web_response.py:507:9 Invalid override of method `__setitem__`: Definition is incompatible with `MutableMapping.__setitem__`
aiohttp invalid-assignment aiohttp/web_response.py:619:17 Cannot assign to a subscript on an object of type `MultiMapping[str]`
aiohttp invalid-assignment aiohttp/web_response.py:625:25 Cannot assign to a subscript on an object of type `MultiMapping[str]`
aiohttp invalid-assignment aiohttp/web_response.py:699:21 Cannot assign to a subscript on an object of type `MultiMapping[str]`
aiohttp invalid-assignment aiohttp/web_response.py:706:21 Cannot assign to a subscript on an object of type `MultiMapping[str]`
aiohttp invalid-assignment aiohttp/web_response.py:733:9 Cannot assign to a subscript on an object of type `MultiMapping[str]`
aiohttp invalid-assignment aiohttp/web_response.py:734:9 Cannot assign to a subscript on an object of type `MultiMapping[str]`
aiohttp invalid-method-override aiohttp/web_routedef.py:168:9 Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
aiohttp invalid-method-override aiohttp/web_urldispatcher.py:492:9 Invalid override of method `raw_match`: Definition is incompatible with `AbstractResource.raw_match`
aiohttp call-non-callable aiohttp/web_urldispatcher.py:920:22 Object of type `None` is not callable
aiohttp unresolved-import aiohttp/web_ws.py:47:12 Cannot resolve imported module `async_timeout`
aiohttp possibly-unresolved-reference aiohttp/web_ws.py:185:46 Name `exc` used when possibly not defined
aiohttp invalid-argument-type aiohttp/web_ws.py:491:56 Argument to bound method `_set_code_close_transport` is incorrect: Expected `int`, found `bytes | str | int | None | BaseException`
aiohttp invalid-argument-type aiohttp/web_ws.py:573:35 Argument to bound method `_set_closing` is incorrect: Expected `int`, found `bytes | str | int | None | BaseException`
aiohttp unused-ignore-comment aiohttp/web_ws.py:575:59 Unused blanket `type: ignore` directive
aiohttp invalid-argument-type aiohttp/web_ws.py:584:33 Argument to bound method `pong` is incorrect: Expected `bytes`, found `bytes | str | int | None | BaseException`
aiohttp invalid-return-type aiohttp/web_ws.py:597:16 Return type does not match returned value: expected `str`, found `bytes | str | int | None | BaseException`
aiohttp invalid-return-type aiohttp/web_ws.py:605:16 Return type does not match returned value: expected `bytes`, found `bytes | str | int | None | BaseException`
aiohttp unresolved-import aiohttp/worker.py:12:6 Cannot resolve imported module `gunicorn.config`
aiohttp unresolved-import aiohttp/worker.py:13:6 Cannot resolve imported module `gunicorn.workers`
aiohttp unused-ignore-comment aiohttp/worker.py:27:26 Unused blanket `type: ignore` directive
aiohttp unused-ignore-comment aiohttp/worker.py:33:40 Unused blanket `type: ignore` directive
aiohttp invalid-argument-type aiohttp/worker.py:105:17 Argument to bound method `__init__` is incorrect: Expected `SSLContext | None`, found `object`
aiohttp unused-ignore-comment aiohttp/worker.py:112:32 Unused blanket `type: ignore` directive
aiohttp invalid-argument-type aiohttp/worker.py:146:24 Argument to function `set_result` is incorrect: Expected `Future[Literal[True]]`, found `Future[bool] | (Unknown & ~None)`
aiohttp unresolved-import aiohttp/worker.py:235:16 Cannot resolve imported module `uvloop`
asynq invalid-assignment asynq/__init__.py:70:1 Implicit shadowing of function `sync`
asynq unresolved-attribute asynq/async_task.py:35:17 Module `asynq.futures` has no member `_none`
asynq unresolved-attribute asynq/async_task.py:161:13 Class `FutureBase` has no attribute `_computed`
asynq unresolved-attribute asynq/async_task.py:190:38 Object of type `GeneratorExit` has no attribute `result`
asynq unresolved-attribute asynq/async_task.py:213:20 Object of type `DebugOptions` has no attribute `KEEP_DEPENDENCIES`
asynq possibly-missing-attribute asynq/async_task.py:217:24 Attribute `send` may be missing on object of type `Unknown | None`
asynq invalid-argument-type asynq/async_task.py:219:47 Argument to function `get_frame` is incorrect: Expected `GeneratorType[Unknown, None, None]`, found `Unknown | None`
asynq possibly-missing-attribute asynq/async_task.py:221:28 Attribute `throw` may be missing on object of type `Unknown | None`
asynq possibly-missing-attribute asynq/async_task.py:223:28 Attribute `throw` may be missing on object of type `Unknown | None`
asynq possibly-missing-attribute asynq/async_task.py:241:23 Attribute `tb_next` may be missing on object of type `TracebackType | None`
asynq possibly-missing-attribute asynq/async_task.py:242:26 Attribute `tb_next` may be missing on object of type `TracebackType | None`
asynq possibly-missing-attribute asynq/async_task.py:243:31 Attribute `tb_frame` may be missing on object of type `TracebackType | None`
asynq unresolved-attribute asynq/async_task.py:258:12 Object of type `Self@_accept_error` has no attribute `_value`
asynq unresolved-attribute asynq/async_task.py:288:12 Object of type `Self@_queue_exit` has no attribute `_value`
asynq unresolved-attribute asynq/async_task.py:300:12 Object of type `Self@_queue_throw_error` has no attribute `_value`
asynq possibly-missing-attribute asynq/async_task.py:318:18 Attribute `traceback` may be missing on object of type `(Unknown & ~None) | FutureBase[Unknown]`
asynq no-matching-overload asynq/async_task.py:335:29 No overload of bound method `join` matches arguments
asynq unresolved-attribute asynq/batching.py:90:20 Object of type `DebugOptions` has no attribute `KEEP_DEPENDENCIES`
asynq unresolved-attribute asynq/batching.py:134:9 Class `FutureBase` has no attribute `_computed`
asynq unresolved-attribute asynq/contexts.py:59:19 Module `asynq.scheduler` has no member `_state`
asynq unresolved-attribute asynq/debug.py:51:1 Unresolved attribute `MAX_TASK_STACK_SIZE` on type `DebugOptions`.
asynq unresolved-attribute asynq/debug.py:54:1 Unresolved attribute `KEEP_DEPENDENCIES` on type `DebugOptions`.
asynq invalid-method-override asynq/debug.py:147:9 Invalid override of method `formatException`: Definition is incompatible with `Formatter.formatException`
asynq unresolved-attribute asynq/debug.py:230:19 Object of type `TaskScheduler` has no attribute `active_task`
asynq unresolved-reference asynq/debug.py:295:9 Name `__IPYTHON__` used when not defined
asynq unresolved-import asynq/debug.py:302:14 Cannot resolve imported module `IPython.core.getipython`
asynq unresolved-attribute asynq/debug.py:450:38 Module `pygments.formatters` has no member `TerminalFormatter`
asynq invalid-method-override asynq/debug.pyi:30:9 Invalid override of method `formatException`: Definition is incompatible with `Formatter.formatException`
asynq unresolved-attribute asynq/decorators.py:95:9 Unresolved attribute `is_pure_async_fn` on type `def sync_to_async_fn_wrapper(...) -> Unknown`.
asynq unresolved-attribute asynq/decorators.py:166:42 Object of type `Self@_fn_wrapper` has no attribute `fn`
asynq unresolved-attribute asynq/decorators.py:172:54 Object of type `Self@asyncio` has no attribute `fn`
asynq unresolved-attribute asynq/decorators.py:186:22 Object of type `Self@_call_pure` has no attribute `fn`
asynq unresolved-attribute asynq/decorators.py:187:38 Object of type `Self@_call_pure` has no attribute `fn`
asynq unresolved-attribute asynq/decorators.py:193:20 Object of type `DecoratorBinder[Unknown]` has no attribute `asynq`
asynq unresolved-attribute asynq/decorators.py:195:20 Object of type `DecoratorBinder[Unknown]` has no attribute `asynq`
asynq unresolved-attribute asynq/decorators.py:199:20 Object of type `DecoratorBinder[Unknown]` has no attribute `asyncio`
asynq unresolved-attribute asynq/decorators.py:201:20 Object of type `DecoratorBinder[Unknown]` has no attribute `asyncio`
asynq unresolved-attribute asynq/decorators.py:223:73 Object of type `Self@__call__` has no attribute `fn`
asynq unresolved-attribute asynq/decorators.py:223:117 Object of type `Self@__call__` has no attribute `fn`
asynq unresolved-attribute asynq/decorators.py:227:73 Object of type `Self@__call__` has no attribute `fn`
asynq unresolved-attribute asynq/decorators.py:227:117 Object of type `Self@__call__` has no attribute `fn`
asynq unresolved-attribute asynq/decorators.py:254:73 Object of type `Self@__call__` has no attribute `fn`
asynq unresolved-attribute asynq/decorators.py:254:117 Object of type `Self@__call__` has no attribute `fn`
asynq unresolved-attribute asynq/decorators.py:258:73 Object of type `Self@__call__` has no attribute `fn`
asynq unresolved-attribute asynq/decorators.py:258:117 Object of type `Self@__call__` has no attribute `fn`
asynq unresolved-attribute asynq/decorators.py:270:14 Object of type `Self@__get__` has no attribute `fn`
asynq unresolved-attribute asynq/decorators.py:271:12 Object of type `Self@__get__` has no attribute `type`
asynq unresolved-attribute asynq/decorators.py:272:18 Object of type `Self@__get__` has no attribute `type`
asynq invalid-argument-type asynq/decorators.py:280:39 Argument to function `__get__` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound `DecoratorBase[_T@DecoratorBase]` of type variable `Self`
asynq unresolved-attribute asynq/decorators.py:292:49 Object of type `Self@asyncio` has no attribute `fn`
asynq unresolved-attribute asynq/decorators.py:308:16 Object of type `Self@_call_pure` has no attribute `fn`
asynq unused-ignore-comment asynq/decorators.pyi:81:40 Unused blanket `type: ignore` directive
asynq unused-ignore-comment asynq/decorators.pyi:108:51 Unused blanket `type: ignore` directive
asynq unresolved-attribute asynq/generator.py:176:26 Object of type `Self@__repr__` has no attribute `stopped`
asynq unresolved-attribute asynq/mock_.py:33:15 Module `unittest.mock` has no member `_get_target`
asynq unresolved-attribute asynq/mock_.py:96:1 Unresolved attribute `object` on type `def patch(target, new=..., spec=None, create=False, mocksignature=False, spec_set=None, autospec=False, new_callable=None, **kwargs) -> Unknown`.
asynq unresolved-attribute asynq/mock_.py:98:1 Unresolved attribute `dict` on type `def patch(target, new=..., spec=None, create=False, mocksignature=False, spec_set=None, autospec=False, new_callable=None, **kwargs) -> Unknown`.
asynq unresolved-attribute asynq/mock_.py:99:1 Unresolved attribute `TEST_PREFIX` on type `def patch(target, new=..., spec=None, create=False, mocksignature=False, spec_set=None, autospec=False, new_callable=None, **kwargs) -> Unknown`.
asynq unresolved-attribute asynq/mock_.py:100:1 Unresolved attribute `stopall` on type `def patch(target, new=..., spec=None, create=False, mocksignature=False, spec_set=None, autospec=False, new_callable=None, **kwargs) -> Unknown`.
asynq too-many-positional-arguments asynq/mock_.py:128:13 Too many positional arguments to bound method `__init__`: expected 10, got 11
asynq too-many-positional-arguments asynq/mock_.py:170:17 Too many positional arguments to bound method `__init__`: expected 10, got 11
asynq unresolved-attribute asynq/scheduler.py:34:17 Module `asynq.futures` has no member `_none`
asynq unresolved-attribute asynq/scheduler.py:93:35 Object of type `DebugOptions` has no attribute `MAX_TASK_STACK_SIZE`
asynq unresolved-reference asynq/tests/debug_cache.py:87:5 Name `db` used when not defined
asynq missing-argument asynq/tests/test_async_task.py:46:9 No argument provided for required parameter `to_unwrap` of function `check_unwrap`
asynq unresolved-attribute asynq/tests/test_async_task.py:79:56 Object of type `FutureBase[Unknown] | None` has no attribute `_contexts`
asynq unresolved-attribute asynq/tests/test_async_task.py:81:46 Object of type `FutureBase[Unknown] | None` has no attribute `_contexts`
asynq unresolved-attribute asynq/tests/test_async_task.py:96:26 Object of type `FutureBase[Unknown] | None` has no attribute `_dependencies`
asynq unresolved-attribute asynq/tests/test_async_task.py:98:26 Object of type `FutureBase[Unknown] | None` has no attribute `_dependencies`
asynq unused-ignore-comment asynq/tests/test_base.py:17:14 Unused blanket `type: ignore` directive
asynq invalid-method-override asynq/tests/test_contexts.py:38:9 Invalid override of method `__exit__`: Definition is incompatible with `AsyncContext.__exit__`
asynq unresolved-global asynq/tests/test_contexts.py:104:12 Invalid global declaration of `expected_change_amount_base`: `expected_change_amount_base` has no declarations or bindings in the global scope
asynq unresolved-global asynq/tests/test_contexts.py:110:16 Invalid global declaration of `expected_change_amount_base`: `expected_change_amount_base` has no declarations or bindings in the global scope
asynq unresolved-reference asynq/tests/test_contexts.py:111:19 Name `expected_change_amount_base` used when not defined
asynq unresolved-reference asynq/tests/test_contexts.py:113:23 Name `expected_change_amount_base` used when not defined
asynq unresolved-reference asynq/tests/test_contexts.py:115:23 Name `expected_change_amount_base` used when not defined
asynq unresolved-reference asynq/tests/test_contexts.py:118:27 Name `expected_change_amount_base` used when not defined
asynq unresolved-reference asynq/tests/test_contexts.py:119:23 Name `expected_change_amount_base` used when not defined
asynq unresolved-reference asynq/tests/test_contexts.py:120:19 Name `expected_change_amount_base` used when not defined
asynq unresolved-attribute asynq/tests/test_debug.py:29:10 Module `asynq` has no member `mock`
asynq invalid-argument-type asynq/tests/test_debug.py:30:32 Argument to function `dump_error` is incorrect: Expected `BaseException`, found `None`
asynq invalid-argument-type asynq/tests/test_debug.py:40:46 Argument to function `format_error` is incorrect: Expected `BaseException`, found `None`
asynq unresolved-attribute asynq/tests/test_debug.py:48:5 Unresolved attribute `_task` on type `RuntimeError`.
asynq unresolved-attribute asynq/tests/test_debug.py:55:9 Unresolved attribute `_traceback` on type `RuntimeError`.
asynq unresolved-attribute asynq/tests/test_debug.py:97:10 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_debug.py:138:10 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_debug.py:179:15 Object of type `AsyncDecorator[Any, (...)]` has no attribute `__name__`
asynq unresolved-attribute asynq/tests/test_debug.py:181:9 Object of type `AsyncDecorator[Any, (...)]` has no attribute `__name__`
asynq invalid-argument-type asynq/tests/test_debug.py:199:60 Argument to function `extract_tb` is incorrect: Expected `TracebackType`, found `None | TracebackType`
asynq unresolved-attribute asynq/tests/test_debug.py:239:2 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_debug.py:240:2 Module `asynq` has no member `mock`
asynq invalid-argument-type asynq/tests/test_debug.py:249:53 Argument to function `format_tb` is incorrect: Expected `TracebackType`, found `None | TracebackType`
asynq unresolved-attribute asynq/tests/test_debug.py:254:2 Module `asynq` has no member `mock`
asynq not-iterable asynq/tests/test_debug.py:268:19 Object of type `None` is not iterable
asynq invalid-argument-type asynq/tests/test_debug.py:306:38 Argument to function `filter_traceback` is incorrect: Expected `list[str]`, found `list[LiteralString]`
asynq invalid-argument-type asynq/tests/test_debug.py:323:38 Argument to function `filter_traceback` is incorrect: Expected `list[str]`, found `list[LiteralString]`
asynq invalid-argument-type asynq/tests/test_debug.py:355:38 Argument to function `filter_traceback` is incorrect: Expected `list[str]`, found `list[LiteralString]`
asynq invalid-argument-type asynq/tests/test_debug.py:383:38 Argument to function `filter_traceback` is incorrect: Expected `list[str]`, found `list[LiteralString]`
asynq call-non-callable asynq/tests/test_decorators.py:200:14 Object of type `None` is not callable
asynq unresolved-attribute asynq/tests/test_futures.py:22:5 Object of type `Future[Unknown]` has no attribute `on_computed`
asynq unresolved-attribute asynq/tests/test_futures.py:25:5 Object of type `Future[Unknown]` has no attribute `on_computed`
asynq unresolved-attribute asynq/tests/test_generator.py:28:24 Object of type `Value[str]` has no attribute `value`
asynq call-non-callable asynq/tests/test_generator.py:46:17 Object of type `_AsyncGenerator[Any]` is not callable
asynq call-non-callable asynq/tests/test_generator.py:60:44 Object of type `_AsyncGenerator[Any]` is not callable
asynq call-non-callable asynq/tests/test_generator.py:61:44 Object of type `_AsyncGenerator[Any]` is not callable
asynq call-non-callable asynq/tests/test_generator.py:65:11 Object of type `_AsyncGenerator[Any]` is not callable
asynq call-non-callable asynq/tests/test_generator.py:70:11 Object of type `_AsyncGenerator[Any]` is not callable
asynq call-non-callable asynq/tests/test_generator.py:73:11 Object of type `_AsyncGenerator[Any]` is not callable
asynq call-non-callable asynq/tests/test_generator.py:78:11 Object of type `_AsyncGenerator[Any]` is not callable
asynq call-non-callable asynq/tests/test_generator.py:85:11 Object of type `_AsyncGenerator[Any]` is not callable
asynq unresolved-attribute asynq/tests/test_mock.py:165:9 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_mock.py:166:9 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_mock.py:167:9 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_mock.py:172:9 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_mock.py:173:9 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_mock.py:176:9 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_mock.py:181:2 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_mock.py:182:2 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_mock.py:183:2 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_mock.py:188:2 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_mock.py:189:2 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_mock.py:190:2 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_mock.py:196:2 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_mock.py:197:2 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_mock.py:198:2 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_mock.py:203:2 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_mock.py:204:2 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_mock.py:205:2 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_mock.py:214:10 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_mock.py:221:10 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_mock.py:230:10 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_mock.py:234:10 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_mock.py:241:13 Module `asynq` has no member `mock`
asynq possibly-missing-attribute asynq/tests/test_mock.py:242:28 Submodule `tests` may not be available as an attribute on module `asynq`
asynq possibly-missing-attribute asynq/tests/test_mock.py:244:23 Submodule `tests` may not be available as an attribute on module `asynq`
asynq possibly-missing-attribute asynq/tests/test_mock.py:246:28 Submodule `tests` may not be available as an attribute on module `asynq`
asynq unresolved-attribute asynq/tests/test_mock.py:257:14 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_mock.py:264:10 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_mock.py:269:10 Module `asynq` has no member `mock`
asynq unresolved-attribute asynq/tests/test_mock.py:271:13 Unresolved attribute `cant_set_attribute` on type `bound method AsyncDecorator[Any, (...)].asynq(...) -> AsyncTask[Any]`.
asynq unused-ignore-comment asynq/tests/test_performance.py:20:14 Unused blanket `type: ignore` directive
asynq unresolved-attribute asynq/tests/test_profiler.py:63:5 Unresolved attribute `KEEP_DEPENDENCIES` on type `DebugOptions`.
asynq unresolved-attribute asynq/tests/test_recursive_task.py:26:27 Object of type `DebugOptions` has no attribute `MAX_TASK_STACK_SIZE`
asynq unresolved-attribute asynq/tests/test_recursive_task.py:28:9 Unresolved attribute `MAX_TASK_STACK_SIZE` on type `DebugOptions`.
asynq unresolved-attribute asynq/tests/test_recursive_task.py:32:9 Unresolved attribute `MAX_TASK_STACK_SIZE` on type `DebugOptions`.
asynq invalid-argument-type asynq/tests/test_tools.py:72:39 Argument to bound method `__call__` is incorrect: Expected `Iterable[_T@afilter]`, found `list[Unknown | None | int]`
asynq invalid-argument-type asynq/tests/test_tools.py:74:34 Argument to bound method `__call__` is incorrect: Expected `Iterable[_T@afilter]`, found `list[Unknown | None | int]`
asynq invalid-argument-type asynq/tests/test_tools.py:82:53 Argument to bound method `__call__` is incorrect: Expected `Iterable[_T@afilterfalse]`, found `list[Unknown | None | int]`
asynq invalid-argument-type asynq/tests/test_tools.py:90:53 Argument to bound method `__call__` is incorrect: Expected `Iterable[_T@asift]`, found `list[Unknown | None | int]`
asynq invalid-argument-type asynq/tests/test_tools.py:95:45 Argument to bound method `__call__` is incorrect: Expected `Iterable[_T@amap]`, found `list[Unknown | None]`
asynq invalid-argument-type asynq/tests/test_tools.py:96:44 Argument to bound method `__call__` is incorrect: Expected `Iterable[_T@amap]`, found `list[Unknown | int]`
asynq invalid-argument-type asynq/tests/test_tools.py:98:58 Argument to bound method `__call__` is incorrect: Expected `Iterable[_T@amap]`, found `list[Unknown | None | str]`
asynq invalid-argument-type asynq/tests/test_tools.py:103:31 Argument to bound method `__call__` is incorrect: Expected `Iterable[_T@asorted]`, found `list[Unknown | None]`
asynq invalid-argument-type asynq/tests/test_tools.py:104:37 Argument to bound method `__call__` is incorrect: Expected `Iterable[_T@asorted]`, found `list[Unknown | bool | None]`
asynq invalid-argument-type asynq/tests/test_tools.py:105:31 Argument to bound method `__call__` is incorrect: Expected `Iterable[_T@asorted]`, found `list[Unknown | int]`
asynq invalid-argument-type asynq/tests/test_tools.py:109:23 Argument to bound method `__call__` is incorrect: Expected `Iterable[_T@amax]`, found `Literal[1]`
asynq too-many-positional-arguments asynq/tests/test_tools.py:109:26 Too many positional arguments to bound method `__call__`: expected 2, got 3
asynq invalid-argument-type asynq/tests/test_tools.py:110:23 Argument to bound method `__call__` is incorrect: Expected `Iterable[_T@amax]`, found `list[Unknown | int | None]`
asynq invalid-argument-type asynq/tests/test_tools.py:111:23 Argument to bound method `__call__` is incorrect: Expected `Iterable[_T@amax]`, found `GeneratorType[Literal[1] | None, None, None]`
asynq invalid-argument-type asynq/tests/test_tools.py:112:31 Argument to bound method `__call__` is incorrect: Expected `Iterable[_T@amax]`, found `list[Unknown | int]`
asynq too-many-positional-arguments asynq/tests/test_tools.py:112:36 Too many positional arguments to bound method `__call__`: expected 2, got 4
asynq invalid-argument-type asynq/tests/test_tools.py:113:31 Argument to bound method `__call__` is incorrect: Expected `Iterable[_T@amax]`, found `list[Unknown | list[Unknown | int]]`
asynq invalid-argument-type asynq/tests/test_tools.py:115:23 Argument to bound method `__call__` is incorrect: Expected `Iterable[_T@amax]`, found `Literal[1]`
asynq too-many-positional-arguments asynq/tests/test_tools.py:115:26 Too many positional arguments to bound method `__call__`: expected 2, got 5
asynq missing-argument asynq/tests/test_tools.py:118:9 No argument provided for required parameter `arg` of bound method `__call__`
asynq unknown-argument asynq/tests/test_tools.py:122:33 Argument `random_keyword_argument` does not match any known parameter of bound method `__call__`
asynq invalid-argument-type asynq/tests/test_tools.py:126:26 Argument to bound method `__call__` is incorrect: Expected `Iterable[_T@amin]`, found `Literal[1]`
asynq parameter-already-assigned asynq/tests/test_tools.py:126:35 Multiple values provided for parameter `key` of bound method `__call__`
asynq invalid-argument-type asynq/tests/test_tools.py:127:26 Argument to bound method `__call__` is incorrect: Expected `Iterable[_T@amin]`, found `list[Unknown | int | None]`
asynq invalid-argument-type asynq/tests/test_tools.py:128:26 Argument to bound method `__call__` is incorrect: Expected `Iterable[_T@amin]`, found `GeneratorType[Literal[1] | None, None, None]`
asynq invalid-argument-type asynq/tests/test_tools.py:129:25 Argument to bound method `__call__` is incorrect: Expected `Iterable[_T@amin]`, found `list[Unknown | int]`
asynq invalid-argument-type asynq/tests/test_tools.py:129:30 Argument to bound method `__call__` is incorrect: Expected `((_T@amin, /) -> Any) | None`, found `list[Unknown | int]`
asynq too-many-positional-arguments asynq/tests/test_tools.py:129:41 Too many positional arguments to bound method `__call__`: expected 3, got 4
asynq parameter-already-assigned asynq/tests/test_tools.py:129:49 Multiple values provided for parameter `key` of bound method `__call__`
asynq invalid-argument-type asynq/tests/test_tools.py:130:25 Argument to bound method `__call__` is incorrect: Expected `Iterable[_T@amin]`, found `list[Unknown | list[Unknown | int]]`
asynq invalid-argument-type asynq/tests/test_tools.py:132:23 Argument to bound method `__call__` is incorrect: Expected `Iterable[_T@amin]`, found `Literal[1]`
asynq invalid-argument-type asynq/tests/test_tools.py:132:26 Argument to bound method `__call__` is incorrect: Expected `((_T@amin, /) -> Any) | None`, found `Literal[2]`
asynq too-many-positional-arguments asynq/tests/test_tools.py:132:29 Too many positional arguments to bound method `__call__`: expected 3, got 5
asynq missing-argument asynq/tests/test_tools.py:135:9 No argument provided for required parameter `__arg` of bound method `__call__`
asynq unknown-argument asynq/tests/test_tools.py:139:33 Argument `random_keyword_argument` does not match any known parameter of bound method `__call__`
asynq unused-ignore-comment asynq/tests/test_tools.py:183:22 Unused blanket `type: ignore` directive
asynq unresolved-attribute asynq/tests/test_tools.py:189:17 Object of type `DecoratorBinder[Unknown]` has no attribute `__acached_per_instance_cache__`
asynq unresolved-attribute asynq/tests/test_tools.py:440:5 Object of type `AsyncDecorator[Any, (...)]` has no attribute `dirty`
asynq unresolved-attribute asynq/tests/test_tools.py:450:5 Object of type `AsyncDecorator[Any, (...)]` has no attribute `dirty`
asynq invalid-argument-type asynq/tests/test_typing.py:41:43 Argument to bound method `asyncio` is incorrect: Expected `_T@generic`, found `str`
asynq unused-ignore-comment asynq/tests/test_typing.py:47:38 Unused blanket `type: ignore` directive
asynq invalid-argument-type asynq/tests/test_typing.py:54:16 Argument to bound method `__call__` is incorrect: Expected `((...) -> _T@async_call) | ((...) -> FutureBase[_T@async_call])`, found `def f(x: int) -> str`
asynq invalid-argument-type asynq/tests/test_typing.py:56:20 Argument to bound method `__call__` is incorrect: Expected `((...) -> _T@async_call) | ((...) -> FutureBase[_T@async_call])`, found `def f(x: int) -> str`
asynq invalid-argument-type asynq/tests/test_typing.py:61:26 Argument to bound method `__call__` is incorrect: Expected `Iterable[_T@amax]`, found `Literal[1]`
asynq too-many-positional-arguments asynq/tests/test_typing.py:61:29 Too many positional arguments to bound method `__call__`: expected 2, got 3
asynq invalid-argument-type asynq/tests/test_typing.py:61:32 Argument to bound method `__call__` is incorrect: Expected `((_T@amax, /) -> Any) | None`, found `def len(obj: Sized, /) -> int`
asynq invalid-argument-type asynq/tests/test_typing.py:62:26 Argument to bound method `__call__` is incorrect: Expected `Iterable[_T@amax]`, found `list[Unknown | int]`
asynq invalid-argument-type asynq/tests/test_typing.py:62:34 Argument to bound method `__call__` is incorrect: Expected `((_T@amax, /) -> Any) | None`, found `def len(obj: Sized, /) -> int`
asynq unresolved-attribute asynq/tools.py:206:9 Unresolved attribute `__acached_per_instance_cache__` on type `AsyncDecorator[Any, (...)]`.
asynq unresolved-attribute asynq/tools.py:268:17 Object of type `AsyncDecorator[Any, (...)]` has no attribute `alazy_constant_refresh_time`
asynq unresolved-attribute asynq/tools.py:269:33 Object of type `AsyncDecorator[Any, (...)]` has no attribute `alazy_constant_refresh_time`
asynq unresolved-attribute asynq/tools.py:271:17 Unresolved attribute `alazy_constant_cached_value` on type `AsyncDecorator[Any, (...)]`.
asynq unresolved-attribute asynq/tools.py:272:17 Unresolved attribute `alazy_constant_refresh_time` on type `AsyncDecorator[Any, (...)]`.
asynq unresolved-attribute asynq/tools.py:273:20 Object of type `AsyncDecorator[Any, (...)]` has no attribute `alazy_constant_cached_value`
asynq unresolved-attribute asynq/tools.py:276:13 Unresolved attribute `alazy_constant_refresh_time` on type `AsyncDecorator[Any, (...)]`.
asynq unresolved-attribute asynq/tools.py:278:9 Unresolved attribute `dirty` on type `AsyncDecorator[Any, (...)]`.
asynq unresolved-attribute asynq/tools.py:279:9 Unresolved attribute `alazy_constant_refresh_time` on type `AsyncDecorator[Any, (...)]`.
asynq unresolved-attribute asynq/tools.py:280:9 Unresolved attribute `alazy_constant_cached_value` on type `AsyncDecorator[Any, (...)]`.
asynq unresolved-attribute asynq/tools.py:310:9 Unresolved attribute `original_fn` on type `AsyncDecorator[Any, (...)]`.
asynq unresolved-attribute asynq/tools.py:336:13 Object of type `DecoratorBinder[Unknown]` has no attribute `dirty`
asynq unresolved-attribute asynq/tools.py:338:13 Object of type `DecoratorBinder[Unknown]` has no attribute `dirty`
asynq unresolved-attribute asynq/tools.py:350:77 Object of type `Self@cache_key` has no attribute `fn`
asynq invalid-method-override asynq/tools.py:352:9 Invalid override of method `asyncio`: Definition is incompatible with `PureAsyncDecorator.asyncio`
asynq unresolved-attribute asynq/tools.py:353:16 Object of type `Self@asyncio` has no attribute `fn`
asynq unresolved-attribute asynq/tools.py:357:20 Object of type `Self@asynq` has no attribute `fn`
asynq unresolved-attribute asynq/tools.py:364:20 Object of type `Self@asynq` has no attribute `fn`
asynq unresolved-attribute asynq/tools.py:377:24 Object of type `Self@asynq` has no attribute `fn`
asynq unsupported-operator asynq/tools.py:467:28 Operator `-` is not supported between objects of type `Utime` and `Unknown | None | Utime`
asynq unused-ignore-comment asynq/tools.pyi:89:49 Unused blanket `type: ignore` directive
asynq unused-ignore-comment asynq/tools.pyi:91:54 Unused blanket `type: ignore` directive
attrs unresolved-import bench/test_benchmarks.py:10:8 Cannot resolve imported module `pytest`
attrs invalid-type-form bench/test_benchmarks.py:152:8 Variable of type `ellipsis` is not allowed in a type expression
attrs invalid-assignment bench/test_benchmarks.py:154:21 Object of type `Literal["bar"]` is not assignable to `tuple[str]`
attrs unresolved-attribute src/attr/__init__.py:97:20 Class `VersionInfo` has no attribute `_from_version_string`
attrs invalid-type-form src/attr/__init__.pyi:136:11 Invalid subscript of object of type `None` in type expression
attrs unresolved-attribute src/attr/_cmp.py:98:9 Object of type `type` has no attribute `_requirements`
attrs unresolved-import src/attr/_compat.py:9:20 Module `typing` has no member `_GenericAlias`
attrs invalid-argument-type src/attr/_funcs.py:487:44 Argument to function `get_type_hints` is incorrect: Expected `dict[str, Any] | None`, found `Unknown | None | bool`
attrs invalid-argument-type src/attr/_funcs.py:487:44 Argument to function `get_type_hints` is incorrect: Expected `Mapping[str, Any] | None`, found `Unknown | None | bool`
attrs invalid-argument-type src/attr/_funcs.py:487:44 Argument to function `get_type_hints` is incorrect: Expected `bool`, found `Unknown | None | bool`
attrs invalid-return-type src/attr/_make.py:262:12 Return type does not match returned value: expected `dict[str, Any]`, found `dict[Unknown, Unknown] | Mapping[str, object]`
attrs possibly-missing-attribute src/attr/_make.py:475:35 Attribute `init` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:475:59 Attribute `kw_only` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:480:37 Attribute `default` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:487:16 Attribute `alias` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:489:70 Attribute `name` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:493:19 Attribute `name` may be missing on object of type `Attribute | Unknown`
attrs unresolved-attribute src/attr/_make.py:686:29 Object of type `Attribute` has no attribute `name`
attrs not-iterable src/attr/_make.py:688:50 Object of type `type` is not iterable
attrs unresolved-attribute src/attr/_make.py:700:29 Object of type `type` has no attribute `__attrs_pre_init__`
attrs not-iterable src/attr/_make.py:725:22 Object of type `type` is not iterable
attrs invalid-assignment src/attr/_make.py:797:13 Object of type `ReferenceType[Unknown]` is not assignable to attribute `__attrs_base_of_slotted__` on type `Unknown | type`
attrs invalid-assignment src/attr/_make.py:842:13 Object of type `Literal[False]` is not assignable to attribute `__attrs_own_setattr__` on type `Unknown | type`
attrs invalid-argument-type src/attr/_make.py:1061:13 Argument to function `_make_hash_script` is incorrect: Expected `list[Attribute | Unknown]`, found `Unknown | type`
attrs not-iterable src/attr/_make.py:1107:26 Object of type `Unknown | type` may not be iterable
attrs invalid-argument-type src/attr/_make.py:1139:41 Argument to function `_make_eq_script` is incorrect: Expected `list[Unknown]`, found `Unknown | type`
attrs not-iterable src/attr/_make.py:1162:18 Object of type `Unknown | type` may not be iterable
attrs unresolved-attribute src/attr/_make.py:1198:9 Unresolved attribute `__qualname__` on type `(...) -> Unknown`.
attrs unresolved-attribute src/attr/_make.py:1198:59 Object of type `(...) -> Unknown` has no attribute `__name__`
attrs unresolved-attribute src/attr/_make.py:1214:13 Unresolved attribute `__qualname__` on type `(...) -> Unknown`.
attrs unresolved-attribute src/attr/_make.py:1214:63 Object of type `(...) -> Unknown` has no attribute `__name__`
attrs invalid-assignment src/attr/_make.py:1608:13 Object of type `tuple[Attribute | Unknown, ...]` is not assignable to `list[Attribute | Unknown]`
attrs possibly-missing-attribute src/attr/_make.py:1609:29 Attribute `hash` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:1609:48 Attribute `hash` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:1609:67 Attribute `eq` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:1647:16 Attribute `eq_key` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:1648:32 Attribute `name` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:1649:35 Attribute `eq_key` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:1651:57 Attribute `name` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:1654:62 Attribute `name` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2189:12 Attribute `validator` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2192:21 Attribute `name` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2193:26 Attribute `on_setattr` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2194:13 Attribute `on_setattr` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2198:20 Attribute `alias` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2200:34 Attribute `default` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2201:48 Attribute `default` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2203:12 Attribute `converter` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2203:55 Attribute `converter` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2204:35 Attribute `converter` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2206:25 Attribute `converter` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2208:12 Attribute `init` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2210:58 Attribute `name` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2220:66 Attribute `name` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2231:56 Attribute `default` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2241:62 Attribute `name` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2252:14 Attribute `default` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2254:16 Attribute `kw_only` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2266:62 Attribute `name` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2274:16 Attribute `kw_only` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2281:54 Attribute `name` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2299:62 Attribute `name` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2315:52 Attribute `default` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2317:16 Attribute `kw_only` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2329:62 Attribute `name` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2335:12 Attribute `init` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2336:16 Attribute `type` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2337:41 Attribute `type` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2373:33 Attribute `name` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2373:60 Attribute `init` may be missing on object of type `Attribute | Unknown`
attrs unresolved-attribute src/attr/_make.py:2598:65 Object of type `Self@__getstate__` has no attribute `metadata`
attrs possibly-missing-attribute src/attr/_make.py:2644:33 Attribute `name` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2646:29 Attribute `hash` may be missing on object of type `Attribute | Unknown`
attrs possibly-missing-attribute src/attr/_make.py:2646:40 Attribute `name` may be missing on object of type `Attribute | Unknown`
attrs too-many-positional-arguments src/attr/_make.py:3302:26 Too many positional arguments to bound method `__init__`: expected 1, got 2
attrs unknown-argument src/attr/_version_info.py:48:13 Argument `year` does not match any known parameter of bound method `__init__`
attrs unknown-argument src/attr/_version_info.py:48:29 Argument `minor` does not match any known parameter of bound method `__init__`
attrs unknown-argument src/attr/_version_info.py:48:46 Argument `micro` does not match any known parameter of bound method `__init__`
attrs unknown-argument src/attr/_version_info.py:48:63 Argument `releaselevel` does not match any known parameter of bound method `__init__`
attrs invalid-assignment src/attr/exceptions.py:20:34 Object of type `list[Unknown | str]` is not assignable to `tuple[str]`
attrs too-many-positional-arguments src/attr/validators.py:125:33 Too many positional arguments to bound method `__init__`: expected 1, got 2
attrs invalid-argument-type src/attr/validators.py:175:24 Argument to function `sorted` is incorrect: Argument type `((Overload[(pattern: str | Pattern[str], string: str, flags: int = 0) -> Match[str] | None, (pattern: bytes | Pattern[bytes], string: Buffer, flags: int = 0) -> Match[bytes] | None]) & ~AlwaysTruthy & ~AlwaysFalsy) | (str & ~AlwaysFalsy)` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
attrs too-many-positional-arguments src/attr/validators.py:195:32 Too many positional arguments to bound method `__init__`: expected 1, got 3
attrs too-many-positional-arguments src/attr/validators.py:228:35 Too many positional arguments to bound method `__init__`: expected 1, got 2
attrs too-many-positional-arguments src/attr/validators.py:228:49 Too many positional arguments to bound method `__init__`: expected 1, got 2
attrs too-many-positional-arguments src/attr/validators.py:230:31 Too many positional arguments to bound method `__init__`: expected 1, got 2
attrs too-many-positional-arguments src/attr/validators.py:289:25 Too many positional arguments to bound method `__init__`: expected 1, got 3
attrs too-many-positional-arguments src/attr/validators.py:382:26 Too many positional arguments to bound method `__init__`: expected 1, got 3
attrs too-many-positional-arguments src/attr/validators.py:455:25 Too many positional arguments to bound method `__init__`: expected 1, got 4
attrs too-many-positional-arguments src/attr/validators.py:488:29 Too many positional arguments to bound method `__init__`: expected 1, got 4
attrs too-many-positional-arguments src/attr/validators.py:503:29 Too many positional arguments to bound method `__init__`: expected 1, got 4
attrs too-many-positional-arguments src/attr/validators.py:518:29 Too many positional arguments to bound method `__init__`: expected 1, got 4
attrs too-many-positional-arguments src/attr/validators.py:533:29 Too many positional arguments to bound method `__init__`: expected 1, got 4
attrs too-many-positional-arguments src/attr/validators.py:562:32 Too many positional arguments to bound method `__init__`: expected 1, got 2
attrs too-many-positional-arguments src/attr/validators.py:591:32 Too many positional arguments to bound method `__init__`: expected 1, got 2
attrs too-many-positional-arguments src/attr/validators.py:629:33 Too many positional arguments to bound method `__init__`: expected 1, got 2
attrs too-many-positional-arguments src/attr/validators.py:702:26 Too many positional arguments to bound method `__init__`: expected 1, got 4
attrs too-many-positional-arguments src/attr/validators.py:748:25 Too many positional arguments to bound method `__init__`: expected 1, got 2
attrs unresolved-import src/attr/validators.pyi:1:19 Module `types` has no member `UnionType`
attrs unresolved-import src/attrs/__init__.py:10:5 Module `attr` has no member `_make_getattr`
attrs unresolved-import tests/conftest.py:5:8 Cannot resolve imported module `pytest`
attrs unresolved-import tests/conftest.py:7:6 Cannot resolve imported module `hypothesis`
attrs undefined-reveal tests/dataclass_transform_example.py:13:1 `reveal_type` used without importing it
attrs undefined-reveal tests/dataclass_transform_example.py:21:1 `reveal_type` used without importing it
attrs invalid-argument-type tests/dataclass_transform_example.py:23:17 Argument is incorrect: Expected `int`, found `Literal[b"42"]`
attrs invalid-assignment tests/dataclass_transform_example.py:32:1 Property `a` defined in `Frozen` is read-only
attrs undefined-reveal tests/dataclass_transform_example.py:34:1 `reveal_type` used without importing it
attrs invalid-assignment tests/dataclass_transform_example.py:43:1 Property `a` defined in `FrozenDefine` is read-only
attrs undefined-reveal tests/dataclass_transform_example.py:45:1 `reveal_type` used without importing it
attrs undefined-reveal tests/dataclass_transform_example.py:56:1 `reveal_type` used without importing it
attrs unresolved-import tests/strategies.py:13:6 Cannot resolve imported module `hypothesis`
attrs possibly-unresolved-reference tests/strategies.py:163:25 Name `attr_names` used when possibly not defined
attrs unresolved-import tests/test_3rd_party.py:7:8 Cannot resolve imported module `pytest`
attrs unresolved-import tests/test_3rd_party.py:9:6 Cannot resolve imported module `hypothesis`
attrs unresolved-import tests/test_abc.py:6:8 Cannot resolve imported module `pytest`
attrs unresolved-import tests/test_annotations.py:11:8 Cannot resolve imported module `pytest`
attrs unresolved-attribute tests/test_annotations.py:118:39 Class `C` has no attribute `__attrs_attrs__`
attrs no-matching-overload tests/test_annotations.py:262:17 No overload of function `attrib` matches arguments
attrs no-matching-overload tests/test_annotations.py:333:16 No overload of function `pipe` matches arguments
attrs no-matching-overload tests/test_annotations.py:388:16 No overload of function `optional` matches arguments
attrs unresolved-reference tests/test_annotations.py:433:23 Name `typing_extensions` used when not defined
attrs missing-argument tests/test_annotations.py:448:13 No arguments provided for required parameters `x`, `y`
attrs too-many-positional-arguments tests/test_annotations.py:448:15 Too many positional arguments: expected 0, got 2
attrs missing-argument tests/test_annotations.py:451:13 No argument provided for required parameter `y`
attrs invalid-assignment tests/test_annotations.py:644:13 Implicit shadowing of class `C`
attrs unresolved-import tests/test_cmp.py:7:8 Cannot resolve imported module `pytest`
attrs possibly-missing-attribute tests/test_cmp.py:321:16 Attribute `strip` may be missing on object of type `Unknown | str | None`
attrs possibly-missing-attribute tests/test_cmp.py:329:16 Attribute `strip` may be missing on object of type `Unknown | str | None`
attrs possibly-missing-attribute tests/test_cmp.py:389:16 Attribute `strip` may be missing on object of type `Unknown | str | None`
attrs possibly-missing-attribute tests/test_cmp.py:397:16 Attribute `strip` may be missing on object of type `Unknown | str | None`
attrs possibly-missing-attribute tests/test_cmp.py:407:18 Attribute `__lt__` may be missing on object of type `Unknown | type`
attrs possibly-missing-attribute tests/test_cmp.py:415:18 Attribute `__le__` may be missing on object of type `Unknown | type`
attrs possibly-missing-attribute tests/test_cmp.py:425:18 Attribute `__gt__` may be missing on object of type `Unknown | type`
attrs possibly-missing-attribute tests/test_cmp.py:435:18 Attribute `__ge__` may be missing on object of type `Unknown | type`
attrs possibly-missing-attribute tests/test_cmp.py:461:16 Attribute `strip` may be missing on object of type `Unknown | str | None`
attrs possibly-missing-attribute tests/test_cmp.py:469:16 Attribute `strip` may be missing on object of type `Unknown | str | None`
attrs possibly-missing-attribute tests/test_cmp.py:479:18 Attribute `__lt__` may be missing on object of type `Unknown | type`
attrs possibly-missing-attribute tests/test_cmp.py:487:18 Attribute `__le__` may be missing on object of type `Unknown | type`
attrs possibly-missing-attribute tests/test_cmp.py:495:18 Attribute `__gt__` may be missing on object of type `Unknown | type`
attrs possibly-missing-attribute tests/test_cmp.py:503:18 Attribute `__ge__` may be missing on object of type `Unknown | type`
attrs unresolved-import tests/test_compat.py:7:8 Cannot resolve imported module `pytest`
attrs unresolved-import tests/test_config.py:7:8 Cannot resolve imported module `pytest`
attrs invalid-assignment tests/test_config.py:32:9 Object of type `Literal[False]` is not assignable to attribute `_run_validators` of type `Literal[True]`
attrs unresolved-import tests/test_converters.py:9:8 Cannot resolve imported module `pytest`
attrs invalid-argument-type tests/test_converters.py:25:23 Argument to bound method `__init__` is incorrect: Expected `(Unknown, AttrsInstance, Attribute[Unknown], /) -> Unknown`, found `<class 'int'>`
attrs unresolved-attribute tests/test_converters.py:32:16 Object of type `Converter[Unknown, Unknown]` has no attribute `__call__`
attrs invalid-argument-type tests/test_converters.py:59:23 Argument to bound method `__init__` is incorrect: Expected `(Unknown, AttrsInstance, Attribute[Unknown], /) -> Unknown`, found `None`
attrs unresolved-attribute tests/test_converters.py:61:26 Object of type `Converter[Unknown, Unknown]` has no attribute `_fmt_converter_call`
attrs call-non-callable tests/test_converters.py:77:9 Object of type `Converter[Unknown, Unknown]` is not callable
attrs call-non-callable tests/test_converters.py:81:9 Object of type `Converter[Unknown, Unknown]` is not callable
attrs call-non-callable tests/test_converters.py:85:9 Object of type `Converter[Unknown, Unknown]` is not callable
attrs call-non-callable tests/test_converters.py:89:9 Object of type `Converter[Unknown, Unknown]` is not callable
attrs invalid-return-type tests/test_converters.py:101:36 Function always implicitly returns `None`, which is not assignable to return type `int | float`
attrs invalid-argument-type tests/test_converters.py:104:23 Argument to bound method `__init__` is incorrect: Expected `(Unknown, /) -> Unknown`, found `def wrapped(_, __, ___) -> int | float`
attrs unresolved-attribute tests/test_converters.py:106:25 Object of type `Converter[Unknown, Unknown]` has no attribute `__call__`
attrs unresolved-attribute tests/test_converters.py:112:25 Object of type `Converter[Unknown, Unknown]` has no attribute `__call__`
attrs unresolved-attribute tests/test_converters.py:113:24 Object of type `Converter[str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc, int]` has no attribute `__call__`
attrs too-many-positional-arguments tests/test_converters.py:131:15 Too many positional arguments: expected 0, got 1
attrs call-non-callable tests/test_converters.py:171:24 Object of type `Converter[Any, Any]` is not callable
attrs too-many-positional-arguments tests/test_converters.py:171:33 Too many positional arguments: expected 1, got 3
attrs no-matching-overload tests/test_converters.py:180:13 No overload of function `default_if_none` matches arguments
attrs no-matching-overload tests/test_converters.py:187:13 No overload of function `default_if_none` matches arguments
attrs unresolved-attribute tests/test_converters.py:239:16 Object of type `((Any, /) -> Any) | Converter[Any, Any]` has no attribute `converter`
attrs unresolved-attribute tests/test_converters.py:240:16 Object of type `((Any, /) -> Any) | Converter[Any, Any]` has no attribute `converter`
attrs too-many-positional-arguments tests/test_converters.py:291:15 Too many positional arguments: expected 0, got 1
attrs unresolved-attribute tests/test_converters.py:309:24 Object of type `((Any, /) -> Any) | Converter[Any, Any]` has no attribute `converter`
attrs unresolved-attribute tests/test_converters.py:319:16 Object of type `((Any, /) -> Any) | Converter[Any, Any]` has no attribute `converter`
attrs unresolved-attribute tests/test_converters.py:320:16 Object of type `((Any, /) -> Any) | Converter[Any, Any]` has no attribute `converter`
attrs too-many-positional-arguments tests/test_converters.py:339:16 Too many positional arguments: expected 0, got 1
attrs invalid-argument-type tests/test_converters.py:350:21 Argument to function `to_bool` is incorrect: Expected `str | int`, found `list[Unknown]`
attrs unresolved-import tests/test_dunders.py:11:8 Cannot resolve imported module `pytest`
attrs unresolved-import tests/test_dunders.py:13:6 Cannot resolve imported module `hypothesis`
attrs unresolved-import tests/test_dunders.py:14:6 Cannot resolve imported module `hypothesis.strategies`
attrs too-many-positional-arguments tests/test_dunders.py:362:39 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_dunders.py:431:19 Too many positional arguments: expected 0, got 1
attrs no-matching-overload tests/test_dunders.py:492:35 No overload of function `attrib` matches arguments
attrs too-many-positional-arguments tests/test_dunders.py:677:15 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_dunders.py:734:25 Too many positional arguments: expected 0, got 1
attrs unknown-argument tests/test_dunders.py:805:21 Argument `a` does not match any known parameter of bound method `__init__`
attrs unknown-argument tests/test_dunders.py:805:26 Argument `b` does not match any known parameter of bound method `__init__`
attrs unresolved-attribute tests/test_dunders.py:806:21 Object of type `InitC` has no attribute `a`
attrs unresolved-attribute tests/test_dunders.py:807:21 Object of type `InitC` has no attribute `b`
attrs no-matching-overload tests/test_dunders.py:914:24 No overload of function `attrib` matches arguments
attrs unresolved-import tests/test_filters.py:7:8 Cannot resolve imported module `pytest`
attrs unresolved-import tests/test_filters.py:12:26 Module `attr.filters` has no member `_split_what`
attrs unresolved-reference tests/test_forward_references.py:15:12 Name `B` used when not defined
attrs unresolved-import tests/test_funcs.py:12:8 Cannot resolve imported module `pytest`
attrs unresolved-import tests/test_funcs.py:14:6 Cannot resolve imported module `hypothesis`
attrs unresolved-import tests/test_funcs.py:15:6 Cannot resolve imported module `hypothesis`
attrs too-many-positional-arguments tests/test_funcs.py:230:22 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_funcs.py:248:22 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_funcs.py:651:18 Too many positional arguments: expected 0, got 2
attrs too-many-positional-arguments tests/test_funcs.py:651:35 Too many positional arguments: expected 0, got 2
attrs unknown-argument tests/test_funcs.py:735:22 Argument `a` does not match any known parameter
attrs too-many-positional-arguments tests/test_funcs.py:749:25 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_funcs.py:752:22 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_funcs.py:755:22 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_funcs.py:767:25 Too many positional arguments: expected 0, got 1
attrs unknown-argument tests/test_funcs.py:784:22 Argument `param2` does not match any known parameter
attrs unknown-argument tests/test_funcs.py:785:22 Argument `param2` does not match any known parameter
attrs unknown-argument tests/test_funcs.py:787:22 Argument `param1` does not match any known parameter
attrs unknown-argument tests/test_funcs.py:789:21 Argument `param1` does not match any known parameter
attrs unknown-argument tests/test_funcs.py:789:33 Argument `param2` does not match any known parameter
attrs unknown-argument tests/test_funcs.py:808:22 Argument `param2` does not match any known parameter
attrs unknown-argument tests/test_funcs.py:811:22 Argument `param1` does not match any known parameter
attrs too-many-positional-arguments tests/test_funcs.py:813:21 Too many positional arguments: expected 0, got 1
attrs missing-argument tests/test_funcs.py:824:13 No argument provided for required parameter `inst` of function `evolve`
attrs too-many-positional-arguments tests/test_funcs.py:834:23 Too many positional arguments to function `evolve`: expected 1, got 2
attrs parameter-already-assigned tests/test_funcs.py:846:39 Multiple values provided for parameter `inst` of function `evolve`
attrs unresolved-import tests/test_functional.py:13:8 Cannot resolve imported module `pytest`
attrs unresolved-import tests/test_functional.py:15:6 Cannot resolve imported module `hypothesis`
attrs unresolved-import tests/test_functional.py:16:6 Cannot resolve imported module `hypothesis.strategies`
attrs invalid-frozen-dataclass-subclass tests/test_functional.py:84:7 Non-frozen dataclass `SubFrozen` cannot inherit from frozen dataclass `Frozen`
attrs unknown-argument tests/test_functional.py:182:38 Argument `x` does not match any known parameter
attrs too-many-positional-arguments tests/test_functional.py:326:23 Too many positional arguments: expected 0, got 2
attrs invalid-assignment tests/test_functional.py:332:13 Property `x` defined in `SubFrozen` is read-only
attrs too-many-positional-arguments tests/test_functional.py:356:18 Too many positional arguments: expected 0, got 2
attrs too-many-positional-arguments tests/test_functional.py:368:29 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_functional.py:393:44 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_functional.py:394:36 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_functional.py:401:30 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_functional.py:401:51 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_functional.py:407:34 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_functional.py:407:59 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_functional.py:522:17 Too many positional arguments: expected 0, got 2
attrs too-many-positional-arguments tests/test_functional.py:576:25 Too many positional arguments: expected 0, got 2
attrs too-many-positional-arguments tests/test_functional.py:576:47 Too many positional arguments: expected 0, got 2
attrs too-many-positional-arguments tests/test_functional.py:614:18 Too many positional arguments: expected 0, got 1
attrs unsupported-operator tests/test_functional.py:632:13 Operator `<` is not supported between two objects of type `C`
attrs too-many-positional-arguments tests/test_functional.py:632:15 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_functional.py:632:22 Too many positional arguments: expected 0, got 1
attrs no-matching-overload tests/test_functional.py:730:17 No overload of function `attrib` matches arguments
attrs too-many-positional-arguments tests/test_functional.py:779:19 Too many positional arguments: expected 0, got 2
attrs too-many-positional-arguments tests/test_functional.py:781:19 Too many positional arguments: expected 0, got 2
attrs unresolved-attribute tests/test_functional.py:781:29 Module `copy` has no member `replace`
attrs too-many-positional-arguments tests/test_functional.py:782:19 Too many positional arguments: expected 0, got 2
attrs unresolved-attribute tests/test_functional.py:782:29 Module `copy` has no member `replace`
attrs too-many-positional-arguments tests/test_functional.py:804:19 Too many positional arguments: expected 0, got 2
attrs unresolved-attribute tests/test_functional.py:807:13 Module `copy` has no member `replace`
attrs unresolved-import tests/test_hooks.py:7:8 Cannot resolve imported module `pytest`
attrs invalid-argument-type tests/test_hooks.py:70:15 Argument is incorrect: Expected `int`, found `Literal["3"]`
attrs invalid-argument-type tests/test_hooks.py:70:22 Argument is incorrect: Expected `int | float`, found `Literal["3.14"]`
attrs missing-argument tests/test_hooks.py:88:42 No argument provided for required parameter `y`
attrs invalid-argument-type tests/test_hooks.py:88:44 Argument is incorrect: Expected `int`, found `float`
attrs too-many-positional-arguments tests/test_hooks.py:104:55 Too many positional arguments: expected 1, got 2
attrs missing-argument tests/test_hooks.py:202:40 No argument provided for required parameter `y`
attrs invalid-argument-type tests/test_hooks.py:262:21 Argument is incorrect: Expected `datetime`, found `Literal[1]`
attrs invalid-argument-type tests/test_hooks.py:263:22 Argument is incorrect: Expected `datetime`, found `Literal[2]`
attrs invalid-argument-type tests/test_hooks.py:264:30 Argument is incorrect: Expected `datetime`, found `Literal[3]`
attrs unresolved-import tests/test_make.py:18:8 Cannot resolve imported module `pytest`
attrs unresolved-import tests/test_make.py:20:6 Cannot resolve imported module `hypothesis`
attrs unresolved-import tests/test_make.py:21:6 Cannot resolve imported module `hypothesis.strategies`
attrs no-matching-overload tests/test_make.py:102:13 No overload of function `attrib` matches arguments
attrs too-many-positional-arguments tests/test_make.py:104:30 Too many positional arguments to bound method `__init__`: expected 1, got 2
attrs too-many-positional-arguments tests/test_make.py:137:30 Too many positional arguments to bound method `__init__`: expected 1, got 2
attrs unresolved-attribute tests/test_make.py:148:14 Object of type `Literal[42]` has no attribute `default`
attrs not-iterable tests/test_make.py:199:52 Object of type `type` is not iterable
attrs invalid-argument-type tests/test_make.py:210:28 Argument is incorrect: Expected `type`, found `tuple[()]`
attrs invalid-argument-type tests/test_make.py:224:25 Argument to function `len` is incorrect: Expected `Sized`, found `type`
attrs not-iterable tests/test_make.py:225:54 Object of type `type` is not iterable
attrs unresolved-attribute tests/test_make.py:261:20 Class `B` has no attribute `__attrs_attrs__`
attrs invalid-argument-type tests/test_make.py:272:20 Argument to function `len` is incorrect: Expected `Sized`, found `type`
attrs not-iterable tests/test_make.py:275:18 Object of type `type` is not iterable
attrs invalid-argument-type tests/test_make.py:290:20 Argument to function `len` is incorrect: Expected `Sized`, found `type`
attrs not-iterable tests/test_make.py:293:18 Object of type `type` is not iterable
attrs unresolved-attribute tests/test_make.py:296:20 Class `B` has no attribute `__attrs_attrs__`
attrs unresolved-attribute tests/test_make.py:509:23 Class `C` has no attribute `__attrs_attrs__`
attrs unresolved-attribute tests/test_make.py:510:54 Class `C` has no attribute `__attrs_attrs__`
attrs invalid-assignment tests/test_make.py:620:13 Implicit shadowing of class `C`
attrs no-matching-overload tests/test_make.py:661:13 No overload of function `attrs` matches arguments
attrs unknown-argument tests/test_make.py:752:15 Argument `x` does not match any known parameter
attrs too-many-positional-arguments tests/test_make.py:771:15 Too many positional arguments: expected 0, got 1
attrs unknown-argument tests/test_make.py:771:19 Argument `y` does not match any known parameter
attrs unknown-argument tests/test_make.py:789:15 Argument `y` does not match any known parameter
attrs unknown-argument tests/test_make.py:869:15 Argument `x` does not match any known parameter
attrs unknown-argument tests/test_make.py:869:21 Argument `y` does not match any known parameter
attrs unknown-argument tests/test_make.py:889:15 Argument `x` does not match any known parameter
attrs no-matching-overload tests/test_make.py:940:21 No overload of function `attrib` matches arguments
attrs no-matching-overload tests/test_make.py:951:21 No overload of function `attrib` matches arguments
attrs too-many-positional-arguments tests/test_make.py:991:15 Too many positional arguments: expected 0, got 1
attrs unknown-argument tests/test_make.py:991:18 Argument `c` does not match any known parameter
attrs too-many-positional-arguments tests/test_make.py:1008:15 Too many positional arguments: expected 0, got 1
attrs unknown-argument tests/test_make.py:1040:15 Argument `x` does not match any known parameter
attrs unknown-argument tests/test_make.py:1040:20 Argument `y` does not match any known parameter
attrs too-many-positional-arguments tests/test_make.py:1064:15 Too many positional arguments: expected 0, got 1
attrs unknown-argument tests/test_make.py:1064:20 Argument `a` does not match any known parameter
attrs unknown-argument tests/test_make.py:1064:27 Argument `c` does not match any known parameter
attrs unknown-argument tests/test_make.py:1064:34 Argument `f` does not match any known parameter
attrs unknown-argument tests/test_make.py:1064:41 Argument `h` does not match any known parameter
attrs unknown-argument tests/test_make.py:1089:15 Argument `y` does not match any known parameter
attrs too-many-positional-arguments tests/test_make.py:1106:15 Too many positional arguments: expected 0, got 1
attrs unknown-argument tests/test_make.py:1106:18 Argument `y` does not match any known parameter
attrs unknown-argument tests/test_make.py:1108:15 Argument `x` does not match any known parameter
attrs unknown-argument tests/test_make.py:1108:20 Argument `y` does not match any known parameter
attrs too-many-positional-arguments tests/test_make.py:1128:15 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_make.py:1130:15 Too many positional arguments: expected 0, got 1
attrs unknown-argument tests/test_make.py:1130:18 Argument `y` does not match any known parameter
attrs unknown-argument tests/test_make.py:1132:15 Argument `x` does not match any known parameter
attrs unknown-argument tests/test_make.py:1132:20 Argument `y` does not match any known parameter
attrs no-matching-overload tests/test_make.py:1137:10 No overload of function `attrs` matches arguments
attrs too-many-positional-arguments tests/test_make.py:1141:15 Too many positional arguments: expected 0, got 1
attrs unknown-argument tests/test_make.py:1141:18 Argument `y` does not match any known parameter
attrs unknown-argument tests/test_make.py:1165:34 Argument `kwarg` does not match any known parameter
attrs unknown-argument tests/test_make.py:1196:39 Argument `kwarg` does not match any known parameter
attrs no-matching-overload tests/test_make.py:1213:10 No overload of function `attrs` matches arguments
attrs no-matching-overload tests/test_make.py:1218:10 No overload of function `define` matches arguments
attrs no-matching-overload tests/test_make.py:1295:10 No overload of function `define` matches arguments
attrs no-matching-overload tests/test_make.py:1301:10 No overload of function `define` matches arguments
attrs no-matching-overload tests/test_make.py:1307:10 No overload of function `define` matches arguments
attrs unresolved-attribute tests/test_make.py:1365:38 Class `C2` has no attribute `__attrs_attrs__`
attrs unresolved-attribute tests/test_make.py:1380:38 Class `C2` has no attribute `__attrs_attrs__`
attrs non-subscriptable tests/test_make.py:1514:61 Cannot subscript object of type `type` with no `__class_getitem__` method
attrs division-by-zero tests/test_make.py:1767:71 Cannot divide object of type `Literal[1]` by zero
attrs invalid-assignment tests/test_make.py:1818:9 Object of type `Literal[False]` is not assignable to attribute `_run_validators` of type `Literal[True]`
attrs possibly-missing-attribute tests/test_make.py:2174:24 Attribute `__qualname__` may be missing on object of type `Unknown | ((...) -> Unknown)`
attrs too-many-positional-arguments tests/test_make.py:2264:15 Too many positional arguments: expected 0, got 1
attrs invalid-argument-type tests/test_make.py:2269:57 Argument to function `_get_copy_kwargs` is incorrect: Expected `TestClassBuilder`, found `Literal[False]`
attrs too-many-positional-arguments tests/test_make.py:2286:22 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_make.py:2287:30 Too many positional arguments: expected 0, got 1
attrs unknown-argument tests/test_make.py:2346:13 Argument `public_default` does not match any known parameter
attrs unknown-argument tests/test_make.py:2347:13 Argument `private_default` does not match any known parameter
attrs unknown-argument tests/test_make.py:2348:13 Argument `dunder_default__` does not match any known parameter
attrs unknown-argument tests/test_make.py:2349:13 Argument `public` does not match any known parameter
attrs unknown-argument tests/test_make.py:2350:13 Argument `_private` does not match any known parameter
attrs unknown-argument tests/test_make.py:2351:13 Argument `__dunder__` does not match any known parameter
attrs too-many-positional-arguments tests/test_make.py:2372:26 Too many positional arguments: expected 0, got 3
attrs too-many-positional-arguments tests/test_make.py:2383:25 Too many positional arguments: expected 0, got 3
attrs too-many-positional-arguments tests/test_make.py:2390:25 Too many positional arguments: expected 0, got 3
attrs too-many-positional-arguments tests/test_make.py:2413:15 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_make.py:2414:15 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_make.py:2611:15 Too many positional arguments: expected 0, got 1
attrs unresolved-attribute tests/test_make.py:2618:32 Object of type `object` has no attribute `__le__`
attrs unresolved-attribute tests/test_make.py:2619:32 Object of type `object` has no attribute `__lt__`
attrs unresolved-attribute tests/test_make.py:2620:32 Object of type `object` has no attribute `__ge__`
attrs unresolved-attribute tests/test_make.py:2621:32 Object of type `object` has no attribute `__gt__`
attrs too-many-positional-arguments tests/test_make.py:2649:31 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_make.py:2667:23 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_make.py:2667:39 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_make.py:2668:23 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_make.py:2668:39 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_make.py:2682:35 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_make.py:2697:15 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_make.py:2697:23 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_make.py:2707:15 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_make.py:2707:23 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_make.py:2766:18 Too many positional arguments to bound method `__init__`: expected 1, got 2
attrs too-many-positional-arguments tests/test_make.py:2766:26 Too many positional arguments to bound method `__init__`: expected 1, got 2
attrs too-many-positional-arguments tests/test_make.py:2780:35 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_make.py:2794:23 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_make.py:2811:18 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_make.py:2811:26 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_make.py:2844:18 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_make.py:2844:25 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_make.py:2845:18 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_make.py:2845:26 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_make.py:2846:18 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_make.py:2846:25 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_make.py:2847:18 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_make.py:2847:26 Too many positional arguments: expected 0, got 1
attrs unresolved-attribute tests/test_make.py:2959:26 Class `C` has no attribute `__match_args__`
attrs too-many-positional-arguments tests/test_make.py:2973:18 Too many positional arguments: expected 0, got 1
attrs unresolved-attribute tests/test_make.py:3001:16 Class `C` has no attribute `__match_args__`
attrs unresolved-attribute tests/test_make.py:3008:16 Class `C` has no attribute `__match_args__`
attrs unresolved-attribute tests/test_make.py:3043:16 Class `B` has no attribute `__match_args__`
attrs unresolved-import tests/test_next_gen.py:12:8 Cannot resolve imported module `pytest`
attrs invalid-argument-type tests/test_next_gen.py:69:23 Argument is incorrect: Expected `int`, found `None`
attrs invalid-assignment tests/test_next_gen.py:72:13 Object of type `Literal["1"]` is not assignable to attribute `x` of type `int`
attrs unsupported-operator tests/test_next_gen.py:79:13 Operator `<` is not supported between two objects of type `C`
attrs missing-argument tests/test_next_gen.py:112:16 No arguments provided for required parameters `x`, `y`
attrs missing-argument tests/test_next_gen.py:112:30 No arguments provided for required parameters `x`, `y`
attrs too-many-positional-arguments tests/test_next_gen.py:123:26 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_next_gen.py:123:42 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_next_gen.py:130:27 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_next_gen.py:130:44 Too many positional arguments: expected 0, got 1
attrs invalid-argument-type tests/test_next_gen.py:147:29 Argument is incorrect: Expected `list[Unknown]`, found `Literal[1]`
attrs invalid-argument-type tests/test_next_gen.py:147:48 Argument is incorrect: Expected `list[Unknown]`, found `Literal[1]`
attrs invalid-argument-type tests/test_next_gen.py:149:26 Argument is incorrect: Expected `list[Unknown]`, found `Literal[-1]`
attrs invalid-argument-type tests/test_next_gen.py:217:15 Argument is incorrect: Expected `str`, found `Literal[1]`
attrs invalid-assignment tests/test_next_gen.py:220:13 Property `x` defined in `F` is read-only
attrs invalid-frozen-dataclass-subclass tests/test_next_gen.py:252:15 Non-frozen dataclass `C` cannot inherit from frozen dataclass `B`
attrs invalid-assignment tests/test_next_gen.py:259:13 Property `a` defined in `A` is read-only
attrs invalid-assignment tests/test_next_gen.py:262:13 Property `a` defined in `B` is read-only
attrs invalid-assignment tests/test_next_gen.py:265:13 Property `b` defined in `B` is read-only
attrs invalid-assignment tests/test_next_gen.py:268:13 Property `c` defined in `C` is read-only
attrs invalid-frozen-dataclass-subclass tests/test_next_gen.py:297:19 Non-frozen dataclass `C` cannot inherit from frozen dataclass `A`
attrs invalid-assignment tests/test_next_gen.py:388:9 Object of type `Literal["11"]` is not assignable to attribute `x` of type `int`
attrs invalid-assignment tests/test_next_gen.py:394:13 Object of type `Literal["9"]` is not assignable to attribute `x` of type `int`
attrs invalid-argument-type tests/test_next_gen.py:445:25 Argument is incorrect: Expected `int`, found `dict[Unknown | tuple[int], Unknown | int]`
attrs unresolved-attribute tests/test_next_gen.py:497:16 Class `C` has no attribute `__attrs_props__`
attrs unresolved-attribute tests/test_next_gen.py:528:16 Class `C` has no attribute `__attrs_props__`
attrs unresolved-import tests/test_packaging.py:6:8 Cannot resolve imported module `pytest`
attrs unresolved-attribute tests/test_packaging.py:41:49 Module `attr` has no member `VersionInfo`
attrs unresolved-import tests/test_pattern_matching.py:3:8 Cannot resolve imported module `pytest`
attrs unresolved-attribute tests/test_pattern_matching.py:24:26 Class `C` has no attribute `__match_args__`
attrs unknown-argument tests/test_pattern_matching.py:27:15 Argument `a` does not match any known parameter of bound method `__init__`
attrs invalid-syntax tests/test_pattern_matching.py:28:9 Cannot use `match` statement on Python 3.9 (syntax was added in Python 3.10)
attrs unknown-argument tests/test_pattern_matching.py:47:15 Argument `a` does not match any known parameter
attrs invalid-syntax tests/test_pattern_matching.py:51:13 Cannot use `match` statement on Python 3.9 (syntax was added in Python 3.10)
attrs unresolved-attribute tests/test_pattern_matching.py:66:26 Class `C` has no attribute `__match_args__`
attrs unknown-argument tests/test_pattern_matching.py:68:15 Argument `a` does not match any known parameter
attrs unknown-argument tests/test_pattern_matching.py:68:20 Argument `b` does not match any known parameter
attrs invalid-syntax tests/test_pattern_matching.py:71:13 Cannot use `match` statement on Python 3.9 (syntax was added in Python 3.10)
attrs invalid-syntax tests/test_pattern_matching.py:76:9 Cannot use `match` statement on Python 3.9 (syntax was added in Python 3.10)
attrs unknown-argument tests/test_pattern_matching.py:87:15 Argument `a` does not match any known parameter
attrs unknown-argument tests/test_pattern_matching.py:87:20 Argument `b` does not match any known parameter
attrs invalid-syntax tests/test_pattern_matching.py:90:13 Cannot use `match` statement on Python 3.9 (syntax was added in Python 3.10)
attrs invalid-syntax tests/test_pattern_matching.py:95:9 Cannot use `match` statement on Python 3.9 (syntax was added in Python 3.10)
attrs unresolved-import tests/test_pyright.py:11:8 Cannot resolve imported module `pytest`
attrs unresolved-import tests/test_setattr.py:6:8 Cannot resolve imported module `pytest`
attrs too-many-positional-arguments tests/test_setattr.py:40:20 Too many positional arguments: expected 0, got 2
attrs too-many-positional-arguments tests/test_setattr.py:61:30 Too many positional arguments: expected 0, got 2
attrs too-many-positional-arguments tests/test_setattr.py:86:33 Too many positional arguments: expected 0, got 2
attrs too-many-positional-arguments tests/test_setattr.py:135:19 Too many positional arguments: expected 0, got 2
attrs non-subscriptable tests/test_setattr.py:137:29 Cannot subscript object of type `None` with no `__getitem__` method
attrs non-subscriptable tests/test_setattr.py:138:24 Cannot subscript object of type `None` with no `__getitem__` method
attrs too-many-positional-arguments tests/test_setattr.py:169:15 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_setattr.py:184:15 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_setattr.py:244:28 Too many positional arguments: expected 0, got 1
attrs unresolved-attribute tests/test_setattr.py:245:16 Class `Hooked` has no attribute `__attrs_own_setattr__`
attrs unresolved-attribute tests/test_setattr.py:246:20 Class `NoHook` has no attribute `__attrs_own_setattr__`
attrs unresolved-attribute tests/test_setattr.py:247:16 Class `WithOnSetAttrHook` has no attribute `__attrs_own_setattr__`
attrs too-many-positional-arguments tests/test_setattr.py:281:31 Too many positional arguments: expected 0, got 1
attrs unresolved-attribute tests/test_setattr.py:283:24 Object of type `WithOnSetAttrHook` has no attribute `__attrs_own_setattr__`
attrs too-many-positional-arguments tests/test_setattr.py:330:11 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_setattr.py:337:39 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_setattr.py:346:37 Too many positional arguments: expected 0, got 1
attrs unresolved-attribute tests/test_setattr.py:348:20 Class `RemoveNeedForOurSetAttr` has no attribute `__attrs_own_setattr__`
attrs invalid-method-override tests/test_setattr.py:374:21 Invalid override of method `__setattr__`: Definition is incompatible with `Frozen.__setattr__`
attrs too-many-positional-arguments tests/test_setattr.py:428:15 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_setattr.py:450:15 Too many positional arguments: expected 0, got 1
attrs unresolved-import tests/test_slots.py:13:8 Cannot resolve imported module `pytest`
attrs unresolved-import tests/test_slots.py:23:10 Cannot resolve imported module `pympler.asizeof`
attrs unresolved-reference tests/test_slots.py:47:16 Name `__class__` used when not defined
attrs unresolved-reference tests/test_slots.py:71:16 Name `__class__` used when not defined
attrs unknown-argument tests/test_slots.py:82:28 Argument `x` does not match any known parameter
attrs unknown-argument tests/test_slots.py:82:33 Argument `y` does not match any known parameter
attrs unknown-argument tests/test_slots.py:83:29 Argument `x` does not match any known parameter
attrs unknown-argument tests/test_slots.py:83:34 Argument `y` does not match any known parameter
attrs unresolved-attribute tests/test_slots.py:91:45 Object of type `C1Slots` has no attribute `__slots__`
attrs unresolved-attribute tests/test_slots.py:96:5 Unresolved attribute `t` on type `C1`.
attrs unresolved-attribute tests/test_slots.py:98:9 Unresolved attribute `t` on type `C1Slots`.
attrs unresolved-attribute tests/test_slots.py:118:23 Class `Base` has no attribute `__attrs_base_of_slotted__`
attrs unknown-argument tests/test_slots.py:125:17 Argument `x` does not match any known parameter
attrs unknown-argument tests/test_slots.py:125:22 Argument `y` does not match any known parameter
attrs unknown-argument tests/test_slots.py:126:17 Argument `x` does not match any known parameter
attrs unknown-argument tests/test_slots.py:126:22 Argument `y` does not match any known parameter
attrs unknown-argument tests/test_slots.py:127:18 Argument `x` does not match any known parameter
attrs unknown-argument tests/test_slots.py:127:23 Argument `y` does not match any known parameter
attrs unknown-argument tests/test_slots.py:155:18 Argument `x` does not match any known parameter
attrs unknown-argument tests/test_slots.py:155:23 Argument `y` does not match any known parameter
attrs unknown-argument tests/test_slots.py:155:28 Argument `z` does not match any known parameter
attrs unresolved-attribute tests/test_slots.py:161:5 Unresolved attribute `t` on type `C2Slots`.
attrs unresolved-attribute tests/test_slots.py:163:22 Object of type `C2Slots` has no attribute `t`
attrs unresolved-attribute tests/test_slots.py:169:25 Class `C2Slots` has no attribute `__slots__`
attrs unknown-argument tests/test_slots.py:171:18 Argument `x` does not match any known parameter
attrs unknown-argument tests/test_slots.py:171:23 Argument `y` does not match any known parameter
attrs unknown-argument tests/test_slots.py:171:28 Argument `z` does not match any known parameter
attrs unknown-argument tests/test_slots.py:175:19 Argument `x` does not match any known parameter
attrs unknown-argument tests/test_slots.py:175:24 Argument `y` does not match any known parameter
attrs unknown-argument tests/test_slots.py:175:29 Argument `z` does not match any known parameter
attrs unknown-argument tests/test_slots.py:255:18 Argument `x` does not match any known parameter
attrs unknown-argument tests/test_slots.py:255:23 Argument `y` does not match any known parameter
attrs unknown-argument tests/test_slots.py:255:28 Argument `z` does not match any known parameter
attrs unresolved-attribute tests/test_slots.py:260:25 Class `C2Slots` has no attribute `__slots__`
attrs unresolved-attribute tests/test_slots.py:267:9 Unresolved attribute `t` on type `C2Slots`.
attrs unknown-argument tests/test_slots.py:269:28 Argument `x` does not match any known parameter
attrs unknown-argument tests/test_slots.py:269:33 Argument `y` does not match any known parameter
attrs unknown-argument tests/test_slots.py:269:38 Argument `z` does not match any known parameter
attrs unknown-argument tests/test_slots.py:273:18 Argument `x` does not match any known parameter
attrs unknown-argument tests/test_slots.py:273:23 Argument `y` does not match any known parameter
attrs unknown-argument tests/test_slots.py:273:28 Argument `z` does not match any known parameter
attrs unknown-argument tests/test_slots.py:275:19 Argument `x` does not match any known parameter
attrs unknown-argument tests/test_slots.py:275:24 Argument `y` does not match any known parameter
attrs unknown-argument tests/test_slots.py:275:29 Argument `z` does not match any known parameter
attrs too-many-positional-arguments tests/test_slots.py:306:18 Too many positional arguments: expected 0, got 3
attrs unresolved-attribute tests/test_slots.py:311:25 Class `C2Slots` has no attribute `__slots__`
attrs too-many-positional-arguments tests/test_slots.py:313:24 Too many positional arguments: expected 0, got 3
attrs unresolved-attribute tests/test_slots.py:339:23 Class `HasXSlot` has no attribute `x`
attrs too-many-positional-arguments tests/test_slots.py:341:15 Too many positional arguments: expected 0, got 1
attrs unknown-argument tests/test_slots.py:401:18 Argument `x` does not match any known parameter
attrs unknown-argument tests/test_slots.py:401:23 Argument `y` does not match any known parameter
attrs unknown-argument tests/test_slots.py:401:28 Argument `z` does not match any known parameter
attrs unresolved-attribute tests/test_slots.py:411:9 Unresolved attribute `t` on type `C2Slots`.
attrs unknown-argument tests/test_slots.py:413:28 Argument `x` does not match any known parameter
attrs unknown-argument tests/test_slots.py:413:33 Argument `y` does not match any known parameter
attrs unknown-argument tests/test_slots.py:413:38 Argument `z` does not match any known parameter
attrs unknown-argument tests/test_slots.py:417:18 Argument `x` does not match any known parameter
attrs unknown-argument tests/test_slots.py:417:23 Argument `y` does not match any known parameter
attrs unknown-argument tests/test_slots.py:417:28 Argument `z` does not match any known parameter
attrs unknown-argument tests/test_slots.py:419:19 Argument `x` does not match any known parameter
attrs unknown-argument tests/test_slots.py:419:24 Argument `y` does not match any known parameter
attrs unknown-argument tests/test_slots.py:419:29 Argument `z` does not match any known parameter
attrs unknown-argument tests/test_slots.py:436:32 Argument `x` does not match any known parameter
attrs unknown-argument tests/test_slots.py:436:37 Argument `y` does not match any known parameter
attrs unknown-argument tests/test_slots.py:437:33 Argument `x` does not match any known parameter
attrs unknown-argument tests/test_slots.py:437:38 Argument `y` does not match any known parameter
attrs unresolved-reference tests/test_slots.py:456:24 Name `__class__` used when not defined
attrs unresolved-reference tests/test_slots.py:461:24 Name `__class__` used when not defined
attrs unknown-argument tests/test_slots.py:463:32 Argument `x` does not match any known parameter
attrs unknown-argument tests/test_slots.py:463:37 Argument `y` does not match any known parameter
attrs unknown-argument tests/test_slots.py:464:33 Argument `x` does not match any known parameter
attrs unknown-argument tests/test_slots.py:464:38 Argument `y` does not match any known parameter
attrs unresolved-reference tests/test_slots.py:488:24 Name `__class__` used when not defined
attrs unresolved-reference tests/test_slots.py:496:24 Name `__class__` used when not defined
attrs unknown-argument tests/test_slots.py:622:7 Argument `field` does not match any known parameter
attrs too-many-positional-arguments tests/test_slots.py:642:22 Too many positional arguments: expected 0, got 2
attrs too-many-positional-arguments tests/test_slots.py:676:41 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_slots.py:676:53 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_slots.py:710:14 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_slots.py:711:14 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_slots.py:712:14 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_slots.py:713:14 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_slots.py:735:14 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_slots.py:736:14 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_slots.py:752:14 Too many positional arguments: expected 0, got 1
attrs unresolved-attribute tests/test_slots.py:768:16 Class `A` has no attribute `__slots__`
attrs too-many-positional-arguments tests/test_slots.py:822:11 Too many positional arguments: expected 0, got 1
attrs unresolved-attribute tests/test_slots.py:826:9 Object of type `A` has no attribute `z`
attrs too-many-positional-arguments tests/test_slots.py:857:11 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_slots.py:883:11 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_slots.py:906:11 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_slots.py:936:11 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_slots.py:960:14 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_slots.py:961:14 Too many positional arguments: expected 0, got 1
attrs unresolved-attribute tests/test_slots.py:985:24 Object of type `<super: <class 'B'>, B>` has no attribute `__getattr__`
attrs unknown-argument tests/test_slots.py:992:13 Argument `x` does not match any known parameter
attrs unknown-argument tests/test_slots.py:1014:14 Argument `x` does not match any known parameter
attrs too-many-positional-arguments tests/test_slots.py:1036:14 Too many positional arguments: expected 0, got 1
attrs unresolved-attribute tests/test_slots.py:1037:12 Class `B` has no attribute `__slots__`
attrs too-many-positional-arguments tests/test_slots.py:1057:17 Too many positional arguments: expected 1, got 2
attrs unresolved-attribute tests/test_slots.py:1058:12 Class `B` has no attribute `__slots__`
attrs too-many-positional-arguments tests/test_slots.py:1077:7 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_slots.py:1097:13 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_slots.py:1116:15 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_slots.py:1117:15 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_slots.py:1140:13 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_slots.py:1158:11 Too many positional arguments: expected 0, got 3
attrs too-many-positional-arguments tests/test_slots.py:1180:11 Too many positional arguments: expected 0, got 3
attrs too-many-positional-arguments tests/test_slots.py:1206:11 Too many positional arguments: expected 0, got 3
attrs unresolved-import tests/test_validators.py:9:8 Cannot resolve imported module `pytest`
attrs unresolved-import tests/test_validators.py:16:5 Module `attr.validators` has no member `_subclass_of`
attrs unresolved-attribute tests/test_validators.py:110:40 Module `attr.validators` has no member `__all__`
attrs invalid-argument-type tests/test_validators.py:134:24 Argument is incorrect: Expected `int`, found `Literal["42"]`
attrs unresolved-attribute tests/test_validators.py:159:39 Module `attr.validators` has no member `__all__`
attrs too-many-positional-arguments tests/test_validators.py:170:18 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_validators.py:172:22 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_validators.py:174:22 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_validators.py:176:22 Too many positional arguments: expected 0, got 1
attrs invalid-argument-type tests/test_validators.py:185:68 Argument to function `matches_re` is incorrect: Expected `((str | bytes, str | bytes, int, /) -> Match[str | bytes] | None) | None`, found `Overload[(pattern: str | Pattern[str], string: str, flags: int = 0) -> Match[str] | None, (pattern: bytes | Pattern[bytes], string: Buffer, flags: int = 0) -> Match[bytes] | None]`
attrs too-many-positional-arguments tests/test_validators.py:187:21 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_validators.py:199:25 Too many positional arguments: expected 0, got 1
attrs invalid-argument-type tests/test_validators.py:219:56 Argument to function `matches_re` is incorrect: Expected `((str | bytes, str | bytes, int, /) -> Match[str | bytes] | None) | None`, found `Overload[(pattern: str | Pattern[str], string: str, flags: int = 0) -> Match[str] | None, (pattern: bytes | Pattern[bytes], string: Buffer, flags: int = 0) -> Match[bytes] | None]`
attrs too-many-positional-arguments tests/test_validators.py:221:22 Too many positional arguments: expected 0, got 1
attrs invalid-argument-type tests/test_validators.py:228:32 Argument to function `matches_re` is incorrect: Expected `((str, str, int, /) -> Match[str] | None) | None`, found `() -> Unknown`
attrs division-by-zero tests/test_validators.py:263:5 Cannot divide object of type `Literal[0]` by zero
attrs unresolved-attribute tests/test_validators.py:271:33 Module `attr.validators` has no member `__all__`
attrs no-matching-overload tests/test_validators.py:297:18 No overload of function `attrib` matches arguments
attrs no-matching-overload tests/test_validators.py:298:18 No overload of function `attrib` matches arguments
attrs unresolved-attribute tests/test_validators.py:300:16 Class `C` has no attribute `__attrs_attrs__`
attrs unresolved-attribute tests/test_validators.py:300:50 Class `C` has no attribute `__attrs_attrs__`
attrs unresolved-attribute tests/test_validators.py:320:37 Module `attr.validators` has no member `__all__`
attrs unresolved-attribute tests/test_validators.py:385:32 Module `attr.validators` has no member `__all__`
attrs invalid-argument-type tests/test_validators.py:448:52 Argument to function `include` is incorrect: Expected `type | str | Attribute[Any]`, found `(val) -> Unknown`
attrs invalid-argument-type tests/test_validators.py:449:52 Argument to function `exclude` is incorrect: Expected `type | str | Attribute[Any]`, found `(val) -> Unknown`
attrs unresolved-attribute tests/test_validators.py:477:42 Module `attr.validators` has no member `__all__`
attrs invalid-argument-type tests/test_validators.py:544:24 Argument is incorrect: Expected `tuple[Unknown, ...]`, found `list[Unknown | int]`
attrs invalid-argument-type tests/test_validators.py:555:24 Argument is incorrect: Expected `tuple[Unknown, ...]`, found `list[Unknown | int | str]`
attrs unresolved-attribute tests/test_validators.py:634:43 Object of type `(Any, Attribute[Unknown], Unknown, /) -> Any` has no attribute `member_validator`
attrs unresolved-attribute tests/test_validators.py:635:45 Object of type `(Any, Attribute[Unknown], Unknown, /) -> Any` has no attribute `iterable_validator`
attrs unresolved-attribute tests/test_validators.py:647:41 Module `attr.validators` has no member `__all__`
attrs invalid-argument-type tests/test_validators.py:700:24 Argument is incorrect: Expected `dict[Unknown, Unknown]`, found `None`
attrs unresolved-attribute tests/test_validators.py:786:40 Object of type `(Any, Attribute[Unknown], Unknown, /) -> Any` has no attribute `key_validator`
attrs invalid-argument-type tests/test_validators.py:787:21 Argument to function `and_` is incorrect: Expected `(Any, Attribute[int], int, /) -> Any`, found `(Any, Attribute[Literal[10]], Literal[10], /) -> Any`
attrs unresolved-attribute tests/test_validators.py:787:42 Object of type `(Any, Attribute[Unknown], Unknown, /) -> Any` has no attribute `value_validator`
attrs unresolved-attribute tests/test_validators.py:788:44 Object of type `(Any, Attribute[Unknown], Unknown, /) -> Any` has no attribute `mapping_validator`
attrs unresolved-attribute tests/test_validators.py:800:40 Module `attr.validators` has no member `__all__`
attrs unresolved-attribute tests/test_validators.py:870:27 Module `attr.validators` has no member `__all__`
attrs too-many-positional-arguments tests/test_validators.py:904:16 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_validators.py:923:20 Too many positional arguments: expected 0, got 1
attrs unresolved-attribute tests/test_validators.py:945:36 Module `attr.validators` has no member `__all__`
attrs too-many-positional-arguments tests/test_validators.py:979:16 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_validators.py:998:20 Too many positional arguments: expected 0, got 1
attrs unresolved-attribute tests/test_validators.py:1018:36 Module `attr.validators` has no member `__all__`
attrs too-many-positional-arguments tests/test_validators.py:1050:16 Too many positional arguments: expected 0, got 1
attrs too-many-positional-arguments tests/test_validators.py:1069:20 Too many positional arguments: expected 0, got 1
attrs unresolved-attribute tests/test_validators.py:1132:33 Module `attr.validators` has no member `__all__`
attrs unresolved-attribute tests/test_validators.py:1143:64 Object of type `(Any, Attribute[Unknown | int], Unknown | int, /) -> Any` has no attribute `exc_types`
attrs invalid-argument-type tests/test_validators.py:1257:20 Argument is incorrect: Expected `int | float`, found `Literal["spam"]`
attrs invalid-argument-type tests/test_validators.py:1339:27 Argument to function `not_` is incorrect: Expected `type[Exception] | Iterable[type[Exception]]`, found `tuple[<class 'str'>, <class 'int'>]`
attrs unresolved-attribute tests/test_validators.py:1352:32 Module `attr.validators` has no member `__all__`
attrs unresolved-import tests/test_version_info.py:4:8 Cannot resolve imported module `pytest`
attrs unresolved-import tests/test_version_info.py:6:18 Module `attr` has no member `VersionInfo`
attrs unknown-argument tests/utils.py:55:9 Argument `name` does not match any known parameter of bound method `__init__`
attrs unknown-argument tests/utils.py:56:9 Argument `default` does not match any known parameter of bound method `__init__`
attrs unknown-argument tests/utils.py:57:9 Argument `validator` does not match any known parameter of bound method `__init__`
attrs unknown-argument tests/utils.py:58:9 Argument `repr` does not match any known parameter of bound method `__init__`
attrs unknown-argument tests/utils.py:59:9 Argument `cmp` does not match any known parameter of bound method `__init__`
attrs unknown-argument tests/utils.py:60:9 Argument `eq` does not match any known parameter of bound method `__init__`
attrs unknown-argument tests/utils.py:61:9 Argument `hash` does not match any known parameter of bound method `__init__`
attrs unknown-argument tests/utils.py:62:9 Argument `init` does not match any known parameter of bound method `__init__`
attrs unknown-argument tests/utils.py:63:9 Argument `converter` does not match any known parameter of bound method `__init__`
attrs unknown-argument tests/utils.py:64:9 Argument `kw_only` does not match any known parameter of bound method `__init__`
attrs unknown-argument tests/utils.py:65:9 Argument `inherited` does not match any known parameter of bound method `__init__`
attrs unknown-argument tests/utils.py:66:9 Argument `alias` does not match any known parameter of bound method `__init__`
attrs too-many-positional-arguments typing-examples/mypy.py:25:7 Too many positional arguments: expected 0, got 1
attrs unknown-argument typing-examples/mypy.py:26:3 Argument `a` does not match any known parameter
attrs invalid-argument-type typing-examples/mypy.py:181:13 Argument is incorrect: Expected `int`, found `Literal["on"]`
attrs invalid-argument-type typing-examples/mypy.py:182:13 Argument is incorrect: Expected `int`, found `Literal["yes"]`
attrs invalid-argument-type typing-examples/mypy.py:185:13 Argument is incorrect: Expected `int`, found `Literal["n"]`
attrs invalid-argument-type typing-examples/mypy.py:250:64 Argument to function `matches_re` is incorrect: Expected `((str | bytes, str | bytes, int, /) -> Match[str | bytes] | None) | None`, found `Overload[(pattern: str | Pattern[str], string: str, flags: int = 0) -> Match[str] | None, (pattern: bytes | Pattern[bytes], string: Buffer, flags: int = 0) -> Match[bytes] | None]`
attrs unsupported-operator typing-examples/mypy.py:261:48 Operator `|` is not supported between objects of type `<class 'int'>` and `<class 'C'>`
attrs unresolved-attribute typing-examples/mypy.py:418:5 Class `object` has no attribute `__attrs_attrs__`
bandersnatch unresolved-import src/bandersnatch/config/proxy.py:13:6 Cannot resolve imported module `aiohttp_socks`
bandersnatch possibly-unresolved-reference src/bandersnatch/configuration.py:185:39 Name `simple_format_raw` used when possibly not defined
bandersnatch unresolved-import src/bandersnatch/delete.py:14:6 Cannot resolve imported module `packaging.utils`
bandersnatch unresolved-import src/bandersnatch/main.py:22:12 Cannot resolve imported module `uvloop`
bandersnatch unresolved-import src/bandersnatch/master.py:10:8 Cannot resolve imported module `aiohttp`
bandersnatch unresolved-import src/bandersnatch/master.py:11:6 Cannot resolve imported module `aiohttp_xmlrpc.client`
bandersnatch possibly-unresolved-reference src/bandersnatch/mirror.py:137:42 Name `package` used when possibly not defined
bandersnatch invalid-argument-type src/bandersnatch/mirror.py:264:13 Argument to function `max` is incorrect: Argument type `Unknown | int | None` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
bandersnatch invalid-argument-type src/bandersnatch/mirror.py:353:52 Argument to bound method `sync_index_page` is incorrect: Expected `int`, found `int | None`
bandersnatch unresolved-attribute src/bandersnatch/mirror.py:376:47 Object of type `dict[Unknown, Unknown] & ~AlwaysFalsy` has no attribute `name`
bandersnatch unresolved-attribute src/bandersnatch/mirror.py:376:62 Object of type `dict[Unknown, Unknown] & ~AlwaysFalsy` has no attribute `serial`
bandersnatch invalid-syntax src/bandersnatch/mirror.py:917:34 Cannot use type parameter lists on Python 3.11 (syntax was added in Python 3.12)
bandersnatch unresolved-import src/bandersnatch/package.py:5:6 Cannot resolve imported module `packaging.utils`
bandersnatch unresolved-import src/bandersnatch/storage.py:19:6 Cannot resolve imported module `packaging.utils`
bandersnatch unresolved-import src/bandersnatch/tests/conftest.py:10:8 Cannot resolve imported module `boto3`
bandersnatch unresolved-import src/bandersnatch/tests/conftest.py:11:8 Cannot resolve imported module `pytest`
bandersnatch unresolved-import src/bandersnatch/tests/conftest.py:12:8 Cannot resolve imported module `pytest_asyncio`
bandersnatch unresolved-import src/bandersnatch/tests/conftest.py:13:6 Cannot resolve imported module `_pytest.capture`
bandersnatch unresolved-import src/bandersnatch/tests/conftest.py:14:6 Cannot resolve imported module `_pytest.fixtures`
bandersnatch unresolved-import src/bandersnatch/tests/conftest.py:15:6 Cannot resolve imported module `_pytest.monkeypatch`
bandersnatch unresolved-import src/bandersnatch/tests/conftest.py:16:6 Cannot resolve imported module `s3path`
bandersnatch unresolved-import src/bandersnatch/tests/plugins/test_storage_plugin_s3.py:3:8 Cannot resolve imported module `pytest`
bandersnatch unresolved-import src/bandersnatch/tests/plugins/test_storage_plugin_s3.py:4:6 Cannot resolve imported module `s3path`
bandersnatch unresolved-import src/bandersnatch/tests/test_delete.py:10:8 Cannot resolve imported module `pytest`
bandersnatch unresolved-import src/bandersnatch/tests/test_delete.py:11:6 Cannot resolve imported module `aiohttp`
bandersnatch unresolved-import src/bandersnatch/tests/test_delete.py:12:6 Cannot resolve imported module `pytest`
bandersnatch unresolved-import src/bandersnatch/tests/test_main.py:9:8 Cannot resolve imported module `pytest`
bandersnatch unresolved-import src/bandersnatch/tests/test_main.py:10:6 Cannot resolve imported module `_pytest.capture`
bandersnatch unresolved-import src/bandersnatch/tests/test_main.py:11:6 Cannot resolve imported module `_pytest.logging`
bandersnatch invalid-argument-type src/bandersnatch/tests/test_main.py:69:29 Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
bandersnatch possibly-missing-attribute src/bandersnatch/tests/test_main.py:87:31 Submodule `master` may not be available as an attribute on module `bandersnatch`
bandersnatch invalid-argument-type src/bandersnatch/tests/test_main.py:138:25 Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
bandersnatch unresolved-import src/bandersnatch/tests/test_master.py:7:8 Cannot resolve imported module `pytest`
bandersnatch unresolved-attribute src/bandersnatch/tests/test_master.py:173:5 Object of type `bound method Master.rpc(method_name: str, serial: int = 0) -> CoroutineType[Any, Any, Any]` has no attribute `assert_called_once_with`
bandersnatch unresolved-attribute src/bandersnatch/tests/test_master.py:239:5 Object of type `bound method Master.rpc(method_name: str, serial: int = 0) -> CoroutineType[Any, Any, Any]` has no attribute `assert_called_once_with`
bandersnatch unresolved-import src/bandersnatch/tests/test_mirror.py:11:8 Cannot resolve imported module `pytest`
bandersnatch invalid-syntax src/bandersnatch/tests/test_mirror.py:1222:1 Cannot use `type` alias statement on Python 3.11 (syntax was added in Python 3.12)
bandersnatch unresolved-import src/bandersnatch/tests/test_package.py:4:8 Cannot resolve imported module `pytest`
bandersnatch unresolved-import src/bandersnatch/tests/test_package.py:5:6 Cannot resolve imported module `_pytest.capture`
bandersnatch unresolved-attribute src/bandersnatch/tests/test_package.py:31:12 Object of type `bound method Master.get_package_metadata(package_name: str, serial: int = 0) -> CoroutineType[Any, Any, Any]` has no attribute `await_count`
bandersnatch unresolved-attribute src/bandersnatch/tests/test_package.py:58:12 Object of type `bound method Master.get_package_metadata(package_name: str, serial: int = 0) -> CoroutineType[Any, Any, Any]` has no attribute `await_count`
bandersnatch unresolved-import src/bandersnatch/tests/test_proxy_config.py:4:8 Cannot resolve imported module `pytest`
bandersnatch unresolved-import src/bandersnatch/tests/test_proxy_config.py:5:6 Cannot resolve imported module `aiohttp_socks`
bandersnatch invalid-ignore-comment src/bandersnatch/tests/test_proxy_config.py:98:96 Invalid `type: ignore` comment: no whitespace after `ignore`
bandersnatch unresolved-import src/bandersnatch/tests/test_simple.py:6:8 Cannot resolve imported module `pytest`
bandersnatch unresolved-import src/bandersnatch/tests/test_sync.py:4:8 Cannot resolve imported module `pytest`
bandersnatch unresolved-import src/bandersnatch/tests/test_utils.py:7:8 Cannot resolve imported module `aiohttp`
bandersnatch unresolved-import src/bandersnatch/tests/test_utils.py:8:8 Cannot resolve imported module `pytest`
bandersnatch unresolved-import src/bandersnatch/tests/test_utils.py:9:6 Cannot resolve imported module `_pytest.monkeypatch`
bandersnatch unresolved-import src/bandersnatch/tests/test_verify.py:12:8 Cannot resolve imported module `pytest`
bandersnatch unresolved-import src/bandersnatch/tests/test_verify.py:13:6 Cannot resolve imported module `_pytest.monkeypatch`
bandersnatch unresolved-import src/bandersnatch/tests/test_verify.py:14:6 Cannot resolve imported module `aiohttp.client_exceptions`
bandersnatch possibly-missing-attribute src/bandersnatch/tests/test_verify.py:169:25 Submodule `verify` may not be available as an attribute on module `bandersnatch`
bandersnatch possibly-missing-attribute src/bandersnatch/tests/test_verify.py:237:25 Submodule `verify` may not be available as an attribute on module `bandersnatch`
bandersnatch possibly-missing-attribute src/bandersnatch/tests/test_verify.py:238:25 Submodule `verify` may not be available as an attribute on module `bandersnatch`
bandersnatch unresolved-import src/bandersnatch/utils.py:18:8 Cannot resolve imported module `aiohttp`
bandersnatch unresolved-import src/bandersnatch/utils.py:19:6 Cannot resolve imported module `packaging.tags`
bandersnatch deprecated src/bandersnatch/utils.py:54:24 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
bandersnatch unresolved-import src/bandersnatch/verify.py:14:8 Cannot resolve imported module `aiohttp`
bandersnatch unresolved-import src/bandersnatch_filter_plugins/allowlist_name.py:9:6 Cannot resolve imported module `packaging.requirements`
bandersnatch unresolved-import src/bandersnatch_filter_plugins/allowlist_name.py:10:6 Cannot resolve imported module `packaging.utils`
bandersnatch unresolved-import src/bandersnatch_filter_plugins/allowlist_name.py:11:6 Cannot resolve imported module `packaging.version`
bandersnatch unresolved-import src/bandersnatch_filter_plugins/blocklist_name.py:4:6 Cannot resolve imported module `packaging.requirements`
bandersnatch unresolved-import src/bandersnatch_filter_plugins/blocklist_name.py:5:6 Cannot resolve imported module `packaging.utils`
bandersnatch unresolved-import src/bandersnatch_filter_plugins/blocklist_name.py:6:6 Cannot resolve imported module `packaging.version`
bandersnatch unresolved-import src/bandersnatch_filter_plugins/latest_name.py:5:6 Cannot resolve imported module `packaging.version`
bandersnatch unresolved-import src/bandersnatch_filter_plugins/metadata_filter.py:6:6 Cannot resolve imported module `humanfriendly`
bandersnatch unresolved-import src/bandersnatch_filter_plugins/metadata_filter.py:7:6 Cannot resolve imported module `packaging.specifiers`
bandersnatch unresolved-import src/bandersnatch_filter_plugins/metadata_filter.py:8:6 Cannot resolve imported module `packaging.version`
bandersnatch unused-ignore-comment src/bandersnatch_filter_plugins/metadata_filter.py:109:37 Unused blanket `type: ignore` directive
bandersnatch unused-ignore-comment src/bandersnatch_filter_plugins/metadata_filter.py:110:26 Unused blanket `type: ignore` directive
bandersnatch unresolved-import src/bandersnatch_filter_plugins/prerelease_name.py:5:6 Cannot resolve imported module `packaging.utils`
bandersnatch unresolved-import src/bandersnatch_storage_plugins/s3.py:15:8 Cannot resolve imported module `boto3`
bandersnatch unresolved-import src/bandersnatch_storage_plugins/s3.py:17:6 Cannot resolve imported module `botocore.client`
bandersnatch unresolved-import src/bandersnatch_storage_plugins/s3.py:18:6 Cannot resolve imported module `s3path`
bandersnatch unresolved-import src/bandersnatch_storage_plugins/s3.py:19:6 Cannot resolve imported module `s3path`
bandersnatch unresolved-import src/bandersnatch_storage_plugins/s3.py:20:6 Cannot resolve imported module `s3path`
bandersnatch unresolved-import src/bandersnatch_storage_plugins/s3.py:21:6 Cannot resolve imported module `s3path.accessor`
bandersnatch unresolved-import src/bandersnatch_storage_plugins/s3.py:24:10 Cannot resolve imported module `s3path.accessor`
bandersnatch invalid-method-override src/bandersnatch_storage_plugins/s3.py:435:9 Invalid override of method `symlink`: Definition is incompatible with `Storage.symlink`
bidict no-matching-overload bidict/_base.py:501:9 No overload of bound method `update` matches arguments
bidict invalid-method-override bidict/_bidict.py:126:9 Invalid override of method `pop`: Definition is incompatible with `MutableMapping.pop`
bidict invalid-method-override bidict/_bidict.py:151:9 Invalid override of method `update`: Definition is incompatible with `MutableMapping.update`
bidict invalid-assignment bidict/_orderedbase.py:71:9 Invalid assignment to data descriptor attribute `nxt` on type `Self@__init__` with custom `__set__` method
bidict invalid-assignment bidict/_orderedbase.py:77:9 Invalid assignment to data descriptor attribute `nxt` on type `Node` with custom `__set__` method
bidict invalid-assignment bidict/_orderedbase.py:78:9 Object of type `Node` is not assignable to attribute `prv` on type `Node | WeakAttr[Node]`
bidict invalid-assignment bidict/_orderedbase.py:82:9 Invalid assignment to data descriptor attribute `nxt` on type `Node` with custom `__set__` method
bidict invalid-assignment bidict/_orderedbase.py:82:24 Object of type `Self@relink` is not assignable to attribute `prv` on type `Node | WeakAttr[Node]`
bidict invalid-assignment bidict/_orderedbase.py:110:9 Invalid assignment to data descriptor attribute `nxt` on type `Node` with custom `__set__` method
bidict invalid-assignment bidict/_orderedbidict.py:80:9 Invalid assignment to data descriptor attribute `nxt` on type `Node` with custom `__set__` method
bidict invalid-assignment bidict/_orderedbidict.py:81:9 Object of type `Node` is not assignable to attribute `prv` on type `Node | WeakAttr[Node]`
bidict invalid-assignment bidict/_orderedbidict.py:86:13 Invalid assignment to data descriptor attribute `nxt` on type `Node` with custom `__set__` method
bidict invalid-assignment bidict/_orderedbidict.py:87:24 Object of type `Node` is not assignable to attribute `nxt` on type `Unknown | Node`
bidict invalid-assignment bidict/_orderedbidict.py:91:13 Invalid assignment to data descriptor attribute `nxt` on type `Node` with custom `__set__` method
bidict possibly-unresolved-reference bidict/_orderedbidict.py:157:24 Name `arg` used when possibly not defined
boostedblob unresolved-attribute boostedblob/boost.py:362:9 Object of type `Collection[Awaitable[T@OrderedMappingBoostable]]` has no attribute `append`
boostedblob unresolved-attribute boostedblob/boost.py:368:16 Object of type `Collection[Awaitable[T@OrderedMappingBoostable]] & ~AlwaysFalsy` has no attribute `popleft`
boostedblob non-subscriptable boostedblob/boost.py:382:19 Cannot subscript object of type `Collection[Awaitable[T@OrderedMappingBoostable]]` with no `__getitem__` method
boostedblob unresolved-attribute boostedblob/boost.py:402:9 Object of type `Collection[Awaitable[T@UnorderedMappingBoostable]]` has no attribute `add`
boostedblob unresolved-attribute boostedblob/boost.py:413:55 Object of type `Awaitable[T@UnorderedMappingBoostable]` has no attribute `done`
boostedblob unresolved-attribute boostedblob/boost.py:416:9 Object of type `Collection[Awaitable[T@UnorderedMappingBoostable]]` has no attribute `remove`
boostedblob invalid-return-type boostedblob/boost.py:577:16 Return type does not match returned value: expected `NotReady | Exhausted | T@dequeue_underlying`, found `object`
boostedblob invalid-return-type boostedblob/boost.py:589:16 Return type does not match returned value: expected `T@blocking_dequeue_underlying`, found `object`
boostedblob possibly-missing-attribute boostedblob/globals.py:60:52 Attribute `__qualname__` may be missing on object of type `Unknown | ((T@TokenManager, /) -> Awaitable[tuple[Any, int | float]])`
boostedblob invalid-assignment boostedblob/globals.py:81:13 Invalid subscript assignment with key of type `tuple[@Todo, ...] | (Any & ~Top[list[Unknown]])` and value of type `Any` on object of type `dict[T@TokenManager, Any]`
boostedblob invalid-assignment boostedblob/globals.py:82:13 Invalid subscript assignment with key of type `tuple[@Todo, ...] | (Any & ~Top[list[Unknown]])` and value of type `Any` on object of type `dict[T@TokenManager, int | float]`
boostedblob invalid-method-override boostedblob/path.py:139:9 Invalid override of method `from_str`: Definition is incompatible with `BasePath.from_str`
boostedblob invalid-method-override boostedblob/path.py:218:9 Invalid override of method `from_str`: Definition is incompatible with `BasePath.from_str`
boostedblob unused-ignore-comment boostedblob/path.py:284:20 Unused blanket `type: ignore` directive
boostedblob unused-ignore-comment boostedblob/path.py:288:20 Unused blanket `type: ignore` directive
boostedblob unused-ignore-comment boostedblob/path.py:333:32 Unused blanket `type: ignore` directive
boostedblob unused-ignore-comment boostedblob/path.py:339:32 Unused blanket `type: ignore` directive
boostedblob unused-ignore-comment boostedblob/path.py:345:35 Unused blanket `type: ignore` directive
boostedblob possibly-unresolved-reference boostedblob/request.py:53:42 Name `now` used when possibly not defined
black unresolved-import src/black/__init__.py:25:6 Cannot resolve imported module `mypy_extensions`
black possibly-unresolved-reference src/black/__init__.py:1284:24 Name `normalized_contents` used when possibly not defined
black possibly-unresolved-reference src/black/__init__.py:1285:24 Name `newline_type` used when possibly not defined
black possibly-unresolved-reference src/black/__init__.py:1296:52 Name `newline_type` used when possibly not defined
black possibly-missing-attribute src/black/__init__.py:1377:23 Attribute `value` may be missing on object of type `Node | Leaf`
black invalid-assignment src/black/cache.py:144:59 Object of type `dict[str | Unknown, tuple[@Todo(StarredExpression)] | Unknown]` is not assignable to `dict[str, tuple[int | float, int, str]]`
black unresolved-import src/black/concurrency.py:21:6 Cannot resolve imported module `mypy_extensions`
black unresolved-import src/black/concurrency.py:37:16 Cannot resolve imported module `uvloop`
black unresolved-import src/black/files.py:10:6 Cannot resolve imported module `mypy_extensions`
black unresolved-import src/black/files.py:32:12 Cannot resolve imported module `colorama`
black possibly-unresolved-reference src/black/files.py:95:12 Name `directory` used when possibly not defined
black unresolved-import src/black/files.py:421:14 Cannot resolve imported module `colorama.initialise`
black unresolved-import src/black/handle_ipynb_magics.py:106:10 Cannot resolve imported module `tokenize_rt`
black unresolved-import src/black/handle_ipynb_magics.py:130:10 Cannot resolve imported module `tokenize_rt`
black unresolved-import src/black/handle_ipynb_magics.py:171:10 Cannot resolve imported module `IPython.core.inputtransformer2`
black unresolved-attribute src/black/handle_ipynb_magics.py:393:17 Object of type `expr` has no attribute `attr`
black unresolved-attribute src/black/handle_ipynb_magics.py:447:16 Object of type `expr` has no attribute `attr`
black unresolved-attribute src/black/handle_ipynb_magics.py:449:18 Object of type `expr` has no attribute `attr`
black unresolved-attribute src/black/handle_ipynb_magics.py:455:49 Object of type `expr` has no attribute `attr`
black unresolved-attribute src/black/handle_ipynb_magics.py:484:16 Object of type `expr` has no attribute `attr`
black unresolved-attribute src/black/handle_ipynb_magics.py:493:18 Object of type `expr` has no attribute `attr`
black unresolved-attribute src/black/handle_ipynb_magics.py:495:18 Object of type `expr` has no attribute `attr`
black possibly-missing-attribute src/black/linegen.py:228:41 Attribute `value` may be missing on object of type `Node | Leaf`
black possibly-unresolved-reference src/black/linegen.py:903:12 Name `matching_bracket` used when possibly not defined
black possibly-unresolved-reference src/black/linegen.py:903:36 Name `tail_leaves` used when possibly not defined
black possibly-unresolved-reference src/black/linegen.py:907:9 Name `head_leaves` used when possibly not defined
black possibly-unresolved-reference src/black/linegen.py:907:28 Name `matching_bracket` used when possibly not defined
black possibly-unresolved-reference src/black/linegen.py:910:9 Name `body_leaves` used when possibly not defined
black possibly-unresolved-reference src/black/linegen.py:910:28 Name `matching_bracket` used when possibly not defined
black possibly-unresolved-reference src/black/linegen.py:913:9 Name `tail_leaves` used when possibly not defined
black possibly-unresolved-reference src/black/linegen.py:913:28 Name `matching_bracket` used when possibly not defined
black invalid-assignment src/black/linegen.py:1612:9 Object of type `Literal[""]` is not assignable to attribute `value` on type `Leaf | Node`
black invalid-assignment src/black/linegen.py:1613:9 Object of type `Literal[""]` is not assignable to attribute `value` on type `Node | Leaf`
black possibly-missing-attribute src/black/linegen.py:1821:25 Attribute `value` may be missing on object of type `Node | Leaf`
black invalid-assignment src/black/linegen.py:1859:13 Object of type `Literal[""]` is not assignable to attribute `value` on type `Node | Leaf`
black invalid-assignment src/black/linegen.py:1860:13 Object of type `Literal[""]` is not assignable to attribute `value` on type `Node | Leaf`
black unresolved-import src/black/nodes.py:8:6 Cannot resolve imported module `mypy_extensions`
black possibly-missing-attribute src/black/nodes.py:746:32 Attribute `value` may be missing on object of type `Leaf | Node`
black unresolved-import src/black/output.py:12:6 Cannot resolve imported module `mypy_extensions`
black possibly-unresolved-reference src/black/strings.py:295:8 Name `new_escape_count` used when possibly not defined
black possibly-unresolved-reference src/black/strings.py:295:27 Name `orig_escape_count` used when possibly not defined
black possibly-unresolved-reference src/black/strings.py:298:8 Name `new_escape_count` used when possibly not defined
black possibly-unresolved-reference src/black/strings.py:298:28 Name `orig_escape_count` used when possibly not defined
black unresolved-import src/black/trans.py:12:6 Cannot resolve imported module `mypy_extensions`
black invalid-raise src/black/trans.py:297:20 Cannot use object of type `object` as an exception cause
black invalid-raise src/black/trans.py:306:24 Cannot use object of type `object` as an exception cause
black invalid-return-type src/black/trans.py:466:20 Return type does not match returned value: expected `Ok[list[int]] | Err[CannotTransform]`, found `Ok[list[Unknown] & ~AlwaysFalsy]`
black invalid-argument-type src/black/trans.py:481:47 Argument to bound method `_merge_string_group` is incorrect: Expected `Line`, found `object`
black unresolved-attribute src/black/trans.py:493:13 Unresolved attribute `__cause__` on type `object`.
black invalid-assignment src/black/trans.py:494:13 Object of type `object` is not assignable to attribute `__cause__` of type `BaseException | None`
black invalid-return-type src/black/trans.py:980:20 Return type does not match returned value: expected `Ok[list[int]] | Err[CannotTransform]`, found `Ok[list[Unknown] & ~AlwaysFalsy]`
black possibly-unresolved-reference src/black/trans.py:1041:42 Name `idx` used when possibly not defined
black invalid-return-type src/black/trans.py:1107:20 Return type does not match returned value: expected `Ok[list[int]] | Err[CannotTransform]`, found `(Ok[None] & Top[Err[Unknown]]) | Err[CannotTransform]`
black possibly-unresolved-reference src/black/trans.py:1630:25 Name `csplit` used when possibly not defined
black possibly-missing-attribute src/blib2to3/pgen2/conv.py:77:34 Attribute `groups` may be missing on object of type `Match[str] | None`
black possibly-unresolved-reference src/blib2to3/pgen2/driver.py:76:20 Name `token` used when possibly not defined
black possibly-unresolved-reference src/blib2to3/pgen2/driver.py:169:26 Name `_prefix` used when possibly not defined
black unused-ignore-comment src/blib2to3/pgen2/grammar.py:109:38 Unused blanket `type: ignore` directive
black possibly-missing-attribute src/blib2to3/pgen2/parse.py:367:13 Attribute `append` may be missing on object of type `list[Node | Leaf] | None`
black unresolved-import src/blib2to3/pgen2/tokenize.py:59:8 Cannot resolve imported module `pytokens`
black unresolved-import src/blib2to3/pgen2/tokenize.py:60:6 Cannot resolve imported module `pytokens`
black unresolved-attribute src/blib2to3/pytree.py:149:13 Unresolved attribute `parent` on type `object`.
black possibly-unresolved-reference src/blib2to3/pytree.py:365:18 Name `current` used when possibly not defined
black unused-ignore-comment src/blib2to3/pytree.py:667:56 Unused blanket `type: ignore` directive
black unused-ignore-comment src/blib2to3/pytree.py:668:44 Unused blanket `type: ignore` directive
black possibly-unresolved-reference src/blib2to3/pytree.py:670:24 Name `newcontent` used when possibly not defined
black possibly-unresolved-reference src/blib2to3/pytree.py:756:24 Name `wrapped_content` used when possibly not defined
black possibly-unresolved-reference src/blib2to3/pytree.py:847:34 Name `save_stderr` used when possibly not defined
build invalid-assignment src/build/__main__.py:98:5 Implicit shadowing of function `showwarning`
build unresolved-import src/build/__main__.py:102:20 Cannot resolve imported module `colorama`
build unused-ignore-comment src/build/__main__.py:212:44 Unused blanket `type: ignore` directive
build possibly-missing-attribute src/build/_ctx.py:17:17 Attribute `parent` may be missing on object of type `ModuleSpec | None`
build unresolved-import src/build/env.py:210:20 Cannot resolve imported module `virtualenv`
build invalid-argument-type src/build/util.py:19:56 Argument to bound method `__init__` is incorrect: Expected `SimplePath`, found `Path`
build unresolved-import tests/conftest.py:19:8 Cannot resolve imported module `pytest`
build unresolved-import tests/packages/legacy/setup.py:3:6 Cannot resolve imported module `setuptools`
build unresolved-import tests/packages/test-bad-wheel/backend_bad_wheel.py:3:6 Cannot resolve imported module `setuptools.build_meta`
build unresolved-import tests/test_ctx_logger.py:6:8 Cannot resolve imported module `pytest`
build unresolved-import tests/test_ctx_logger.py:7:8 Cannot resolve imported module `pytest_mock`
build unresolved-import tests/test_env.py:15:8 Cannot resolve imported module `pytest`
build unresolved-import tests/test_env.py:16:8 Cannot resolve imported module `pytest_mock`
build unresolved-import tests/test_integration.py:15:8 Cannot resolve imported module `filelock`
build unresolved-import tests/test_integration.py:16:8 Cannot resolve imported module `pytest`
build no-matching-overload tests/test_integration.py:137:17 No overload of function `__new__` matches arguments
build no-matching-overload tests/test_integration.py:138:17 No overload of function `__new__` matches arguments
build unresolved-attribute tests/test_integration.py:148:5 Function `_error` has no attribute `assert_called_with`
build unresolved-import tests/test_main.py:14:8 Cannot resolve imported module `pytest`
build invalid-argument-type tests/test_main.py:272:58 Argument to function `build_package` is incorrect: Expected `Sequence[Literal["sdist", "wheel", "editable"]]`, found `list[Unknown | str]`
build invalid-argument-type tests/test_main.py:287:58 Argument to function `build_package` is incorrect: Expected `Sequence[Literal["sdist", "wheel", "editable"]]`, found `list[Unknown | str]`
build invalid-argument-type tests/test_main.py:304:58 Argument to function `build_package` is incorrect: Expected `Sequence[Literal["sdist", "wheel", "editable"]]`, found `list[Unknown | str]`
build invalid-argument-type tests/test_main.py:332:62 Argument to function `build_package` is incorrect: Expected `Sequence[Literal["sdist", "wheel", "editable"]]`, found `list[Unknown | str]`
build invalid-argument-type tests/test_main.py:342:62 Argument to function `build_package` is incorrect: Expected `Sequence[Literal["sdist", "wheel", "editable"]]`, found `list[Unknown | str]`
build invalid-argument-type tests/test_main.py:348:68 Argument to function `build_package` is incorrect: Expected `Sequence[Literal["sdist", "wheel", "editable"]]`, found `list[Unknown | str]`
build invalid-argument-type tests/test_main.py:359:78 Argument to function `build_package_via_sdist` is incorrect: Expected `Sequence[Literal["sdist", "wheel", "editable"]]`, found `list[Unknown | str]`
build invalid-argument-type tests/test_main.py:370:92 Argument to function `build_package_via_sdist` is incorrect: Expected `Sequence[Literal["sdist", "wheel", "editable"]]`, found `list[Unknown | str]`
build invalid-argument-type tests/test_main.py:375:82 Argument to function `build_package_via_sdist` is incorrect: Expected `Sequence[Literal["sdist", "wheel", "editable"]]`, found `list[Unknown | str]`
build unresolved-import tests/test_main_helpers.py:3:8 Cannot resolve imported module `pytest`
build unresolved-import tests/test_projectbuilder.py:15:8 Cannot resolve imported module `pytest`
build unresolved-attribute tests/test_projectbuilder.py:190:5 Class `BuildBackendHookCaller` has no attribute `assert_called_with`
build unresolved-attribute tests/test_projectbuilder.py:193:5 Class `BuildBackendHookCaller` has no attribute `reset_mock`
build unresolved-attribute tests/test_projectbuilder.py:197:5 Class `BuildBackendHookCaller` has no attribute `assert_called_with`
build unresolved-attribute tests/test_projectbuilder.py:200:5 Class `BuildBackendHookCaller` has no attribute `reset_mock`
build unresolved-attribute tests/test_projectbuilder.py:204:5 Class `BuildBackendHookCaller` has no attribute `assert_called_with`
build invalid-assignment tests/test_projectbuilder.py:272:5 Object of type `list[Unknown | list[Unknown] | list[Unknown | str] | <class 'BackendUnavailable'>]` is not assignable to attribute `side_effect` on type `Unknown | (bound method BuildBackendHookCaller.get_requires_for_build_sdist(config_settings: Mapping[str, Any] | None = None) -> Sequence[str])`
build invalid-assignment tests/test_projectbuilder.py:273:5 Object of type `list[Unknown | list[Unknown] | list[Unknown | str] | <class 'BackendUnavailable'>]` is not assignable to attribute `side_effect` on type `Unknown | (bound method BuildBackendHookCaller.get_requires_for_build_wheel(config_settings: Mapping[str, Any] | None = None) -> Sequence[str])`
build invalid-assignment tests/test_projectbuilder.py:295:5 Object of type `list[Unknown | str | <class 'Exception'>]` is not assignable to attribute `side_effect` on type `Unknown | (bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str)`
build invalid-assignment tests/test_projectbuilder.py:296:5 Object of type `list[Unknown | str | <class 'Exception'>]` is not assignable to attribute `side_effect` on type `Unknown | (bound method BuildBackendHookCaller.build_wheel(wheel_directory: str, config_settings: Mapping[str, Any] | None = None, metadata_directory: str | None = None) -> str)`
build possibly-missing-attribute tests/test_projectbuilder.py:299:5 Attribute `assert_called_with` may be missing on object of type `Unknown | (bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str)`
build possibly-missing-attribute tests/test_projectbuilder.py:302:5 Attribute `assert_called_with` may be missing on object of type `Unknown | (bound method BuildBackendHookCaller.build_wheel(wheel_directory: str, config_settings: Mapping[str, Any] | None = None, metadata_directory: str | None = None) -> str)`
build invalid-assignment tests/test_projectbuilder.py:345:5 Object of type `Literal["dist.tar.gz"]` is not assignable to attribute `return_value` on type `Unknown | (bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str)`
build invalid-assignment tests/test_projectbuilder.py:357:5 Object of type `Literal["dist.tar.gz"]` is not assignable to attribute `return_value` on type `Unknown | (bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str)`
build possibly-missing-attribute tests/test_projectbuilder.py:361:5 Attribute `assert_called_with` may be missing on object of type `Unknown | (bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str)`
build invalid-assignment tests/test_projectbuilder.py:368:5 Object of type `Literal["dist.tar.gz"]` is not assignable to attribute `return_value` on type `Unknown | (bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str)`
build invalid-assignment tests/test_projectbuilder.py:439:5 Object of type `Literal["dist-1.0.dist-info"]` is not assignable to attribute `return_value` on type `Unknown | (bound method BuildBackendHookCaller.prepare_metadata_for_build_wheel(metadata_directory: str, config_settings: Mapping[str, Any] | None = None, _allow_fallback: bool = True) -> str)`
build possibly-missing-attribute tests/test_projectbuilder.py:442:5 Attribute `assert_called_with` may be missing on object of type `Unknown | (bound method BuildBackendHookCaller.prepare_metadata_for_build_wheel(metadata_directory: str, config_settings: Mapping[str, Any] | None = None, _allow_fallback: bool = True) -> str)`
build invalid-assignment tests/test_projectbuilder.py:450:5 Object of type `HookMissing` is not assignable to attribute `side_effect` on type `Unknown | (bound method BuildBackendHookCaller.prepare_metadata_for_build_wheel(metadata_directory: str, config_settings: Mapping[str, Any] | None = None, _allow_fallback: bool = True) -> str)`
build invalid-assignment tests/test_projectbuilder.py:459:5 Object of type `<class 'Exception'>` is not assignable to attribute `side_effect` on type `Unknown | (bound method BuildBackendHookCaller.prepare_metadata_for_build_wheel(metadata_directory: str, config_settings: Mapping[str, Any] | None = None, _allow_fallback: bool = True) -> str)`
build invalid-argument-type tests/test_projectbuilder.py:513:9 Argument to bound method `__init__` is incorrect: Expected `SimplePath`, found `Path`
build non-subscriptable tests/test_projectbuilder.py:516:12 Cannot subscript object of type `None` with no `__getitem__` method
build non-subscriptable tests/test_projectbuilder.py:517:12 Cannot subscript object of type `None` with no `__getitem__` method
build invalid-argument-type tests/test_projectbuilder.py:524:9 Argument to bound method `__init__` is incorrect: Expected `SimplePath`, found `Path`
build non-subscriptable tests/test_projectbuilder.py:528:12 Cannot subscript object of type `None` with no `__getitem__` method
build non-subscriptable tests/test_projectbuilder.py:529:12 Cannot subscript object of type `None` with no `__getitem__` method
build invalid-argument-type tests/test_projectbuilder.py:536:9 Argument to bound method `__init__` is incorrect: Expected `SimplePath`, found `Path`
build non-subscriptable tests/test_projectbuilder.py:539:12 Cannot subscript object of type `None` with no `__getitem__` method
build non-subscriptable tests/test_projectbuilder.py:540:12 Cannot subscript object of type `None` with no `__getitem__` method
build unresolved-import tests/test_self_packaging.py:12:8 Cannot resolve imported module `pytest`
build unresolved-import tests/test_util.py:8:8 Cannot resolve imported module `pytest`
check-jsonschema unresolved-import src/check_jsonschema/checker.py:6:8 Cannot resolve imported module `click`
check-jsonschema unresolved-import src/check_jsonschema/cli/main_command.py:7:8 Cannot resolve imported module `click`
check-jsonschema unresolved-import src/check_jsonschema/cli/param_types.py:10:8 Cannot resolve imported module `click`
check-jsonschema unresolved-import src/check_jsonschema/cli/param_types.py:12:6 Cannot resolve imported module `click._compat`
check-jsonschema possibly-missing-attribute src/check_jsonschema/cli/param_types.py:104:15 Attribute `group` may be missing on object of type `Match[str] | None`
check-jsonschema possibly-missing-attribute src/check_jsonschema/cli/param_types.py:105:21 Attribute `group` may be missing on object of type `Match[str] | None`
check-jsonschema possibly-unresolved-reference src/check_jsonschema/cli/param_types.py:112:34 Name `result` used when possibly not defined
check-jsonschema possibly-unresolved-reference src/check_jsonschema/cli/param_types.py:120:27 Name `result` used when possibly not defined
check-jsonschema possibly-unresolved-reference src/check_jsonschema/cli/param_types.py:123:63 Name `result` used when possibly not defined
check-jsonschema unresolved-import src/check_jsonschema/cli/parse_result.py:6:8 Cannot resolve imported module `click`
check-jsonschema unresolved-import src/check_jsonschema/cli/warnings.py:6:8 Cannot resolve imported module `click`
check-jsonschema unresolved-import src/check_jsonschema/format_errors.py:8:8 Cannot resolve imported module `click`
check-jsonschema unused-ignore-comment src/check_jsonschema/formats/__init__.py:56:42 Unused blanket `type: ignore` directive
check-jsonschema unresolved-import src/check_jsonschema/parsers/__init__.py:7:8 Cannot resolve imported module `ruamel.yaml`
check-jsonschema unresolved-import src/check_jsonschema/parsers/json5.py:8:12 Cannot resolve imported module `pyjson5`
check-jsonschema unresolved-import src/check_jsonschema/parsers/json5.py:15:16 Cannot resolve imported module `json5`
check-jsonschema unresolved-import src/check_jsonschema/parsers/json_.py:7:12 Cannot resolve imported module `orjson`
check-jsonschema unresolved-import src/check_jsonschema/parsers/toml.py:8:12 Cannot resolve imported module `tomli`
check-jsonschema unresolved-import src/check_jsonschema/parsers/yaml.py:6:8 Cannot resolve imported module `ruamel.yaml`
check-jsonschema unresolved-import src/check_jsonschema/regex_variants.py:6:8 Cannot resolve imported module `regress`
check-jsonschema unresolved-import src/check_jsonschema/reporter.py:13:8 Cannot resolve imported module `click`
check-jsonschema unused-ignore-comment src/check_jsonschema/schema_loader/main.py:195:37 Unused blanket `type: ignore` directive
check-jsonschema unresolved-import src/check_jsonschema/schema_loader/readers.py:8:8 Cannot resolve imported module `ruamel.yaml`
check-jsonschema unused-ignore-comment src/check_jsonschema/schema_loader/resolver.py:28:61 Unused blanket `type: ignore` directive
check-jsonschema unknown-argument src/check_jsonschema/schema_loader/resolver.py:29:9 Argument `retrieve` does not match any known parameter of bound method `__init__`
check-jsonschema unresolved-import src/check_jsonschema/transforms/base.py:5:8 Cannot resolve imported module `ruamel.yaml`
check-jsonschema unresolved-import src/check_jsonschema/transforms/gitlab.py:5:8 Cannot resolve imported module `ruamel.yaml`
AutoSplit unresolved-import src/AutoSplit.py:36:8 Cannot resolve imported module `cv2`
AutoSplit unresolved-import src/AutoSplit.py:37:6 Cannot resolve imported module `cv2.typing`
AutoSplit unresolved-import src/AutoSplit.py:38:6 Cannot resolve imported module `gen`
AutoSplit possibly-missing-attribute src/AutoSplit.py:182:13 Attribute `start` may be missing on object of type `AutoControlledThread | None`
AutoSplit possibly-missing-attribute src/AutoSplit.py:1027:9 Attribute `ignore` may be missing on object of type `QCloseEvent | None`
AutoSplit possibly-missing-attribute src/AutoSplit.py:1036:35 Attribute `shape` may be missing on object of type `Unknown | None`
AutoSplit possibly-missing-attribute src/AutoSplit.py:1045:31 Attribute `data` may be missing on object of type `Unknown | None`
AutoSplit unresolved-import src/AutoSplitImage.py:9:8 Cannot resolve imported module `cv2`
AutoSplit unresolved-import src/AutoSplitImage.py:11:6 Cannot resolve imported module `cv2.typing`
AutoSplit non-subscriptable src/AutoSplitImage.py:214:17 Cannot subscript object of type `None` with no `__getitem__` method
AutoSplit possibly-missing-attribute src/AutoSplitImage.py:225:22 Attribute `shape` may be missing on object of type `Unknown | None`
AutoSplit unresolved-import src/capture_method/CaptureMethodBase.py:5:6 Cannot resolve imported module `cv2.typing`
AutoSplit unused-ignore-comment src/capture_method/CaptureMethodBase.py:25:45 Unused blanket `type: ignore` directive
AutoSplit unresolved-import src/capture_method/Screenshot using QT attempt.py:8:6 Cannot resolve imported module `cv2.typing`
AutoSplit unresolved-import src/capture_method/ScrotCaptureMethod.py:8:8 Cannot resolve imported module `cv2`
AutoSplit unresolved-import src/capture_method/ScrotCaptureMethod.py:10:8 Cannot resolve imported module `pyscreeze`
AutoSplit unresolved-import src/capture_method/VideoCaptureDeviceCaptureMethod.py:6:8 Cannot resolve imported module `cv2`
AutoSplit unresolved-import src/capture_method/VideoCaptureDeviceCaptureMethod.py:7:8 Cannot resolve imported module `cv2.Error`
AutoSplit unresolved-import src/capture_method/VideoCaptureDeviceCaptureMethod.py:9:6 Cannot resolve imported module `cv2.typing`
AutoSplit possibly-missing-attribute src/capture_method/VideoCaptureDeviceCaptureMethod.py:139:33 Attribute `shape` may be missing on object of type `Unknown | None`
AutoSplit possibly-missing-attribute src/capture_method/VideoCaptureDeviceCaptureMethod.py:140:33 Attribute `shape` may be missing on object of type `Unknown | None`
AutoSplit non-subscriptable src/capture_method/VideoCaptureDeviceCaptureMethod.py:141:17 Cannot subscript object of type `None` with no `__getitem__` method
AutoSplit unresolved-import src/capture_method/XcbCaptureMethod.py:8:8 Cannot resolve imported module `cv2`
AutoSplit unresolved-import src/capture_method/__init__.py:28:12 Cannot resolve imported module `pyscreeze`
AutoSplit invalid-method-override src/capture_method/__init__.py:49:9 Invalid override of method `__contains__`: Definition is incompatible with `EnumMeta.__contains__`
AutoSplit invalid-method-override src/capture_method/__init__.py:108:9 Invalid override of method `get`: Definition is incompatible with `Mapping.get`
AutoSplit unresolved-import src/compare.py:4:8 Cannot resolve imported module `cv2`
AutoSplit unresolved-import src/compare.py:5:8 Cannot resolve imported module `Levenshtein`
AutoSplit unresolved-import src/compare.py:7:6 Cannot resolve imported module `cv2.typing`
AutoSplit unused-ignore-comment src/d3d11.py:37:15 Unused blanket `type: ignore` directive
AutoSplit unused-ignore-comment src/d3d11.py:201:11 Unused blanket `type: ignore` directive
AutoSplit unused-ignore-comment src/d3d11.py:228:40 Unused blanket `type: ignore` directive
AutoSplit unresolved-import src/menu_bar.py:11:6 Cannot resolve imported module `gen`
AutoSplit unresolved-import src/region_selection.py:7:8 Cannot resolve imported module `cv2`
AutoSplit unresolved-import src/region_selection.py:9:6 Cannot resolve imported module `cv2.typing`
AutoSplit unresolved-import src/user_profile.py:9:8 Cannot resolve imported module `tomli_w`
AutoSplit unresolved-import src/user_profile.py:10:6 Cannot resolve imported module `gen`
AutoSplit unavailable-implicit-super-arguments src/user_profile.py:53:16 Cannot determine implicit arguments for 'super()' in this context
AutoSplit invalid-assignment src/user_profile.py:145:44 Invalid assignment to key "screenshot_on" with declared type `list[Literal["split", "start", "pause", "reset", "skip", "undo"]]` on TypedDict `UserProfileDict`: value of type `list[str]`
AutoSplit missing-typed-dict-key src/user_profile.py:146:35 Missing required key 'capture_device_id' in TypedDict `UserProfileDict` constructor
AutoSplit missing-typed-dict-key src/user_profile.py:146:35 Missing required key 'capture_device_name' in TypedDict `UserProfileDict` constructor
AutoSplit missing-typed-dict-key src/user_profile.py:146:35 Missing required key 'capture_method' in TypedDict `UserProfileDict` constructor
AutoSplit missing-typed-dict-key src/user_profile.py:146:35 Missing required key 'capture_region' in TypedDict `UserProfileDict` constructor
AutoSplit missing-typed-dict-key src/user_profile.py:146:35 Missing required key 'captured_window_title' in TypedDict `UserProfileDict` constructor
AutoSplit missing-typed-dict-key src/user_profile.py:146:35 Missing required key 'default_comparison_method' in TypedDict `UserProfileDict` constructor
AutoSplit missing-typed-dict-key src/user_profile.py:146:35 Missing required key 'default_delay_time' in TypedDict `UserProfileDict` constructor
AutoSplit missing-typed-dict-key src/user_profile.py:146:35 Missing required key 'default_pause_time' in TypedDict `UserProfileDict` constructor
AutoSplit missing-typed-dict-key src/user_profile.py:146:35 Missing required key 'default_similarity_threshold' in TypedDict `UserProfileDict` constructor
AutoSplit missing-typed-dict-key src/user_profile.py:146:35 Missing required key 'enable_auto_reset' in TypedDict `UserProfileDict` constructor
AutoSplit missing-typed-dict-key src/user_profile.py:146:35 Missing required key 'fps_limit' in TypedDict `UserProfileDict` constructor
AutoSplit missing-typed-dict-key src/user_profile.py:146:35 Missing required key 'live_capture_region' in TypedDict `UserProfileDict` constructor
AutoSplit missing-typed-dict-key src/user_profile.py:146:35 Missing required key 'loop_splits' in TypedDict `UserProfileDict` constructor
AutoSplit missing-typed-dict-key src/user_profile.py:146:35 Missing required key 'open_screenshot' in TypedDict `UserProfileDict` constructor
AutoSplit missing-typed-dict-key src/user_profile.py:146:35 Missing required key 'pause_hotkey' in TypedDict `UserProfileDict` constructor
AutoSplit missing-typed-dict-key src/user_profile.py:146:35 Missing required key 'reset_hotkey' in TypedDict `UserProfileDict` constructor
AutoSplit missing-typed-dict-key src/user_profile.py:146:35 Missing required key 'screenshot_directory' in TypedDict `UserProfileDict` constructor
AutoSplit missing-typed-dict-key src/user_profile.py:146:35 Missing required key 'screenshot_hotkey' in TypedDict `UserProfileDict` constructor
AutoSplit missing-typed-dict-key src/user_profile.py:146:35 Missing required key 'screenshot_on' in TypedDict `UserProfileDict` constructor
AutoSplit missing-typed-dict-key src/user_profile.py:146:35 Missing required key 'skip_split_hotkey' in TypedDict `UserProfileDict` constructor
AutoSplit missing-typed-dict-key src/user_profile.py:146:35 Missing required key 'split_hotkey' in TypedDict `UserProfileDict` constructor
AutoSplit missing-typed-dict-key src/user_profile.py:146:35 Missing required key 'split_image_directory' in TypedDict `UserProfileDict` constructor
AutoSplit missing-typed-dict-key src/user_profile.py:146:35 Missing required key 'start_also_resets' in TypedDict `UserProfileDict` constructor
AutoSplit missing-typed-dict-key src/user_profile.py:146:35 Missing required key 'toggle_auto_reset_image_hotkey' in TypedDict `UserProfileDict` constructor
AutoSplit missing-typed-dict-key src/user_profile.py:146:35 Missing required key 'undo_split_hotkey' in TypedDict `UserProfileDict` constructor
AutoSplit unresolved-import src/utils.py:18:8 Cannot resolve imported module `cv2`
AutoSplit unresolved-import src/utils.py:20:6 Cannot resolve imported module `cv2.typing`
AutoSplit unresolved-import src/utils.py:21:6 Cannot resolve imported module `gen.build_vars`
AutoSplit unresolved-import src/utils.py:39:10 Cannot resolve imported module `pyscreeze`
AutoSplit unresolved-attribute src/utils.py:311:9 Object of type `str` has no attribute `decode`
AutoSplit invalid-argument-type src/utils.py:314:22 Argument to bound method `communicate` is incorrect: Expected `str | None`, found `bytes`
beartype unused-ignore-comment beartype/__init__.py:87:39 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_cave/_cavefast.py:181:26 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_cave/_cavefast.py:1018:57 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_check/checkmake.py:87:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/checkmake.py:149:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/checkmake.py:199:18 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/checkmake.py:305:18 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/checkmake.py:566:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_check/checkmake.py:800:25 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/checkmake.py:879:26 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/code/_pep/codepep484604.py:175:57 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/code/_pep/codepep484604.py:211:52 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_check/code/_pep/codepep484604.py:442:48 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/code/codemain.py:259:16 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_check/code/codemain.py:535:44 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/code/codemain.py:748:46 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/code/codemain.py:858:51 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/code/codemain.py:1192:57 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/code/codemain.py:1216:75 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/code/codemain.py:1218:54 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/code/codemain.py:1229:46 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/code/codemain.py:1276:74 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_check/convert/_convcoerce.py:68:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_convcoerce.py:72:6 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_check/convert/_convcoerce.py:190:49 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_check/convert/_convcoerce.py:196:28 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_convcoerce.py:196:60 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_convcoerce.py:263:27 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_convcoerce.py:263:36 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_check/convert/_convcoerce.py:408:63 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_check/convert/_reduce/_nonpep/api/redapinumpy.py:40:37 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_nonpep/api/redapinumpy.py:40:69 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unresolved-import beartype/_check/convert/_reduce/_nonpep/api/redapinumpy.py:100:10 Cannot resolve imported module `numpy`
beartype unused-ignore-comment beartype/_check/convert/_reduce/_nonpep/api/redapinumpy.py:189:28 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/convert/_reduce/_nonpep/api/redapinumpy.py:239:48 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_check/convert/_reduce/_nonpep/api/redapipandera.py:30:31 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_nonpep/rednonpeptype.py:21:35 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_nonpep/rednonpeptype.py:21:67 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/pep484/redpep484.py:29:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/pep484/redpep484.py:29:53 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/pep484/redpep484.py:103:34 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/pep484/redpep484.py:134:35 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/pep484585/redpep484585generic.py:30:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/pep484585/redpep484585generic.py:151:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/pep484585/redpep484585generic.py:207:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/pep484585/redpep484585generic.py:207:43 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/pep484585/redpep484585itemsview.py:30:43 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/pep484585/redpep484585itemsview.py:30:75 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/pep484585/redpep484585itemsview.py:62:19 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_check/convert/_reduce/_pep/pep484585/redpep484585itemsview.py:70:58 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/convert/_reduce/_pep/pep484585/redpep484585itemsview.py:80:55 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/pep484585/redpep484585type.py:28:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/pep484585/redpep484585type.py:28:53 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/redpep484604.py:30:33 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/redpep484612646.py:111:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_check/convert/_reduce/_pep/redpep484612646.py:216:61 Unused blanket `type: ignore` directive
beartype invalid-argument-type beartype/_check/convert/_reduce/_pep/redpep484612646.py:323:13 Argument to function `get_hint_pep484_typevar_bounded_constraints_or_none` is incorrect: Expected `TypeVar`, found `Unknown | Iota`
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/redpep484612646.py:393:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_check/convert/_reduce/_pep/redpep484612646.py:627:53 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/redpep484612646.py:700:17 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/redpep484612646.py:757:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/redpep544.py:33:30 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/redpep544.py:122:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/redpep544.py:122:43 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_check/convert/_reduce/_pep/redpep544.py:210:72 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/redpep557.py:20:38 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/redpep557.py:20:70 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/redpep585.py:24:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/redpep589.py:22:30 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/redpep589.py:22:62 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/redpep591.py:24:30 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/redpep591.py:24:62 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/redpep593.py:23:30 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/redpep593.py:23:62 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/redpep646.py:95:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/redpep646.py:95:53 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/redpep646.py:274:37 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/redpep647742.py:32:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/redpep673.py:24:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/redpep675.py:21:30 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/redpep692.py:43:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/redpep695.py:35:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/redpep695.py:181:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_pep/redpep695.py:275:19 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_redrecurse.py:26:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_redrecurse.py:125:22 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/_redrecurse.py:126:25 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_check/convert/_reduce/_redrecurse.py:228:62 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_check/convert/_reduce/redmain.py:55:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/redmain.py:234:16 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/redmain.py:440:29 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/redmain.py:488:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/redmain.py:567:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/_reduce/redmain.py:636:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/convmain.py:44:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/convmain.py:220:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/convmain.py:307:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/convert/convmain.py:439:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_check/error/_errtype.py:74:30 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/error/_errtype.py:185:27 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/error/_errtype.py:258:36 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/error/_nonpep/errnonpeptype.py:113:30 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/error/_nonpep/errnonpeptype.py:224:27 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/error/_nonpep/errnonpeptype.py:297:36 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/error/_pep/pep484/errpep484typevar.py:59:52 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/error/_pep/pep484585/errpep484585subclass.py:82:58 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/error/_pep/pep484585/errpep484585subclass.py:91:31 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_check/error/errcause.py:211:15 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/error/errcause.py:416:25 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_check/error/errcause.py:575:40 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_check/error/errcause.py:646:34 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/error/errcause.py:700:28 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_check/error/errmain.py:236:21 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_check/error/errmain.py:246:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_check/error/errmain.py:590:37 Unused blanket `type: ignore` directive
beartype unknown-argument beartype/_check/error/errmain.py:591:13 Argument `message` does not match any known parameter of bound method `__init__`
beartype unknown-argument beartype/_check/error/errmain.py:592:13 Argument `culprits` does not match any known parameter of bound method `__init__`
beartype unused-ignore-comment beartype/_check/forward/fwdresolve.py:44:49 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_check/forward/fwdresolve.py:57:6 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unresolved-attribute beartype/_check/forward/fwdresolve.py:120:23 Object of type `(...) -> Unknown` has no attribute `__qualname__`
beartype unused-ignore-comment beartype/_check/forward/fwdresolve.py:233:61 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/forward/fwdresolve.py:259:66 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/forward/fwdresolve.py:524:62 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/forward/fwdresolve.py:675:65 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_check/forward/fwdresolve.py:686:6 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_check/forward/reference/fwdrefabc.py:112:56 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/forward/reference/fwdrefabc.py:218:40 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/forward/reference/fwdrefmake.py:91:39 Unused blanket `type: ignore` directive
beartype unresolved-attribute beartype/_check/forward/reference/fwdrefmake.py:195:5 Unresolved attribute `__name_beartype__` on type `type`.
beartype unresolved-attribute beartype/_check/forward/reference/fwdrefmake.py:196:5 Unresolved attribute `__scope_name_beartype__` on type `type`.
beartype unused-ignore-comment beartype/_check/forward/reference/fwdrefmeta.py:61:23 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/forward/reference/fwdrefmeta.py:265:43 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/forward/reference/fwdrefmeta.py:270:75 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/forward/reference/fwdrefmeta.py:298:75 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/forward/reference/fwdrefmeta.py:327:52 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/forward/reference/fwdrefmeta.py:380:62 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/forward/reference/fwdrefmeta.py:443:31 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/forward/reference/fwdrefmeta.py:543:26 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_check/metadata/hint/hintsane.py:65:28 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/metadata/hint/hintsane.py:173:15 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/metadata/hint/hintsane.py:197:15 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_check/metadata/hint/hintsane.py:294:29 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_check/metadata/hint/hintsane.py:397:20 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_check/metadata/hint/hintsmeta.py:358:59 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_check/metadata/hint/hintsmeta.py:648:28 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_check/metadata/metacheck.py:94:22 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/metadata/metadecor.py:317:22 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/metadata/metadecor.py:359:29 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/metadata/metadecor.py:365:47 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_check/metadata/metadecor.py:366:52 Unused blanket `type: ignore` directive
beartype unresolved-attribute beartype/_check/metadata/metadecor.py:555:34 Object of type `((...) -> Unknown) & (() -> object)` has no attribute `__name__`
beartype invalid-type-form beartype/_check/metadata/metadecor.py:842:56 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/pep/checkpep484585generic.py:362:34 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_check/pep/checkpep484typevar.py:79:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_check/pep/checkpep484typevar.py:167:46 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_conf/_confoverrides.py:89:83 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_conf/confmain.py:1386:29 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_data/cls/datacls.py:297:60 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_data/typing/datatypingport.py:200:28 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_data/typing/datatypingport.py:207:26 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_data/typing/datatypingport.py:214:18 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_data/typing/datatypingport.py:221:26 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_data/typing/datatypingport.py:228:16 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_data/typing/datatypingport.py:235:27 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_data/typing/datatypingport.py:242:20 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_data/typing/datatypingport.py:249:26 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_data/typing/datatypingport.py:256:37 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_data/typing/datatypingport.py:268:34 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_data/typing/datatypingport.py:276:24 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_data/typing/datatypingport.py:284:71 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_decor/_nontype/_decordescriptor.py:92:41 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_decor/_nontype/_decordescriptor.py:143:43 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_decor/_nontype/_decordescriptor.py:144:43 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_decor/_nontype/_decordescriptor.py:145:43 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_decor/_nontype/_decordescriptor.py:152:41 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_decor/_nontype/_decordescriptor.py:263:80 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_decor/_nontype/_decordescriptor.py:268:62 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_decor/_nontype/_wrap/_wrapargs.py:238:57 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_decor/_nontype/_wrap/_wrapargs.py:318:78 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_decor/_nontype/_wrap/_wrapargs.py:322:73 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_decor/_nontype/_wrap/_wrapreturn.py:194:56 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_decor/_nontype/decornontype.py:156:59 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_decor/_nontype/decornontype.py:210:80 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_decor/_nontype/decornontype.py:215:63 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_decor/_nontype/decornontype.py:253:53 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_decor/_nontype/decornontype.py:306:59 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_decor/_nontype/decornontype.py:313:42 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_decor/_nontype/decornontype.py:391:42 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_decor/_nontype/decornontype.py:393:22 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_decor/_nontype/decornontype.py:408:22 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_decor/_nontype/decornontype.py:501:46 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_decor/_nontype/decornontype.py:589:47 Unused blanket `type: ignore` directive
beartype invalid-type-guard-call beartype/_decor/_type/_pep/_decortypepep557.py:324:31 Type guard call does not have a target
beartype unused-ignore-comment beartype/_decor/_type/decortype.py:87:21 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_decor/_type/decortype.py:183:54 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_decor/_type/decortype.py:226:17 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_decor/decorcore.py:129:39 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_decor/decorcore.py:270:17 Unused blanket `type: ignore` directive
beartype unresolved-import beartype/_util/api/external/utilclick.py:89:10 Cannot resolve imported module `click.core`
beartype unused-ignore-comment beartype/_util/api/external/utilclick.py:104:56 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/api/external/utilclick.py:111:27 Unused blanket `type: ignore` directive
beartype unresolved-import beartype/_util/api/external/utilnumpy.py:55:10 Cannot resolve imported module `numpy`
beartype unresolved-import beartype/_util/api/external/utilnumpy.py:101:10 Cannot resolve imported module `numpy`
beartype unresolved-import beartype/_util/api/external/utilnumpy.py:237:10 Cannot resolve imported module `numpy`
beartype unused-ignore-comment beartype/_util/api/external/utilnumpy.py:253:37 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/api/external/utilnumpy.py:267:19 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/api/standard/utilcontextlib.py:142:34 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/api/standard/utilfunctools.py:308:55 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/ast/utilastget.py:44:38 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/ast/utilastget.py:247:28 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/cache/map/utilmapbig.py:116:59 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/cache/pool/utilcachepoolinstance.py:74:45 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/cache/pool/utilcachepoollistfixed.py:152:45 Unused blanket `type: ignore` directive
beartype invalid-method-override beartype/_util/cache/pool/utilcachepoollistfixed.py:251:9 Invalid override of method `append`: Definition is incompatible with `MutableSequence.append`
beartype invalid-method-override beartype/_util/cache/pool/utilcachepoollistfixed.py:261:9 Invalid override of method `extend`: Definition is incompatible with `MutableSequence.extend`
beartype unused-ignore-comment beartype/_util/cache/utilcachemeta.py:56:46 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/cache/utilcacheobjattr.py:656:53 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/cls/pep/clspep3119.py:90:33 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/cls/pep/clspep3119.py:277:32 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/cls/pep/clspep3119.py:508:32 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/cls/pep/clspep3119.py:649:32 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/cls/pep/clspep3119.py:874:32 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/cls/pep/clspep3119.py:994:40 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/cls/pep/clspep557.py:18:28 Unused blanket `type: ignore` directive
beartype unresolved-import beartype/_util/cls/pep/clspep557.py:24:5 Module `dataclasses` has no member `_PARAMS`
beartype unused-ignore-comment beartype/_util/error/utilerrwarn.py:60:48 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/error/utilerrwarn.py:84:31 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/func/arg/utilfuncargiter.py:424:57 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/func/arg/utilfuncargtest.py:302:53 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/func/arg/utilfuncargtest.py:331:52 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/func/utilfunccodeobj.py:306:35 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/func/utilfuncframe.py:573:63 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/func/utilfuncmake.py:27:49 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/func/utilfuncmake.py:310:46 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/func/utilfuncmake.py:357:45 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/func/utilfuncmake.py:358:30 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/func/utilfuncmake.py:437:30 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/func/utilfuncmake.py:439:31 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/func/utilfuncmake.py:440:30 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/func/utilfuncmake.py:451:55 Unused blanket `type: ignore` directive
beartype unresolved-attribute beartype/_util/func/utilfuncscope.py:261:29 Object of type `((...) -> Unknown) & (() -> object)` has no attribute `__name__`
beartype unresolved-attribute beartype/_util/func/utilfuncscope.py:320:16 Object of type `((...) -> Unknown) & (() -> object)` has no attribute `__qualname__`
beartype unresolved-attribute beartype/_util/func/utilfuncscope.py:334:16 Object of type `((...) -> Unknown) & (() -> object)` has no attribute `__qualname__`
beartype unresolved-attribute beartype/_util/func/utilfunctest.py:914:16 Object of type `((...) -> Unknown) & ~(() -> object)` has no attribute `__qualname__`
beartype possibly-missing-attribute beartype/_util/func/utilfunctest.py:1107:16 Attribute `__name__` may be missing on object of type `(Any & ~MethodType) | ((...) -> Unknown)`
beartype invalid-type-guard-call beartype/_util/func/utilfuncwrap.py:428:38 Type guard call does not have a target
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484/pep484generic.py:25:41 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484/pep484generic.py:72:43 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep484/pep484generic.py:149:42 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep484/pep484generic.py:177:50 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484/pep484generic.py:187:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype possibly-missing-attribute beartype/_util/hint/pep/proposal/pep484/pep484generic.py:418:18 Attribute `__mro__` may be missing on object of type `None | type`
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484/pep484namedtuple.py:66:46 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484/pep484newtype.py:23:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484/pep484newtype.py:23:48 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484/pep484typevar.py:72:34 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484/pep484typevar.py:158:6 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484/pep484typevar.py:247:31 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484/pep484union.py:26:50 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep484/pep484union.py:76:41 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep484/pep484union.py:87:35 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:64:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:67:23 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:297:57 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:371:56 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:392:34 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:448:53 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:518:75 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:541:72 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:572:78 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:573:66 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:608:38 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:712:77 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:713:52 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:737:71 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:745:28 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:838:16 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:999:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:1242:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:1424:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:1515:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484585/generic/pep484585genget.py:1594:51 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484585/generic/pep484585gentest.py:34:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484585/generic/pep484585gentest.py:77:42 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484585/generic/pep484585gentest.py:159:37 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484585/generic/pep484585gentest.py:232:44 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484585/generic/pep484585gentest.py:281:46 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484585/generic/pep484585gentest.py:331:50 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484585/pep484585.py:23:34 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484585/pep484585.py:23:66 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep484585/pep484585.py:61:38 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484585/pep484585.py:67:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484585/pep484585callable.py:62:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484585/pep484585callable.py:124:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484585/pep484585callable.py:321:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484585/pep484585callable.py:326:6 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484585/pep484585func.py:51:6 Variable of type `_SpecialForm` is not allowed in a type expression
beartype possibly-unresolved-reference beartype/_util/hint/pep/proposal/pep484585/pep484585ref.py:496:71 Name `cls` used when possibly not defined
beartype possibly-unresolved-reference beartype/_util/hint/pep/proposal/pep484585/pep484585ref.py:501:38 Name `cls` used when possibly not defined
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484585646.py:35:47 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484585646.py:84:44 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484585646.py:143:53 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484585646.py:248:65 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484604.py:32:43 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep484604.py:150:31 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484604.py:183:44 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484604.py:206:62 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep484604.py:283:56 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484612646.py:136:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep484612646.py:182:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep544.py:52:37 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep544.py:108:35 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep544.py:133:48 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep544.py:154:45 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep544.py:428:24 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep544.py:481:30 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep544.py:488:28 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep557.py:22:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep557.py:27:6 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep557.py:81:23 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep560.py:29:26 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep560.py:53:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep585.py:40:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep585.py:79:41 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep585.py:137:34 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep585.py:170:41 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep585.py:211:43 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep585.py:322:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep585.py:373:59 Unused blanket `type: ignore` directive
beartype unresolved-attribute beartype/_util/hint/pep/proposal/pep585.py:387:12 Object of type `type | None` has no attribute `__orig_bases__`
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep585.py:393:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep586.py:23:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep586.py:154:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep593.py:26:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep593.py:67:26 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep593.py:92:35 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep593.py:142:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep593.py:194:36 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep593.py:194:73 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep612.py:88:38 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep612.py:95:6 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep612.py:165:54 Unused blanket `type: ignore` directive
beartype unresolved-attribute beartype/_util/hint/pep/proposal/pep612.py:605:9 Object of type `(...) -> Unknown` has no attribute `__name__`
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep646692.py:32:54 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep646692.py:76:48 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep646692.py:216:53 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep646692.py:316:72 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep646692.py:369:47 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep646692.py:380:42 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep646692.py:430:42 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unresolved-import beartype/_util/hint/pep/proposal/pep646692.py:454:33 Module `beartype.typing` has no member `Unpack`
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep647.py:25:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep649.py:153:48 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep649.py:213:54 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep649.py:229:81 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep649.py:567:64 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep649.py:1029:51 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep695.py:131:33 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep695.py:211:6 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep695.py:442:42 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep749.py:30:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep749.py:38:6 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep749.py:146:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_util/hint/pep/proposal/pep749.py:235:55 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_util/hint/pep/proposal/pep749.py:451:15 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/utilpepget.py:181:42 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/utilpepget.py:316:40 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/utilpepget.py:503:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/utilpepget.py:511:6 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/utilpepget.py:561:39 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/utilpepget.py:561:48 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/utilpepget.py:652:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_util/hint/pep/utilpepget.py:793:70 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_util/hint/pep/utilpepget.py:830:51 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/utilpepget.py:879:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_util/hint/pep/utilpepget.py:927:44 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_util/hint/pep/utilpepsign.py:154:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-return-type beartype/_util/hint/pep/utilpepsign.py:237:12 Return type does not match returned value: expected `HintSign`, found `HintSign | None`
beartype invalid-type-form beartype/_util/hint/pep/utilpepsign.py:245:37 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/utilpepsign.py:380:48 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_util/hint/pep/utilpepsign.py:605:71 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/hint/pep/utilpepsign.py:618:48 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_util/hint/pep/utilpeptest.py:288:41 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/utilpeptest.py:466:30 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/pep/utilpeptest.py:502:35 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_util/hint/utilhintfactory.py:46:70 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/_util/hint/utilhinttest.py:38:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/utilhinttest.py:211:31 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/_util/hint/utilhinttest.py:326:35 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/_util/kind/maplike/utilmapfrozen.py:74:33 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/kind/maplike/utilmapfrozen.py:155:58 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/kind/maplike/utilmaptest.py:97:57 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/module/utilmodtest.py:21:63 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/py/utilpyinterpreter.py:158:29 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/text/utiltextjoin.py:123:25 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/_util/utilobjattr.py:127:42 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/bite/_infermain.py:238:21 Variable of type `Never` is not allowed in a type expression
beartype unused-ignore-comment beartype/bite/_infermain.py:272:31 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/bite/collection/infercollectionitems.py:321:51 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/bite/collection/infercollectionitems.py:415:34 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/bite/collection/infercollectionitems.py:463:57 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/bite/collection/infercollectionitems.py:500:48 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/bite/collection/infercollectionitems.py:504:43 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/bite/collection/infercollectionsabc.py:165:27 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/bite/collection/infercollectionsabc.py:200:26 Variable of type `object` is not allowed in a type expression
beartype unused-ignore-comment beartype/bite/collection/infercollectionsabc.py:822:45 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/bite/kind/infercallable.py:110:47 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/bite/kind/infercallable.py:258:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/bite/kind/infercallable.py:351:19 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/bite/kind/infercallable.py:460:41 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/bite/kind/infercallable.py:497:68 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/bite/kind/infercallable.py:530:81 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/bite/kind/infercallable.py:562:18 The first argument to `Callable` must be either a list of types, ParamSpec, Concatenate, or `...`
beartype unresolved-import beartype/bite/kind/inferthirdparty.py:124:10 Cannot resolve imported module `numpy`
beartype unused-ignore-comment beartype/bite/kind/inferthirdparty.py:134:50 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/bite/kind/inferthirdparty.py:138:42 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/bite/kind/inferthirdparty.py:144:64 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/claw/_ast/_clawastutil.py:95:44 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/claw/_ast/_kind/clawastimport.py:468:80 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/claw/_ast/_kind/clawastimport.py:733:62 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/claw/_ast/_kind/clawastimport.py:1333:81 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/claw/_ast/_pep/clawastpep695.py:307:47 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/claw/_ast/clawastmain.py:182:16 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/claw/_ast/clawastmain.py:213:45 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/claw/_importlib/_clawimpload.py:19:54 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/claw/_importlib/_clawimpload.py:28:26 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/claw/_importlib/_clawimpload.py:177:40 Unused blanket `type: ignore` directive
beartype invalid-assignment beartype/claw/_importlib/_clawimpload.py:379:9 Implicit shadowing of function `cache_from_source`
beartype unused-ignore-comment beartype/claw/_importlib/_clawimpload.py:456:45 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/claw/_importlib/clawimpmain.py:90:63 Unused blanket `type: ignore` directive
beartype unresolved-attribute beartype/claw/_importlib/clawimpmain.py:101:27 Object of type `(str, /) -> PathEntryFinder` has no attribute `__qualname__`
beartype unresolved-attribute beartype/claw/_importlib/clawimpmain.py:150:12 Object of type `(str, /) -> PathEntryFinderProtocol` has no attribute `__qualname__`
beartype unused-ignore-comment beartype/claw/_package/_clawpkgmake.py:81:45 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/claw/_package/clawpkgmain.py:385:41 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/claw/_package/clawpkgmain.py:538:51 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/claw/_package/clawpkgtrie.py:567:71 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/claw/_package/clawpkgtrie.py:760:70 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/claw/_package/clawpkgtrie.py:771:71 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/door/_cls/doormeta.py:81:46 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unresolved-attribute beartype/door/_cls/doormeta.py:82:10 Object of type `object` has no attribute `TypeHint`
beartype unresolved-attribute beartype/door/_cls/doormeta.py:163:19 Object of type `object` has no attribute `TypeHint`
beartype unused-ignore-comment beartype/door/_cls/doormeta.py:164:79 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/door/_cls/doormeta.py:169:51 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/door/_cls/doormeta.py:178:51 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unresolved-attribute beartype/door/_cls/doormeta.py:179:10 Object of type `object` has no attribute `TypeHint`
beartype unused-ignore-comment beartype/door/_cls/doormeta.py:235:30 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/door/_cls/doormeta.py:261:76 Unused blanket `type: ignore` directive
beartype invalid-type-guard-call beartype/door/_cls/doorsuper.py:667:27 Type guard call does not have a target
beartype unused-ignore-comment beartype/door/_cls/doorsuper.py:984:16 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/door/_cls/doorsuper.py:1002:16 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/door/_cls/doorsuper.py:1019:16 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/door/_cls/doorsuper.py:1042:16 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/door/_cls/pep/doorpep593.py:42:30 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/door/_cls/pep/pep484/doorpep484newtype.py:29:30 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/door/_cls/pep/pep484/doorpep484newtype.py:63:47 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/door/_cls/pep/pep484/doorpep484newtype.py:70:43 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/door/_cls/pep/pep484/doorpep484typevar.py:60:16 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/door/_cls/pep/pep484585/doorpep484585callable.py:196:16 Unused blanket `type: ignore` directive
beartype invalid-type-form beartype/door/_cls/util/doorclsmap.py:62:33 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/door/_func/doorcheck.py:60:11 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/door/_func/doorcheck.py:131:11 Invalid subscript of object of type `_SpecialForm` in type expression
beartype invalid-type-form beartype/door/_func/doorcheck.py:233:25 Variable of type `_SpecialForm` is not allowed in a type expression
beartype invalid-type-form beartype/door/_func/doorcheck.py:233:42 Variable of type `_SpecialForm` is not allowed in a type expression
beartype unused-ignore-comment beartype/typing/__init__.py:236:3 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/typing/__init__.py:246:5 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/typing/__init__.py:250:27 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/typing/__init__.py:268:31 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/typing/__init__.py:275:35 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/typing/__init__.py:285:39 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/typing/__init__.py:306:59 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/typing/__init__.py:320:27 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/typing/__init__.py:443:18 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/typing/__init__.py:444:28 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/typing/__init__.py:445:18 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/typing/__init__.py:446:16 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/typing/__init__.py:447:20 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/typing/__init__.py:448:18 Unused blanket `type: ignore` directive
beartype unresolved-attribute beartype/typing/_typingcache.py:87:34 Object of type `((...) -> Unknown) & (() -> object)` has no attribute `__name__`
beartype invalid-raise beartype/typing/_typingcache.py:130:23 Cannot raise object of type `object`: Not an instance or subclass of `BaseException`
beartype unused-ignore-comment beartype/typing/_typingpep544.py:37:23 Unused blanket `type: ignore` directive
beartype unresolved-import beartype/typing/_typingpep544.py:38:5 Module `typing` has no member `EXCLUDED_ATTRIBUTES`
beartype invalid-method-override beartype/typing/_typingpep544.py:253:9 Invalid override of method `__instancecheck__`: Definition is incompatible with `ABCMeta.__instancecheck__`
beartype invalid-base beartype/typing/_typingpep544.py:464:5 Cannot inherit from plain `Generic`
beartype unused-ignore-comment beartype/typing/_typingpep544.py:669:78 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/typing/_typingpep544.py:694:65 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/vale/_is/_valeis.py:260:23 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/vale/_is/_valeisobj.py:138:23 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/vale/_is/_valeisobj.py:239:53 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/vale/_is/_valeisoper.py:184:60 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/vale/_is/_valeistype.py:122:75 Unused blanket `type: ignore` directive
beartype unused-ignore-comment beartype/vale/_is/_valeistype.py:325:75 Unused blanket `type: ignore` directive
cibuildwheel unresolved-import cibuildwheel/bashlex_eval.py:10:8 Cannot resolve imported module `bashlex`
cibuildwheel unresolved-import cibuildwheel/environment.py:5:8 Cannot resolve imported module `bashlex`
cibuildwheel unresolved-import cibuildwheel/environment.py:6:8 Cannot resolve imported module `bashlex.errors`
cibuildwheel unresolved-import cibuildwheel/logger.py:16:8 Cannot resolve imported module `humanize`
cibuildwheel invalid-argument-type cibuildwheel/logger.py:409:30 Argument to function `file_is_a_tty` is incorrect: Argument type `AnyStr@file_supports_color` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
cibuildwheel invalid-argument-type cibuildwheel/options.py:382:51 Argument to bound method `format_table` is incorrect: Expected `Mapping[str, Sequence[str | int] | int]`, found `Mapping[str, Sequence[str | int] | int] | (Sequence[str | int] & Top[Mapping[Unknown, object]]) | (int & Top[Mapping[Unknown, object]])`
cibuildwheel invalid-argument-type cibuildwheel/options.py:394:50 Argument to bound method `format_list` is incorrect: Expected `Sequence[str | int]`, found `(Mapping[str, Sequence[str | int] | int] & ~int) | (Sequence[str | int] & ~int)`
cibuildwheel invalid-assignment cibuildwheel/platforms/__init__.py:31:67 Object of type `dict[Literal["linux", "macos", "windows", "pyodide", "android", "ios"], PlatformModule | ModuleType]` is not assignable to `dict[Literal["linux", "macos", "windows", "pyodide", "android", "ios"], PlatformModule]`
cibuildwheel unresolved-import cibuildwheel/platforms/android.py:19:6 Cannot resolve imported module `build`
cibuildwheel unresolved-import cibuildwheel/platforms/android.py:20:6 Cannot resolve imported module `build.env`
cibuildwheel unresolved-import cibuildwheel/platforms/android.py:21:6 Cannot resolve imported module `elftools.common.exceptions`
cibuildwheel unresolved-import cibuildwheel/platforms/android.py:22:6 Cannot resolve imported module `elftools.elf.elffile`
cibuildwheel unused-ignore-comment cibuildwheel/platforms/android.py:503:75 Unused blanket `type: ignore` directive
cibuildwheel unused-ignore-comment cibuildwheel/platforms/android.py:557:45 Unused blanket `type: ignore` directive
cibuildwheel type-assertion-failure cibuildwheel/platforms/linux.py:311:21 Type `Unknown | BuildFrontendConfig` is not equivalent to `Never`
cibuildwheel type-assertion-failure cibuildwheel/platforms/macos.py:502:25 Type `Unknown | BuildFrontendConfig` is not equivalent to `Never`
cibuildwheel possibly-unresolved-reference cibuildwheel/platforms/pyodide.py:498:31 Name `repaired_wheel` used when possibly not defined
cibuildwheel possibly-unresolved-reference cibuildwheel/platforms/pyodide.py:506:24 Name `repaired_wheel` used when possibly not defined
cibuildwheel possibly-unresolved-reference cibuildwheel/platforms/pyodide.py:542:66 Name `repaired_wheel` used when possibly not defined
cibuildwheel possibly-unresolved-reference cibuildwheel/platforms/pyodide.py:543:41 Name `repaired_wheel` used when possibly not defined
cibuildwheel possibly-unresolved-reference cibuildwheel/platforms/pyodide.py:546:28 Name `repaired_wheel` used when possibly not defined
cibuildwheel type-assertion-failure cibuildwheel/platforms/windows.py:505:25 Type `Unknown | BuildFrontendConfig` is not equivalent to `Never`
cibuildwheel invalid-assignment cibuildwheel/resources/_cross_venv.py:32:5 Implicit shadowing of function `uname`
cibuildwheel unresolved-attribute cibuildwheel/resources/_cross_venv.py:38:57 Module `platform` has no member `AndroidVer`
cibuildwheel unresolved-attribute cibuildwheel/resources/_cross_venv.py:39:16 Module `platform` has no member `AndroidVer`
cibuildwheel unresolved-attribute cibuildwheel/resources/_cross_venv.py:49:5 Unresolved attribute `android_ver` on type `<module 'platform'>`.
cibuildwheel invalid-assignment cibuildwheel/resources/_cross_venv.py:61:5 Object of type `Literal["android"]` is not assignable to attribute `platform` of type `Literal["linux"]`
cibuildwheel unused-ignore-comment cibuildwheel/schema.py:12:30 Unused blanket `type: ignore` directive
com2ann unresolved-import setup.py:5:6 Cannot resolve imported module `setuptools`
com2ann invalid-method-override src/com2ann.py:155:9 Invalid override of method `visit_Assign`: Definition is incompatible with `NodeVisitor.visit_Assign`
com2ann invalid-method-override src/com2ann.py:191:9 Invalid override of method `visit_For`: Definition is incompatible with `NodeVisitor.visit_For`
com2ann invalid-method-override src/com2ann.py:194:9 Invalid override of method `visit_AsyncFor`: Definition is incompatible with `NodeVisitor.visit_AsyncFor`
com2ann invalid-method-override src/com2ann.py:197:9 Invalid override of method `visit_With`: Definition is incompatible with `NodeVisitor.visit_With`
com2ann invalid-method-override src/com2ann.py:200:9 Invalid override of method `visit_AsyncWith`: Definition is incompatible with `NodeVisitor.visit_AsyncWith`
com2ann invalid-method-override src/com2ann.py:208:9 Invalid override of method `visit_FunctionDef`: Definition is incompatible with `NodeVisitor.visit_FunctionDef`
com2ann invalid-method-override src/com2ann.py:211:9 Invalid override of method `visit_AsyncFunctionDef`: Definition is incompatible with `NodeVisitor.visit_AsyncFunctionDef`
com2ann invalid-ignore-comment src/com2ann.py:464:31 Invalid `type: ignore` comment: expected a alphanumeric character or `-` or `_` as code
com2ann unused-ignore-comment src/com2ann.py:668:26 Unused blanket `type: ignore` directive
com2ann unresolved-import src/test_cli.py:8:8 Cannot resolve imported module `pytest`
cki-lib unresolved-import cki_lib/certs.py:6:6 Cannot resolve imported module `cryptography`
cki-lib unresolved-import cki_lib/certs.py:7:8 Cannot resolve imported module `prometheus_client`
cki-lib unresolved-import cki_lib/cki_pipeline.py:9:6 Cannot resolve imported module `gitlab.exceptions`
cki-lib unresolved-import cki_lib/cronjob.py:5:6 Cannot resolve imported module `crontab`
cki-lib unresolved-import cki_lib/cronjob.py:6:8 Cannot resolve imported module `prometheus_client`
cki-lib unresolved-import cki_lib/footer.py:9:8 Cannot resolve imported module `sentry_sdk`
cki-lib invalid-argument-type cki_lib/footer.py:52:17 Argument to function `load` is incorrect: Expected `Path | str | None`, found `Traversable`
cki-lib invalid-argument-type cki_lib/footer.py:52:45 Argument to function `files` is incorrect: Expected `str | ModuleType`, found `str | None`
cki-lib unresolved-import cki_lib/gitlab.py:15:8 Cannot resolve imported module `gitlab`
cki-lib unresolved-import cki_lib/gitlab.py:16:6 Cannot resolve imported module `gitlab.v4`
cki-lib unresolved-import cki_lib/gitlab.py:17:8 Cannot resolve imported module `gql`
cki-lib unresolved-import cki_lib/gitlab.py:18:8 Cannot resolve imported module `gql.transport.requests`
cki-lib unresolved-import cki_lib/gitlab.py:19:8 Cannot resolve imported module `graphql`
cki-lib unresolved-import cki_lib/gitlab.py:20:8 Cannot resolve imported module `sentry_sdk`
cki-lib non-subscriptable cki_lib/gitlab.py:232:41 Cannot subscript object of type `None` with no `__getitem__` method
cki-lib non-subscriptable cki_lib/gitlab.py:233:54 Cannot subscript object of type `None` with no `__getitem__` method
cki-lib non-subscriptable cki_lib/gitlab.py:239:41 Cannot subscript object of type `None` with no `__getitem__` method
cki-lib non-subscriptable cki_lib/gitlab.py:240:46 Cannot subscript object of type `None` with no `__getitem__` method
cki-lib non-subscriptable cki_lib/gitlab.py:246:41 Cannot subscript object of type `None` with no `__getitem__` method
cki-lib non-subscriptable cki_lib/gitlab.py:247:36 Cannot subscript object of type `None` with no `__getitem__` method
cki-lib non-subscriptable cki_lib/gitlab.py:253:41 Cannot subscript object of type `None` with no `__getitem__` method
cki-lib non-subscriptable cki_lib/gitlab.py:257:58 Cannot subscript object of type `None` with no `__getitem__` method
cki-lib non-subscriptable cki_lib/gitlab.py:262:54 Cannot subscript object of type `None` with no `__getitem__` method
cki-lib non-subscriptable cki_lib/gitlab.py:268:41 Cannot subscript object of type `None` with no `__getitem__` method
cki-lib non-subscriptable cki_lib/gitlab.py:269:40 Cannot subscript object of type `None` with no `__getitem__` method
cki-lib unresolved-attribute cki_lib/inttests/__init__.py:26:9 Object of type `Self@setUp` has no attribute `enterContext`
cki-lib unresolved-import cki_lib/inttests/cluster.py:16:6 Cannot resolve imported module `kubernetes`
cki-lib unresolved-import cki_lib/inttests/cluster.py:17:6 Cannot resolve imported module `kubernetes`
cki-lib unresolved-import cki_lib/inttests/cluster.py:18:6 Cannot resolve imported module `kubernetes`
cki-lib unresolved-import cki_lib/inttests/cluster.py:19:6 Cannot resolve imported module `kubernetes`
cki-lib unresolved-attribute cki_lib/inttests/cluster.py:78:9 Object of type `type[Self@setUpClass]` has no attribute `enterClassContext`
cki-lib unresolved-attribute cki_lib/inttests/mariadb.py:22:9 Object of type `type[Self@setUpClass]` has no attribute `enterClassContext`
cki-lib unresolved-attribute cki_lib/inttests/minio.py:22:9 Object of type `type[Self@setUpClass]` has no attribute `enterClassContext`
cki-lib unresolved-import cki_lib/inttests/rabbitmq.py:13:6 Cannot resolve imported module `cryptography`
cki-lib unresolved-import cki_lib/inttests/rabbitmq.py:14:6 Cannot resolve imported module `cryptography.hazmat.primitives`
cki-lib unresolved-import cki_lib/inttests/rabbitmq.py:15:6 Cannot resolve imported module `cryptography.hazmat.primitives`
cki-lib unresolved-import cki_lib/inttests/rabbitmq.py:16:6 Cannot resolve imported module `cryptography.hazmat.primitives.asymmetric`
cki-lib unresolved-import cki_lib/inttests/rabbitmq.py:17:6 Cannot resolve imported module `cryptography.x509.oid`
cki-lib unresolved-import cki_lib/inttests/rabbitmq.py:18:8 Cannot resolve imported module `pika`
cki-lib unresolved-attribute cki_lib/inttests/rabbitmq.py:36:9 Object of type `type[Self@setUpClass]` has no attribute `enterClassContext`
cki-lib invalid-argument-type cki_lib/inttests/rabbitmq.py:119:21 Argument to bound method `put` is incorrect: Expected `bool | str | None`, found `Path`
cki-lib unresolved-import cki_lib/inttests/remote_responses.py:14:8 Cannot resolve imported module `responses`
cki-lib unresolved-import cki_lib/inttests/remote_responses.py:15:8 Cannot resolve imported module `sentry_sdk`
cki-lib unresolved-attribute cki_lib/inttests/remote_responses.py:123:9 Object of type `type[Self@setUpClass]` has no attribute `enterClassContext`
cki-lib unresolved-import cki_lib/inttests/sqs.py:10:8 Cannot resolve imported module `boto3`
cki-lib unresolved-attribute cki_lib/inttests/sqs.py:29:9 Object of type `type[Self@setUpClass]` has no attribute `enterClassContext`
cki-lib unresolved-attribute cki_lib/inttests/vault.py:22:9 Object of type `type[Self@setUpClass]` has no attribute `enterClassContext`
cki-lib unresolved-import cki_lib/kcidb/checks.py:9:10 Cannot resolve imported module `datawarehouse.objects`
cki-lib unresolved-import cki_lib/kcidb/checks.py:10:10 Cannot resolve imported module `datawarehouse.objects`
cki-lib possibly-missing-attribute cki_lib/kcidb/checks.py:81:45 Attribute `tests` may be missing on object of type `Unknown | None`
cki-lib invalid-argument-type cki_lib/kcidb/file.py:55:16 Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`
cki-lib possibly-missing-attribute cki_lib/kcidb/file.py:66:13 Attribute `append` may be missing on object of type `Unknown | dict[Unknown | str, Unknown]`
cki-lib possibly-missing-attribute cki_lib/kcidb/file.py:68:21 Attribute `index` may be missing on object of type `Unknown | dict[Unknown | str, Unknown]`
cki-lib possibly-missing-attribute cki_lib/kcidb/file.py:77:21 Attribute `index` may be missing on object of type `Unknown | dict[Unknown | str, Unknown]`
cki-lib possibly-missing-attribute cki_lib/kcidb/file.py:81:13 Attribute `append` may be missing on object of type `Unknown | dict[Unknown | str, Unknown]`
cki-lib unresolved-import cki_lib/kcidb/validate.py:12:8 Cannot resolve imported module `jsonschema`
cki-lib unresolved-import cki_lib/kcidb/validate.py:13:6 Cannot resolve imported module `kcidb_io`
cki-lib invalid-argument-type cki_lib/kcidb/validate.py:21:24 Argument to function `load` is incorrect: Expected `str | None`, found `bytes | None`
cki-lib unresolved-import cki_lib/krb_ticket_refresher.py:8:6 Cannot resolve imported module `dateutil`
cki-lib unresolved-import cki_lib/krb_ticket_refresher.py:9:8 Cannot resolve imported module `sentry_sdk`
cki-lib no-matching-overload cki_lib/krb_ticket_refresher.py:63:9 No overload of function `run` matches arguments
cki-lib unresolved-import cki_lib/mariadb.py:7:8 Cannot resolve imported module `mysql.connector`
cki-lib unresolved-import cki_lib/mariadb.py:8:8 Cannot resolve imported module `prometheus_client`
cki-lib unresolved-import cki_lib/messagequeue.py:17:8 Cannot resolve imported module `pika`
cki-lib unresolved-import cki_lib/messagequeue.py:18:8 Cannot resolve imported module `prometheus_client`
cki-lib invalid-parameter-default cki_lib/messagequeue.py:278:9 Default value of type `None` is not assignable to annotated parameter type `int`
cki-lib invalid-parameter-default cki_lib/messagequeue.py:394:9 Default value of type `None` is not assignable to annotated parameter type `str`
cki-lib invalid-argument-type cki_lib/messagequeue.py:520:44 Argument to bound method `listen_messages` is incorrect: Expected `str`, found `str | None`
cki-lib unresolved-import cki_lib/metrics/__init__.py:5:8 Cannot resolve imported module `prometheus_client`
cki-lib unsupported-operator cki_lib/metrics/__init__.py:28:21 Operator `-` is not supported between objects of type `int | float` and `Unknown | None | int | float`
cki-lib unsupported-operator cki_lib/metrics/__init__.py:28:49 Operator `-` is not supported between objects of type `int | float` and `Unknown | None | int | float`
cki-lib unresolved-import cki_lib/metrics/server.py:4:8 Cannot resolve imported module `prometheus_client`
cki-lib unresolved-import cki_lib/metrics/server.py:5:8 Cannot resolve imported module `prometheus_client.multiprocess`
cki-lib unresolved-import cki_lib/misc.py:24:6 Cannot resolve imported module `dateutil.parser`
cki-lib unresolved-attribute cki_lib/misc.py:283:18 Object of type `str & ~AlwaysFalsy` has no attribute `decode`
cki-lib unresolved-attribute cki_lib/misc.py:284:18 Object of type `str & ~AlwaysFalsy` has no attribute `decode`
cki-lib unresolved-import cki_lib/misc.py:388:14 Cannot resolve imported module `sentry_sdk`
cki-lib unresolved-import cki_lib/owners.py:10:8 Cannot resolve imported module `sentry_sdk`
cki-lib invalid-return-type cki_lib/owners.py:242:16 Return type does not match returned value: expected `None`, found `str`
cki-lib invalid-return-type cki_lib/owners.py:249:16 Return type does not match returned value: expected `None`, found `str`
cki-lib unresolved-import cki_lib/psql.py:2:8 Cannot resolve imported module `prometheus_client`
cki-lib unresolved-import cki_lib/psql.py:3:8 Cannot resolve imported module `psycopg2`
cki-lib unresolved-attribute cki_lib/retrying.py:25:13 Unresolved attribute `failed_count` on type `_Wrapped[(...), Unknown, (...), Unknown]`.
cki-lib unresolved-attribute cki_lib/retrying.py:26:13 Unresolved attribute `retries` on type `_Wrapped[(...), Unknown, (...), Unknown]`.
cki-lib unresolved-attribute cki_lib/retrying.py:35:21 Object of type `_Wrapped[(...), Unknown, (...), Unknown]` has no attribute `failed_count`
cki-lib unresolved-attribute cki_lib/retrying.py:37:24 Object of type `_Wrapped[(...), Unknown, (...), Unknown]` has no attribute `failed_count`
cki-lib unresolved-import cki_lib/s3bucket.py:8:8 Cannot resolve imported module `boto3`
cki-lib unresolved-import cki_lib/s3bucket.py:9:8 Cannot resolve imported module `botocore`
cki-lib possibly-missing-attribute cki_lib/s3bucket.py:76:22 Submodule `parse` may not be available as an attribute on module `urllib`
cki-lib unresolved-import cki_lib/session.py:10:8 Cannot resolve imported module `prometheus_client`
cki-lib unresolved-import cki_lib/stomp.py:10:8 Cannot resolve imported module `stomp`
cki-lib unresolved-import cki_lib/yaml.py:14:8 Cannot resolve imported module `jsonschema`
cki-lib unresolved-import cki_lib/yaml.py:15:8 Cannot resolve imported module `sentry_sdk`
cki-lib possibly-unresolved-reference cki_lib/yaml.py:128:32 Name `schema` used when possibly not defined
cki-lib possibly-unresolved-reference cki_lib/yaml.py:146:30 Name `schema` used when possibly not defined
cki-lib unresolved-import inttests/test_mariadb.py:4:8 Cannot resolve imported module `mysql.connector`
cki-lib unresolved-attribute inttests/test_messagequeue.py:58:9 Object of type `Self@setUp` has no attribute `enterContext`
cki-lib invalid-argument-type inttests/test_messagequeue.py:89:30 Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
cki-lib invalid-argument-type inttests/test_messagequeue.py:94:30 Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
cki-lib invalid-argument-type inttests/test_messagequeue.py:122:30 Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
cki-lib invalid-argument-type inttests/test_messagequeue.py:129:30 Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
cki-lib invalid-argument-type inttests/test_messagequeue.py:136:30 Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
cki-lib invalid-argument-type inttests/test_messagequeue.py:145:30 Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
cki-lib invalid-argument-type inttests/test_messagequeue.py:154:30 Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
cki-lib invalid-argument-type inttests/test_messagequeue.py:181:30 Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
cki-lib invalid-argument-type inttests/test_messagequeue.py:188:30 Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
cki-lib invalid-argument-type inttests/test_messagequeue.py:213:30 Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
cki-lib invalid-argument-type inttests/test_messagequeue.py:215:30 Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
cki-lib invalid-argument-type inttests/test_messagequeue.py:222:30 Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
cki-lib invalid-argument-type inttests/test_messagequeue.py:227:30 Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
cki-lib invalid-argument-type inttests/test_messagequeue.py:234:30 Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
cki-lib invalid-argument-type inttests/test_messagequeue.py:239:30 Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
cki-lib invalid-argument-type inttests/test_messagequeue.py:256:30 Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
cki-lib invalid-argument-type inttests/test_messagequeue.py:262:30 Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
cki-lib unresolved-import inttests/test_minio.py:4:8 Cannot resolve imported module `boto3`
cki-lib unresolved-import tests/cki_pipeline/mocks.py:5:8 Cannot resolve imported module `responses`
cki-lib unresolved-import tests/cki_pipeline/test_create_commit.py:8:6 Cannot resolve imported module `gitlab.exceptions`
cki-lib unresolved-import tests/cki_pipeline/test_create_commit.py:9:8 Cannot resolve imported module `responses`
cki-lib unresolved-import tests/cki_pipeline/test_misc.py:6:8 Cannot resolve imported module `responses`
cki-lib unresolved-import tests/cki_pipeline/test_retrigger.py:5:8 Cannot resolve imported module `responses`
cki-lib unresolved-import tests/cki_pipeline/test_trigger.py:7:8 Cannot resolve imported module `responses`
cki-lib unresolved-import tests/cki_pipeline/test_trigger_multiple.py:7:8 Cannot resolve imported module `responses`
cki-lib invalid-argument-type tests/kcidb/test_checks.py:139:66 Argument to bound method `_mock_issueoccurrence` is incorrect: Expected `str`, found `Literal[1]`
cki-lib invalid-argument-type tests/kcidb/test_checks.py:147:66 Argument to bound method `_mock_issueoccurrence` is incorrect: Expected `str`, found `Literal[1]`
cki-lib invalid-argument-type tests/kcidb/test_checks.py:185:44 Argument to bound method `_mock_issueoccurrence` is incorrect: Expected `str`, found `Literal[1]`
cki-lib invalid-argument-type tests/kcidb/test_checks.py:186:44 Argument to bound method `_mock_issueoccurrence` is incorrect: Expected `str`, found `Literal[2]`
cki-lib invalid-parameter-default tests/kcidb/test_checks.py:198:9 Default value of type `None` is not assignable to annotated parameter type `bool`
cki-lib invalid-parameter-default tests/kcidb/test_checks.py:223:9 Default value of type `None` is not assignable to annotated parameter type `str`
cki-lib invalid-parameter-default tests/kcidb/test_checks.py:224:9 Default value of type `None` is not assignable to annotated parameter type `str`
cki-lib invalid-parameter-default tests/kcidb/test_checks.py:237:49 Default value of type `None` is not assignable to annotated parameter type `str`
cki-lib invalid-argument-type tests/kcidb/test_checks.py:370:32 Argument to function `load` is incorrect: Expected `Path | str | None`, found `Traversable`
cki-lib invalid-argument-type tests/kcidb/test_checks.py:421:32 Argument to function `load` is incorrect: Expected `Path | str | None`, found `Traversable`
cki-lib invalid-argument-type tests/kcidb/test_checks.py:460:32 Argument to function `load` is incorrect: Expected `Path | str | None`, found `Traversable`
cki-lib invalid-argument-type tests/kcidb/test_checks.py:511:32 Argument to function `load` is incorrect: Expected `Path | str | None`, found `Traversable`
cki-lib unresolved-import tests/kcidb/test_validate.py:8:8 Cannot resolve imported module `jsonschema`
cki-lib unresolved-import tests/kcidb/test_validate.py:9:6 Cannot resolve imported module `kcidb_io`
cki-lib unresolved-import tests/test_certs.py:11:10 Cannot resolve imported module `cryptography`
cki-lib unresolved-import tests/test_certs.py:12:10 Cannot resolve imported module `cryptography.hazmat`
cki-lib unresolved-import tests/test_cronjob.py:7:6 Cannot resolve imported module `freezegun`
cki-lib invalid-assignment tests/test_cronjob.py:38:9 Object of type `Mock` is not assignable to attribute `run` on type `Unknown | CronJob`
cki-lib possibly-missing-attribute tests/test_cronjob.py:43:9 Attribute `assert_has_calls` may be missing on object of type `Unknown | Event`
cki-lib invalid-argument-type tests/test_cronjob.py:65:25 Argument to function `__new__` is incorrect: Expected `tzinfo | None`, found `Unknown | int`
cki-lib parameter-already-assigned tests/test_cronjob.py:66:25 Multiple values provided for parameter `tzinfo` of function `__new__`
cki-lib invalid-assignment tests/test_cronjob.py:80:9 Object of type `Mock` is not assignable to attribute `run` on type `Unknown | CronJob`
cki-lib possibly-missing-attribute tests/test_cronjob.py:83:9 Attribute `join` may be missing on object of type `Unknown | Thread | None`
cki-lib invalid-assignment tests/test_cronjob.py:105:9 Object of type `Mock` is not assignable to attribute `run` on type `Unknown | CronJob`
cki-lib possibly-missing-attribute tests/test_cronjob.py:109:13 Attribute `join` may be missing on object of type `Unknown | Thread | None`
cki-lib possibly-missing-attribute tests/test_cronjob.py:117:13 Attribute `join` may be missing on object of type `Unknown | Thread | None`
cki-lib possibly-missing-attribute tests/test_cronjob.py:127:13 Attribute `join` may be missing on object of type `Unknown | Thread | None`
cki-lib invalid-assignment tests/test_cronjob.py:140:9 Object of type `Mock` is not assignable to attribute `_run` on type `Unknown | CronJob`
cki-lib invalid-assignment tests/test_cronjob.py:154:9 Object of type `Mock` is not assignable to attribute `_run` on type `Unknown | CronJob`
cki-lib invalid-assignment tests/test_cronjob.py:184:9 Object of type `Mock` is not assignable to attribute `_run` on type `Unknown | CronJob`
cki-lib invalid-assignment tests/test_cronjob.py:246:9 Object of type `Mock` is not assignable to attribute `_run` on type `Unknown | CronJob`
cki-lib unresolved-import tests/test_footer.py:11:8 Cannot resolve imported module `freezegun`
cki-lib unresolved-import tests/test_gitlab.py:7:6 Cannot resolve imported module `gitlab`
cki-lib unresolved-import tests/test_gitlab.py:8:6 Cannot resolve imported module `gitlab.v4`
cki-lib unresolved-import tests/test_gitlab.py:9:8 Cannot resolve imported module `responses`
cki-lib possibly-missing-attribute tests/test_gitlab.py:231:35 Attribute `attributes` may be missing on object of type `Unknown | None`
cki-lib possibly-missing-attribute tests/test_gitlab.py:236:35 Attribute `attributes` may be missing on object of type `Unknown | None`
cki-lib possibly-missing-attribute tests/test_gitlab.py:241:38 Attribute `attributes` may be missing on object of type `Unknown | None`
cki-lib unresolved-import tests/test_krb_ticket_refresher.py:7:6 Cannot resolve imported module `freezegun`
cki-lib unresolved-attribute tests/test_krb_ticket_refresher.py:23:9 Unresolved attribute `LOGGER` on type `RefreshKerberosTicket`.
cki-lib unresolved-import tests/test_logger.py:13:6 Cannot resolve imported module `freezegun`
cki-lib unresolved-import tests/test_messagequeue.py:15:8 Cannot resolve imported module `pika`
cki-lib invalid-argument-type tests/test_messagequeue.py:449:44 Argument to bound method `consume_messages` is incorrect: Expected `list[Unknown]`, found `Literal["routing"]`
cki-lib invalid-argument-type tests/test_messagequeue.py:449:55 Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `None`
cki-lib invalid-argument-type tests/test_messagequeue.py:467:48 Argument to bound method `consume_messages` is incorrect: Expected `list[Unknown]`, found `Literal["routing"]`
cki-lib invalid-argument-type tests/test_messagequeue.py:485:48 Argument to bound method `consume_messages` is incorrect: Expected `list[Unknown]`, found `Literal["routing"]`
cki-lib invalid-argument-type tests/test_messagequeue.py:502:48 Argument to bound method `consume_messages` is incorrect: Expected `list[Unknown]`, found `Literal["routing"]`
cki-lib invalid-argument-type tests/test_messagequeue.py:518:48 Argument to bound method `consume_messages` is incorrect: Expected `list[Unknown]`, found `Literal["routing"]`
cki-lib invalid-argument-type tests/test_messagequeue.py:551:44 Argument to bound method `consume_messages` is incorrect: Expected `list[Unknown]`, found `Literal["routing"]`
cki-lib invalid-argument-type tests/test_messagequeue.py:792:38 Argument to bound method `_consume_one` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `<class 'Exception'>`
cki-lib invalid-argument-type tests/test_messagequeue.py:811:38 Argument to bound method `_consume_one` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `<class 'Exception'>`
cki-lib unresolved-import tests/test_metrics.py:5:6 Cannot resolve imported module `freezegun`
cki-lib unresolved-import tests/test_misc.py:16:6 Cannot resolve imported module `freezegun`
cki-lib invalid-argument-type tests/test_misc.py:166:26 Method `__getitem__` of type `bound method _Environ[str].__getitem__(key: str) -> str` cannot be called with key of type `None | str` on object of type `_Environ[str]`
cki-lib unresolved-attribute tests/test_misc.py:190:13 Unresolved attribute `communicate` on type `def fake_popen(...) -> Unknown`.
cki-lib unresolved-attribute tests/test_misc.py:192:13 Unresolved attribute `returncode` on type `def fake_popen(...) -> Unknown`.
cki-lib unresolved-attribute tests/test_misc.py:193:13 Unresolved attribute `called` on type `def fake_popen(...) -> Unknown`.
cki-lib invalid-argument-type tests/test_misc.py:325:41 Argument to function `booltostr` is incorrect: Expected `bool`, found `None`
cki-lib invalid-argument-type tests/test_misc.py:326:41 Argument to function `booltostr` is incorrect: Expected `bool`, found `Literal[""]`
cki-lib invalid-argument-type tests/test_misc.py:327:41 Argument to function `booltostr` is incorrect: Expected `bool`, found `list[Unknown]`
cki-lib invalid-argument-type tests/test_misc.py:329:41 Argument to function `booltostr` is incorrect: Expected `bool`, found `Literal["str"]`
cki-lib invalid-argument-type tests/test_misc.py:330:41 Argument to function `booltostr` is incorrect: Expected `bool`, found `list[Unknown | str]`
cki-lib invalid-argument-type tests/test_misc.py:442:71 Argument to bound method `add_argument` is incorrect: Expected `str | type[Action]`, found `Unknown | str | timedelta`
cki-lib invalid-argument-type tests/test_misc.py:442:71 Argument to bound method `add_argument` is incorrect: Expected `int | str | None`, found `Unknown | str | timedelta`
cki-lib invalid-argument-type tests/test_misc.py:442:71 Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `Unknown | str | timedelta`
cki-lib invalid-argument-type tests/test_misc.py:442:71 Argument to bound method `add_argument` is incorrect: Expected `bool`, found `Unknown | str | timedelta`
cki-lib invalid-argument-type tests/test_misc.py:442:71 Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `Unknown | str | timedelta`
cki-lib invalid-argument-type tests/test_misc.py:442:71 Argument to bound method `add_argument` is incorrect: Expected `str | tuple[str, ...] | None`, found `Unknown | str | timedelta`
cki-lib invalid-argument-type tests/test_misc.py:442:71 Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `Unknown | str | timedelta`
cki-lib invalid-argument-type tests/test_misc.py:442:71 Argument to bound method `add_argument` is incorrect: Expected `str`, found `Unknown | str | timedelta`
cki-lib unresolved-import tests/test_psql.py:6:12 Cannot resolve imported module `psycopg2`
cki-lib invalid-assignment tests/test_psql.py:98:9 Implicit shadowing of function `_execute`
cki-lib unresolved-attribute tests/test_psql.py:99:9 Unresolved attribute `side_effect` on type `bound method PSQLHandler._execute(query, *args) -> Unknown`.
cki-lib unresolved-attribute tests/test_psql.py:102:29 Object of type `bound method PSQLHandler._execute(query, *args) -> Unknown` has no attribute `call_count`
cki-lib unresolved-import tests/test_s3bucket.py:5:8 Cannot resolve imported module `boto3`
cki-lib unresolved-import tests/test_s3bucket.py:6:8 Cannot resolve imported module `botocore`
cki-lib possibly-missing-attribute tests/test_s3bucket.py:49:26 Attribute `signature_version` may be missing on object of type `Unknown | None`
cki-lib possibly-missing-attribute tests/test_s3bucket.py:57:27 Attribute `signature_version` may be missing on object of type `Unknown | None`
cki-lib possibly-missing-attribute tests/test_s3bucket.py:65:26 Attribute `signature_version` may be missing on object of type `Unknown | None`
cki-lib unresolved-import tests/test_session.py:8:8 Cannot resolve imported module `responses`
cki-lib possibly-missing-attribute tests/test_session.py:127:31 Attribute `__name__` may be missing on object of type `((Response, /) -> Any) | Any`
cki-lib possibly-missing-attribute tests/test_session.py:132:31 Attribute `__name__` may be missing on object of type `((Response, /) -> Any) | Any`
cki-lib invalid-argument-type tests/test_session.py:147:49 Argument to function `get_session` is incorrect: Expected `dict[str, str] | None`, found `Unknown | int`
cki-lib invalid-argument-type tests/test_session.py:147:49 Argument to function `get_session` is incorrect: Expected `Logger | None`, found `Unknown | int`
cki-lib invalid-argument-type tests/test_session.py:147:49 Argument to function `get_session` is incorrect: Expected `dict[str, Any] | None`, found `Unknown | int`
cki-lib invalid-argument-type tests/test_session.py:147:49 Argument to function `get_session` is incorrect: Expected `bool`, found `Unknown | int`
cki-lib invalid-argument-type tests/test_session.py:147:85 Argument to bound method `get` is incorrect: Expected `SupportsItems[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None] | tuple[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None] | Iterable[tuple[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None]] | ... omitted 3 union elements`, found `Unknown | int`
cki-lib invalid-argument-type tests/test_session.py:147:85 Argument to bound method `get` is incorrect: Expected `Iterable[bytes] | str | bytes | ... omitted 5 union elements`, found `Unknown | int`
cki-lib invalid-argument-type tests/test_session.py:147:85 Argument to bound method `get` is incorrect: Expected `Mapping[str, str | bytes | None] | None`, found `Unknown | int`
cki-lib invalid-argument-type tests/test_session.py:147:85 Argument to bound method `get` is incorrect: Expected `MutableMapping[str, str] | None`, found `Unknown | int`
cki-lib invalid-argument-type tests/test_session.py:147:85 Argument to bound method `get` is incorrect: Expected `Mapping[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements] | Iterable[tuple[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements]] | None`, found `Unknown | int`
cki-lib invalid-argument-type tests/test_session.py:147:85 Argument to bound method `get` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `Unknown | int`
cki-lib invalid-argument-type tests/test_session.py:147:85 Argument to bound method `get` is incorrect: Expected `bool`, found `Unknown | int`
cki-lib invalid-argument-type tests/test_session.py:147:85 Argument to bound method `get` is incorrect: Expected `MutableMapping[str, str] | None`, found `Unknown | int`
cki-lib invalid-argument-type tests/test_session.py:147:85 Argument to bound method `get` is incorrect: Expected `Mapping[str, Iterable[(Response, /) -> Any] | ((Response, /) -> Any)] | None`, found `Unknown | int`
cki-lib invalid-argument-type tests/test_session.py:147:85 Argument to bound method `get` is incorrect: Expected `bool | None`, found `Unknown | int`
cki-lib invalid-argument-type tests/test_session.py:147:85 Argument to bound method `get` is incorrect: Expected `bool | str | None`, found `Unknown | int`
cki-lib invalid-argument-type tests/test_session.py:147:85 Argument to bound method `get` is incorrect: Expected `str | tuple[str, str] | None`, found `Unknown | int`
cki-lib unresolved-attribute tests/test_session.py:148:33 Object of type `PreparedRequest` has no attribute `req_kwargs`
cki-lib unresolved-import tests/test_yaml.py:12:8 Cannot resolve imported module `responses`
cki-lib invalid-argument-type tests/test_yaml.py:64:36 Argument to function `load` is incorrect: Expected `Path | str | None`, found `Traversable`
cki-lib invalid-argument-type tests/test_yaml.py:76:31 Argument to function `load` is incorrect: Expected `Path | str | None`, found `Traversable`
cki-lib invalid-argument-type tests/test_yaml.py:77:31 Argument to function `load` is incorrect: Expected `Path | str | None`, found `Traversable`
cki-lib invalid-argument-type tests/test_yaml.py:88:31 Argument to function `load` is incorrect: Expected `Path | str | None`, found `Traversable`
cki-lib invalid-argument-type tests/test_yaml.py:89:31 Argument to function `load` is incorrect: Expected `Path | str | None`, found `Traversable`
cki-lib invalid-argument-type tests/test_yaml.py:177:52 Argument to function `validate` is incorrect: Expected `dict[Unknown, Unknown] | list[Unknown] | str`, found `Literal["pooh", 1]`
cki-lib too-many-positional-arguments tests/test_yaml.py:255:78 Too many positional arguments: expected 0, got 1
cki-lib too-many-positional-arguments tests/test_yaml.py:285:37 Too many positional arguments: expected 0, got 1
cki-lib too-many-positional-arguments tests/test_yaml.py:300:37 Too many positional arguments: expected 0, got 1
cki-lib no-matching-overload tests/utils.py:22:27 No overload of bound method `get` matches arguments
cki-lib invalid-argument-type tests/utils.py:74:47 Argument to function `filter_logs_by_level` is incorrect: Expected `_LoggingWatcher`, found `_LoggingWatcher`
cki-lib invalid-argument-type tests/utils.py:75:47 Argument to function `filter_logs_by_level` is incorrect: Expected `_LoggingWatcher`, found `_LoggingWatcher`
cki-lib invalid-argument-type tests/utils.py:76:47 Argument to function `filter_logs_by_level` is incorrect: Expected `_LoggingWatcher`, found `_LoggingWatcher`
cki-lib invalid-argument-type tests/utils.py:77:47 Argument to function `filter_logs_by_level` is incorrect: Expected `_LoggingWatcher`, found `_LoggingWatcher`
cki-lib invalid-argument-type tests/utils.py:78:47 Argument to function `filter_logs_by_level` is incorrect: Expected `_LoggingWatcher`, found `_LoggingWatcher`
cki-lib invalid-argument-type tests/utils.py:80:47 Argument to function `filter_logs_by_level` is incorrect: Expected `_LoggingWatcher`, found `_LoggingWatcher`
cki-lib invalid-argument-type tests/utils.py:81:47 Argument to function `filter_logs_by_level` is incorrect: Expected `_LoggingWatcher`, found `_LoggingWatcher`
cki-lib invalid-argument-type tests/utils.py:82:47 Argument to function `filter_logs_by_level` is incorrect: Expected `_LoggingWatcher`, found `_LoggingWatcher`
cki-lib invalid-argument-type tests/utils.py:83:47 Argument to function `filter_logs_by_level` is incorrect: Expected `_LoggingWatcher`, found `_LoggingWatcher`
cki-lib invalid-argument-type tests/utils.py:84:47 Argument to function `filter_logs_by_level` is incorrect: Expected `_LoggingWatcher`, found `_LoggingWatcher`
comtypes unresolved-import comtypes/GUID.py:3:20 Module `ctypes` has no member `HRESULT`
comtypes unresolved-import comtypes/GUID.py:3:38 Module `ctypes` has no member `OleDLL`
comtypes unresolved-import comtypes/GUID.py:3:57 Module `ctypes` has no member `WinDLL`
comtypes unused-ignore-comment comtypes/GUID.py:8:33 Unused blanket `type: ignore` directive
comtypes unresolved-import comtypes/__init__.py:5:25 Module `_ctypes` has no member `COMError`
comtypes unused-ignore-comment comtypes/__init__.py:26:31 Unused blanket `type: ignore` directive
comtypes unresolved-import comtypes/__init__.py:27:20 Module `ctypes` has no member `HRESULT`
comtypes unresolved-import comtypes/__init__.py:27:29 Module `ctypes` has no member `OleDLL`
comtypes unresolved-import comtypes/__init__.py:27:37 Module `ctypes` has no member `WinDLL`
comtypes unused-ignore-comment comtypes/__init__.py:34:50 Unused blanket `type: ignore` directive
comtypes unresolved-import comtypes/_comobject.py:3:21 Module `_ctypes` has no member `COMError`
comtypes unresolved-import comtypes/_comobject.py:3:31 Module `_ctypes` has no member `CopyComPointer`
comtypes unresolved-import comtypes/_comobject.py:7:5 Module `ctypes` has no member `FormatError`
comtypes unresolved-import comtypes/_comobject.py:8:5 Module `ctypes` has no member `OleDLL`
comtypes unresolved-import comtypes/_comobject.py:9:5 Module `ctypes` has no member `WinDLL`
comtypes unused-ignore-comment comtypes/_comobject.py:39:33 Unused blanket `type: ignore` directive
comtypes unused-ignore-comment comtypes/_comobject.py:214:26 Unused blanket `type: ignore` directive
comtypes unused-ignore-comment comtypes/_comobject.py:217:22 Unused blanket `type: ignore` directive
comtypes unused-ignore-comment comtypes/_memberspec.py:12:33 Unused blanket `type: ignore` directive
comtypes unused-ignore-comment comtypes/_memberspec.py:226:41 Unused blanket `type: ignore` directive
comtypes unused-ignore-comment comtypes/_memberspec.py:234:48 Unused blanket `type: ignore` directive
comtypes invalid-method-override comtypes/_memberspec.py:430:9 Invalid override of method `to_propget_keys`: Definition is incompatible with `PropertyGenerator.to_propget_keys`
comtypes invalid-method-override comtypes/_memberspec.py:438:9 Invalid override of method `to_propput_keys`: Definition is incompatible with `PropertyGenerator.to_propput_keys`
comtypes invalid-method-override comtypes/_memberspec.py:444:9 Invalid override of method `to_propputref_keys`: Definition is incompatible with `PropertyGenerator.to_propputref_keys`
comtypes invalid-method-override comtypes/_memberspec.py:452:9 Invalid override of method `to_propget_keys`: Definition is incompatible with `PropertyGenerator.to_propget_keys`
comtypes invalid-method-override comtypes/_memberspec.py:455:9 Invalid override of method `to_propput_keys`: Definition is incompatible with `PropertyGenerator.to_propput_keys`
comtypes invalid-method-override comtypes/_memberspec.py:458:9 Invalid override of method `to_propputref_keys`: Definition is incompatible with `PropertyGenerator.to_propputref_keys`
comtypes unresolved-attribute comtypes/_memberspec.py:472:17 Module `ctypes` has no member `WINFUNCTYPE`
comtypes unresolved-attribute comtypes/_memberspec.py:479:41 Module `ctypes` has no member `HRESULT`
comtypes unresolved-attribute comtypes/_memberspec.py:483:9 Unresolved attribute `__name__` on type `(...) -> Any`.
comtypes unresolved-attribute comtypes/_memberspec.py:521:13 Unresolved attribute `__name__` on type `(...) -> Any`.
comtypes unused-ignore-comment comtypes/_memberspec.py:570:54 Unused blanket `type: ignore` directive
comtypes unused-ignore-comment comtypes/_meta.py:65:63 Unused blanket `type: ignore` directive
comtypes unresolved-import comtypes/_post_coinit/_cominterface_meta_patcher.py:2:21 Module `_ctypes` has no member `COMError`
comtypes unresolved-import comtypes/_post_coinit/_cominterface_meta_patcher.py:59:33 Module `_ctypes` has no member `CopyComPointer`
comtypes unused-ignore-comment comtypes/_post_coinit/_cominterface_meta_patcher.py:61:42 Unused blanket `type: ignore` directive
comtypes unresolved-attribute comtypes/_post_coinit/_cominterface_meta_patcher.py:69:20 Object of type `Self@__len__` has no attribute `Count`
comtypes unresolved-attribute comtypes/_post_coinit/_cominterface_meta_patcher.py:80:20 Object of type `Self@__call__` has no attribute `Item`
comtypes unresolved-attribute comtypes/_post_coinit/_cominterface_meta_patcher.py:96:26 Object of type `Self@__getitem__` has no attribute `Item`
comtypes unresolved-attribute comtypes/_post_coinit/_cominterface_meta_patcher.py:114:17 Object of type `Self@__setitem__` has no attribute `Item`
comtypes unresolved-attribute comtypes/_post_coinit/_cominterface_meta_patcher.py:137:20 Object of type `Self@__iter__` has no attribute `_NewEnum`
comtypes unresolved-import comtypes/_post_coinit/activeobj.py:1:20 Module `ctypes` has no member `HRESULT`
comtypes unresolved-import comtypes/_post_coinit/activeobj.py:1:38 Module `ctypes` has no member `OleDLL`
comtypes unused-ignore-comment comtypes/_post_coinit/activeobj.py:11:33 Unused blanket `type: ignore` directive
comtypes unresolved-import comtypes/_post_coinit/bstr.py:2:20 Module `ctypes` has no member `WinDLL`
comtypes unused-ignore-comment comtypes/_post_coinit/bstr.py:6:33 Unused blanket `type: ignore` directive
comtypes unresolved-import comtypes/_post_coinit/misc.py:3:5 Module `ctypes` has no member `HRESULT`
comtypes unresolved-import comtypes/_post_coinit/misc.py:5:5 Module `ctypes` has no member `OleDLL`
comtypes unused-ignore-comment comtypes/_post_coinit/misc.py:26:50 Unused blanket `type: ignore` directive
comtypes invalid-parameter-default comtypes/_post_coinit/misc.py:159:9 Default value of type `<class 'IClassFactory'>` is not assignable to annotated parameter type `type[_T_IUnknown@CoGetClassObject]`
comtypes unused-ignore-comment comtypes/_post_coinit/misc.py:173:15 Unused blanket `type: ignore` directive
comtypes unused-ignore-comment comtypes/_post_coinit/misc.py:378:46 Unused blanket `type: ignore` directive
comtypes unresolved-import comtypes/_post_coinit/unknwn.py:5:20 Module `ctypes` has no member `HRESULT`
comtypes unused-ignore-comment comtypes/_post_coinit/unknwn.py:18:33 Unused blanket `type: ignore` directive
comtypes unused-ignore-comment comtypes/_post_coinit/unknwn.py:228:63 Unused blanket `type: ignore` directive
comtypes unused-ignore-comment comtypes/_post_coinit/unknwn.py:347:61 Unused blanket `type: ignore` directive
comtypes unresolved-import comtypes/_safearray.py:3:40 Module `ctypes` has no member `WinDLL`
comtypes invalid-argument-type comtypes/_tlib_version_checker.py:14:39 Argument to function `stat` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Any | None`
comtypes unresolved-import comtypes/_vtbl.py:2:21 Module `_ctypes` has no member `COMError`
comtypes unresolved-import comtypes/_vtbl.py:4:20 Module `ctypes` has no member `WINFUNCTYPE`
comtypes unused-ignore-comment comtypes/_vtbl.py:22:33 Unused blanket `type: ignore` directive
comtypes unresolved-reference comtypes/_vtbl.py:49:26 Name `WindowsError` used when not defined
comtypes unresolved-attribute comtypes/_vtbl.py:113:5 Unresolved attribute `has_outargs` on type `def call_with_this(...) -> Unknown`.
comtypes unresolved-attribute comtypes/_vtbl.py:129:12 Object of type `(...) -> Any` has no attribute `__code__`
comtypes unresolved-attribute comtypes/_vtbl.py:217:9 Unresolved attribute `has_outargs` on type `def call_without_this(this, *args) -> Unknown`.
comtypes invalid-argument-type comtypes/_vtbl.py:274:42 Argument to function `len` is incorrect: Expected `Sized`, found `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...] | None`
comtypes invalid-argument-type comtypes/_vtbl.py:276:42 Argument to function `len` is incorrect: Expected `Sized`, found `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...] | None`
comtypes possibly-unresolved-reference comtypes/_vtbl.py:396:66 Name `argspec` used when possibly not defined
comtypes unused-ignore-comment comtypes/_vtbl.py:431:38 Unused blanket `type: ignore` directive
comtypes unused-ignore-comment comtypes/_vtbl.py:435:73 Unused blanket `type: ignore` directive
comtypes unresolved-import comtypes/automation.py:5:21 Module `_ctypes` has no member `COMError`
comtypes unresolved-import comtypes/automation.py:5:31 Module `_ctypes` has no member `CopyComPointer`
comtypes unused-ignore-comment comtypes/automation.py:25:33 Unused blanket `type: ignore` directive
comtypes unresolved-attribute comtypes/automation.py:472:13 Object of type `_Pointer[IUnknown]` has no attribute `AddRef`
comtypes unresolved-attribute comtypes/automation.py:483:13 Object of type `_Pointer[IDispatch]` has no attribute `AddRef`
comtypes unresolved-reference comtypes/automation.py:574:23 Name `WinDLL` used when not defined
comtypes unresolved-reference comtypes/automation.py:580:13 Name `OleDLL` used when not defined
comtypes unresolved-reference comtypes/automation.py:584:30 Name `HRESULT` used when not defined
comtypes unresolved-reference comtypes/automation.py:588:25 Name `HRESULT` used when not defined
comtypes unresolved-reference comtypes/automation.py:592:24 Name `HRESULT` used when not defined
comtypes unresolved-reference comtypes/automation.py:596:27 Name `HRESULT` used when not defined
comtypes unresolved-attribute comtypes/automation.py:654:9 Object of type `Self@__getitem__` has no attribute `Reset`
comtypes unresolved-attribute comtypes/automation.py:659:9 Object of type `Self@__getitem__` has no attribute `Skip`
comtypes unresolved-attribute comtypes/automation.py:669:13 Object of type `Self@Next` has no attribute `__com_Next`
comtypes unresolved-attribute comtypes/automation.py:672:9 Object of type `Self@Next` has no attribute `__com_Next`
comtypes unresolved-reference comtypes/automation.py:682:9 Name `HRESULT` used when not defined
comtypes unresolved-reference comtypes/automation.py:688:19 Name `HRESULT` used when not defined
comtypes unresolved-reference comtypes/automation.py:689:19 Name `HRESULT` used when not defined
comtypes unresolved-reference comtypes/automation.py:691:13 Name `HRESULT` used when not defined
comtypes unresolved-reference comtypes/automation.py:778:23 Name `HRESULT` used when not defined
comtypes unresolved-reference comtypes/automation.py:781:13 Name `HRESULT` used when not defined
comtypes unresolved-reference comtypes/automation.py:791:13 Name `HRESULT` used when not defined
comtypes unresolved-reference comtypes/automation.py:796:13 Name `HRESULT` used when not defined
comtypes unresolved-reference comtypes/automation.py:961:5 Name `HRESULT` used when not defined
comtypes unresolved-attribute comtypes/client/_code_cache.py:66:47 Module `sys` has no member `frozendllhandle`
comtypes unresolved-attribute comtypes/client/_code_cache.py:89:12 Module `ctypes` has no member `OleDLL`
comtypes invalid-assignment comtypes/client/_code_cache.py:121:13 Object of type `ModuleType` is not assignable to attribute `gen` of type `<module 'comtypes.gen'>`
comtypes unused-ignore-comment comtypes/client/_create.py:11:33 Unused blanket `type: ignore` directive
comtypes invalid-parameter-default comtypes/client/_create.py:36:9 Default value of type `<class 'IClassFactory'>` is not assignable to annotated parameter type `type[_T_IUnknown@GetClassObject]`
comtypes unresolved-import comtypes/client/_events.py:4:21 Module `_ctypes` has no member `COMError`
comtypes unresolved-import comtypes/client/_events.py:6:20 Module `ctypes` has no member `HRESULT`
comtypes unresolved-import comtypes/client/_events.py:6:38 Module `ctypes` has no member `WINFUNCTYPE`
comtypes unresolved-import comtypes/client/_events.py:6:51 Module `ctypes` has no member `OleDLL`
comtypes unresolved-import comtypes/client/_events.py:6:70 Module `ctypes` has no member `WinDLL`
comtypes unresolved-attribute comtypes/client/_events.py:180:8 Object of type `(...) -> Any` has no attribute `__code__`
comtypes unresolved-attribute comtypes/client/_events.py:223:32 Object of type `(...) -> Any` has no attribute `__self__`
comtypes unresolved-attribute comtypes/client/_events.py:223:47 Object of type `(...) -> Any` has no attribute `__func__`
comtypes unresolved-attribute comtypes/client/_events.py:386:16 Object of type `OSError` has no attribute `winerror`
comtypes unused-ignore-comment comtypes/client/_generate.py:25:53 Unused blanket `type: ignore` directive
comtypes unresolved-attribute comtypes/client/_generate.py:141:14 Module `winreg` has no member `OpenKey`
comtypes unresolved-attribute comtypes/client/_generate.py:141:29 Module `winreg` has no member `HKEY_CLASSES_ROOT`
comtypes unresolved-attribute comtypes/client/_generate.py:142:21 Module `winreg` has no member `EnumValue`
comtypes unresolved-attribute comtypes/client/_generate.py:143:14 Module `winreg` has no member `OpenKey`
comtypes unresolved-attribute comtypes/client/_generate.py:143:29 Module `winreg` has no member `HKEY_CLASSES_ROOT`
comtypes unresolved-attribute comtypes/client/_generate.py:144:19 Module `winreg` has no member `EnumValue`
comtypes unresolved-attribute comtypes/client/_generate.py:150:18 Module `winreg` has no member `OpenKey`
comtypes unresolved-attribute comtypes/client/_generate.py:150:33 Module `winreg` has no member `HKEY_CLASSES_ROOT`
comtypes unresolved-attribute comtypes/client/_generate.py:151:49 Module `winreg` has no member `EnumKey`
comtypes unused-ignore-comment comtypes/client/_generate.py:158:21 Unused blanket `type: ignore` directive
comtypes unused-ignore-comment comtypes/client/_generate.py:201:56 Unused blanket `type: ignore` directive
comtypes unresolved-import comtypes/client/_managing.py:2:21 Module `_ctypes` has no member `COMError`
comtypes unresolved-attribute comtypes/client/dynamic.py:85:21 Object of type `IEnumVARIANT` has no attribute `Skip`
comtypes unused-ignore-comment comtypes/connectionpoints.py:10:41 Unused blanket `type: ignore` directive
comtypes unresolved-import comtypes/errorinfo.py:2:29 Module `ctypes` has no member `OleDLL`
comtypes unused-ignore-comment comtypes/errorinfo.py:11:33 Unused blanket `type: ignore` directive
comtypes unresolved-attribute comtypes/git.py:39:9 Object of type `Self@RegisterInterfaceInGlobal` has no attribute `__com_RegisterInterfaceInGlobal`
comtypes unresolved-attribute comtypes/git.py:44:9 Object of type `Self@GetInterfaceFromGlobal` has no attribute `__com_GetInterfaceFromGlobal`
comtypes unresolved-attribute comtypes/git.py:48:9 Object of type `Self@RevokeInterfaceFromGlobal` has no attribute `__com_RevokeInterfaceFromGlobal`
comtypes unused-ignore-comment comtypes/hints.pyi:53:32 Unused blanket `type: ignore` directive
comtypes unresolved-import comtypes/logutil.py:3:20 Module `ctypes` has no member `WinDLL`
comtypes unresolved-attribute comtypes/logutil.py:31:1 Unresolved attribute `NTDebugHandler` on type `<module 'logging'>`.
comtypes invalid-assignment comtypes/logutil.py:38:5 Implicit shadowing of function `optionxform`
comtypes no-matching-overload comtypes/logutil.py:50:20 No overload of bound method `get` matches arguments
comtypes unresolved-import comtypes/messageloop.py:2:20 Module `ctypes` has no member `WinDLL`
comtypes unresolved-import comtypes/messageloop.py:2:28 Module `ctypes` has no member `WinError`
comtypes unused-ignore-comment comtypes/messageloop.py:11:65 Unused blanket `type: ignore` directive
comtypes unused-ignore-comment comtypes/persist.py:21:33 Unused blanket `type: ignore` directive
comtypes unused-ignore-comment comtypes/safearray.py:13:33 Unused blanket `type: ignore` directive
comtypes unused-ignore-comment comtypes/safearray.py:68:58 Unused blanket `type: ignore` directive
comtypes unused-ignore-comment comtypes/safearray.py:72:34 Unused blanket `type: ignore` directive
comtypes no-matching-overload comtypes/safearray.py:112:12 No overload of function `POINTER` matches arguments
comtypes invalid-argument-type comtypes/safearray.py:159:27 Argument to function `cast` is incorrect: Argument type `Self@create` does not satisfy upper bound `_CanCastTo` of type variable `_CastT`
comtypes invalid-argument-type comtypes/safearray.py:215:27 Argument to function `cast` is incorrect: Argument type `Self@create_from_ndarray` does not satisfy upper bound `_CanCastTo` of type variable `_CastT`
comtypes no-matching-overload comtypes/safearray.py:380:20 No overload of function `POINTER` matches arguments
comtypes unresolved-attribute comtypes/safearray.py:384:34 Object of type `type[Self@from_param]` has no attribute `_type_`
comtypes unresolved-attribute comtypes/safearray.py:386:26 Object of type `type[Self@from_param]` has no attribute `_type_`
comtypes unresolved-attribute comtypes/safearray.py:390:18 Object of type `Self@__setitem__` has no attribute `_type_`
comtypes no-matching-overload comtypes/safearray.py:393:27 No overload of function `POINTER` matches arguments
comtypes unresolved-import comtypes/server/__init__.py:2:20 Module `ctypes` has no member `HRESULT`
comtypes unused-ignore-comment comtypes/server/__init__.py:15:33 Unused blanket `type: ignore` directive
comtypes unsupported-operator comtypes/server/automation.py:38:17 Operator `+=` is not supported between objects of type `None` and `Literal[1]`
comtypes too-many-positional-arguments comtypes/server/automation.py:95:49 Too many positional arguments to bound method `__init__`: expected 2, got 3
comtypes unresolved-import comtypes/server/connectionpoints.py:3:21 Module `_ctypes` has no member `COMError`
comtypes unused-ignore-comment comtypes/server/connectionpoints.py:20:33 Unused blanket `type: ignore` directive
comtypes unresolved-attribute comtypes/server/inprocserver.py:57:11 Module `winreg` has no member `OpenKey`
comtypes unresolved-attribute comtypes/server/inprocserver.py:57:26 Module `winreg` has no member `HKEY_CLASSES_ROOT`
comtypes unresolved-attribute comtypes/server/inprocserver.py:59:19 Module `winreg` has no member `QueryValueEx`
comtypes unresolved-attribute comtypes/server/inprocserver.py:68:19 Module `winreg` has no member `QueryValueEx`
comtypes unresolved-attribute comtypes/server/inprocserver.py:94:16 Module `winreg` has no member `OpenKey`
comtypes unresolved-attribute comtypes/server/inprocserver.py:94:31 Module `winreg` has no member `HKEY_CLASSES_ROOT`
comtypes unresolved-attribute comtypes/server/inprocserver.py:101:20 Module `winreg` has no member `QueryValueEx`
comtypes unresolved-attribute comtypes/server/inprocserver.py:108:23 Module `winreg` has no member `QueryValueEx`
comtypes unresolved-attribute comtypes/server/inprocserver.py:111:15 Module `winreg` has no member `REG_SZ`
comtypes unresolved-attribute comtypes/server/inprocserver.py:113:17 Module `winreg` has no member `REG_MULTI_SZ`
comtypes unresolved-import comtypes/server/localserver.py:4:20 Module `ctypes` has no member `HRESULT`
comtypes unresolved-import comtypes/server/localserver.py:4:29 Module `ctypes` has no member `OleDLL`
comtypes invalid-method-override comtypes/server/localserver.py:55:9 Invalid override of method `IUnknown_AddRef`: Definition is incompatible with `COMObject.IUnknown_AddRef`
comtypes invalid-method-override comtypes/server/localserver.py:58:9 Invalid override of method `IUnknown_Release`: Definition is incompatible with `COMObject.IUnknown_Release`
comtypes unresolved-import comtypes/server/register.py:46:20 Module `ctypes` has no member `WinDLL`
comtypes unresolved-import comtypes/server/register.py:46:28 Module `ctypes` has no member `WinError`
comtypes unresolved-import comtypes/server/register.py:49:20 Module `winreg` has no member `HKEY_CLASSES_ROOT`
comtypes unresolved-import comtypes/server/register.py:50:20 Module `winreg` has no member `HKEY_CURRENT_USER`
comtypes unresolved-import comtypes/server/register.py:51:20 Module `winreg` has no member `HKEY_LOCAL_MACHINE`
comtypes unresolved-attribute comtypes/server/register.py:70:16 Object of type `OSError` has no attribute `winerror`
comtypes unresolved-attribute comtypes/server/register.py:108:13 Module `winreg` has no member `DeleteKey`
comtypes unresolved-attribute comtypes/server/register.py:141:17 Object of type `type` has no attribute `_reg_clsid_`
comtypes unresolved-attribute comtypes/server/register.py:144:20 Module `winreg` has no member `OpenKey`
comtypes unresolved-attribute comtypes/server/register.py:145:13 Module `winreg` has no member `DeleteKey`
comtypes unresolved-attribute comtypes/server/register.py:154:17 Object of type `type` has no attribute `_reg_clsid_`
comtypes unresolved-attribute comtypes/server/register.py:156:16 Module `winreg` has no member `CreateKey`
comtypes unresolved-attribute comtypes/server/register.py:162:9 Module `winreg` has no member `SetValueEx`
comtypes unresolved-attribute comtypes/server/register.py:162:49 Module `winreg` has no member `REG_MULTI_SZ`
comtypes unresolved-attribute comtypes/server/register.py:165:13 Module `winreg` has no member `SetValueEx`
comtypes unresolved-attribute comtypes/server/register.py:165:53 Module `winreg` has no member `REG_SZ`
comtypes unresolved-attribute comtypes/server/register.py:169:17 Module `winreg` has no member `DeleteValue`
comtypes unresolved-attribute comtypes/server/register.py:193:17 Module `winreg` has no member `CreateKey`
comtypes unresolved-attribute comtypes/server/register.py:194:13 Module `winreg` has no member `SetValueEx`
comtypes unresolved-attribute comtypes/server/register.py:194:51 Module `winreg` has no member `REG_SZ`
comtypes unresolved-attribute comtypes/server/register.py:208:28 Object of type `type` has no attribute `_typelib_path_`
comtypes possibly-missing-attribute comtypes/server/register.py:288:25 Attribute `_reg_clsid_` may be missing on object of type `Unknown | type`
comtypes possibly-missing-attribute comtypes/server/register.py:309:25 Attribute `_reg_clsid_` may be missing on object of type `Unknown | type`
comtypes invalid-argument-type comtypes/server/register.py:317:60 Argument to function `_iter_inproc_ctx_entries` is incorrect: Expected `str`, found `str | None`
comtypes invalid-argument-type comtypes/server/register.py:473:25 Argument to function `run` is incorrect: Expected `Sequence[type[COMObject]]`, found `tuple[type, ...]`
comtypes unused-ignore-comment comtypes/shelllink.py:17:33 Unused blanket `type: ignore` directive
comtypes unresolved-import comtypes/stream.py:1:20 Module `ctypes` has no member `HRESULT`
comtypes unresolved-import comtypes/test/TestComServer.py:33:26 Module `comtypes.gen` has no member `TestComServerLib`
comtypes unresolved-import comtypes/test/TestComServer.py:34:6 Cannot resolve imported module `comtypes.gen.TestComServerLib`
comtypes unresolved-import comtypes/test/TestDispServer.py:32:26 Module `comtypes.gen` has no member `TestDispServerLib`
comtypes unresolved-attribute comtypes/test/__init__.py:27:11 Module `ctypes` has no member `OleDLL`
comtypes possibly-missing-attribute comtypes/test/__init__.py:44:8 Attribute `f_globals` may be missing on object of type `FrameType | None`
comtypes possibly-missing-attribute comtypes/test/__init__.py:63:8 Attribute `f_globals` may be missing on object of type `FrameType | None`
comtypes unresolved-attribute comtypes/test/__init__.py:125:11 Module `ctypes` has no member `_pointer_type_cache`
comtypes unresolved-attribute comtypes/test/__init__.py:126:11 Module `ctypes` has no member `_c_functype_cache`
comtypes unresolved-attribute comtypes/test/__init__.py:127:11 Module `ctypes` has no member `_win_functype_cache`
comtypes unresolved-attribute comtypes/test/__init__.py:132:9 Unresolved attribute `_pointer_type_cache` on type `<module 'ctypes'>`.
comtypes unresolved-attribute comtypes/test/__init__.py:133:9 Unresolved attribute `_c_functype_cache` on type `<module 'ctypes'>`.
comtypes unresolved-attribute comtypes/test/__init__.py:134:9 Unresolved attribute `_win_functype_cache` on type `<module 'ctypes'>`.
comtypes invalid-method-override comtypes/test/__init__.py:156:9 Invalid override of method `run`: Definition is incompatible with `TextTestRunner.run`
comtypes unresolved-import comtypes/test/find_memleak.py:2:40 Module `ctypes` has no member `WinDLL`
comtypes unresolved-import comtypes/test/find_memleak.py:2:48 Module `ctypes` has no member `WinError`
comtypes unresolved-import comtypes/test/setup.py:5:8 Cannot resolve imported module `py2exe`
comtypes unresolved-import comtypes/test/test_BSTR.py:2:20 Module `ctypes` has no member `WinDLL`
comtypes unresolved-reference comtypes/test/test_GUID.py:33:32 Name `WindowsError` used when not defined
comtypes unresolved-reference comtypes/test/test_GUID.py:41:32 Name `WindowsError` used when not defined
comtypes unresolved-reference comtypes/test/test_GUID.py:49:32 Name `WindowsError` used when not defined
comtypes unresolved-import comtypes/test/test_QueryService.py:8:6 Cannot resolve imported module `comtypes.gen.Accessibility`
comtypes unresolved-import comtypes/test/test_agilent.py:39:38 Module `comtypes.gen` has no member `IviScopeLib`
comtypes unresolved-import comtypes/test/test_basic.py:3:20 Module `ctypes` has no member `HRESULT`
comtypes unresolved-attribute comtypes/test/test_basic.py:31:30 Object of type `_Pointer[ICreateTypeLib2]` has no attribute `AddRef`
comtypes unresolved-attribute comtypes/test/test_basic.py:33:30 Object of type `_Pointer[ICreateTypeLib2]` has no attribute `Release`
comtypes unresolved-attribute comtypes/test/test_basic.py:40:26 Object of type `_Pointer[ICreateTypeLib2]` has no attribute `AddRef`
comtypes unresolved-attribute comtypes/test/test_basic.py:41:26 Object of type `_Pointer[ICreateTypeLib2]` has no attribute `Release`
comtypes unresolved-attribute comtypes/test/test_basic.py:43:17 Object of type `_Pointer[ICreateTypeLib2]` has no attribute `QueryInterface`
comtypes unresolved-attribute comtypes/test/test_basic.py:45:26 Object of type `_Pointer[ICreateTypeLib2]` has no attribute `AddRef`
comtypes unresolved-attribute comtypes/test/test_basic.py:46:26 Object of type `_Pointer[ICreateTypeLib2]` has no attribute `Release`
comtypes unresolved-attribute comtypes/test/test_basic.py:89:9 Object of type `type[_Pointer[IUnknown]]` has no attribute `QueryInterface`
comtypes unresolved-import comtypes/test/test_client.py:12:26 Module `comtypes.gen` has no member `Scripting`
comtypes unresolved-import comtypes/test/test_client.py:173:14 Cannot resolve imported module `comtypes.gen.UIAutomationClient`
comtypes unresolved-import comtypes/test/test_client.py:192:14 Cannot resolve imported module `comtypes.gen.UIAutomationClient`
comtypes invalid-argument-type comtypes/test/test_client.py:208:17 Argument to function `CreateObject` is incorrect: Expected `_COSERVERINFO | None`, found `_CArgObject`
comtypes invalid-argument-type comtypes/test/test_client.py:214:13 Argument to function `CreateObject` is incorrect: Expected `_COSERVERINFO | None`, found `_CArgObject`
comtypes unresolved-import comtypes/test/test_client.py:275:34 Module `comtypes.gen` has no member `Scripting`
comtypes unresolved-import comtypes/test/test_client.py:283:34 Module `comtypes.gen` has no member `SpeechLib`
comtypes invalid-argument-type comtypes/test/test_client_dynamic.py:45:31 Argument to bound method `__init__` is incorrect: Expected `_Pointer[IDispatch]`, found `IDispatch`
comtypes unresolved-import comtypes/test/test_client_regenerate_modules.py:17:26 Module `comtypes.gen` has no member `Scripting`
comtypes unresolved-import comtypes/test/test_client_regenerate_modules.py:18:26 Module `comtypes.gen` has no member `stdole`
comtypes unresolved-import comtypes/test/test_client_regenerate_modules.py:102:42 Module `comtypes.gen` has no member `Scripting`
comtypes unresolved-import comtypes/test/test_comobject.py:14:26 Module `comtypes.gen` has no member `Scripting`
comtypes unresolved-import comtypes/test/test_comobject.py:15:26 Module `comtypes.gen` has no member `UIAutomationClient`
comtypes unresolved-import comtypes/test/test_comobject.py:16:26 Module `comtypes.gen` has no member `stdole`
comtypes unresolved-import comtypes/test/test_comserver.py:16:10 Cannot resolve imported module `win32com.client`
comtypes unresolved-attribute comtypes/test/test_comserver.py:27:12 Object of type `OSError` has no attribute `winerror`
comtypes unresolved-import comtypes/test/test_comserver.py:239:14 Cannot resolve imported module `comtypes.gen.TestComServerLib`
comtypes unused-ignore-comment comtypes/test/test_comserver.py:243:43 Unused blanket `type: ignore` directive
comtypes unused-ignore-comment comtypes/test/test_comserver.py:244:45 Unused blanket `type: ignore` directive
comtypes unused-ignore-comment comtypes/test/test_comserver.py:245:44 Unused blanket `type: ignore` directive
comtypes unused-ignore-comment comtypes/test/test_comserver.py:252:58 Unused blanket `type: ignore` directive
comtypes unresolved-import comtypes/test/test_comserver.py:257:14 Cannot resolve imported module `comtypes.gen.TestComServerLib`
comtypes unused-ignore-comment comtypes/test/test_comserver.py:273:58 Unused blanket `type: ignore` directive
comtypes unresolved-attribute comtypes/test/test_createwrappers.py:25:1 Unresolved attribute `__verbose__` on type `<module 'comtypes.client._generate'>`.
comtypes unresolved-import comtypes/test/test_dispifc_records.py:11:12 Cannot resolve imported module `comtypes.gen.ComtypesCppTestSrvLib`
comtypes unresolved-import comtypes/test/test_dispifc_safearrays.py:13:12 Cannot resolve imported module `comtypes.gen.ComtypesCppTestSrvLib`
comtypes unresolved-import comtypes/test/test_dispinterface.py:8:10 Cannot resolve imported module `win32com.client`
comtypes unresolved-import comtypes/test/test_dispinterface.py:9:10 Cannot resolve imported module `win32com.client.gencache`
comtypes unresolved-attribute comtypes/test/test_dispinterface.py:20:12 Object of type `OSError` has no attribute `winerror`
comtypes unresolved-import comtypes/test/test_dyndispatch.py:9:6 Cannot resolve imported module `comtypes.gen.Scripting`
comtypes possibly-unresolved-reference comtypes/test/test_errorinfo.py:70:45 Name `hr` used when possibly not defined
comtypes unresolved-import comtypes/test/test_excel.py:20:10 Cannot resolve imported module `comtypes.gen.Excel`
comtypes unresolved-attribute comtypes/test/test_findgendir.py:47:48 Module `sys` has no member `dllhandle`
comtypes unresolved-import comtypes/test/test_getactiveobj.py:10:26 Module `comtypes.gen` has no member `MSVidCtlLib`
comtypes unresolved-reference comtypes/test/test_getactiveobj.py:70:32 Name `WindowsError` used when not defined
comtypes unresolved-reference comtypes/test/test_getactiveobj.py:77:32 Name `WindowsError` used when not defined
comtypes unresolved-reference comtypes/test/test_getactiveobj.py:83:32 Name `WindowsError` used when not defined
comtypes unresolved-import comtypes/test/test_ie.py:2:40 Module `ctypes` has no member `WinDLL`
comtypes unresolved-import comtypes/test/test_ie.py:124:16 Cannot resolve imported module `comtypes.gen.SHDocVw`
comtypes unresolved-import comtypes/test/test_ienum.py:13:34 Module `comtypes.gen` has no member `MSVidCtlLib`
comtypes unresolved-import comtypes/test/test_imfattributes.py:3:20 Module `ctypes` has no member `HRESULT`
comtypes unresolved-import comtypes/test/test_imfattributes.py:3:38 Module `ctypes` has no member `WinDLL`
comtypes unresolved-import comtypes/test/test_imfattributes.py:13:34 Module `comtypes.gen` has no member `MSVidCtlLib`
comtypes unresolved-import comtypes/test/test_inout_args.py:3:20 Module `ctypes` has no member `HRESULT`
comtypes unused-ignore-comment comtypes/test/test_inout_args.py:12:33 Unused blanket `type: ignore` directive
comtypes invalid-argument-type comtypes/test/test_inout_args.py:39:54 Argument to function `_fix_inout_args` is incorrect: Expected `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...]`, found `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...] | None`
comtypes invalid-argument-type comtypes/test/test_inout_args.py:84:54 Argument to function `_fix_inout_args` is incorrect: Expected `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...]`, found `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...] | None`
comtypes invalid-argument-type comtypes/test/test_inout_args.py:112:54 Argument to function `_fix_inout_args` is incorrect: Expected `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...]`, found `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...] | None`
comtypes invalid-argument-type comtypes/test/test_inout_args.py:139:54 Argument to function `_fix_inout_args` is incorrect: Expected `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...]`, found `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...] | None`
comtypes invalid-argument-type comtypes/test/test_inout_args.py:159:64 Argument to function `_fix_inout_args` is incorrect: Expected `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...]`, found `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...] | None`
comtypes invalid-argument-type comtypes/test/test_inout_args.py:284:62 Argument to function `_fix_inout_args` is incorrect: Expected `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...]`, found `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...] | None`
comtypes invalid-argument-type comtypes/test/test_inout_args.py:492:54 Argument to function `_fix_inout_args` is incorrect: Expected `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...]`, found `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...] | None`
comtypes unresolved-import comtypes/test/test_messageloop.py:4:20 Module `ctypes` has no member `WinDLL`
comtypes unresolved-import comtypes/test/test_midl_safearray_create.py:2:20 Module `ctypes` has no member `HRESULT`
comtypes unresolved-import comtypes/test/test_midl_safearray_create.py:11:6 Cannot resolve imported module `comtypes.gen.UIAutomationClient`
comtypes unresolved-import comtypes/test/test_midl_safearray_create.py:17:10 Cannot resolve imported module `comtypes.gen.ComtypesCppTestSrvLib`
comtypes unresolved-import comtypes/test/test_monikers.py:3:21 Module `_ctypes` has no member `COMError`
comtypes unresolved-import comtypes/test/test_monikers.py:4:20 Module `ctypes` has no member `HRESULT`
comtypes unresolved-import comtypes/test/test_monikers.py:4:38 Module `ctypes` has no member `OleDLL`
comtypes unresolved-import comtypes/test/test_monikers.py:12:26 Module `comtypes.gen` has no member `MSVidCtlLib`
comtypes unresolved-import comtypes/test/test_monikers.py:13:6 Cannot resolve imported module `comtypes.gen.MSVidCtlLib`
comtypes unused-ignore-comment comtypes/test/test_monikers.py:37:17 Unused blanket `type: ignore` directive
comtypes unused-ignore-comment comtypes/test/test_monikers.py:44:18 Unused blanket `type: ignore` directive
comtypes unused-ignore-comment comtypes/test/test_monikers.py:51:17 Unused blanket `type: ignore` directive
comtypes possibly-missing-attribute comtypes/test/test_npsupport.py:61:20 Attribute `f_back` may be missing on object of type `FrameType | None`
comtypes possibly-missing-attribute comtypes/test/test_npsupport.py:61:20 Attribute `f_locals` may be missing on object of type `FrameType | None`
comtypes unresolved-import comtypes/test/test_npsupport.py:137:14 Cannot resolve imported module `comtypes.gen.TestComServerLib`
comtypes unresolved-import comtypes/test/test_outparam.py:3:5 Module `ctypes` has no member `HRESULT`
comtypes unresolved-import comtypes/test/test_outparam.py:5:5 Module `ctypes` has no member `OleDLL`
comtypes unresolved-import comtypes/test/test_outparam.py:6:5 Module `ctypes` has no member `WinDLL`
comtypes unresolved-attribute comtypes/test/test_outparam.py:62:12 Object of type `_Pointer[IMalloc]` has no attribute `DidAlloc`
comtypes invalid-argument-type comtypes/test/test_outparam.py:74:18 Argument to bound method `__call__` is incorrect: Expected `_PointerLike | Array[Any] | _CArgObject | int | bytes`, found `str`
comtypes unresolved-import comtypes/test/test_persist.py:3:21 Module `_ctypes` has no member `COMError`
comtypes unresolved-import comtypes/test/test_recordinfo.py:11:10 Cannot resolve imported module `comtypes.gen.ComtypesCppTestSrvLib`
comtypes unresolved-import comtypes/test/test_sapi.py:16:34 Module `comtypes.gen` has no member `SpeechLib`
comtypes unresolved-attribute comtypes/test/test_server_register.py:21:8 Module `winreg` has no member `HKEY_CLASSES_ROOT`
comtypes unresolved-attribute comtypes/test/test_server_register.py:22:12 Module `winreg` has no member `REG_MULTI_SZ`
comtypes unresolved-attribute comtypes/test/test_server_register.py:23:6 Module `winreg` has no member `REG_SZ`
comtypes unresolved-attribute comtypes/test/test_server_register.py:61:26 Object of type `OSError` has no attribute `winerror`
comtypes unresolved-attribute comtypes/test/test_server_register.py:70:26 Object of type `OSError` has no attribute `winerror`
comtypes unresolved-attribute comtypes/test/test_server_register.py:78:31 Module `winreg` has no member `HKEYType`
comtypes unresolved-attribute comtypes/test/test_server_register.py:104:31 Module `winreg` has no member `HKEYType`
comtypes unresolved-attribute comtypes/test/test_server_register.py:117:26 Object of type `OSError` has no attribute `winerror`
comtypes unresolved-attribute comtypes/test/test_server_register.py:127:31 Module `winreg` has no member `HKEYType`
comtypes unresolved-attribute comtypes/test/test_server_register.py:149:31 Module `winreg` has no member `HKEYType`
comtypes unresolved-attribute comtypes/test/test_server_register.py:167:31 Module `winreg` has no member `HKEYType`
comtypes unresolved-attribute comtypes/test/test_server_register.py:187:31 Module `winreg` has no member `HKEYType`
comtypes unresolved-attribute comtypes/test/test_server_register.py:200:26 Object of type `OSError` has no attribute `winerror`
comtypes unresolved-import comtypes/test/test_storage.py:3:21 Module `_ctypes` has no member `COMError`
comtypes unresolved-import comtypes/test/test_storage.py:4:20 Module `ctypes` has no member `HRESULT`
comtypes unresolved-import comtypes/test/test_storage.py:4:38 Module `ctypes` has no member `OleDLL`
comtypes unresolved-import comtypes/test/test_storage.py:14:6 Cannot resolve imported module `comtypes.gen.MSVidCtlLib`
comtypes unused-ignore-comment comtypes/test/test_storage.py:54:21 Unused blanket `type: ignore` directive
comtypes unresolved-import comtypes/test/test_stream.py:2:20 Module `ctypes` has no member `HRESULT`
comtypes unresolved-import comtypes/test/test_stream.py:2:38 Module `ctypes` has no member `OleDLL`
comtypes unresolved-import comtypes/test/test_stream.py:8:6 Cannot resolve imported module `comtypes.gen.PortableDeviceApiLib`
comtypes unused-ignore-comment comtypes/test/test_stream.py:32:34 Unused blanket `type: ignore` directive
comtypes unused-ignore-comment comtypes/test/test_stream.py:34:20 Unused blanket `type: ignore` directive
comtypes unresolved-import comtypes/test/test_subinterface.py:9:10 Cannot resolve imported module `test`
comtypes unresolved-reference comtypes/test/test_typeinfo.py:22:32 Name `WindowsError` used when not defined
comtypes invalid-argument-type comtypes/test/test_typeinfo.py:59:38 Argument to function `QueryPathOfRegTypeLib` is incorrect: Expected `str`, found `GUID`
comtypes unresolved-attribute comtypes/test/test_typeinfo.py:119:19 Module `ctypes` has no member `WinDLL`
comtypes unresolved-attribute comtypes/test/test_typeinfo.py:126:26 Object of type `OSError` has no attribute `winerror`
comtypes unresolved-attribute comtypes/test/test_typeinfo.py:132:19 Module `ctypes` has no member `WinDLL`
comtypes unresolved-attribute comtypes/test/test_typeinfo.py:136:26 Object of type `OSError` has no attribute `winerror`
comtypes unresolved-import comtypes/test/test_urlhistory.py:13:26 Module `comtypes.gen` has no member `urlhistLib`
comtypes unresolved-attribute comtypes/test/test_urlhistory.py:26:21 Object of type `Self@__ctypes_from_outparam__` has no attribute `_fields_`
comtypes unresolved-attribute comtypes/test/test_urlhistory.py:28:22 Object of type `Self@__ctypes_from_outparam__` has no attribute `pwcsUrl`
comtypes unresolved-attribute comtypes/test/test_urlhistory.py:28:36 Object of type `Self@__ctypes_from_outparam__` has no attribute `pwcsTitle`
comtypes no-matching-overload comtypes/test/test_urlhistory.py:29:24 No overload of function `cast_field` matches arguments
comtypes no-matching-overload comtypes/test/test_urlhistory.py:30:24 No overload of function `cast_field` matches arguments
comtypes unresolved-import comtypes/test/test_variant.py:290:22 Module `time` has no member `clock`
comtypes unresolved-import comtypes/test/test_viewobject.py:18:8 Cannot resolve imported module `comtypes.gen.MSHTML`
comtypes unresolved-attribute comtypes/test/test_viewobject.py:29:9 Object of type `IViewObject` has no attribute `SetAdvise`
comtypes unresolved-attribute comtypes/test/test_viewobject.py:31:30 Object of type `IViewObject` has no attribute `GetAdvise`
comtypes unresolved-attribute comtypes/test/test_viewobject.py:39:18 Object of type `IViewObject` has no attribute `Freeze`
comtypes unresolved-attribute comtypes/test/test_viewobject.py:41:9 Object of type `IViewObject` has no attribute `Unfreeze`
comtypes unresolved-attribute comtypes/test/test_viewobject.py:47:16 Object of type `IViewObject2` has no attribute `GetExtent`
comtypes unresolved-attribute comtypes/test/test_viewobject.py:55:16 Object of type `IViewObjectEx` has no attribute `GetRect`
comtypes unresolved-attribute comtypes/test/test_viewobject.py:61:18 Object of type `IViewObjectEx` has no attribute `GetViewStatus`
comtypes unresolved-attribute comtypes/test/test_viewobject.py:69:15 Object of type `IViewObjectEx` has no attribute `QueryHitPoint`
comtypes unresolved-attribute comtypes/test/test_viewobject.py:77:15 Object of type `IViewObjectEx` has no attribute `QueryHitRect`
comtypes invalid-argument-type comtypes/test/test_w_getopt.py:9:37 Argument to function `w_getopt` is incorrect: Expected `str`, found `list[LiteralString]`
comtypes invalid-argument-type comtypes/test/test_w_getopt.py:17:37 Argument to function `w_getopt` is incorrect: Expected `str`, found `list[Unknown | str]`
comtypes invalid-argument-type comtypes/test/test_w_getopt.py:24:59 Argument to function `w_getopt` is incorrect: Expected `str`, found `list[Unknown | str]`
comtypes invalid-argument-type comtypes/test/test_w_getopt.py:29:38 Argument to function `w_getopt` is incorrect: Expected `str`, found `list[Unknown | str]`
comtypes unresolved-import comtypes/test/test_win32com_interop.py:10:12 Cannot resolve imported module `pythoncom`
comtypes unresolved-import comtypes/test/test_win32com_interop.py:11:12 Cannot resolve imported module `win32com.client`
comtypes unresolved-import comtypes/test/test_wmi.py:23:34 Module `comtypes.gen` has no member `WbemScripting`
comtypes unresolved-import comtypes/test/test_word.py:11:30 Module `comtypes.gen` has no member `Word`
comtypes possibly-missing-attribute comtypes/tools/codegenerator/codegenerator.py:149:59 Submodule `gen` may not be available as an attribute on module `comtypes`
comtypes possibly-missing-attribute comtypes/tools/codegenerator/codegenerator.py:158:50 Submodule `gen` may not be available as an attribute on module `comtypes`
comtypes invalid-assignment comtypes/tools/codegenerator/helpers.py:15:8 Implicit shadowing of class `lcid`
comtypes unresolved-reference comtypes/tools/codegenerator/packing.py:58:43 Name `details` used when not defined
comtypes invalid-method-override comtypes/tools/codegenerator/typeannotator.py:264:9 Invalid override of method `to_method_annotator`: Definition is incompatible with `_MethodsAnnotator.to_method_annotator`
comtypes invalid-method-override comtypes/tools/codegenerator/typeannotator.py:304:9 Invalid override of method `to_method_annotator`: Definition is incompatible with `_MethodsAnnotator.to_method_annotator`
comtypes unresolved-import comtypes/tools/tlbparser.py:3:21 Module `_ctypes` has no member `COMError`
comtypes unresolved-import comtypes/tools/tlbparser.py:4:49 Module `ctypes` has no member `windll`
comtypes invalid-assignment comtypes/tools/typedesc_base.py:194:9 Object of type `list[Field]` is not assignable to attribute `members` of type `list[Field | Method | Constructor]`
comtypes invalid-assignment comtypes/tools/typedesc_base.py:216:9 Object of type `list[Field]` is not assignable to attribute `members` of type `list[Field | Method | Constructor]`
comtypes unresolved-import comtypes/typeinfo.py:11:5 Module `ctypes` has no member `HRESULT`
comtypes unresolved-import comtypes/typeinfo.py:13:5 Module `ctypes` has no member `OleDLL`
comtypes unresolved-import comtypes/typeinfo.py:14:5 Module `ctypes` has no member `WinDLL`
comtypes unused-ignore-comment comtypes/typeinfo.py:60:33 Unused blanket `type: ignore` directive
comtypes invalid-parameter-default comtypes/typeinfo.py:419:9 Default value of type `<class 'IUnknown'>` is not assignable to annotated parameter type `type[_T_IUnknown@CreateInstance]`
comtypes unresolved-attribute comtypes/typeinfo.py:767:15 Module `ctypes` has no member `WinError`
comtypes unresolved-attribute comtypes/util.py:131:12 Class `PyCArgObject` has no attribute `p`
comtypes unresolved-import comtypes/viewobject.py:3:5 Module `ctypes` has no member `HRESULT`
dacite unused-ignore-comment dacite/config.py:8:44 Unused blanket `type: ignore` directive
dacite unused-ignore-comment dacite/config.py:11:33 Unused blanket `type: ignore` directive
dacite unused-ignore-comment dacite/data.py:2:39 Unused blanket `type: ignore` directive
dacite unused-ignore-comment dacite/data.py:4:50 Unused blanket `type: ignore` directive
dacite unused-ignore-comment dacite/dataclasses.py:17:45 Unused blanket `type: ignore` directive
dacite unused-ignore-comment dacite/dataclasses.py:18:41 Unused blanket `type: ignore` directive
dacite unused-ignore-comment dacite/generics.py:10:55 Unused blanket `type: ignore` directive
dacite unused-ignore-comment dacite/generics.py:12:66 Unused blanket `type: ignore` directive
dacite not-iterable dacite/generics.py:96:21 Object of type `object` is not iterable
dacite unused-ignore-comment dacite/types.py:5:36 Unused blanket `type: ignore` directive
dacite unused-ignore-comment dacite/types.py:7:47 Unused blanket `type: ignore` directive
dacite unresolved-attribute dacite/types.py:17:16 Object of type `type` has no attribute `__extra__`
dacite unresolved-attribute dacite/types.py:19:16 Object of type `type` has no attribute `__origin__`
dacite unresolved-attribute dacite/types.py:43:30 Object of type `type` has no attribute `__origin__`
dacite unused-ignore-comment dacite/types.py:47:38 Unused blanket `type: ignore` directive
dacite unused-ignore-comment dacite/types.py:62:37 Unused blanket `type: ignore` directive
dacite unresolved-attribute dacite/types.py:64:38 Object of type `type` has no attribute `__origin__`
dacite unresolved-attribute dacite/types.py:76:12 Object of type `type` has no attribute `__supertype__`
dacite unresolved-attribute dacite/types.py:87:16 Object of type `type` has no attribute `type`
dacite unresolved-attribute dacite/types.py:108:12 Object of type `type` has no attribute `__args__`
dacite unresolved-attribute dacite/types.py:109:21 Object of type `type` has no attribute `__args__`
dacite unresolved-attribute dacite/types.py:128:16 Object of type `type` has no attribute `__origin__`
dedupe unresolved-import dedupe/api.py:19:8 Cannot resolve imported module `sklearn.linear_model`
dedupe unresolved-import dedupe/api.py:20:8 Cannot resolve imported module `sklearn.model_selection`
dedupe unused-ignore-comment dedupe/api.py:551:47 Unused blanket `type: ignore` directive
dedupe unused-ignore-comment dedupe/api.py:679:33 Unused blanket `type: ignore` directive
dedupe redundant-cast dedupe/api.py:1547:17 Value is already of type `Literal["match", "distinct"]`
dedupe unused-ignore-comment dedupe/backport.py:14:36 Unused blanket `type: ignore` directive
dedupe unresolved-import dedupe/canonical.py:5:6 Cannot resolve imported module `affinegap`
dedupe unresolved-import dedupe/canopy_index.py:8:6 Cannot resolve imported module `BTrees.Length`
dedupe unresolved-import dedupe/canopy_index.py:9:6 Cannot resolve imported module `zope.index.text.cosineindex`
dedupe unresolved-import dedupe/canopy_index.py:10:6 Cannot resolve imported module `zope.index.text.lexicon`
dedupe unresolved-import dedupe/canopy_index.py:11:6 Cannot resolve imported module `zope.index.text.setops`
dedupe unresolved-import dedupe/canopy_index.py:12:6 Cannot resolve imported module `zope.index.text.textindex`
dedupe unused-ignore-comment dedupe/canopy_index.py:85:53 Unused blanket `type: ignore` directive
dedupe unused-ignore-comment dedupe/canopy_index.py:86:56 Unused blanket `type: ignore` directive
dedupe unresolved-import dedupe/clustering.py:13:8 Cannot resolve imported module `scipy.cluster.hierarchy`
dedupe possibly-unresolved-reference dedupe/clustering.py:80:38 Name `n_components` used when possibly not defined
dedupe unused-ignore-comment dedupe/clustering.py:121:38 Unused blanket `type: ignore` directive
dedupe unused-ignore-comment dedupe/clustering.py:250:71 Unused blanket `type: ignore` directive
dedupe invalid-argument-type dedupe/convenience.py:77:16 Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `signedinteger[Unknown]`
dedupe invalid-argument-type dedupe/convenience.py:77:19 Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `signedinteger[Unknown]`
dedupe unused-ignore-comment dedupe/core.py:111:47 Unused blanket `type: ignore` directive
dedupe unused-ignore-comment dedupe/core.py:163:23 Unused blanket `type: ignore` directive
dedupe invalid-argument-type dedupe/core.py:196:41 Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | str`
dedupe invalid-argument-type dedupe/datamodel.py:65:32 Argument to bound method `extend` is incorrect: Expected `Iterable[Variable]`, found `object`
dedupe redundant-cast dedupe/datamodel.py:94:26 Value is already of type `(Any, Any, /) -> int | float | Sequence[int | float]`
dedupe not-iterable dedupe/datamodel.py:193:64 Object of type `object` is not iterable
dedupe unresolved-import dedupe/labeler.py:11:8 Cannot resolve imported module `sklearn.linear_model`
dedupe unused-ignore-comment dedupe/labeler.py:494:57 Unused blanket `type: ignore` directive
dedupe unresolved-import dedupe/levenshtein.py:3:8 Cannot resolve imported module `Levenshtein_search`
dedupe unused-ignore-comment dedupe/levenshtein.py:10:33 Unused blanket `type: ignore` directive
dedupe unresolved-import dedupe/predicate_functions.py:6:6 Cannot resolve imported module `doublemetaphone`
dedupe unresolved-import dedupe/predicate_functions.py:9:6 Cannot resolve imported module `dedupe.cpredicates`
dedupe unresolved-import dedupe/predicates.py:12:6 Cannot resolve imported module `dedupe.cpredicates`
dedupe unresolved-attribute dedupe/predicates.py:86:29 Object of type `(Any, /) -> frozenset[str]` has no attribute `__name__`
dedupe unused-ignore-comment dedupe/predicates.py:120:88 Unused blanket `type: ignore` directive
dedupe invalid-method-override dedupe/serializer.py:28:9 Invalid override of method `encode`: Definition is incompatible with `JSONEncoder.encode`
dedupe invalid-method-override dedupe/serializer.py:31:9 Invalid override of method `iterencode`: Definition is incompatible with `JSONEncoder.iterencode`
dedupe invalid-method-override dedupe/serializer.py:34:9 Invalid override of method `default`: Definition is incompatible with `JSONEncoder.default`
dedupe unresolved-attribute dedupe/variables/base.py:100:56 Object of type `(Any, Any, /) -> int | float` has no attribute `__name__`
dedupe unresolved-import dedupe/variables/categorical_type.py:5:6 Cannot resolve imported module `categorical`
dedupe unused-ignore-comment dedupe/variables/categorical_type.py:19:62 Unused blanket `type: ignore` directive
dedupe unused-ignore-comment dedupe/variables/categorical_type.py:22:57 Unused blanket `type: ignore` directive
dedupe unresolved-import dedupe/variables/exists.py:5:6 Cannot resolve imported module `categorical`
dedupe unresolved-import dedupe/variables/latlong.py:5:6 Cannot resolve imported module `haversine`
dedupe unresolved-import dedupe/variables/set.py:3:6 Cannot resolve imported module `simplecosine.cosine`
dedupe unused-ignore-comment dedupe/variables/set.py:36:56 Unused blanket `type: ignore` directive
dedupe unresolved-import dedupe/variables/string.py:3:6 Cannot resolve imported module `affinegap`
dedupe unresolved-import dedupe/variables/string.py:4:6 Cannot resolve imported module `highered`
dedupe unresolved-import dedupe/variables/string.py:5:6 Cannot resolve imported module `simplecosine.cosine`
dedupe unused-ignore-comment dedupe/variables/string.py:76:38 Unused blanket `type: ignore` directive
dedupe unused-ignore-comment dedupe/variables/string.py:78:42 Unused blanket `type: ignore` directive
dedupe unused-ignore-comment dedupe/variables/string.py:109:57 Unused blanket `type: ignore` directive
cwltool invalid-return-type cwltool/argparser.py:54:16 Return type does not match returned value: expected `list[LiteralString]`, found `list[Unknown | str]`
cwltool possibly-missing-attribute cwltool/argparser.py:805:46 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-missing-attribute cwltool/argparser.py:843:46 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-missing-attribute cwltool/argparser.py:933:42 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-missing-attribute cwltool/argparser.py:1032:42 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool invalid-argument-type cwltool/builder.py:239:55 Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
cwltool invalid-argument-type cwltool/builder.py:241:58 Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
cwltool invalid-assignment cwltool/builder.py:246:21 Invalid subscript assignment with key of type `Literal["type"]` and value of type `object` on object of type `MutableMapping[str, None | int | str | ... omitted 3 union elements]`
cwltool invalid-assignment cwltool/builder.py:277:17 Cannot assign to a subscript on an object of type `int`
cwltool invalid-assignment cwltool/builder.py:277:17 Cannot assign to a subscript on an object of type `str`
cwltool invalid-assignment cwltool/builder.py:277:17 Cannot assign to a subscript on an object of type `float`
cwltool invalid-assignment cwltool/builder.py:280:21 Cannot assign to a subscript on an object of type `int`
cwltool invalid-assignment cwltool/builder.py:280:21 Cannot assign to a subscript on an object of type `str`
cwltool invalid-assignment cwltool/builder.py:280:21 Cannot assign to a subscript on an object of type `float`
cwltool invalid-argument-type cwltool/builder.py:283:21 Argument to bound method `bind_input` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements]`, found `(int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (MutableMapping[str, Divergent] & ~Top[MutableSequence[Unknown]])`
cwltool invalid-argument-type cwltool/builder.py:292:25 Argument to bound method `bind_input` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements]`, found `(int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (MutableMapping[str, Divergent] & ~Top[MutableSequence[Unknown]])`
cwltool invalid-return-type cwltool/builder.py:678:24 Return type does not match returned value: expected `None | int | str | ... omitted 3 union elements`, found `dict[object, None | int | str | ... omitted 4 union elements]`
cwltool invalid-argument-type cwltool/builder.py:678:41 Argument to bound method `do_eval` is incorrect: Expected `None | int | str | ... omitted 3 union elements`, found `object`
cwltool invalid-argument-type cwltool/builder.py:680:38 Argument to bound method `do_eval` is incorrect: Expected `None | int | str | ... omitted 3 union elements`, found `object`
cwltool invalid-argument-type cwltool/checker.py:62:40 Argument to function `merge_flatten_type` is incorrect: Expected `None | int | str | ... omitted 4 union elements`, found `object`
cwltool invalid-argument-type cwltool/checker.py:83:21 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["not_connected"]`
cwltool invalid-argument-type cwltool/checker.py:92:37 Argument to function `_compare_records` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements]`, found `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 3 union elements`
cwltool invalid-argument-type cwltool/checker.py:92:42 Argument to function `_compare_records` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements]`, found `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | ... omitted 3 union elements`
cwltool no-matching-overload cwltool/checker.py:94:53 No overload of bound method `get` matches arguments
cwltool no-matching-overload cwltool/checker.py:94:53 No overload of bound method `get` matches arguments
cwltool no-matching-overload cwltool/checker.py:94:53 No overload of bound method `get` matches arguments
cwltool no-matching-overload cwltool/checker.py:97:60 No overload of bound method `get` matches arguments
cwltool no-matching-overload cwltool/checker.py:97:60 No overload of bound method `get` matches arguments
cwltool no-matching-overload cwltool/checker.py:97:60 No overload of bound method `get` matches arguments
cwltool invalid-argument-type cwltool/checker.py:107:47 Argument to function `can_assign_src_to_sink` is incorrect: Expected `None | int | str | ... omitted 4 union elements`, found `object`
cwltool invalid-argument-type cwltool/checker.py:111:62 Argument to function `can_assign_src_to_sink` is incorrect: Expected `None | int | str | ... omitted 4 union elements`, found `~Literal["null"]`
cwltool invalid-argument-type cwltool/checker.py:116:44 Argument to function `can_assign_src_to_sink` is incorrect: Expected `None | int | str | ... omitted 4 union elements`, found `object`
cwltool invalid-argument-type cwltool/command_line_tool.py:537:45 Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["class"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
cwltool invalid-argument-type cwltool/command_line_tool.py:599:75 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["class"]`
cwltool no-matching-overload cwltool/command_line_tool.py:615:50 No overload of bound method `get` matches arguments
cwltool no-matching-overload cwltool/command_line_tool.py:615:50 No overload of bound method `get` matches arguments
cwltool no-matching-overload cwltool/command_line_tool.py:620:32 No overload of bound method `get` matches arguments
cwltool no-matching-overload cwltool/command_line_tool.py:620:32 No overload of bound method `get` matches arguments
cwltool invalid-argument-type cwltool/command_line_tool.py:622:65 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["class"]`
cwltool invalid-argument-type cwltool/command_line_tool.py:707:32 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["class"]`
cwltool invalid-assignment cwltool/command_line_tool.py:721:13 Invalid subscript assignment with key of type `int` and value of type `int | float | MutableSequence[Divergent] | ... omitted 3 union elements` on object of type `list[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`
cwltool possibly-unresolved-reference cwltool/command_line_tool.py:728:46 Name `t2` used when possibly not defined
cwltool invalid-assignment cwltool/command_line_tool.py:849:78 Object of type `dict[str, MutableSequence[str | int] | MutableMapping[str, None | int | str | ... omitted 3 union elements] | list[Any] | list[Unknown | str | int | ... omitted 3 union elements]]` is not assignable to `dict[str, MutableSequence[str | int] | MutableMapping[str, None | int | str | ... omitted 3 union elements]]`
cwltool possibly-missing-attribute cwltool/cwlprov/provenance_profile.py:210:28 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-missing-attribute cwltool/cwlprov/provenance_profile.py:603:28 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-missing-attribute cwltool/cwlprov/provenance_profile.py:641:24 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-missing-attribute cwltool/cwlprov/provenance_profile.py:676:23 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool invalid-assignment cwltool/cwlprov/ro.py:263:13 Invalid subscript assignment with key of type `str` and value of type `dict[Unknown | str, Unknown | str | None]` on object of type `dict[str, Aggregate]`
cwltool no-matching-overload cwltool/cwlprov/ro.py:357:21 No overload of bound method `update` matches arguments
cwltool possibly-missing-attribute cwltool/cwlprov/ro.py:503:28 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool invalid-argument-type cwltool/cwlprov/ro.py:645:30 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["class"]`
cwltool invalid-assignment cwltool/cwlprov/ro.py:665:25 Cannot assign to a subscript on an object of type `int`
cwltool invalid-assignment cwltool/cwlprov/ro.py:665:25 Cannot assign to a subscript on an object of type `str`
cwltool invalid-assignment cwltool/cwlprov/ro.py:665:25 Cannot assign to a subscript on an object of type `float`
cwltool invalid-assignment cwltool/cwlprov/ro.py:665:25 Invalid subscript assignment with key of type `Literal["checksum"]` and value of type `str` on object of type `MutableSequence[Divergent]`
cwltool invalid-assignment cwltool/cwlprov/ro.py:665:25 Invalid subscript assignment with key of type `Literal["checksum"]` and value of type `str` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`
cwltool invalid-assignment cwltool/cwlprov/ro.py:667:17 Cannot assign to a subscript on an object of type `int`
cwltool invalid-assignment cwltool/cwlprov/ro.py:667:17 Cannot assign to a subscript on an object of type `str`
cwltool invalid-assignment cwltool/cwlprov/ro.py:667:17 Cannot assign to a subscript on an object of type `float`
cwltool invalid-assignment cwltool/cwlprov/ro.py:667:17 Invalid subscript assignment with key of type `Literal["location"]` and value of type `str` on object of type `MutableSequence[Divergent]`
cwltool invalid-assignment cwltool/cwlprov/ro.py:667:17 Invalid subscript assignment with key of type `Literal["location"]` and value of type `str` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`
cwltool invalid-argument-type cwltool/cwlprov/ro.py:671:30 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["class"]`
cwltool invalid-argument-type cwltool/cwlprov/ro.py:678:44 Argument to bound method `_relativise_files` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None | int | ... omitted 5 union elements`, found `object`
cwltool invalid-argument-type cwltool/cwlprov/ro.py:686:40 Argument to bound method `_relativise_files` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None | int | ... omitted 5 union elements`, found `object`
cwltool invalid-argument-type cwltool/cwlprov/writablebagfile.py:267:26 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["class"]`
cwltool invalid-argument-type cwltool/cwlviewer.py:56:40 Argument to bound method `query` is incorrect: Expected `Mapping[str, Identifier] | None`, found `dict[Unknown | str, Unknown | str]`
cwltool invalid-argument-type cwltool/cwlviewer.py:124:40 Argument to bound method `query` is incorrect: Expected `Mapping[str, Identifier] | None`, found `dict[Unknown | str, Unknown | str]`
cwltool invalid-argument-type cwltool/cwlviewer.py:155:35 Argument to bound method `query` is incorrect: Expected `Mapping[str, Identifier] | None`, found `dict[Unknown | str, Unknown | str]`
cwltool possibly-unresolved-reference cwltool/docker.py:266:48 Name `file_copy` used when possibly not defined
cwltool possibly-unresolved-reference cwltool/docker.py:297:52 Name `new_dir` used when possibly not defined
cwltool invalid-method-override cwltool/docker.py:308:9 Invalid override of method `create_runtime`: Definition is incompatible with `ContainerCommandLineJob.create_runtime`
cwltool unused-ignore-comment cwltool/executors.py:157:76 Unused blanket `type: ignore` directive
cwltool invalid-assignment cwltool/executors.py:217:25 Object of type `Builder` is not assignable to attribute `builder` on type `JobBase | (WorkflowJob & <Protocol with members 'builder'>) | ExpressionJob | (CallbackJob & <Protocol with members 'builder'>)`
cwltool no-matching-overload cwltool/job.py:180:46 No overload of bound method `get` matches arguments
cwltool no-matching-overload cwltool/job.py:181:39 No overload of bound method `get` matches arguments
cwltool invalid-method-override cwltool/job.py:671:9 Invalid override of method `_preserve_environment_on_containers_warning`: Definition is incompatible with `JobBase._preserve_environment_on_containers_warning`
cwltool possibly-unresolved-reference cwltool/job.py:704:54 Name `new_file` used when possibly not defined
cwltool possibly-unresolved-reference cwltool/job.py:707:38 Name `new_file` used when possibly not defined
cwltool possibly-unresolved-reference cwltool/job.py:710:41 Name `new_file` used when possibly not defined
cwltool possibly-unresolved-reference cwltool/job.py:712:48 Name `new_file` used when possibly not defined
cwltool possibly-unresolved-reference cwltool/job.py:714:52 Name `new_file` used when possibly not defined
cwltool possibly-unresolved-reference cwltool/job.py:715:35 Name `new_file` used when possibly not defined
cwltool invalid-argument-type cwltool/job.py:1031:29 Argument to function `copyfile` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
cwltool invalid-argument-type cwltool/job.py:1034:29 Argument to function `copyfile` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
cwltool possibly-missing-attribute cwltool/load_tool.py:89:13 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-missing-attribute cwltool/load_tool.py:104:15 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool invalid-assignment cwltool/load_tool.py:176:33 Invalid subscript assignment with key of type `Unknown | str` and value of type `str` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str | int]`
cwltool invalid-assignment cwltool/load_tool.py:176:33 Cannot assign to a subscript on an object of type `str`
cwltool invalid-assignment cwltool/load_tool.py:190:25 Invalid subscript assignment with key of type `Literal["stdin"]` and value of type `str` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str | int]`
cwltool invalid-assignment cwltool/load_tool.py:190:25 Cannot assign to a subscript on an object of type `str`
cwltool invalid-assignment cwltool/load_tool.py:231:13 Cannot assign to a subscript on an object of type `int`
cwltool invalid-assignment cwltool/load_tool.py:231:13 Cannot assign to a subscript on an object of type `str`
cwltool invalid-assignment cwltool/load_tool.py:231:13 Cannot assign to a subscript on an object of type `float`
cwltool invalid-assignment cwltool/load_tool.py:231:13 Invalid subscript assignment with key of type `Literal["id"]` and value of type `str` on object of type `MutableSequence[Divergent]`
cwltool invalid-argument-type cwltool/load_tool.py:260:58 Argument to function `_fast_parser_convert_stdstreams_to_files` is incorrect: Expected `Process | MutableSequence[Process]`, found `object`
cwltool invalid-argument-type cwltool/load_tool.py:287:43 Argument to function `_fast_parser_handle_hints` is incorrect: Expected `Process | MutableSequence[Process]`, found `object`
cwltool possibly-missing-attribute cwltool/load_tool.py:341:18 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-missing-attribute cwltool/load_tool.py:388:15 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-missing-attribute cwltool/load_tool.py:393:15 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool invalid-argument-type cwltool/load_tool.py:399:38 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["cwlVersion"]`
cwltool non-subscriptable cwltool/load_tool.py:575:20 Cannot subscript object of type `object` with no `__getitem__` method
cwltool possibly-missing-attribute cwltool/load_tool.py:583:25 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool non-subscriptable cwltool/load_tool.py:583:48 Cannot subscript object of type `object` with no `__getitem__` method
cwltool unsupported-operator cwltool/load_tool.py:583:84 Operator `in` is not supported between objects of type `Literal["id"]` and `object`
cwltool invalid-argument-type cwltool/load_tool.py:591:49 Argument to function `make_tool_notimpl` is incorrect: Expected `CommentedMap`, found `~AlwaysFalsy | (CommentedMap & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]])`
cwltool invalid-assignment cwltool/main.py:165:9 Implicit shadowing of function `default_user_agent`
cwltool possibly-missing-attribute cwltool/main.py:184:17 Submodule `comments` may not be available as an attribute on module `ruamel.yaml`
cwltool possibly-missing-attribute cwltool/main.py:185:22 Submodule `comments` may not be available as an attribute on module `ruamel.yaml`
cwltool invalid-argument-type cwltool/main.py:193:32 Argument to bound method `remove` is incorrect: Expected `Never`, found `Literal["null"]`
cwltool invalid-argument-type cwltool/main.py:206:63 Argument to function `generate_example_input` is incorrect: Expected `None | int | str | ... omitted 3 union elements`, found `object`
cwltool possibly-missing-attribute cwltool/main.py:240:23 Submodule `comments` may not be available as an attribute on module `ruamel.yaml`
cwltool invalid-assignment cwltool/main.py:280:21 Cannot assign to a subscript on an object of type `str`
cwltool invalid-assignment cwltool/main.py:291:17 Cannot assign to a subscript on an object of type `str`
cwltool invalid-assignment cwltool/main.py:299:17 Cannot assign to a subscript on an object of type `str`
cwltool invalid-argument-type cwltool/main.py:301:42 Argument to function `realize_input_schema` is incorrect: Expected `MutableSequence[str | MutableMapping[str, None | int | str | ... omitted 3 union elements]]`, found `list[Unknown | (int & Top[Mapping[Unknown, object]]) | (str & Top[Mapping[Unknown, object]]) | ... omitted 3 union elements]`
cwltool invalid-assignment cwltool/main.py:305:17 Cannot assign to a subscript on an object of type `str`
cwltool invalid-assignment cwltool/main.py:313:17 Cannot assign to a subscript on an object of type `str`
cwltool possibly-missing-attribute cwltool/main.py:325:16 Submodule `comments` may not be available as an attribute on module `ruamel.yaml`
cwltool possibly-unresolved-reference cwltool/main.py:374:45 Name `input_basedir` used when possibly not defined
cwltool invalid-return-type cwltool/main.py:391:12 Return type does not match returned value: expected `tuple[MutableMapping[str, None | int | str | ... omitted 3 union elements] | None, str, Loader]`, found `tuple[None | int | float | ... omitted 3 union elements, Unknown | str, Loader]`
cwltool possibly-unresolved-reference cwltool/main.py:391:31 Name `input_basedir` used when possibly not defined
cwltool possibly-missing-attribute cwltool/main.py:477:33 Attribute `get` may be missing on object of type `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
cwltool invalid-argument-type cwltool/main.py:499:37 Argument to bound method `_init_job` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements]`, found `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
cwltool invalid-argument-type cwltool/main.py:502:43 Argument to bound method `bind_input` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements] | list[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`, found `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
cwltool non-subscriptable cwltool/main.py:505:25 Cannot subscript object of type `None` with no `__getitem__` method
cwltool invalid-argument-type cwltool/main.py:510:13 Argument to function `printdeps` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements]`, found `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
cwltool invalid-argument-type cwltool/main.py:523:13 Argument to bound method `store` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements]`, found `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
cwltool unsupported-operator cwltool/main.py:526:8 Operator `in` is not supported between objects of type `Literal["cwl:tool"]` and `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
cwltool non-subscriptable cwltool/main.py:527:13 Cannot subscript object of type `None` with no `__getitem__` method
cwltool unsupported-operator cwltool/main.py:528:8 Operator `in` is not supported between objects of type `Literal["__id"]` and `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
cwltool non-subscriptable cwltool/main.py:529:13 Cannot subscript object of type `None` with no `__getitem__` method
cwltool invalid-return-type cwltool/main.py:530:12 Return type does not match returned value: expected `MutableMapping[str, None | int | str | ... omitted 3 union elements]`, found `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
cwltool possibly-unresolved-reference cwltool/main.py:559:79 Name `base` used when possibly not defined
cwltool possibly-missing-attribute cwltool/main.py:747:5 Submodule `representer` may not be available as an attribute on module `ruamel.yaml`
cwltool possibly-missing-attribute cwltool/main.py:793:15 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-missing-attribute cwltool/main.py:829:15 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-missing-attribute cwltool/main.py:861:15 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-unresolved-reference cwltool/main.py:1045:17 Name `parser` used when possibly not defined
cwltool possibly-unresolved-reference cwltool/main.py:1146:31 Name `tool` used when possibly not defined
cwltool possibly-unresolved-reference cwltool/main.py:1155:30 Name `tool` used when possibly not defined
cwltool possibly-unresolved-reference cwltool/main.py:1161:26 Name `tool` used when possibly not defined
cwltool possibly-unresolved-reference cwltool/main.py:1165:31 Name `tool` used when possibly not defined
cwltool possibly-unresolved-reference cwltool/main.py:1169:45 Name `tool` used when possibly not defined
cwltool possibly-unresolved-reference cwltool/main.py:1176:43 Name `tool` used when possibly not defined
cwltool possibly-unresolved-reference cwltool/main.py:1183:46 Name `tool` used when possibly not defined
cwltool possibly-unresolved-reference cwltool/main.py:1190:30 Name `tool` used when possibly not defined
cwltool possibly-unresolved-reference cwltool/main.py:1191:25 Name `tool` used when possibly not defined
cwltool possibly-unresolved-reference cwltool/main.py:1193:21 Name `tool` used when possibly not defined
cwltool possibly-unresolved-reference cwltool/main.py:1221:23 Name `tool` used when possibly not defined
cwltool possibly-unresolved-reference cwltool/main.py:1222:20 Name `tool` used when possibly not defined
cwltool possibly-unresolved-reference cwltool/main.py:1260:27 Name `tool` used when possibly not defined
cwltool possibly-unresolved-reference cwltool/main.py:1266:49 Name `tool` used when possibly not defined
cwltool possibly-unresolved-reference cwltool/main.py:1269:42 Name `tool` used when possibly not defined
cwltool possibly-unresolved-reference cwltool/main.py:1276:21 Name `tool` used when possibly not defined
cwltool possibly-unresolved-reference cwltool/main.py:1315:17 Name `tool` used when possibly not defined
cwltool invalid-argument-type cwltool/main.py:1331:50 Argument to function `remove_at_id` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements]`, found `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | (MutableSequence[Divergent] & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, Divergent]`
cwltool invalid-argument-type cwltool/main.py:1335:58 Argument to function `remove_at_id` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements]`, found `Top[MutableMapping[Unknown, Unknown]]`
cwltool invalid-argument-type cwltool/pack.py:28:22 Argument to function `find_run` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements] | int | float | ... omitted 4 union elements`, found `object`
cwltool invalid-argument-type cwltool/pack.py:50:22 Argument to function `find_ids` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None | int | ... omitted 5 union elements`, found `object`
cwltool invalid-argument-type cwltool/pack.py:87:26 Argument to function `import_embed` is incorrect: Expected `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]] | MutableMapping[str, None | int | str | ... omitted 3 union elements] | None | ... omitted 5 union elements`, found `object`
cwltool invalid-assignment cwltool/pack.py:96:25 Cannot assign to a subscript on an object of type `int`
cwltool invalid-assignment cwltool/pack.py:96:25 Cannot assign to a subscript on an object of type `str`
cwltool invalid-assignment cwltool/pack.py:96:25 Cannot assign to a subscript on an object of type `float`
cwltool invalid-argument-type cwltool/pack.py:102:25 Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
cwltool possibly-missing-attribute cwltool/pack.py:140:19 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool non-subscriptable cwltool/pack.py:143:20 Cannot subscript object of type `object` with no `__getitem__` method
cwltool non-subscriptable cwltool/pack.py:144:27 Cannot subscript object of type `object` with no `__getitem__` method
cwltool non-subscriptable cwltool/pack.py:145:33 Cannot subscript object of type `object` with no `__getitem__` method
cwltool unresolved-attribute cwltool/pack.py:145:58 Object of type `object` has no attribute `items`
cwltool possibly-missing-attribute cwltool/pack.py:191:19 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-missing-attribute cwltool/pack.py:202:26 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool invalid-argument-type cwltool/pack.py:233:13 Argument to function `update` is incorrect: Expected `CommentedSeq | CommentedMap`, found `(int & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (CommentedMap & Top[MutableMapping[Unknown, Unknown]])`
cwltool possibly-missing-attribute cwltool/pathmapper.py:157:24 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool invalid-argument-type cwltool/process.py:314:24 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["class"]`
cwltool invalid-argument-type cwltool/process.py:318:51 Argument to function `_collectDirEntries` is incorrect: Expected `MutableMapping[str, None | int | str | ... omitted 3 union elements] | MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]] | None`, found `object`
cwltool invalid-assignment cwltool/process.py:437:17 Invalid subscript assignment with key of type `int` and value of type `MutableMapping[str, None | int | str | ... omitted 3 union elements] | MutableSequence[Any] | None | ... omitted 5 union elements` on object of type `MutableMapping[str, None | int | str | ... omitted 3 union elements]`
cwltool invalid-assignment cwltool/process.py:437:17 Cannot assign to a subscript on an object of type `int`
cwltool invalid-assignment cwltool/process.py:437:17 Cannot assign to a subscript on an object of type `str`
cwltool invalid-assignment cwltool/process.py:437:17 Cannot assign to a subscript on an object of type `float`
cwltool invalid-assignment cwltool/process.py:437:17 Invalid subscript assignment with key of type `int` and value of type `MutableMapping[str, None | int | str | ... omitted 3 union elements] | MutableSequence[Any] | None | ... omitted 5 union elements` on object of type `MutableMapping[str, Divergent]`
cwltool invalid-argument-type cwltool/process.py:496:40 Argument to function `var_spool_cwl_detector` is incorrect: Expected `None | int | str | ... omitted 3 union elements`, found `object`
cwltool invalid-argument-type cwltool/process.py:1220:20 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["class"]`
cwltool no-matching-overload cwltool/process.py:1221:37 No overload of bound method `get` matches arguments
cwltool no-matching-overload cwltool/process.py:1221:37 No overload of bound method `get` matches arguments
cwltool invalid-argument-type cwltool/process.py:1221:65 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["path"]`
cwltool invalid-argument-type cwltool/process.py:1330:26 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["class"]`
cwltool possibly-missing-attribute cwltool/resolver.py:14:22 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-missing-attribute cwltool/resolver.py:73:18 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-missing-attribute cwltool/resolver.py:73:48 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-missing-attribute cwltool/resolver.py:88:25 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-missing-attribute cwltool/resolver.py:89:25 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-missing-attribute cwltool/resolver.py:90:25 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-unresolved-reference cwltool/singularity.py:503:56 Name `new_dir` used when possibly not defined
cwltool possibly-missing-attribute cwltool/stdfsaccess.py:14:10 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-missing-attribute cwltool/stdfsaccess.py:55:25 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-unresolved-reference cwltool/subgraph.py:40:14 Name `d` used when possibly not defined
cwltool possibly-missing-attribute cwltool/subgraph.py:171:26 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool invalid-argument-type cwltool/update.py:135:56 Argument to function `update_secondaryFiles` is incorrect: Expected `None | int | str | ... omitted 3 union elements`, found `object`
cwltool invalid-assignment cwltool/utils.py:186:13 Invalid subscript assignment with key of type `str | @Todo` and value of type `str | MutableSequence[Any] | MutableMapping[str, Any]` on object of type `MutableSequence[Any]`
cwltool possibly-missing-attribute cwltool/utils.py:292:17 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-missing-attribute cwltool/utils.py:293:31 Submodule `request` may not be available as an attribute on module `urllib`
cwltool possibly-missing-attribute cwltool/utils.py:422:17 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-missing-attribute cwltool/utils.py:431:29 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-missing-attribute cwltool/utils.py:446:54 Submodule `request` may not be available as an attribute on module `urllib`
cwltool possibly-unresolved-reference cwltool/validate_js.py:177:29 Name `jshint_json` used when possibly not defined
cwltool possibly-unresolved-reference cwltool/validate_js.py:186:42 Name `jshint_json` used when possibly not defined
cwltool invalid-assignment cwltool/workflow.py:57:1 Implicit shadowing of function `make_tool_notimpl`
cwltool invalid-argument-type cwltool/workflow_job.py:337:28 Argument to function `match_types` is incorrect: Expected `None | int | str | ... omitted 4 union elements`, found `object`
cwltool invalid-assignment cwltool/workflow_job.py:344:13 Invalid subscript assignment with key of type `Literal["type"]` and value of type `object` on object of type `MutableMapping[str, None | int | str | ... omitted 3 union elements]`
cwltool invalid-argument-type cwltool/workflow_job.py:359:36 Argument to bound method `extend` is incorrect: Expected `Iterable[None | int | str | ... omitted 3 union elements]`, found `(int & Top[MutableSequence[Unknown]]) | (str & Top[MutableSequence[Unknown]]) | (float & Top[MutableSequence[Unknown]]) | MutableSequence[Divergent] | (MutableMapping[str, Divergent] & Top[MutableSequence[Unknown]])`
cwltool possibly-unresolved-reference cwltool/workflow_job.py:758:24 Name `jobs` used when possibly not defined
cwltool possibly-missing-attribute mypy-stubs/prov/serializers/provxml.pyi:14:25 Submodule `serializers` may not be available as an attribute on module `prov`
cwltool unresolved-attribute mypy-stubs/rdflib/graph.pyi:170:10 Function `query` has no attribute `Result`
cwltool invalid-method-override mypy-stubs/rdflib/graph.pyi:180:9 Invalid override of method `n3`: Definition is incompatible with `Node.n3`
cwltool invalid-method-override mypy-stubs/rdflib/graph.pyi:205:9 Invalid override of method `add`: Definition is incompatible with `Graph.add`
cwltool invalid-method-override mypy-stubs/rdflib/graph.pyi:207:9 Invalid override of method `remove`: Definition is incompatible with `Graph.remove`
cwltool unused-ignore-comment mypy-stubs/rdflib/namespace/__init__.pyi:36:37 Unused blanket `type: ignore` directive
cwltool invalid-method-override mypy-stubs/rdflib/namespace/__init__.pyi:38:9 Invalid override of method `__getitem__`: Definition is incompatible with `str.__getitem__`
cwltool invalid-method-override mypy-stubs/rdflib/namespace/__init__.pyi:42:9 Invalid override of method `format`: Definition is incompatible with `str.format`
cwltool invalid-method-override mypy-stubs/rdflib/query.pyi:17:9 Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`
cwltool unresolved-import setup.py:96:10 Cannot resolve imported module `mypyc.build`
cwltool invalid-assignment tests/test_ext.py:266:9 Object of type `Literal[3]` is not assignable to attribute `FILE_COUNT_WARNING` of type `Literal[5000]`
cwltool invalid-method-override tests/test_fetch.py:42:9 Invalid override of method `urljoin`: Definition is incompatible with `Fetcher.urljoin`
cwltool unresolved-import tests/test_http_input.py:5:6 Cannot resolve imported module `pytest_httpserver`
cwltool possibly-missing-attribute tests/test_mpi.py:288:5 Submodule `process` may not be available as an attribute on module `cwltool`
cwltool possibly-missing-attribute tests/test_mpi.py:289:14 Submodule `process` may not be available as an attribute on module `cwltool`
cwltool possibly-missing-attribute tests/test_mpi.py:319:12 Submodule `argparser` may not be available as an attribute on module `cwltool`
cwltool possibly-missing-attribute tests/test_mpi.py:323:10 Submodule `main` may not be available as an attribute on module `cwltool`
cwltool possibly-missing-attribute tests/test_mpi.py:350:18 Submodule `job` may not be available as an attribute on module `cwltool`
cwltool possibly-missing-attribute tests/test_mpi.py:358:18 Submodule `docker` may not be available as an attribute on module `cwltool`
cwltool possibly-missing-attribute tests/test_mpi.py:364:24 Submodule `errors` may not be available as an attribute on module `cwltool`
cwltool possibly-missing-attribute tests/test_mpi.py:372:24 Submodule `errors` may not be available as an attribute on module `cwltool`
cwltool unresolved-import tests/test_provenance.py:10:8 Cannot resolve imported module `arcp`
cwltool unresolved-import tests/test_provenance.py:11:8 Cannot resolve imported module `bagit`
cwltool possibly-missing-attribute tests/test_provenance.py:400:12 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-missing-attribute tests/test_provenance.py:459:14 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-missing-attribute tests/test_provenance.py:460:19 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-missing-attribute tests/test_provenance.py:461:23 Submodule `parse` may not be available as an attribute on module `urllib`
cwltool possibly-unresolved-reference tests/test_toolargparse.py:260:46 Name `script` used when possibly not defined
discord.py unused-ignore-comment discord/abc.py:691:62 Unused blanket `type: ignore` directive
discord.py no-matching-overload discord/abc.py:1815:25 No overload of function `__new__` matches arguments
discord.py invalid-parameter-default discord/abc.py:2091:9 Default value of type `<class 'VoiceClient'>` is not assignable to annotated parameter type `(Client, Connectable, /) -> T@connect`
discord.py invalid-method-override discord/activity.py:286:9 Invalid override of method `to_dict`: Definition is incompatible with `BaseActivity.to_dict`
discord.py invalid-method-override discord/activity.py:455:9 Invalid override of method `to_dict`: Definition is incompatible with `BaseActivity.to_dict`
discord.py invalid-method-override discord/activity.py:566:9 Invalid override of method `to_dict`: Definition is incompatible with `BaseActivity.to_dict`
discord.py unused-ignore-comment discord/activity.py:741:109 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/activity.py:747:107 Unused blanket `type: ignore` directive
discord.py invalid-method-override discord/activity.py:822:9 Invalid override of method `to_dict`: Definition is incompatible with `BaseActivity.to_dict`
discord.py unused-ignore-comment discord/activity.py:887:54 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/activity.py:891:39 Unused blanket `type: ignore` directive
discord.py invalid-assignment discord/app_commands/checks.py:390:42 Object of type `Coroutine[Any, Any, Cooldown | None] | Cooldown | None` is not assignable to `Cooldown | None`
discord.py invalid-type-arguments discord/app_commands/commands.py:149:92 Too many type arguments: expected 1, got 3
discord.py invalid-assignment discord/app_commands/commands.py:235:9 Object of type `bool` is not assignable to attribute `pass_command_binding` on type `((GroupT@validate_auto_complete_callback, Interaction[Any], str, /) -> Coroutine[Any, Any, list[Choice[ChoiceT@validate_auto_complete_callback]]]) | ((Interaction[Any], str, /) -> Coroutine[Any, Any, list[Choice[ChoiceT@validate_auto_complete_callback]]])`
discord.py unresolved-attribute discord/app_commands/commands.py:240:50 Object of type `((GroupT@validate_auto_complete_callback, Interaction[Any], str, /) -> Coroutine[Any, Any, list[Choice[ChoiceT@validate_auto_complete_callback]]]) | ((Interaction[Any], str, /) -> Coroutine[Any, Any, list[Choice[ChoiceT@validate_auto_complete_callback]]])` has no attribute `__qualname__`
discord.py unresolved-attribute discord/app_commands/commands.py:372:37 Object of type `(...) -> Any` has no attribute `__qualname__`
discord.py unresolved-attribute discord/app_commands/commands.py:381:102 Object of type `(...) -> Any` has no attribute `__qualname__`
discord.py unresolved-attribute discord/app_commands/commands.py:393:29 Object of type `(...) -> Any` has no attribute `__discord_app_commands_param_description__`
discord.py unresolved-attribute discord/app_commands/commands.py:402:19 Object of type `(...) -> Any` has no attribute `__discord_app_commands_param_rename__`
discord.py unresolved-attribute discord/app_commands/commands.py:409:19 Object of type `(...) -> Any` has no attribute `__discord_app_commands_param_choices__`
discord.py unresolved-attribute discord/app_commands/commands.py:416:24 Object of type `(...) -> Any` has no attribute `__discord_app_commands_param_autocomplete__`
discord.py unresolved-attribute discord/app_commands/commands.py:432:38 Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any])` has no attribute `__qualname__`
discord.py unresolved-attribute discord/app_commands/commands.py:444:58 Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any])` has no attribute `__qualname__`
discord.py unresolved-attribute discord/app_commands/commands.py:450:57 Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any])` has no attribute `__globals__`
discord.py unresolved-attribute discord/app_commands/commands.py:450:75 Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any])` has no attribute `__globals__`
discord.py invalid-type-arguments discord/app_commands/commands.py:657:43 Too many type arguments: expected 1, got 3
discord.py invalid-type-arguments discord/app_commands/commands.py:675:49 Too many type arguments: expected 1, got 3
discord.py unresolved-attribute discord/app_commands/commands.py:683:28 Object of type `(...) -> Coroutine[Any, Any, Unknown]` has no attribute `__self__`
discord.py unresolved-attribute discord/app_commands/commands.py:684:41 Object of type `(...) -> Coroutine[Any, Any, Unknown]` has no attribute `__func__`
discord.py unresolved-attribute discord/app_commands/commands.py:684:41 Object of type `(...) -> Coroutine[Any, Any, Unknown]` has no attribute `__func__`
discord.py possibly-missing-attribute discord/app_commands/commands.py:688:97 Attribute `__globals__` may be missing on object of type `((...) -> Coroutine[Any, Any, Unknown]) | Unknown`
discord.py invalid-type-arguments discord/app_commands/commands.py:726:51 Too many type arguments: expected 1, got 3
discord.py missing-argument discord/app_commands/commands.py:807:19 No argument provided for required parameter `error` of function `on_error`
discord.py invalid-argument-type discord/app_commands/commands.py:807:35 Argument to function `on_error` is incorrect: Expected `Group`, found `Interaction[Client]`
discord.py invalid-argument-type discord/app_commands/commands.py:807:48 Argument to function `on_error` is incorrect: Expected `Interaction[Client]`, found `AppCommandError`
discord.py missing-argument discord/app_commands/commands.py:810:23 No argument provided for required parameter `error` of function `on_error`
discord.py invalid-argument-type discord/app_commands/commands.py:810:46 Argument to function `on_error` is incorrect: Expected `Group`, found `Interaction[Client]`
discord.py invalid-argument-type discord/app_commands/commands.py:810:59 Argument to function `on_error` is incorrect: Expected `Interaction[Client]`, found `AppCommandError`
discord.py unused-ignore-comment discord/app_commands/commands.py:858:83 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/app_commands/commands.py:859:65 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/app_commands/commands.py:907:79 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/app_commands/commands.py:1018:69 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/app_commands/commands.py:1314:69 Unused blanket `type: ignore` directive
discord.py invalid-type-arguments discord/app_commands/commands.py:1967:44 Too many type arguments: expected 1, got 3
discord.py invalid-type-arguments discord/app_commands/commands.py:1992:53 Too many type arguments: expected 1, got 3
discord.py unresolved-attribute discord/app_commands/commands.py:2005:55 Object of type `(...) -> Coroutine[Any, Any, Unknown]` has no attribute `__name__`
discord.py invalid-type-arguments discord/app_commands/commands.py:2026:40 Too many type arguments: expected 1, got 3
discord.py invalid-type-arguments discord/app_commands/commands.py:2053:49 Too many type arguments: expected 1, got 3
discord.py unresolved-attribute discord/app_commands/commands.py:2066:51 Object of type `(...) -> Coroutine[Any, Any, Unknown]` has no attribute `__name__`
discord.py unresolved-attribute discord/app_commands/commands.py:2129:23 Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any])` has no attribute `__name__`
discord.py invalid-assignment discord/app_commands/commands.py:2477:17 Object of type `list[Unknown]` is not assignable to attribute `__discord_app_commands_checks__` on type `(((...) -> Coroutine[Any, Any, Unknown]) & ~Top[Command[Unknown, (), Unknown]] & ~ContextMenu & ~<Protocol with members '__discord_app_commands_checks__'>) | (((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (), Unknown]] & ~ContextMenu & ~<Protocol with members '__discord_app_commands_checks__'>) | (((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (), Unknown]] & ~ContextMenu & ~<Protocol with members '__discord_app_commands_checks__'>) | (((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (), Unknown]] & ~ContextMenu & ~<Protocol with members '__discord_app_commands_checks__'>)`
discord.py unresolved-attribute discord/app_commands/commands.py:2479:13 Object of type `(((...) -> Coroutine[Any, Any, Unknown]) & ~Top[Command[Unknown, (), Unknown]] & ~ContextMenu) | (((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (), Unknown]] & ~ContextMenu) | (((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (), Unknown]] & ~ContextMenu) | (((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (), Unknown]] & ~ContextMenu)` has no attribute `__discord_app_commands_checks__`
discord.py unresolved-attribute discord/app_commands/errors.py:453:95 Object of type `(() -> Coroutine[object, Never, object]) | ((...) -> Coroutine[Any, Any, Unknown])` has no attribute `__qualname__`
discord.py unresolved-attribute discord/app_commands/errors.py:460:88 Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any])` has no attribute `__qualname__`
discord.py possibly-unresolved-reference discord/app_commands/errors.py:483:27 Name `errors` used when possibly not defined
discord.py possibly-unresolved-reference discord/app_commands/errors.py:484:72 Name `errors` used when possibly not defined
discord.py unused-ignore-comment discord/app_commands/models.py:482:37 Unused blanket `type: ignore` directive
discord.py invalid-return-type discord/app_commands/models.py:926:16 Return type does not match returned value: expected `Member | None`, found `(Guild & ~AlwaysTruthy) | None | Member`
discord.py invalid-argument-type discord/app_commands/transformers.py:110:67 Argument to bound method `_checked_translate` is incorrect: Expected `locale_str`, found `str | locale_str`
discord.py invalid-argument-type discord/app_commands/transformers.py:115:67 Argument to bound method `_checked_translate` is incorrect: Expected `locale_str`, found `str | locale_str`
discord.py invalid-assignment discord/app_commands/transformers.py:584:13 Not enough values to unpack: Expected 3
discord.py unused-ignore-comment discord/app_commands/translator.py:106:58 Unused blanket `type: ignore` directive
discord.py invalid-type-arguments discord/app_commands/tree.py:862:43 Too many type arguments: expected 1, got 3
discord.py invalid-type-arguments discord/app_commands/tree.py:910:52 Too many type arguments: expected 1, got 3
discord.py unresolved-attribute discord/app_commands/tree.py:923:55 Object of type `(...) -> Coroutine[Any, Any, Unknown]` has no attribute `__name__`
discord.py unresolved-attribute discord/app_commands/tree.py:1011:27 Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], Message, /) -> Coroutine[Any, Any, Any])` has no attribute `__name__`
discord.py missing-argument discord/app_commands/tree.py:1133:19 No argument provided for required parameter `error` of function `on_error`
discord.py invalid-argument-type discord/app_commands/tree.py:1133:33 Argument to function `on_error` is incorrect: Argument type `Interaction[ClientT@CommandTree]` does not satisfy upper bound `CommandTree[ClientT@CommandTree]` of type variable `Self`
discord.py invalid-argument-type discord/app_commands/tree.py:1133:46 Argument to function `on_error` is incorrect: Expected `Interaction[ClientT@CommandTree]`, found `AppCommandError`
discord.py unresolved-attribute discord/app_commands/tree.py:1216:9 Unresolved attribute `_cs_command` on type `Interaction[ClientT@CommandTree]`.
discord.py missing-argument discord/app_commands/tree.py:1243:19 No argument provided for required parameter `error` of function `on_error`
discord.py invalid-argument-type discord/app_commands/tree.py:1243:33 Argument to function `on_error` is incorrect: Argument type `Interaction[ClientT@CommandTree]` does not satisfy upper bound `CommandTree[ClientT@CommandTree]` of type variable `Self`
discord.py invalid-argument-type discord/app_commands/tree.py:1243:46 Argument to function `on_error` is incorrect: Expected `Interaction[ClientT@CommandTree]`, found `AppCommandError`
discord.py unresolved-attribute discord/app_commands/tree.py:1273:9 Unresolved attribute `_cs_command` on type `Interaction[ClientT@CommandTree]`.
discord.py unresolved-attribute discord/app_commands/tree.py:1280:9 Unresolved attribute `_cs_namespace` on type `Interaction[ClientT@CommandTree]`.
discord.py missing-argument discord/app_commands/tree.py:1301:19 No argument provided for required parameter `error` of function `on_error`
discord.py invalid-argument-type discord/app_commands/tree.py:1301:33 Argument to function `on_error` is incorrect: Argument type `Interaction[ClientT@CommandTree]` does not satisfy upper bound `CommandTree[ClientT@CommandTree]` of type variable `Self`
discord.py invalid-argument-type discord/app_commands/tree.py:1301:46 Argument to function `on_error` is incorrect: Expected `Interaction[ClientT@CommandTree]`, found `AppCommandError`
discord.py unused-ignore-comment discord/appinfo.py:643:91 Unused blanket `type: ignore` directive
discord.py invalid-argument-type discord/asset.py:462:31 Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client] | _WebhookState`, found `Any | None | ConnectionState[Client] | _WebhookState`
discord.py invalid-argument-type discord/asset.py:490:31 Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client] | _WebhookState`, found `Any | None | ConnectionState[Client] | _WebhookState`
discord.py invalid-argument-type discord/asset.py:525:31 Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client] | _WebhookState`, found `Any | None | ConnectionState[Client] | _WebhookState`
discord.py invalid-argument-type discord/audit_logs.py:550:56 Argument to bound method `from_data` is incorrect: Expected `int`, found `None | Unknown | int`
discord.py invalid-argument-type discord/audit_logs.py:551:55 Argument to bound method `from_data` is incorrect: Expected `int`, found `None | Unknown | int`
discord.py invalid-key discord/automod.py:164:49 Unknown key "duration_seconds" for TypedDict `_AutoModerationActionMetadataCustomMessage`: Unknown key "duration_seconds"
discord.py invalid-key discord/automod.py:164:49 Unknown key "duration_seconds" for TypedDict `_AutoModerationActionMetadataAlert`: Unknown key "duration_seconds"
discord.py invalid-argument-type discord/automod.py:165:52 Argument to function `__new__` is incorrect: Expected `int | float`, found `str | int`
discord.py invalid-key discord/automod.py:167:47 Unknown key "channel_id" for TypedDict `_AutoModerationActionMetadataCustomMessage`: Unknown key "channel_id"
discord.py invalid-key discord/automod.py:167:47 Unknown key "channel_id" for TypedDict `_AutoModerationActionMetadataTimeout`: Unknown key "channel_id"
discord.py invalid-parameter-default discord/backoff.py:63:42 Default value of type `Literal[False]` is not assignable to annotated parameter type `T@ExponentialBackoff`
discord.py unused-ignore-comment discord/channel.py:249:82 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/channel.py:255:97 Unused blanket `type: ignore` directive
discord.py invalid-method-override discord/channel.py:374:9 Invalid override of method `_update`: Definition is incompatible with `GuildChannel._update`
discord.py unused-ignore-comment discord/channel.py:963:35 Unused blanket `type: ignore` directive
discord.py invalid-method-override discord/channel.py:1098:15 Invalid override of method `_get_channel`: Definition is incompatible with `Messageable._get_channel`
discord.py invalid-method-override discord/channel.py:1107:9 Invalid override of method `_update`: Definition is incompatible with `GuildChannel._update`
discord.py invalid-method-override discord/channel.py:1770:9 Invalid override of method `_update`: Definition is incompatible with `VocalGuildChannel._update`
discord.py invalid-method-override discord/channel.py:2065:9 Invalid override of method `_update`: Definition is incompatible with `GuildChannel._update`
discord.py invalid-method-override discord/channel.py:2478:9 Invalid override of method `_update`: Definition is incompatible with `GuildChannel._update`
discord.py missing-argument discord/channel.py:3234:40 No argument provided for required parameter `data` of function `store_user`
discord.py invalid-argument-type discord/channel.py:3234:57 Argument to function `store_user` is incorrect: Argument type `PartialUser` does not satisfy upper bound `ConnectionState[ClientT@ConnectionState]` of type variable `Self`
discord.py unused-ignore-comment discord/channel.py:3256:31 Unused blanket `type: ignore` directive
discord.py missing-argument discord/channel.py:3409:40 No argument provided for required parameter `data` of function `store_user`
discord.py invalid-argument-type discord/channel.py:3409:63 Argument to function `store_user` is incorrect: Argument type `PartialUser` does not satisfy upper bound `ConnectionState[ClientT@ConnectionState]` of type variable `Self`
discord.py no-matching-overload discord/channel.py:3427:16 No overload of bound method `join` matches arguments
discord.py unused-ignore-comment discord/client.py:301:43 Unused blanket `type: ignore` directive
discord.py invalid-argument-type discord/client.py:723:59 Argument to bound method `from_client` is incorrect: Expected `bool`, found `Unknown | int | None`
discord.py invalid-argument-type discord/client.py:723:59 Argument to bound method `from_client` is incorrect: Expected `URL | None`, found `Unknown | int | None`
discord.py invalid-argument-type discord/client.py:723:59 Argument to bound method `from_client` is incorrect: Expected `str | None`, found `Unknown | int | None`
discord.py invalid-argument-type discord/client.py:723:59 Argument to bound method `from_client` is incorrect: Expected `bool`, found `Unknown | int | None`
discord.py invalid-argument-type discord/client.py:723:59 Argument to bound method `from_client` is incorrect: Expected `str`, found `Unknown | int | None`
discord.py invalid-argument-type discord/client.py:723:59 Argument to bound method `from_client` is incorrect: Expected `bool`, found `Unknown | int | None`
discord.py invalid-argument-type discord/client.py:2671:93 Argument to bound method `format_map` is incorrect: Expected `_FormatMapMapping`, found `TextChannel | NewsChannel | VoiceChannel | ... omitted 7 union elements`
discord.py unused-ignore-comment discord/client.py:2675:81 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/client.py:2681:80 Unused blanket `type: ignore` directive
discord.py invalid-type-form discord/components.py:86:9 Variable of type `Literal["TextDisplay"]` is not allowed in a type expression
discord.py unused-ignore-comment discord/components.py:398:39 Unused blanket `type: ignore` directive
discord.py invalid-type-form discord/components.py:787:29 Variable of type `Literal["TextDisplay"]` is not allowed in a type expression
discord.py unused-ignore-comment discord/components.py:788:83 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/components.py:794:50 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/components.py:1095:45 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/components.py:1197:44 Unused blanket `type: ignore` directive
discord.py invalid-argument-type discord/components.py:1326:27 Invalid argument to key "components" with declared type `list[ActionRow | TextComponent | MediaGalleryComponent | ... omitted 5 union elements]` on TypedDict `ContainerComponent`: value of type `list[ButtonComponent | SelectMenu | TextInput | ... omitted 11 union elements]`
discord.py unused-ignore-comment discord/components.py:1369:83 Unused blanket `type: ignore` directive
discord.py invalid-argument-type discord/components.py:1458:26 Argument to bound method `__init__` is incorrect: Expected `ActionRow`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 10 union elements`
discord.py invalid-argument-type discord/components.py:1460:23 Argument to bound method `__init__` is incorrect: Expected `ButtonComponent`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 10 union elements`
discord.py invalid-argument-type discord/components.py:1462:26 Argument to bound method `__init__` is incorrect: Expected `TextInput`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 10 union elements`
discord.py invalid-argument-type discord/components.py:1466:33 Argument to bound method `__init__` is incorrect: Expected `SectionComponent`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 10 union elements`
discord.py invalid-argument-type discord/components.py:1468:28 Argument to bound method `__init__` is incorrect: Expected `TextComponent`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 10 union elements`
discord.py invalid-argument-type discord/components.py:1470:35 Argument to bound method `__init__` is incorrect: Expected `ThumbnailComponent`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 10 union elements`
discord.py invalid-argument-type discord/components.py:1472:38 Argument to bound method `__init__` is incorrect: Expected `MediaGalleryComponent`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 10 union elements`
discord.py invalid-argument-type discord/components.py:1474:30 Argument to bound method `__init__` is incorrect: Expected `FileComponent`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 10 union elements`
discord.py invalid-argument-type discord/components.py:1476:35 Argument to bound method `__init__` is incorrect: Expected `SeparatorComponent`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 10 union elements`
discord.py invalid-argument-type discord/components.py:1478:26 Argument to bound method `__init__` is incorrect: Expected `ContainerComponent`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 10 union elements`
discord.py invalid-argument-type discord/components.py:1480:31 Argument to bound method `__init__` is incorrect: Expected `LabelComponent`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 10 union elements`
discord.py invalid-argument-type discord/components.py:1482:36 Argument to bound method `__init__` is incorrect: Expected `FileUploadComponent`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 10 union elements`
discord.py invalid-method-override discord/embeds.py:308:9 Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
discord.py unused-ignore-comment discord/emoji.py:126:41 Unused blanket `type: ignore` directive
discord.py invalid-argument-type discord/emoji.py:131:42 Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
discord.py possibly-missing-attribute discord/emoji.py:186:16 Attribute `_get_guild` may be missing on object of type `Any | None | ConnectionState[Client]`
discord.py possibly-missing-attribute discord/emoji.py:225:30 Attribute `application_id` may be missing on object of type `Any | None | ConnectionState[Client]`
discord.py possibly-missing-attribute discord/emoji.py:229:19 Attribute `http` may be missing on object of type `Any | None | ConnectionState[Client]`
discord.py possibly-missing-attribute discord/emoji.py:232:15 Attribute `http` may be missing on object of type `Any | None | ConnectionState[Client]`
discord.py possibly-missing-attribute discord/emoji.py:282:30 Attribute `application_id` may be missing on object of type `Any | None | ConnectionState[Client]`
discord.py possibly-missing-attribute discord/emoji.py:287:26 Attribute `http` may be missing on object of type `Any | None | ConnectionState[Client]`
discord.py invalid-argument-type discord/emoji.py:292:54 Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
discord.py possibly-missing-attribute discord/emoji.py:294:22 Attribute `http` may be missing on object of type `Any | None | ConnectionState[Client]`
discord.py unused-ignore-comment discord/enums.py:160:51 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/_types.py:61:38 Unused blanket `type: ignore` directive
discord.py invalid-parameter-default discord/ext/commands/bot.py:177:9 Default value of type `_DefaultRepr` is not assignable to annotated parameter type `HelpCommand | None`
discord.py unused-ignore-comment discord/ext/commands/bot.py:186:65 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/bot.py:295:59 Unused blanket `type: ignore` directive
discord.py invalid-type-arguments discord/ext/commands/bot.py:296:41 Too many type arguments: expected 1, got 4
discord.py invalid-type-arguments discord/ext/commands/bot.py:306:50 Too many type arguments: expected 1, got 4
discord.py unused-ignore-comment discord/ext/commands/bot.py:307:48 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/bot.py:319:57 Unused blanket `type: ignore` directive
discord.py invalid-type-arguments discord/ext/commands/bot.py:320:41 Too many type arguments: expected 1, got 4
discord.py invalid-type-arguments discord/ext/commands/bot.py:330:50 Too many type arguments: expected 1, got 4
discord.py unused-ignore-comment discord/ext/commands/bot.py:331:48 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/bot.py:501:69 Unused blanket `type: ignore` directive
discord.py unresolved-attribute discord/ext/commands/bot.py:655:16 Object of type `(...) -> Coroutine[Any, Any, Any]` has no attribute `__name__`
discord.py unresolved-attribute discord/ext/commands/bot.py:681:16 Object of type `(...) -> Coroutine[Any, Any, Any]` has no attribute `__name__`
discord.py unused-ignore-comment discord/ext/commands/bot.py:1223:79 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/bot.py:1418:33 Unused blanket `type: ignore` directive
discord.py invalid-parameter-default discord/ext/commands/bot.py:1546:13 Default value of type `_DefaultRepr` is not assignable to annotated parameter type `HelpCommand | None`
discord.py invalid-type-arguments discord/ext/commands/cog.py:288:36 Type `<special-form 'typing.Self'>` is not assignable to upper bound `Cog | None` of type variable `CogT@Command`
discord.py invalid-type-arguments discord/ext/commands/cog.py:289:79 Type `<special-form 'typing.Self'>` is not assignable to upper bound `Group | Cog` of type variable `GroupT@Command`
discord.py unused-ignore-comment discord/ext/commands/cog.py:306:97 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/cog.py:339:57 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/cog.py:349:56 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/cog.py:352:54 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/cog.py:353:46 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/cog.py:363:56 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/cog.py:370:79 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/context.py:301:31 Unused blanket `type: ignore` directive
discord.py invalid-method-override discord/ext/commands/context.py:411:15 Invalid override of method `_get_channel`: Definition is incompatible with `Messageable._get_channel`
discord.py unused-ignore-comment discord/ext/commands/context.py:472:76 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/context.py:485:63 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/context.py:519:54 Unused blanket `type: ignore` directive
discord.py invalid-method-override discord/ext/commands/context.py:783:9 Invalid override of method `typing`: Definition is incompatible with `Messageable.typing`
discord.py unused-ignore-comment discord/ext/commands/context.py:1119:16 Unused blanket `type: ignore` directive
discord.py invalid-argument-type discord/ext/commands/converter.py:402:39 Argument to bound method `__init__` is incorrect: Expected `TextChannel | VoiceChannel | StageChannel | ... omitted 4 union elements`, found `(VoiceChannel & ~AlwaysFalsy) | (StageChannel & ~AlwaysFalsy) | (ForumChannel & Messageable & ~AlwaysFalsy) | ... omitted 5 union elements`
discord.py unused-ignore-comment discord/ext/commands/converter.py:489:77 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/converter.py:494:57 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/converter.py:521:55 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/converter.py:1032:82 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/converter.py:1036:85 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/converter.py:1051:53 Unused blanket `type: ignore` directive
discord.py invalid-method-override discord/ext/commands/converter.py:1119:9 Invalid override of method `__class_getitem__`: Definition is incompatible with `list.__class_getitem__`
discord.py unused-ignore-comment discord/ext/commands/converter.py:1127:78 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/converter.py:1141:42 Unused blanket `type: ignore` directive
discord.py possibly-missing-attribute discord/ext/commands/converter.py:1211:89 Attribute `name` may be missing on object of type `Parameter | None`
discord.py invalid-assignment discord/ext/commands/converter.py:1241:13 Not enough values to unpack: Expected 3
discord.py unused-ignore-comment discord/ext/commands/converter.py:1276:32 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/converter.py:1332:57 Unused blanket `type: ignore` directive
discord.py invalid-method-override discord/ext/commands/cooldowns.py:171:9 Invalid override of method `create_bucket`: Definition is incompatible with `CooldownMapping.create_bucket`
discord.py invalid-assignment discord/ext/commands/core.py:141:24 Object of type `object` is not assignable to `(...) -> Any`
discord.py unresolved-attribute discord/ext/commands/core.py:433:38 Object of type `(...) -> Coroutine[Any, Any, T@Command]` has no attribute `__name__`
discord.py unresolved-attribute discord/ext/commands/core.py:462:22 Object of type `(...) -> Coroutine[Any, Any, T@Command]` has no attribute `__commands_checks__`
discord.py unresolved-attribute discord/ext/commands/core.py:470:24 Object of type `(...) -> Coroutine[Any, Any, T@Command]` has no attribute `__commands_cooldown__`
discord.py unresolved-attribute discord/ext/commands/core.py:483:31 Object of type `(...) -> Coroutine[Any, Any, T@Command]` has no attribute `__commands_max_concurrency__`
discord.py unused-ignore-comment discord/ext/commands/core.py:492:33 Unused blanket `type: ignore` directive
discord.py unresolved-attribute discord/ext/commands/core.py:500:29 Object of type `(...) -> Coroutine[Any, Any, T@Command]` has no attribute `__before_invoke__`
discord.py unresolved-attribute discord/ext/commands/core.py:508:28 Object of type `(...) -> Coroutine[Any, Any, T@Command]` has no attribute `__after_invoke__`
discord.py unresolved-attribute discord/ext/commands/core.py:544:24 Object of type `(...) -> Any` has no attribute `__globals__`
discord.py unused-ignore-comment discord/ext/commands/core.py:623:77 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/core.py:625:67 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/core.py:813:44 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/core.py:814:39 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/core.py:831:44 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/core.py:832:39 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/core.py:1063:71 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/core.py:1064:50 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/core.py:1075:59 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/core.py:1323:95 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/core.py:1495:47 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/core.py:1521:37 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/core.py:1551:48 Unused blanket `type: ignore` directive
discord.py no-matching-overload discord/ext/commands/core.py:1552:22 No overload of function `command` matches arguments
discord.py unused-ignore-comment discord/ext/commands/core.py:1578:35 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/core.py:1608:48 Unused blanket `type: ignore` directive
discord.py no-matching-overload discord/ext/commands/core.py:1609:22 No overload of function `group` matches arguments
discord.py unused-ignore-comment discord/ext/commands/core.py:1673:75 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/core.py:1674:54 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/core.py:1708:63 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/core.py:1762:33 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/core.py:1768:67 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/core.py:1830:31 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/core.py:1835:67 Unused blanket `type: ignore` directive
discord.py invalid-assignment discord/ext/commands/core.py:1942:17 Object of type `list[Unknown]` is not assignable to attribute `__commands_checks__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (), Unknown]] & ~<Protocol with members '__commands_checks__'>`
discord.py unresolved-attribute discord/ext/commands/core.py:1944:13 Object of type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (), Unknown]]` has no attribute `__commands_checks__`
discord.py unresolved-attribute discord/ext/commands/core.py:1949:9 Unresolved attribute `predicate` on type `def decorator(func: Command[Any, (...), Any] | ((...) -> Coroutine[Any, Any, Any])) -> Command[Any, (...), Any] | ((...) -> Coroutine[Any, Any, Any])`.
discord.py unresolved-attribute discord/ext/commands/core.py:1956:9 Unresolved attribute `predicate` on type `def decorator(func: Command[Any, (...), Any] | ((...) -> Coroutine[Any, Any, Any])) -> Command[Any, (...), Any] | ((...) -> Coroutine[Any, Any, Any])`.
discord.py unused-ignore-comment discord/ext/commands/core.py:2067:47 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/core.py:2069:68 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/core.py:2278:53 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/core.py:2304:49 Unused blanket `type: ignore` directive
discord.py invalid-argument-type discord/ext/commands/core.py:2358:32 Argument to bound method `append` is incorrect: Expected `(Context[object], /) -> bool | Coroutine[Never, object, bool]`, found `def predicate[BotT](ctx: Context[BotT@predicate]) -> bool`
discord.py invalid-assignment discord/ext/commands/core.py:2365:17 Object of type `list[Unknown]` is not assignable to attribute `__commands_checks__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (), Unknown]] & ~<Protocol with members '__commands_checks__'>`
discord.py unresolved-attribute discord/ext/commands/core.py:2367:13 Object of type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (), Unknown]]` has no attribute `__commands_checks__`
discord.py invalid-assignment discord/ext/commands/core.py:2368:13 Object of type `Literal[True]` is not assignable to attribute `__discord_app_commands_guild_only__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (), Unknown]]`
discord.py unresolved-attribute discord/ext/commands/core.py:2373:9 Unresolved attribute `predicate` on type `def decorator(func: Command[Unknown, (...), Unknown] | ((...) -> Coroutine[Any, Any, Any])) -> Command[Unknown, (...), Unknown] | ((...) -> Coroutine[Any, Any, Any])`.
discord.py unresolved-attribute discord/ext/commands/core.py:2380:9 Unresolved attribute `predicate` on type `def decorator(func: Command[Unknown, (...), Unknown] | ((...) -> Coroutine[Any, Any, Any])) -> Command[Unknown, (...), Unknown] | ((...) -> Coroutine[Any, Any, Any])`.
discord.py unused-ignore-comment discord/ext/commands/core.py:2429:40 Unused blanket `type: ignore` directive
discord.py invalid-argument-type discord/ext/commands/core.py:2433:32 Argument to bound method `append` is incorrect: Expected `(Context[object], /) -> bool | Coroutine[Never, object, bool]`, found `def predicate[BotT](ctx: Context[BotT@predicate]) -> bool`
discord.py invalid-assignment discord/ext/commands/core.py:2440:17 Object of type `list[Unknown]` is not assignable to attribute `__commands_checks__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (), Unknown]] & ~<Protocol with members '__commands_checks__'>`
discord.py unresolved-attribute discord/ext/commands/core.py:2442:13 Object of type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (), Unknown]]` has no attribute `__commands_checks__`
discord.py invalid-assignment discord/ext/commands/core.py:2443:13 Object of type `Literal[True]` is not assignable to attribute `__discord_app_commands_is_nsfw__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (), Unknown]]`
discord.py unresolved-attribute discord/ext/commands/core.py:2448:9 Unresolved attribute `predicate` on type `def decorator(func: Command[Unknown, (...), Unknown] | ((...) -> Coroutine[Any, Any, Any])) -> Command[Unknown, (...), Unknown] | ((...) -> Coroutine[Any, Any, Any])`.
discord.py unresolved-attribute discord/ext/commands/core.py:2455:9 Unresolved attribute `predicate` on type `def decorator(func: Command[Unknown, (...), Unknown] | ((...) -> Coroutine[Any, Any, Any])) -> Command[Unknown, (...), Unknown] | ((...) -> Coroutine[Any, Any, Any])`.
discord.py invalid-assignment discord/ext/commands/core.py:2499:13 Object of type `CooldownMapping[Context[Any]]` is not assignable to attribute `__commands_cooldown__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (), Unknown]]`
discord.py invalid-assignment discord/ext/commands/core.py:2547:13 Object of type `DynamicCooldownMapping[Context[Any]]` is not assignable to attribute `__commands_cooldown__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (), Unknown]]`
discord.py invalid-assignment discord/ext/commands/core.py:2582:13 Object of type `MaxConcurrency` is not assignable to attribute `__commands_max_concurrency__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (), Unknown]]`
discord.py invalid-argument-type discord/ext/commands/core.py:2632:32 Argument to bound method `before_invoke` is incorrect: Expected `((object, Unknown, /) -> Coroutine[Never, object, Never]) | ((Unknown, /) -> Coroutine[Never, object, Never])`, found `((CogT@before_invoke, ContextT@before_invoke, /) -> Coroutine[Any, Any, Any]) | ((ContextT@before_invoke, /) -> Coroutine[Any, Any, Any])`
discord.py invalid-assignment discord/ext/commands/core.py:2634:13 Object of type `((CogT@before_invoke, ContextT@before_invoke, /) -> Coroutine[Any, Any, Any]) | ((ContextT@before_invoke, /) -> Coroutine[Any, Any, Any])` is not assignable to attribute `__before_invoke__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (), Unknown]]`
discord.py invalid-argument-type discord/ext/commands/core.py:2655:31 Argument to bound method `after_invoke` is incorrect: Expected `((object, Unknown, /) -> Coroutine[Never, object, Never]) | ((Unknown, /) -> Coroutine[Never, object, Never])`, found `((CogT@after_invoke, ContextT@after_invoke, /) -> Coroutine[Any, Any, Any]) | ((ContextT@after_invoke, /) -> Coroutine[Any, Any, Any])`
discord.py invalid-assignment discord/ext/commands/core.py:2657:13 Object of type `((CogT@after_invoke, ContextT@after_invoke, /) -> Coroutine[Any, Any, Any]) | ((ContextT@after_invoke, /) -> Coroutine[Any, Any, Any])` is not assignable to attribute `__after_invoke__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (), Unknown]]`
discord.py unused-ignore-comment discord/ext/commands/flags.py:64:57 Unused blanket `type: ignore` directive
discord.py no-matching-overload discord/ext/commands/flags.py:388:18 No overload of bound method `join` matches arguments
discord.py invalid-assignment discord/ext/commands/help.py:309:9 Implicit shadowing of function `get_commands`
discord.py invalid-assignment discord/ext/commands/help.py:310:9 Implicit shadowing of function `walk_commands`
discord.py unused-ignore-comment discord/ext/commands/help.py:328:84 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/help.py:673:75 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/help.py:677:75 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/help.py:1001:52 Unused blanket `type: ignore` directive
discord.py invalid-method-override discord/ext/commands/help.py:1255:9 Invalid override of method `get_destination`: Definition is incompatible with `HelpCommand.get_destination`
discord.py invalid-method-override discord/ext/commands/help.py:1264:15 Invalid override of method `prepare_help_command`: Definition is incompatible with `HelpCommand.prepare_help_command`
discord.py invalid-method-override discord/ext/commands/help.py:1520:9 Invalid override of method `get_destination`: Definition is incompatible with `HelpCommand.get_destination`
discord.py invalid-method-override discord/ext/commands/help.py:1529:15 Invalid override of method `prepare_help_command`: Definition is incompatible with `HelpCommand.prepare_help_command`
discord.py unused-ignore-comment discord/ext/commands/hybrid.py:162:61 Unused blanket `type: ignore` directive
discord.py unresolved-attribute discord/ext/commands/hybrid.py:176:49 Object of type `(str, /) -> Any` has no attribute `__name__`
discord.py unused-ignore-comment discord/ext/commands/hybrid.py:221:95 Unused blanket `type: ignore` directive
discord.py unresolved-attribute discord/ext/commands/hybrid.py:232:13 Unresolved attribute `__hybrid_command_flag__` on type `(...) -> Any`.
discord.py unresolved-attribute discord/ext/commands/hybrid.py:328:9 Unresolved attribute `__signature__` on type `(...) -> Coroutine[Any, Any, T@HybridAppCommand]`.
discord.py unused-ignore-comment discord/ext/commands/hybrid.py:333:45 Unused blanket `type: ignore` directive
discord.py unresolved-attribute discord/ext/commands/hybrid.py:338:17 Object of type `(...) -> Coroutine[Any, Any, T@HybridAppCommand]` has no attribute `__signature__`
discord.py unused-ignore-comment discord/ext/commands/hybrid.py:349:52 Unused blanket `type: ignore` directive
discord.py invalid-argument-type discord/ext/commands/hybrid.py:430:45 Argument to function `maybe_coroutine` is incorrect: Expected `Interaction[ClientT@interaction_check]`, found `Interaction[Client]`
discord.py unused-ignore-comment discord/ext/commands/hybrid.py:440:87 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/hybrid.py:443:95 Unused blanket `type: ignore` directive
discord.py invalid-type-arguments discord/ext/commands/hybrid.py:512:37 Too many type arguments: expected 1, got 4
discord.py unused-ignore-comment discord/ext/commands/hybrid.py:517:50 Unused blanket `type: ignore` directive
discord.py invalid-method-override discord/ext/commands/hybrid.py:563:9 Invalid override of method `_ensure_assignment_on_copy`: Definition is incompatible with `Command._ensure_assignment_on_copy`
discord.py unused-ignore-comment discord/ext/commands/hybrid.py:637:47 Unused blanket `type: ignore` directive
discord.py invalid-method-override discord/ext/commands/hybrid.py:731:9 Invalid override of method `_ensure_assignment_on_copy`: Definition is incompatible with `Command._ensure_assignment_on_copy`
discord.py invalid-method-override discord/ext/commands/hybrid.py:790:9 Invalid override of method `add_command`: Definition is incompatible with `GroupMixin.add_command`
discord.py unused-ignore-comment discord/ext/commands/hybrid.py:841:59 Unused blanket `type: ignore` directive
discord.py invalid-type-arguments discord/ext/commands/hybrid.py:842:42 Too many type arguments: expected 1, got 4
discord.py invalid-type-arguments discord/ext/commands/hybrid.py:852:51 Too many type arguments: expected 1, got 4
discord.py unused-ignore-comment discord/ext/commands/hybrid.py:853:48 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/hybrid.py:865:57 Unused blanket `type: ignore` directive
discord.py invalid-type-arguments discord/ext/commands/hybrid.py:866:42 Too many type arguments: expected 1, got 4
discord.py invalid-type-arguments discord/ext/commands/hybrid.py:876:51 Too many type arguments: expected 1, got 4
discord.py unused-ignore-comment discord/ext/commands/hybrid.py:877:48 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/hybrid.py:889:54 Unused blanket `type: ignore` directive
discord.py invalid-type-arguments discord/ext/commands/hybrid.py:890:38 Too many type arguments: expected 1, got 4
discord.py invalid-type-arguments discord/ext/commands/hybrid.py:928:47 Too many type arguments: expected 1, got 4
discord.py unused-ignore-comment discord/ext/commands/hybrid.py:932:92 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ext/commands/hybrid.py:941:52 Unused blanket `type: ignore` directive
discord.py invalid-type-arguments discord/ext/commands/hybrid.py:942:38 Too many type arguments: expected 1, got 4
discord.py invalid-type-arguments discord/ext/commands/hybrid.py:962:47 Too many type arguments: expected 1, got 4
discord.py unused-ignore-comment discord/ext/commands/hybrid.py:965:90 Unused blanket `type: ignore` directive
discord.py invalid-parameter-default discord/ext/commands/parameters.py:98:9 Default value of type `<class '_empty'>` is not assignable to annotated parameter type `str`
discord.py invalid-parameter-default discord/ext/commands/parameters.py:99:9 Default value of type `<class '_empty'>` is not assignable to annotated parameter type `str`
discord.py invalid-parameter-default discord/ext/commands/parameters.py:100:9 Default value of type `<class '_empty'>` is not assignable to annotated parameter type `str`
discord.py invalid-method-override discord/ext/commands/parameters.py:115:9 Invalid override of method `replace`: Definition is incompatible with `inspect.Parameter.replace`
discord.py unused-ignore-comment discord/ext/commands/parameters.py:129:32 Unused blanket `type: ignore` directive
discord.py invalid-parameter-default discord/ext/commands/parameters.py:219:5 Default value of type `<class '_empty'>` is not assignable to annotated parameter type `str`
discord.py invalid-parameter-default discord/ext/commands/parameters.py:220:5 Default value of type `<class '_empty'>` is not assignable to annotated parameter type `str`
discord.py invalid-parameter-default discord/ext/commands/parameters.py:221:5 Default value of type `<class '_empty'>` is not assignable to annotated parameter type `str`
discord.py invalid-parameter-default discord/ext/commands/parameters.py:278:9 Default value of type `<class '_empty'>` is not assignable to annotated parameter type `str`
discord.py invalid-parameter-default discord/ext/commands/parameters.py:279:9 Default value of type `<class '_empty'>` is not assignable to annotated parameter type `str`
discord.py invalid-parameter-default discord/ext/commands/parameters.py:280:9 Default value of type `<class '_empty'>` is not assignable to annotated parameter type `str`
discord.py invalid-argument-type discord/ext/commands/view.py:151:53 Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | None`
discord.py invalid-argument-type discord/ext/commands/view.py:162:57 Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | None`
discord.py invalid-assignment discord/ext/tasks/__init__.py:304:9 Implicit shadowing of function `_error`
discord.py invalid-assignment discord/file.py:106:9 Implicit shadowing of function `close`
discord.py unused-ignore-comment discord/file.py:114:70 Unused blanket `type: ignore` directive
discord.py invalid-assignment discord/file.py:160:9 Implicit shadowing of function `close`
discord.py invalid-method-override discord/flags.py:1784:9 Invalid override of method `_from_value`: Definition is incompatible with `BaseFlags._from_value`
discord.py invalid-method-override discord/flags.py:1881:9 Invalid override of method `to_array`: Definition is incompatible with `ArrayFlags.to_array`
discord.py parameter-already-assigned discord/gateway.py:137:48 Multiple values provided for parameter `name` of bound method `__init__`
discord.py invalid-assignment discord/gateway.py:402:13 Implicit shadowing of function `send`
discord.py invalid-assignment discord/gateway.py:403:13 Implicit shadowing of function `log_receive`
discord.py invalid-assignment discord/gateway.py:466:13 Cannot assign to a subscript on an object of type `int`
discord.py invalid-assignment discord/gateway.py:470:13 Cannot assign to a subscript on an object of type `int`
discord.py invalid-assignment discord/gateway.py:478:13 Cannot assign to a subscript on an object of type `int`
discord.py invalid-argument-type discord/gateway.py:506:26 Argument to bound method `log_receive` is incorrect: Expected `dict[str, Any]`, found `Any | str`
discord.py invalid-assignment discord/gateway.py:735:13 Cannot assign to a subscript on an object of type `int`
discord.py invalid-assignment discord/gateway.py:738:13 Cannot assign to a subscript on an object of type `int`
discord.py invalid-assignment discord/gateway.py:741:13 Cannot assign to a subscript on an object of type `int`
discord.py unused-ignore-comment discord/guild.py:644:88 Unused blanket `type: ignore` directive
discord.py invalid-argument-type discord/guild.py:1961:13 Argument to bound method `__init__` is incorrect: Expected `ForumChannel | MediaChannel`, found `TextChannel | NewsChannel | VoiceChannel | ... omitted 5 union elements`
discord.py invalid-argument-type discord/guild.py:2626:93 Argument to bound method `format_map` is incorrect: Expected `_FormatMapMapping`, found `TextChannel | NewsChannel | VoiceChannel | ... omitted 7 union elements`
discord.py unused-ignore-comment discord/guild.py:2635:84 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/http.py:274:44 Unused blanket `type: ignore` directive
discord.py invalid-argument-type discord/http.py:566:53 Argument to bound method `ws_connect` is incorrect: Expected `str`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
discord.py invalid-argument-type discord/http.py:566:53 Argument to bound method `ws_connect` is incorrect: Expected `Iterable[str]`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
discord.py invalid-argument-type discord/http.py:566:53 Argument to bound method `ws_connect` is incorrect: Expected `int | float | None`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
discord.py invalid-argument-type discord/http.py:566:53 Argument to bound method `ws_connect` is incorrect: Expected `bool`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
discord.py invalid-argument-type discord/http.py:566:53 Argument to bound method `ws_connect` is incorrect: Expected `bool`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
discord.py invalid-argument-type discord/http.py:566:53 Argument to bound method `ws_connect` is incorrect: Expected `int | float | None`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
discord.py invalid-argument-type discord/http.py:566:53 Argument to bound method `ws_connect` is incorrect: Expected `BasicAuth | None`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
discord.py invalid-argument-type discord/http.py:566:53 Argument to bound method `ws_connect` is incorrect: Expected `str | None`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
discord.py invalid-argument-type discord/http.py:566:53 Argument to bound method `ws_connect` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
discord.py invalid-argument-type discord/http.py:566:53 Argument to bound method `ws_connect` is incorrect: Expected `Mapping[str, str] | Mapping[istr, str] | Iterable[tuple[str, str]] | None`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
discord.py invalid-argument-type discord/http.py:566:53 Argument to bound method `ws_connect` is incorrect: Expected `str | URL | None`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
discord.py invalid-argument-type discord/http.py:566:53 Argument to bound method `ws_connect` is incorrect: Expected `BasicAuth | None`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
discord.py invalid-argument-type discord/http.py:566:53 Argument to bound method `ws_connect` is incorrect: Expected `SSLContext | bool | Fingerprint`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
discord.py invalid-argument-type discord/http.py:566:53 Argument to bound method `ws_connect` is incorrect: Expected `bool | None`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
discord.py invalid-argument-type discord/http.py:566:53 Argument to bound method `ws_connect` is incorrect: Expected `bytes | None`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
discord.py invalid-argument-type discord/http.py:566:53 Argument to bound method `ws_connect` is incorrect: Expected `SSLContext | None`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
discord.py invalid-argument-type discord/http.py:566:53 Argument to bound method `ws_connect` is incorrect: Expected `str | None`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
discord.py invalid-argument-type discord/http.py:566:53 Argument to bound method `ws_connect` is incorrect: Expected `Mapping[str, str] | Mapping[istr, str] | Iterable[tuple[str, str]] | None`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
discord.py invalid-argument-type discord/http.py:566:53 Argument to bound method `ws_connect` is incorrect: Expected `int`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
discord.py invalid-argument-type discord/http.py:566:53 Argument to bound method `ws_connect` is incorrect: Expected `int`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
discord.py invalid-context-manager discord/http.py:640:20 Object of type `Ratelimit` cannot be used with `async with` because it does not correctly implement `__aexit__`
discord.py invalid-method-override discord/integrations.py:200:9 Invalid override of method `_from_data`: Definition is incompatible with `Integration._from_data`
discord.py invalid-method-override discord/integrations.py:359:9 Invalid override of method `_from_data`: Definition is incompatible with `Integration._from_data`
discord.py invalid-argument-type discord/interactions.py:229:58 Argument to bound method `_from_value` is incorrect: Expected `Sequence[Literal[0, 1, 2]]`, found `list[Unknown | int]`
discord.py invalid-assignment discord/interactions.py:250:13 Object of type `(Guild & ~AlwaysTruthy) | VoiceChannel | StageChannel | ... omitted 5 union elements` is not assignable to attribute `channel` of type `VoiceChannel | StageChannel | TextChannel | ... omitted 6 union elements`
discord.py invalid-argument-type discord/interactions.py:256:92 Argument to bound method `format_map` is incorrect: Expected `_FormatMapMapping`, found `TextChannel | NewsChannel | VoiceChannel | ... omitted 7 union elements`
discord.py unused-ignore-comment discord/interactions.py:259:104 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/interactions.py:261:95 Unused blanket `type: ignore` directive
discord.py invalid-return-type discord/interactions.py:307:16 Return type does not match returned value: expected `Guild | None`, found `(ConnectionState[ClientT@Interaction] & ~AlwaysTruthy & ~AlwaysFalsy) | (Guild & ~AlwaysFalsy) | Any | None`
discord.py invalid-argument-type discord/interactions.py:744:21 Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client]`, found `_InteractionMessageState`
discord.py missing-argument discord/interactions.py:1401:16 No argument provided for required parameter `data` of function `store_user`
discord.py invalid-method-override discord/interactions.py:1453:15 Invalid override of method `edit`: Definition is incompatible with `Message.edit`
discord.py unused-ignore-comment discord/member.py:195:64 Unused blanket `type: ignore` directive
discord.py missing-argument discord/member.py:319:28 No argument provided for required parameter `data` of function `store_user`
discord.py invalid-argument-type discord/member.py:319:45 Argument to function `store_user` is incorrect: Argument type `User` does not satisfy upper bound `ConnectionState[ClientT@ConnectionState]` of type variable `Self`
discord.py deprecated discord/member.py:980:91 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
discord.py deprecated discord/member.py:1041:61 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
discord.py invalid-parameter-default discord/mentions.py:90:9 Default value of type `_FakeBool` is not assignable to annotated parameter type `bool`
discord.py invalid-parameter-default discord/mentions.py:91:9 Default value of type `_FakeBool` is not assignable to annotated parameter type `bool | Sequence[Snowflake]`
discord.py invalid-parameter-default discord/mentions.py:92:9 Default value of type `_FakeBool` is not assignable to annotated parameter type `bool | Sequence[Snowflake]`
discord.py invalid-parameter-default discord/mentions.py:93:9 Default value of type `_FakeBool` is not assignable to annotated parameter type `bool`
discord.py invalid-return-type discord/message.py:713:16 Return type does not match returned value: expected `Message | None`, found `(ConnectionState[Client] & ~AlwaysTruthy) | None | Message`
discord.py unused-ignore-comment discord/message.py:873:92 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/message.py:2331:69 Unused blanket `type: ignore` directive
discord.py invalid-key discord/message.py:2404:30 TypedDict `Message` can only be subscripted with a string literal key, got key of type `str`
discord.py missing-argument discord/message.py:2455:23 No argument provided for required parameter `data` of function `store_user`
discord.py invalid-argument-type discord/message.py:2455:46 Argument to function `store_user` is incorrect: Argument type `User` does not satisfy upper bound `ConnectionState[ClientT@ConnectionState]` of type variable `Self`
discord.py missing-argument discord/message.py:2481:30 No argument provided for required parameter `data` of function `store_user`
discord.py invalid-argument-type discord/message.py:2481:47 Argument to function `store_user` is incorrect: Argument type `UserWithMember` does not satisfy upper bound `ConnectionState[ClientT@ConnectionState]` of type variable `Self`
discord.py unused-ignore-comment discord/onboarding.py:156:92 Unused blanket `type: ignore` directive
discord.py unresolved-attribute discord/opus.py:141:48 Object of type `(...) -> Unknown` has no attribute `__name__`
discord.py unresolved-attribute discord/opus.py:149:48 Object of type `(...) -> Unknown` has no attribute `__name__`
discord.py unused-ignore-comment discord/permissions.py:215:48 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/permissions.py:483:46 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/player.py:184:57 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/poll.py:406:94 Unused blanket `type: ignore` directive
discord.py invalid-assignment discord/presences.py:60:16 Object of type `(ClientStatus & ~AlwaysFalsy) | dict[Unknown, Unknown]` is not assignable to `ClientStatus`
discord.py invalid-assignment discord/role.py:450:45 Object of type `list[dict[Unknown | str, Unknown] | Unknown]` is not assignable to `list[RolePositionUpdate]`
discord.py invalid-assignment discord/role.py:700:45 Object of type `list[dict[Unknown | str, Unknown | int] | Unknown]` is not assignable to `list[RolePositionUpdate]`
discord.py missing-argument discord/scheduled_event.py:150:40 No argument provided for required parameter `data` of function `store_user`
discord.py invalid-argument-type discord/scheduled_event.py:150:63 Argument to function `store_user` is incorrect: Argument type `User & ~AlwaysFalsy` does not satisfy upper bound `ConnectionState[ClientT@ConnectionState]` of type variable `Self`
discord.py missing-argument discord/scheduled_event.py:663:22 No argument provided for required parameter `data` of function `store_user`
discord.py invalid-method-override discord/soundboard.py:208:9 Invalid override of method `_update`: Definition is incompatible with `BaseSoundboardSound._update`
discord.py possibly-missing-attribute discord/soundboard.py:232:20 Attribute `get_user` may be missing on object of type `Any | None | ConnectionState[Client]`
discord.py invalid-argument-type discord/soundboard.py:233:21 Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
discord.py possibly-missing-attribute discord/soundboard.py:301:22 Attribute `http` may be missing on object of type `Any | None | ConnectionState[Client]`
discord.py invalid-argument-type discord/soundboard.py:302:50 Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
discord.py possibly-missing-attribute discord/soundboard.py:325:15 Attribute `http` may be missing on object of type `Any | None | ConnectionState[Client]`
discord.py invalid-assignment discord/state.py:263:13 Implicit shadowing of function `store_user`
discord.py invalid-return-type discord/state.py:551:16 Return type does not match returned value: expected `tuple[VoiceChannel | StageChannel | ForumChannel | ... omitted 5 union elements, Guild | None]`, found `tuple[(DMChannel & ~AlwaysFalsy) | (Guild & ~AlwaysTruthy & ~AlwaysFalsy) | (VoiceChannel & ~AlwaysFalsy) | ... omitted 6 union elements, Guild | None]`
discord.py invalid-key discord/state.py:822:31 Unknown key "data" for TypedDict `PingInteraction`: Unknown key "data"
discord.py invalid-key discord/state.py:823:36 Unknown key "custom_id" for TypedDict `ChatInputApplicationCommandInteractionData`: Unknown key "custom_id"
discord.py invalid-key discord/state.py:823:36 Unknown key "custom_id" for TypedDict `UserApplicationCommandInteractionData`: Unknown key "custom_id"
discord.py invalid-key discord/state.py:823:36 Unknown key "custom_id" for TypedDict `MessageApplicationCommandInteractionData`: Unknown key "custom_id"
discord.py invalid-key discord/state.py:824:41 Unknown key "component_type" for TypedDict `ChatInputApplicationCommandInteractionData`: Unknown key "component_type"
discord.py invalid-key discord/state.py:824:41 Unknown key "component_type" for TypedDict `UserApplicationCommandInteractionData`: Unknown key "component_type"
discord.py invalid-key discord/state.py:824:41 Unknown key "component_type" for TypedDict `MessageApplicationCommandInteractionData`: Unknown key "component_type"
discord.py invalid-key discord/state.py:824:41 Unknown key "component_type" for TypedDict `ModalSubmitInteractionData`: Unknown key "component_type"
discord.py invalid-key discord/state.py:828:31 Unknown key "data" for TypedDict `PingInteraction`: Unknown key "data"
discord.py invalid-key discord/state.py:829:36 Unknown key "custom_id" for TypedDict `ChatInputApplicationCommandInteractionData`: Unknown key "custom_id"
discord.py invalid-key discord/state.py:829:36 Unknown key "custom_id" for TypedDict `UserApplicationCommandInteractionData`: Unknown key "custom_id"
discord.py invalid-key discord/state.py:829:36 Unknown key "custom_id" for TypedDict `MessageApplicationCommandInteractionData`: Unknown key "custom_id"
discord.py invalid-key discord/state.py:830:37 Unknown key "components" for TypedDict `ChatInputApplicationCommandInteractionData`: Unknown key "components"
discord.py invalid-key discord/state.py:830:37 Unknown key "components" for TypedDict `UserApplicationCommandInteractionData`: Unknown key "components"
discord.py invalid-key discord/state.py:830:37 Unknown key "components" for TypedDict `MessageApplicationCommandInteractionData`: Unknown key "components"
discord.py invalid-key discord/state.py:830:37 Unknown key "components" for TypedDict `ButtonMessageComponentInteractionData`: Unknown key "components"
discord.py invalid-key discord/state.py:830:37 Unknown key "components" for TypedDict `SelectMessageComponentInteractionData`: Unknown key "components"
discord.py invalid-argument-type discord/state.py:832:81 Argument to bound method `dispatch_modal` is incorrect: Expected `ResolvedData`, found `Unknown | ResolvedData | dict[Unknown, Unknown]`
discord.py unused-ignore-comment discord/state.py:929:68 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/state.py:930:42 Unused blanket `type: ignore` directive
discord.py missing-argument discord/state.py:1121:16 No argument provided for required parameter `data` of function `store_user`
discord.py invalid-argument-type discord/state.py:1121:32 Argument to function `store_user` is incorrect: Argument type `User` does not satisfy upper bound `ConnectionState[ClientT@ConnectionState]` of type variable `Self`
discord.py invalid-assignment discord/state.py:1178:9 Object of type `tuple[Unknown | Emoji, ...]` is not assignable to attribute `emojis` of type `tuple[Emoji, ...]`
discord.py invalid-assignment discord/state.py:1191:9 Object of type `tuple[Unknown | GuildSticker, ...]` is not assignable to attribute `stickers` of type `tuple[GuildSticker, ...]`
discord.py missing-argument discord/state.py:1388:20 No argument provided for required parameter `data` of function `store_user`
discord.py invalid-argument-type discord/state.py:1388:36 Argument to function `store_user` is incorrect: Argument type `User` does not satisfy upper bound `ConnectionState[ClientT@ConnectionState]` of type variable `Self`
discord.py unused-ignore-comment discord/state.py:1605:43 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/state.py:1620:43 Unused blanket `type: ignore` directive
discord.py possibly-missing-attribute discord/sticker.py:230:38 Attribute `http` may be missing on object of type `Any | None | ConnectionState[Client]`
discord.py invalid-argument-type discord/sticker.py:232:20 Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
discord.py invalid-method-override discord/sticker.py:335:9 Invalid override of method `_from_data`: Definition is incompatible with `Sticker._from_data`
discord.py possibly-missing-attribute discord/sticker.py:369:22 Attribute `http` may be missing on object of type `Any | None | ConnectionState[Client]`
discord.py invalid-argument-type discord/sticker.py:370:28 Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
discord.py invalid-method-override discord/sticker.py:415:9 Invalid override of method `_from_data`: Definition is incompatible with `Sticker._from_data`
discord.py missing-argument discord/sticker.py:420:37 No argument provided for required parameter `data` of function `store_user`
discord.py possibly-missing-attribute discord/sticker.py:420:37 Attribute `store_user` may be missing on object of type `Any | None | ConnectionState[Client]`
discord.py invalid-argument-type discord/sticker.py:420:60 Argument to function `store_user` is incorrect: Argument type `User & ~AlwaysFalsy` does not satisfy upper bound `ConnectionState[ClientT@ConnectionState]` of type variable `Self`
discord.py possibly-missing-attribute discord/sticker.py:434:16 Attribute `_get_guild` may be missing on object of type `Any | None | ConnectionState[Client]`
discord.py possibly-missing-attribute discord/sticker.py:489:43 Attribute `http` may be missing on object of type `Any | None | ConnectionState[Client]`
discord.py invalid-argument-type discord/sticker.py:490:29 Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
discord.py possibly-missing-attribute discord/sticker.py:511:15 Attribute `http` may be missing on object of type `Any | None | ConnectionState[Client]`
discord.py unused-ignore-comment discord/threads.py:188:78 Unused blanket `type: ignore` directive
discord.py invalid-type-arguments discord/ui/action_row.py:122:67 Type `<special-form 'typing.Self'>` is not assignable to upper bound `BaseView | ActionRow[Unknown] | Container[Unknown]` of type variable `C@ContainedItemCallbackType`
discord.py unresolved-attribute discord/ui/action_row.py:163:26 Object of type `(Unknown, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_type__`
discord.py unresolved-attribute discord/ui/action_row.py:163:59 Object of type `(Unknown, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_kwargs__`
discord.py unused-ignore-comment discord/ui/action_row.py:164:62 Unused blanket `type: ignore` directive
discord.py unresolved-attribute discord/ui/action_row.py:166:27 Object of type `(Unknown, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]` has no attribute `__name__`
discord.py invalid-parameter-default discord/ui/action_row.py:415:9 Default value of type `<class 'Select[Any]'>` is not assignable to annotated parameter type `type[SelectT@select]`
discord.py invalid-parameter-default discord/ui/action_row.py:430:9 Default value of type `<class 'UserSelect[Any]'>` is not assignable to annotated parameter type `type[UserSelectT@select]`
discord.py invalid-parameter-default discord/ui/action_row.py:446:9 Default value of type `<class 'RoleSelect[Any]'>` is not assignable to annotated parameter type `type[RoleSelectT@select]`
discord.py invalid-parameter-default discord/ui/action_row.py:462:9 Default value of type `<class 'ChannelSelect[Any]'>` is not assignable to annotated parameter type `type[ChannelSelectT@select]`
discord.py invalid-parameter-default discord/ui/action_row.py:478:9 Default value of type `<class 'MentionableSelect[Any]'>` is not assignable to annotated parameter type `type[MentionableSelectT@select]`
discord.py invalid-parameter-default discord/ui/action_row.py:493:9 Default value of type `<class 'Select[Any]'>` is not assignable to annotated parameter type `type[BaseSelectT@select]`
discord.py unused-ignore-comment discord/ui/action_row.py:580:27 Unused blanket `type: ignore` directive
discord.py invalid-method-override discord/ui/action_row.py:597:9 Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord.py invalid-method-override discord/ui/button.py:259:9 Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord.py invalid-method-override discord/ui/button.py:276:9 Invalid override of method `to_component_dict`: Definition is incompatible with `Item.to_component_dict`
discord.py invalid-method-override discord/ui/button.py:287:9 Invalid override of method `_refresh_component`: Definition is incompatible with `Item._refresh_component`
discord.py unresolved-attribute discord/ui/button.py:376:9 Unresolved attribute `__discord_ui_model_type__` on type `(S@button, Interaction[Any], Button[V@button], /) -> Coroutine[Any, Any, Any]`.
discord.py unresolved-attribute discord/ui/button.py:377:9 Unresolved attribute `__discord_ui_model_kwargs__` on type `(S@button, Interaction[Any], Button[V@button], /) -> Coroutine[Any, Any, Any]`.
discord.py invalid-type-arguments discord/ui/container.py:109:77 Type `<special-form 'typing.Self'>` is not assignable to upper bound `BaseView | ActionRow[Unknown] | Container[Unknown]` of type variable `C@ContainedItemCallbackType`
discord.py unresolved-attribute discord/ui/container.py:151:30 Object of type `((Unknown, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__discord_ui_model_type__`
discord.py unresolved-attribute discord/ui/container.py:151:62 Object of type `((Unknown, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__discord_ui_model_kwargs__`
discord.py unused-ignore-comment discord/ui/container.py:152:65 Unused blanket `type: ignore` directive
discord.py unresolved-attribute discord/ui/container.py:153:31 Object of type `((Unknown, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__name__`
discord.py unresolved-attribute discord/ui/container.py:159:41 Object of type `((Unknown, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__name__`
discord.py invalid-method-override discord/ui/container.py:179:9 Invalid override of method `_update_view`: Definition is incompatible with `Item._update_view`
discord.py invalid-method-override discord/ui/container.py:260:9 Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord.py invalid-method-override discord/ui/file.py:162:9 Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord.py invalid-method-override discord/ui/file_upload.py:172:9 Invalid override of method `to_component_dict`: Definition is incompatible with `Item.to_component_dict`
discord.py invalid-method-override discord/ui/file_upload.py:175:9 Invalid override of method `_refresh_component`: Definition is incompatible with `Item._refresh_component`
discord.py invalid-method-override discord/ui/file_upload.py:178:9 Invalid override of method `_handle_submit`: Definition is incompatible with `Item._handle_submit`
discord.py invalid-method-override discord/ui/file_upload.py:184:9 Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord.py invalid-method-override discord/ui/label.py:112:9 Invalid override of method `to_component_dict`: Definition is incompatible with `Item.to_component_dict`
discord.py invalid-method-override discord/ui/label.py:125:9 Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord.py invalid-method-override discord/ui/media_gallery.py:259:9 Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord.py invalid-type-arguments discord/ui/modal.py:109:55 Type `<special-form 'typing.Self'>` is not assignable to upper bound `BaseView` of type variable `V@Item`
discord.py invalid-method-override discord/ui/modal.py:159:15 Invalid override of method `on_error`: Definition is incompatible with `BaseView.on_error`
discord.py invalid-method-override discord/ui/modal.py:176:9 Invalid override of method `_refresh`: Definition is incompatible with `BaseView._refresh`
discord.py unused-ignore-comment discord/ui/modal.py:200:72 Unused blanket `type: ignore` directive
discord.py invalid-method-override discord/ui/modal.py:202:15 Invalid override of method `_scheduled_task`: Definition is incompatible with `BaseView._scheduled_task`
discord.py invalid-return-type discord/ui/modal.py:273:16 Return type does not match returned value: expected `Self@add_item`, found `Modal`
discord.py invalid-argument-type discord/ui/section.py:192:31 Argument to bound method `append` is incorrect: Expected `Item[V@Section]`, found `(str & Item[object]) | Item[Any]`
discord.py invalid-method-override discord/ui/section.py:251:9 Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord.py invalid-method-override discord/ui/select.py:363:9 Invalid override of method `to_component_dict`: Definition is incompatible with `Item.to_component_dict`
discord.py invalid-method-override discord/ui/select.py:366:9 Invalid override of method `_refresh_component`: Definition is incompatible with `Item._refresh_component`
discord.py invalid-method-override discord/ui/select.py:369:9 Invalid override of method `_handle_submit`: Definition is incompatible with `Item._handle_submit`
discord.py invalid-method-override discord/ui/select.py:382:9 Invalid override of method `_refresh_state`: Definition is incompatible with `Item._refresh_state`
discord.py invalid-method-override discord/ui/select.py:405:9 Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord.py unused-ignore-comment discord/ui/select.py:495:32 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ui/select.py:679:32 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ui/select.py:779:32 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ui/select.py:891:32 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/ui/select.py:1012:32 Unused blanket `type: ignore` directive
discord.py invalid-parameter-default discord/ui/select.py:1030:5 Default value of type `<class 'Select[Any]'>` is not assignable to annotated parameter type `type[SelectT@select]`
discord.py invalid-parameter-default discord/ui/select.py:1046:5 Default value of type `<class 'UserSelect[Any]'>` is not assignable to annotated parameter type `type[UserSelectT@select]`
discord.py invalid-parameter-default discord/ui/select.py:1063:5 Default value of type `<class 'RoleSelect[Any]'>` is not assignable to annotated parameter type `type[RoleSelectT@select]`
discord.py invalid-parameter-default discord/ui/select.py:1080:5 Default value of type `<class 'ChannelSelect[Any]'>` is not assignable to annotated parameter type `type[ChannelSelectT@select]`
discord.py invalid-parameter-default discord/ui/select.py:1097:5 Default value of type `<class 'MentionableSelect[Any]'>` is not assignable to annotated parameter type `type[MentionableSelectT@select]`
discord.py invalid-parameter-default discord/ui/select.py:1113:5 Default value of type `<class 'Select[Any]'>` is not assignable to annotated parameter type `type[BaseSelectT@select]`
discord.py unresolved-attribute discord/ui/select.py:1221:9 Unresolved attribute `__discord_ui_model_type__` on type `(S@select, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]`.
discord.py unresolved-attribute discord/ui/select.py:1222:9 Unresolved attribute `__discord_ui_model_kwargs__` on type `(S@select, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]`.
discord.py unresolved-attribute discord/ui/select.py:1232:13 Object of type `(S@select, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_kwargs__`
discord.py unresolved-attribute discord/ui/select.py:1234:13 Object of type `(S@select, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_kwargs__`
discord.py unresolved-attribute discord/ui/select.py:1250:13 Object of type `(S@select, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_kwargs__`
discord.py invalid-method-override discord/ui/separator.py:129:9 Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord.py invalid-method-override discord/ui/text_display.py:87:9 Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord.py invalid-method-override discord/ui/text_input.py:249:9 Invalid override of method `to_component_dict`: Definition is incompatible with `Item.to_component_dict`
discord.py invalid-method-override discord/ui/text_input.py:252:9 Invalid override of method `_refresh_component`: Definition is incompatible with `Item._refresh_component`
discord.py invalid-method-override discord/ui/text_input.py:255:9 Invalid override of method `_refresh_state`: Definition is incompatible with `Item._refresh_state`
discord.py invalid-method-override discord/ui/text_input.py:259:9 Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord.py invalid-method-override discord/ui/thumbnail.py:138:9 Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord.py unresolved-attribute discord/ui/view.py:246:30 Object of type `((Any, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__discord_ui_model_type__`
discord.py unresolved-attribute discord/ui/view.py:246:62 Object of type `((Any, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__discord_ui_model_kwargs__`
discord.py unused-ignore-comment discord/ui/view.py:247:65 Unused blanket `type: ignore` directive
discord.py unresolved-attribute discord/ui/view.py:251:31 Object of type `((Any, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__name__`
discord.py invalid-return-type discord/ui/view.py:324:16 Return type does not match returned value: expected `list[Item[Self@children]]`, found `list[Item[Self@__init__]]`
discord.py unused-ignore-comment discord/ui/view.py:551:62 Unused blanket `type: ignore` directive
discord.py invalid-method-override discord/user.py:428:9 Invalid override of method `_update`: Definition is incompatible with `BaseUser._update`
discord.py unused-ignore-comment discord/utils.py:243:54 Unused blanket `type: ignore` directive
discord.py invalid-method-override discord/utils.py:257:9 Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`
discord.py invalid-method-override discord/utils.py:263:9 Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
discord.py invalid-parameter-default discord/utils.py:328:5 Default value of type `_MissingSentinel` is not assignable to annotated parameter type `Permissions`
discord.py invalid-parameter-default discord/utils.py:329:5 Default value of type `_MissingSentinel` is not assignable to annotated parameter type `Snowflake`
discord.py invalid-parameter-default discord/utils.py:330:5 Default value of type `_MissingSentinel` is not assignable to annotated parameter type `str`
discord.py invalid-parameter-default discord/utils.py:331:5 Default value of type `_MissingSentinel` is not assignable to annotated parameter type `Iterable[str] | None`
discord.py invalid-parameter-default discord/utils.py:333:5 Default value of type `_MissingSentinel` is not assignable to annotated parameter type `str`
discord.py unused-ignore-comment discord/utils.py:490:42 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/utils.py:604:39 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/utils.py:720:89 Unused blanket `type: ignore` directive
discord.py invalid-await discord/utils.py:724:26 `T@async_all | Awaitable[T@async_all]` is not awaitable
discord.py unused-ignore-comment discord/utils.py:824:84 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/utils.py:1117:40 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/utils.py:1148:88 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/utils.py:1168:61 Unused blanket `type: ignore` directive
discord.py unused-ignore-comment discord/utils.py:1169:42 Unused blanket `type: ignore` directive
discord.py unresolved-attribute discord/utils.py:1224:8 Object of type `(...) -> Any` has no attribute `__qualname__`
discord.py unresolved-attribute discord/utils.py:1224:29 Object of type `(...) -> Any` has no attribute `__name__`
discord.py unresolved-attribute discord/utils.py:1226:25 Object of type `(...) -> Any` has no attribute `__qualname__`
discord.py invalid-parameter-default discord/utils.py:1348:5 Default value of type `_MissingSentinel` is not assignable to annotated parameter type `Handler`
discord.py invalid-parameter-default discord/utils.py:1349:5 Default value of type `_MissingSentinel` is not assignable to annotated parameter type `Formatter`
discord.py invalid-parameter-default discord/utils.py:1350:5 Default value of type `_MissingSentinel` is not assignable to annotated parameter type `int`
discord.py missing-argument discord/webhook/async_.py:751:20 No argument provided for required parameter `data` of function `store_user`
discord.py invalid-argument-type discord/webhook/async_.py:751:44 Argument to function `store_user` is incorrect: Argument type `User | PartialUser` does not satisfy upper bound `ConnectionState[ClientT@ConnectionState]` of type variable `Self`
discord.py invalid-method-override discord/webhook/async_.py:805:15 Invalid override of method `edit`: Definition is incompatible with `Message.edit`
discord.py invalid-return-type discord/webhook/async_.py:1042:16 Return type does not match returned value: expected `Guild | None`, found `(ConnectionState[Client] & ~AlwaysTruthy) | (_WebhookState & ~AlwaysTruthy) | Guild | None`
discord.py invalid-method-override discord/webhook/sync.py:410:9 Invalid override of method `edit`: Definition is incompatible with `Message.edit`
discord.py invalid-method-override discord/webhook/sync.py:474:9 Invalid override of method `add_files`: Definition is incompatible with `Message.add_files`
discord.py invalid-method-override discord/webhook/sync.py:498:9 Invalid override of method `remove_attachments`: Definition is incompatible with `Message.remove_attachments`
discord.py invalid-method-override discord/webhook/sync.py:522:9 Invalid override of method `delete`: Definition is incompatible with `PartialMessage.delete`
discord.py possibly-missing-attribute discord/welcome_screen.py:104:33 Attribute `name` may be missing on object of type `(Unknown & _EmojiTag) | PartialEmoji | Emoji | (str & _EmojiTag)`
arviz unresolved-import arviz/__init__.py:9:6 Cannot resolve imported module `matplotlib.colors`
arviz unresolved-import arviz/__init__.py:10:6 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/__init__.py:11:8 Cannot resolve imported module `matplotlib`
arviz unresolved-import arviz/__init__.py:369:12 Cannot resolve imported module `colorcet`
arviz unresolved-import arviz/data/base.py:15:12 Cannot resolve imported module `tree`
arviz unused-ignore-comment arviz/data/base.py:24:18 Unused blanket `type: ignore` directive
arviz possibly-unresolved-reference arviz/data/base.py:300:51 Name `n_chains` used when possibly not defined
arviz possibly-unresolved-reference arviz/data/base.py:302:50 Name `n_samples` used when possibly not defined
arviz possibly-missing-attribute arviz/data/base.py:444:23 Submodule `metadata` may not be available as an attribute on module `importlib`
arviz possibly-missing-attribute arviz/data/base.py:446:16 Submodule `metadata` may not be available as an attribute on module `importlib`
arviz unresolved-import arviz/data/converters.py:8:10 Cannot resolve imported module `tree`
arviz unresolved-import arviz/data/example_data/code/centered_eight/centered_eight.ipynb:cell 2:3:8 Cannot resolve imported module `pymc`
arviz unresolved-import arviz/data/example_data/code/non_centered_eight/non_centered_eight.ipynb:cell 2:3:8 Cannot resolve imported module `pymc`
arviz unresolved-import arviz/data/example_data/code/radon/radon.py:2:8 Cannot resolve imported module `pymc3`
arviz unresolved-attribute arviz/data/example_data/code/radon/radon.py:49:13 Module `arviz` has no member `from_pymc3`
arviz unresolved-import arviz/data/example_data/code/rugby/rugby.ipynb:cell 1:3:8 Cannot resolve imported module `pymc`
arviz unresolved-import arviz/data/example_data/code/rugby/rugby.ipynb:cell 1:4:8 Cannot resolve imported module `pytensor.tensor`
arviz unresolved-import arviz/data/example_data/code/rugby_field/rugby_field.ipynb:cell 1:3:8 Cannot resolve imported module `pymc`
arviz unresolved-import arviz/data/example_data/code/rugby_field/rugby_field.ipynb:cell 1:4:8 Cannot resolve imported module `pytensor.tensor`
arviz unused-ignore-comment arviz/data/inference_data.py:51:18 Unused blanket `type: ignore` directive
arviz invalid-method-override arviz/data/inference_data.py:305:13 Invalid override of method `__contains__`: Definition is incompatible with `ValuesView.__contains__`
arviz invalid-method-override arviz/data/inference_data.py:339:13 Invalid override of method `__contains__`: Definition is incompatible with `ItemsView.__contains__`
arviz invalid-argument-type arviz/data/inference_data.py:352:48 Argument to function `getattr` is incorrect: Expected `str`, found `object`
arviz unresolved-import arviz/data/inference_data.py:401:20 Cannot resolve imported module `h5netcdf`
arviz unresolved-import arviz/data/inference_data.py:403:20 Cannot resolve imported module `netCDF4`
arviz possibly-unresolved-reference arviz/data/inference_data.py:411:17 Name `h5netcdf` used when possibly not defined
arviz possibly-unresolved-reference arviz/data/inference_data.py:413:22 Name `nc` used when possibly not defined
arviz no-matching-overload arviz/data/inference_data.py:500:13 No overload of bound method `to_netcdf` matches arguments
arviz unresolved-import arviz/data/inference_data.py:525:24 Cannot resolve imported module `h5netcdf`
arviz unresolved-import arviz/data/inference_data.py:529:24 Cannot resolve imported module `netCDF4`
arviz possibly-unresolved-reference arviz/data/inference_data.py:532:13 Name `empty_netcdf_file` used when possibly not defined
arviz call-non-callable arviz/data/inference_data.py:731:31 Object of type `ndarray[tuple[Any, ...], dtype[Any]]` is not callable
arviz unresolved-import arviz/data/inference_data.py:808:20 Cannot resolve imported module `zarr`
arviz unresolved-import arviz/data/inference_data.py:868:20 Cannot resolve imported module `zarr`
arviz possibly-missing-attribute arviz/data/inference_data.py:1335:23 Attribute `keys` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/data/inference_data.py:1335:53 Attribute `keys` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/data/inference_data.py:1342:30 Attribute `keys` may be missing on object of type `Unknown | None`
arviz non-subscriptable arviz/data/inference_data.py:1343:44 Cannot subscript object of type `None` with no `__getitem__` method
arviz possibly-missing-attribute arviz/data/inference_data.py:1415:30 Attribute `keys` may be missing on object of type `Unknown | None`
arviz non-subscriptable arviz/data/inference_data.py:1416:49 Cannot subscript object of type `None` with no `__getitem__` method
arviz possibly-missing-attribute arviz/data/inference_data.py:1484:23 Attribute `keys` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/data/inference_data.py:1484:53 Attribute `keys` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/data/inference_data.py:1490:30 Attribute `keys` may be missing on object of type `Unknown | None`
arviz non-subscriptable arviz/data/inference_data.py:1491:49 Cannot subscript object of type `None` with no `__getitem__` method
arviz unused-ignore-comment arviz/data/inference_data.py:1739:67 Unused blanket `type: ignore` directive
arviz unused-ignore-comment arviz/data/inference_data.py:1740:69 Unused blanket `type: ignore` directive
arviz unused-ignore-comment arviz/data/inference_data.py:1741:71 Unused blanket `type: ignore` directive
arviz unused-ignore-comment arviz/data/inference_data.py:1742:71 Unused blanket `type: ignore` directive
arviz unused-ignore-comment arviz/data/inference_data.py:1743:68 Unused blanket `type: ignore` directive
arviz unused-ignore-comment arviz/data/inference_data.py:1744:65 Unused blanket `type: ignore` directive
arviz possibly-unresolved-reference arviz/data/inference_data.py:2185:17 Name `inference_data_dict` used when possibly not defined
arviz possibly-unresolved-reference arviz/data/inference_data.py:2222:49 Name `inference_data_dict` used when possibly not defined
arviz possibly-unresolved-reference arviz/data/inference_data.py:2223:39 Name `inference_data_dict` used when possibly not defined
arviz possibly-unresolved-reference arviz/data/inference_data.py:2302:25 Name `inference_data_dict` used when possibly not defined
arviz unresolved-reference arviz/data/inference_data.py:2306:55 Name `group_data` used when not defined
arviz unresolved-reference arviz/data/inference_data.py:2306:80 Name `group_data` used when not defined
arviz possibly-unresolved-reference arviz/data/inference_data.py:2381:25 Name `inference_data_dict` used when possibly not defined
arviz possibly-unresolved-reference arviz/data/inference_data.py:2384:9 Name `inference_data_dict` used when possibly not defined
arviz possibly-unresolved-reference arviz/data/inference_data.py:2386:49 Name `inference_data_dict` used when possibly not defined
arviz unresolved-import arviz/data/io_beanmachine.py:21:16 Cannot resolve imported module `beanmachine.ppl`
arviz possibly-missing-attribute arviz/data/io_beanmachine.py:25:27 Attribute `namespaces` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/data/io_beanmachine.py:26:30 Attribute `namespaces` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/data/io_beanmachine.py:30:38 Attribute `namespaces` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/data/io_beanmachine.py:31:41 Attribute `namespaces` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/data/io_beanmachine.py:35:12 Attribute `log_likelihoods` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/data/io_beanmachine.py:36:36 Attribute `log_likelihoods` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/data/io_beanmachine.py:40:12 Attribute `observations` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/data/io_beanmachine.py:41:33 Attribute `observations` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/data/io_beanmachine.py:48:57 Attribute `items` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/data/io_beanmachine.py:54:57 Attribute `items` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/data/io_beanmachine.py:59:57 Attribute `items` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/data/io_beanmachine.py:65:57 Attribute `items` may be missing on object of type `Unknown | None`
arviz invalid-argument-type arviz/data/io_beanmachine.py:73:13 Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | None`
arviz invalid-argument-type arviz/data/io_beanmachine.py:73:13 Argument to bound method `__init__` is incorrect: Expected `Dataset | list[Dataset] | tuple[Dataset, Dataset]`, found `Unknown | None`
arviz unused-ignore-comment arviz/data/io_cmdstan.py:9:18 Unused blanket `type: ignore` directive
arviz non-subscriptable arviz/data/io_cmdstan.py:138:34 Cannot subscript object of type `None` with no `__getitem__` method
arviz non-subscriptable arviz/data/io_cmdstan.py:139:37 Cannot subscript object of type `None` with no `__getitem__` method
arviz non-subscriptable arviz/data/io_cmdstan.py:168:30 Cannot subscript object of type `None` with no `__getitem__` method
arviz non-subscriptable arviz/data/io_cmdstan.py:169:43 Cannot subscript object of type `None` with no `__getitem__` method
arviz non-subscriptable arviz/data/io_cmdstan.py:233:33 Cannot subscript object of type `None` with no `__getitem__` method
arviz non-subscriptable arviz/data/io_cmdstan.py:234:40 Cannot subscript object of type `None` with no `__getitem__` method
arviz non-subscriptable arviz/data/io_cmdstan.py:271:33 Cannot subscript object of type `None` with no `__getitem__` method
arviz non-subscriptable arviz/data/io_cmdstan.py:272:40 Cannot subscript object of type `None` with no `__getitem__` method
arviz non-subscriptable arviz/data/io_cmdstan.py:329:37 Cannot subscript object of type `None` with no `__getitem__` method
arviz non-subscriptable arviz/data/io_cmdstan.py:330:44 Cannot subscript object of type `None` with no `__getitem__` method
arviz non-subscriptable arviz/data/io_cmdstan.py:387:37 Cannot subscript object of type `None` with no `__getitem__` method
arviz non-subscriptable arviz/data/io_cmdstan.py:388:44 Cannot subscript object of type `None` with no `__getitem__` method
arviz not-iterable arviz/data/io_cmdstan.py:454:66 Object of type `(Unknown & ~Top[dict[Unknown, Unknown]] & ~str) | list[Unknown | str] | None | list[Unknown]` may not be iterable
arviz non-subscriptable arviz/data/io_cmdstan.py:456:37 Cannot subscript object of type `None` with no `__getitem__` method
arviz non-subscriptable arviz/data/io_cmdstan.py:457:44 Cannot subscript object of type `None` with no `__getitem__` method
arviz non-subscriptable arviz/data/io_cmdstan.py:501:33 Cannot subscript object of type `None` with no `__getitem__` method
arviz non-subscriptable arviz/data/io_cmdstan.py:502:40 Cannot subscript object of type `None` with no `__getitem__` method
arviz non-subscriptable arviz/data/io_cmdstan.py:539:33 Cannot subscript object of type `None` with no `__getitem__` method
arviz non-subscriptable arviz/data/io_cmdstan.py:540:40 Cannot subscript object of type `None` with no `__getitem__` method
arviz non-subscriptable arviz/data/io_cmdstan.py:593:37 Cannot subscript object of type `None` with no `__getitem__` method
arviz non-subscriptable arviz/data/io_cmdstan.py:594:44 Cannot subscript object of type `None` with no `__getitem__` method
arviz invalid-argument-type arviz/data/io_cmdstan.py:683:13 Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | None`
arviz invalid-argument-type arviz/data/io_cmdstan.py:683:13 Argument to bound method `__init__` is incorrect: Expected `Dataset | list[Dataset] | tuple[Dataset, Dataset]`, found `Unknown | None`
arviz possibly-missing-attribute arviz/data/io_cmdstan.py:919:21 Attribute `get` may be missing on object of type `Unknown | None`
arviz unresolved-import arviz/data/io_cmdstanpy.py:58:16 Cannot resolve imported module `cmdstanpy`
arviz possibly-missing-attribute arviz/data/io_cmdstanpy.py:313:23 Attribute `column_names` may be missing on object of type `(Unknown & ~<Protocol with members 'metadata'> & ~<Protocol with members 'stan_vars_cols'>) | None`
arviz possibly-missing-attribute arviz/data/io_cmdstanpy.py:377:23 Attribute `column_names` may be missing on object of type `(Unknown & ~<Protocol with members 'metadata'> & ~<Protocol with members 'stan_vars_cols'>) | None`
arviz possibly-missing-attribute arviz/data/io_cmdstanpy.py:447:23 Attribute `column_names` may be missing on object of type `(Unknown & ~<Protocol with members 'metadata'> & ~<Protocol with members 'stan_vars_cols'>) | None`
arviz invalid-argument-type arviz/data/io_cmdstanpy.py:573:13 Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | None`
arviz invalid-argument-type arviz/data/io_cmdstanpy.py:573:13 Argument to bound method `__init__` is incorrect: Expected `Dataset | list[Dataset] | tuple[Dataset, Dataset]`, found `Unknown | None`
arviz possibly-missing-attribute arviz/data/io_cmdstanpy.py:589:22 Attribute `metadata` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/data/io_cmdstanpy.py:644:26 Attribute `stan_vars_cols` may be missing on object of type `(Unknown & ~<Protocol with members 'metadata'>) | None`
arviz possibly-missing-attribute arviz/data/io_cmdstanpy.py:666:35 Attribute `stan_vars_cols` may be missing on object of type `(Unknown & ~<Protocol with members 'metadata'>) | None`
arviz possibly-missing-attribute arviz/data/io_cmdstanpy.py:698:19 Attribute `column_names` may be missing on object of type `Unknown | None`
arviz possibly-unresolved-reference arviz/data/io_cmdstanpy.py:1091:28 Name `data_warmup` used when possibly not defined
arviz possibly-unresolved-reference arviz/data/io_cmdstanpy.py:1128:55 Name `draws_warmup` used when possibly not defined
arviz possibly-unresolved-reference arviz/data/io_cmdstanpy.py:1134:50 Name `data_warmup` used when possibly not defined
arviz possibly-unresolved-reference arviz/data/io_cmdstanpy.py:1142:65 Name `data_warmup` used when possibly not defined
arviz invalid-argument-type arviz/data/io_dict.py:333:13 Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | None | dict[Unknown, Unknown]`
arviz invalid-argument-type arviz/data/io_dict.py:333:13 Argument to bound method `__init__` is incorrect: Expected `Dataset | list[Dataset] | tuple[Dataset, Dataset]`, found `Unknown | None | dict[Unknown, Unknown]`
arviz unresolved-import arviz/data/io_emcee.py:113:16 Cannot resolve imported module `emcee`
arviz possibly-unresolved-reference arviz/data/io_emcee.py:217:66 Name `blobs` used when possibly not defined
arviz possibly-unresolved-reference arviz/data/io_emcee.py:221:24 Name `blobs` used when possibly not defined
arviz possibly-unresolved-reference arviz/data/io_emcee.py:227:42 Name `nwalkers` used when possibly not defined
arviz possibly-unresolved-reference arviz/data/io_emcee.py:227:52 Name `ndraws` used when possibly not defined
arviz unused-ignore-comment arviz/data/io_json.py:11:18 Unused blanket `type: ignore` directive
arviz unresolved-import arviz/data/io_numpyro.py:36:10 Cannot resolve imported module `numpyro`
arviz unresolved-import arviz/data/io_numpyro.py:37:10 Cannot resolve imported module `numpyro.ops.pytree`
arviz unresolved-import arviz/data/io_numpyro.py:38:10 Cannot resolve imported module `numpyro.infer.initialization`
arviz unresolved-import arviz/data/io_numpyro.py:39:12 Cannot resolve imported module `jax`
arviz invalid-argument-type arviz/data/io_numpyro.py:56:67 Argument expression after ** must be a mapping type: Found `dict[str, Any] | None`
arviz unresolved-import arviz/data/io_numpyro.py:136:16 Cannot resolve imported module `jax`
arviz unresolved-import arviz/data/io_numpyro.py:137:16 Cannot resolve imported module `numpyro`
arviz possibly-missing-attribute arviz/data/io_numpyro.py:159:38 Attribute `get_samples` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/data/io_numpyro.py:176:26 Attribute `sampler` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/data/io_numpyro.py:178:26 Attribute `_args` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/data/io_numpyro.py:179:28 Attribute `_kwargs` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/data/io_numpyro.py:239:28 Attribute `get_extra_fields` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/data/io_numpyro.py:266:23 Attribute `get_samples` may be missing on object of type `Unknown | None`
arviz unsupported-operator arviz/data/io_numpyro.py:291:30 Operator `*` is not supported between objects of type `Unknown | None | Literal[1]` and `Unknown | None`
arviz invalid-argument-type arviz/data/io_numpyro.py:392:13 Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | None`
arviz invalid-argument-type arviz/data/io_numpyro.py:392:13 Argument to bound method `__init__` is incorrect: Expected `Dataset | list[Dataset] | tuple[Dataset, Dataset]`, found `Unknown | None`
arviz invalid-argument-type arviz/data/io_numpyro.py:408:27 Argument to function `infer_dims` is incorrect: Expected `(...) -> Unknown`, found `Unknown | None`
arviz invalid-argument-type arviz/data/io_numpyro.py:417:27 Argument to function `infer_dims` is incorrect: Expected `(...) -> Unknown`, found `Unknown | None`
arviz unresolved-import arviz/data/io_pyjags.py:56:16 Cannot resolve imported module `pyjags`
arviz invalid-argument-type arviz/data/io_pyjags.py:114:30 Argument to bound method `__init__` is incorrect: Expected `None | Mapping[Any, Any]`, found `Unknown | tuple[Dataset, Dataset] | None | bool`
arviz invalid-argument-type arviz/data/io_pyjags.py:114:30 Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | tuple[Dataset, Dataset] | None | bool`
arviz invalid-argument-type arviz/data/io_pyjags.py:114:30 Argument to bound method `__init__` is incorrect: Expected `Dataset | list[Dataset] | tuple[Dataset, Dataset]`, found `Unknown | tuple[Dataset, Dataset] | None | bool`
arviz unresolved-import arviz/data/io_pyro.py:79:16 Cannot resolve imported module `pyro`
arviz possibly-missing-attribute arviz/data/io_pyro.py:88:30 Attribute `kernel` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/data/io_pyro.py:90:30 Attribute `_args` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/data/io_pyro.py:91:32 Attribute `_kwargs` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/data/io_pyro.py:125:16 Attribute `get_samples` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/data/io_pyro.py:132:23 Attribute `diagnostics` may be missing on object of type `Unknown | None`
arviz no-matching-overload arviz/data/io_pyro.py:133:21 No overload matches arguments
arviz possibly-missing-attribute arviz/data/io_pyro.py:148:27 Attribute `get_samples` may be missing on object of type `Unknown | None`
arviz unsupported-operator arviz/data/io_pyro.py:175:30 Operator `*` is not supported between objects of type `Unknown | None | Literal[1]` and `Unknown | None`
arviz invalid-argument-type arviz/data/io_pyro.py:261:13 Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | None`
arviz invalid-argument-type arviz/data/io_pyro.py:261:13 Argument to bound method `__init__` is incorrect: Expected `Dataset | list[Dataset] | tuple[Dataset, Dataset]`, found `Unknown | None`
arviz unused-ignore-comment arviz/data/io_pystan.py:22:18 Unused blanket `type: ignore` directive
arviz unresolved-import arviz/data/io_pystan.py:70:16 Cannot resolve imported module `pystan`
arviz possibly-missing-attribute arviz/data/io_pystan.py:151:28 Attribute `values` may be missing on object of type `(Unknown & ~str & ~Top[list[Unknown]] & ~tuple[object, ...]) | None | dict[@Todo | str, @Todo | str]`
arviz possibly-missing-attribute arviz/data/io_pystan.py:157:48 Attribute `items` may be missing on object of type `(Unknown & ~str & ~Top[list[Unknown]] & ~tuple[object, ...]) | None | dict[@Todo | str, @Todo | str]`
arviz possibly-missing-attribute arviz/data/io_pystan.py:163:48 Attribute `items` may be missing on object of type `(Unknown & ~str & ~Top[list[Unknown]] & ~tuple[object, ...]) | None | dict[@Todo | str, @Todo | str]`
arviz possibly-missing-attribute arviz/data/io_pystan.py:265:38 Attribute `data` may be missing on object of type `Unknown | None`
arviz invalid-argument-type arviz/data/io_pystan.py:286:13 Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | None`
arviz invalid-argument-type arviz/data/io_pystan.py:286:13 Argument to bound method `__init__` is incorrect: Expected `Dataset | list[Dataset] | tuple[Dataset, Dataset]`, found `Unknown | None`
arviz unresolved-import arviz/data/io_pystan.py:350:16 Cannot resolve imported module `stan`
arviz possibly-missing-attribute arviz/data/io_pystan.py:437:28 Attribute `values` may be missing on object of type `(Unknown & ~str & ~Top[list[Unknown]] & ~tuple[object, ...]) | None | dict[@Todo | str, @Todo | str]`
arviz possibly-missing-attribute arviz/data/io_pystan.py:443:48 Attribute `items` may be missing on object of type `(Unknown & ~str & ~Top[list[Unknown]] & ~tuple[object, ...]) | None | dict[@Todo | str, @Todo | str]`
arviz possibly-missing-attribute arviz/data/io_pystan.py:448:48 Attribute `items` may be missing on object of type `(Unknown & ~str & ~Top[list[Unknown]] & ~tuple[object, ...]) | None | dict[@Todo | str, @Todo | str]`
arviz possibly-missing-attribute arviz/data/io_pystan.py:573:38 Attribute `data` may be missing on object of type `Unknown | None`
arviz not-iterable arviz/data/io_pystan.py:593:20 Object of type `list[Unknown] | (Unknown & ~str) | None` may not be iterable
arviz possibly-missing-attribute arviz/data/io_pystan.py:594:34 Attribute `data` may be missing on object of type `Unknown | None`
arviz invalid-argument-type arviz/data/io_pystan.py:613:13 Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | None`
arviz invalid-argument-type arviz/data/io_pystan.py:613:13 Argument to bound method `__init__` is incorrect: Expected `Dataset | list[Dataset] | tuple[Dataset, Dataset]`, found `Unknown | None`
arviz possibly-unresolved-reference arviz/data/io_pystan.py:726:21 Name `ary_warmup` used when possibly not defined
arviz possibly-unresolved-reference arviz/data/io_pystan.py:729:32 Name `ary_warmup` used when possibly not defined
arviz possibly-missing-attribute arviz/data/io_pystan.py:814:17 Attribute `group` may be missing on object of type `Match[str] | None`
arviz unresolved-import arviz/plots/backends/__init__.py:111:12 Cannot resolve imported module `bokeh.plotting`
arviz unresolved-import arviz/plots/backends/__init__.py:118:12 Cannot resolve imported module `bokeh.plotting`
arviz unresolved-import arviz/plots/backends/__init__.py:125:10 Cannot resolve imported module `bokeh.models`
arviz unresolved-import arviz/plots/backends/__init__.py:135:14 Cannot resolve imported module `bokeh.layouts`
arviz possibly-missing-attribute arviz/plots/backends/__init__.py:145:17 Attribute `group` may be missing on object of type `Match[str] | None`
arviz possibly-missing-attribute arviz/plots/backends/__init__.py:145:36 Attribute `group` may be missing on object of type `Match[str] | None`
arviz possibly-missing-attribute arviz/plots/backends/__init__.py:146:25 Attribute `group` may be missing on object of type `Match[str] | None`
arviz unresolved-import arviz/plots/backends/__init__.py:151:18 Cannot resolve imported module `bokeh.layouts`
arviz unresolved-import arviz/plots/backends/__init__.py:153:18 Cannot resolve imported module `bokeh.layouts`
arviz unresolved-import arviz/plots/backends/__init__.py:155:18 Cannot resolve imported module `bokeh.layouts`
arviz unresolved-import arviz/plots/backends/__init__.py:171:18 Cannot resolve imported module `bokeh.layouts`
arviz unresolved-import arviz/plots/backends/__init__.py:176:18 Cannot resolve imported module `bokeh.layouts`
arviz unresolved-import arviz/plots/backends/__init__.py:193:16 Cannot resolve imported module `bokeh.plotting`
arviz unresolved-import arviz/plots/backends/bokeh/__init__.py:3:6 Cannot resolve imported module `bokeh.plotting`
arviz unresolved-import arviz/plots/backends/bokeh/__init__.py:162:16 Cannot resolve imported module `bokeh`
arviz unresolved-import arviz/plots/backends/bokeh/autocorrplot.py:4:6 Cannot resolve imported module `bokeh.models`
arviz unresolved-import arviz/plots/backends/bokeh/autocorrplot.py:5:6 Cannot resolve imported module `bokeh.models.annotations`
arviz unresolved-import arviz/plots/backends/bokeh/bpvplot.py:4:6 Cannot resolve imported module `bokeh.models`
arviz unresolved-import arviz/plots/backends/bokeh/bpvplot.py:5:6 Cannot resolve imported module `bokeh.models.annotations`
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/bpvplot.py:157:28 Name `tfunc` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/bpvplot.py:158:27 Name `tfunc` used when possibly not defined
arviz unresolved-import arviz/plots/backends/bokeh/compareplot.py:3:6 Cannot resolve imported module `bokeh.models`
arviz unresolved-import arviz/plots/backends/bokeh/compareplot.py:4:6 Cannot resolve imported module `bokeh.models.annotations`
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/compareplot.py:127:46 Name `correction` used when possibly not defined
arviz unresolved-import arviz/plots/backends/bokeh/densityplot.py:6:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/bokeh/densityplot.py:8:6 Cannot resolve imported module `bokeh.models.annotations`
arviz unresolved-import arviz/plots/backends/bokeh/distplot.py:3:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/bokeh/ecdfplot.py:3:6 Cannot resolve imported module `matplotlib.colors`
arviz unresolved-import arviz/plots/backends/bokeh/elpdplot.py:5:8 Cannot resolve imported module `bokeh.plotting`
arviz unresolved-import arviz/plots/backends/bokeh/elpdplot.py:7:6 Cannot resolve imported module `bokeh.models`
arviz unresolved-import arviz/plots/backends/bokeh/elpdplot.py:8:6 Cannot resolve imported module `bokeh.models.annotations`
arviz unresolved-import arviz/plots/backends/bokeh/elpdplot.py:9:6 Cannot resolve imported module `bokeh.models.glyphs`
arviz too-many-positional-arguments arviz/plots/backends/bokeh/elpdplot.py:69:40 Too many positional arguments to function `_plot_atomic_elpd`: expected 11, got 17
arviz unresolved-reference arviz/plots/backends/bokeh/elpdplot.py:111:41 Name `ax_first` used when not defined
arviz unresolved-reference arviz/plots/backends/bokeh/elpdplot.py:112:41 Name `ax_first` used when not defined
arviz unresolved-import arviz/plots/backends/bokeh/energyplot.py:6:6 Cannot resolve imported module `bokeh.models`
arviz unresolved-import arviz/plots/backends/bokeh/energyplot.py:7:6 Cannot resolve imported module `bokeh.models.annotations`
arviz unresolved-import arviz/plots/backends/bokeh/energyplot.py:8:6 Cannot resolve imported module `matplotlib.pyplot`
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/energyplot.py:144:19 Name `label` used when possibly not defined
arviz unresolved-import arviz/plots/backends/bokeh/essplot.py:4:6 Cannot resolve imported module `bokeh.models`
arviz unresolved-import arviz/plots/backends/bokeh/essplot.py:5:6 Cannot resolve imported module `bokeh.models.annotations`
arviz unresolved-import arviz/plots/backends/bokeh/essplot.py:11:6 Cannot resolve imported module `bokeh.models.glyphs`
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/essplot.py:160:47 Name `bulk_line` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/essplot.py:160:70 Name `tail_line` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/essplot.py:160:81 Name `tail_points` used when possibly not defined
arviz unresolved-import arviz/plots/backends/bokeh/forestplot.py:6:8 Cannot resolve imported module `bokeh.plotting`
arviz unresolved-import arviz/plots/backends/bokeh/forestplot.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/bokeh/forestplot.py:9:6 Cannot resolve imported module `bokeh.models`
arviz unresolved-import arviz/plots/backends/bokeh/forestplot.py:10:6 Cannot resolve imported module `bokeh.models.annotations`
arviz unresolved-import arviz/plots/backends/bokeh/forestplot.py:11:6 Cannot resolve imported module `bokeh.models.tickers`
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/forestplot.py:737:25 Name `density` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/forestplot.py:737:44 Name `density` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/forestplot.py:739:26 Name `x` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/forestplot.py:740:25 Name `density` used when possibly not defined
arviz unresolved-import arviz/plots/backends/bokeh/kdeplot.py:7:6 Cannot resolve imported module `bokeh.models`
arviz unresolved-import arviz/plots/backends/bokeh/kdeplot.py:8:6 Cannot resolve imported module `bokeh.models.glyphs`
arviz unresolved-import arviz/plots/backends/bokeh/kdeplot.py:9:6 Cannot resolve imported module `matplotlib`
arviz unresolved-import arviz/plots/backends/bokeh/kdeplot.py:10:6 Cannot resolve imported module `matplotlib.colors`
arviz unresolved-import arviz/plots/backends/bokeh/kdeplot.py:11:6 Cannot resolve imported module `matplotlib.pyplot`
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/kdeplot.py:106:27 Name `glyph` used when possibly not defined
arviz unresolved-import arviz/plots/backends/bokeh/kdeplot.py:154:20 Cannot resolve imported module `contourpy`
arviz unresolved-import arviz/plots/backends/bokeh/khatplot.py:5:6 Cannot resolve imported module `matplotlib`
arviz unresolved-import arviz/plots/backends/bokeh/khatplot.py:6:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/bokeh/khatplot.py:8:6 Cannot resolve imported module `bokeh.models`
arviz unresolved-import arviz/plots/backends/bokeh/khatplot.py:9:6 Cannot resolve imported module `matplotlib.colors`
arviz unresolved-import arviz/plots/backends/bokeh/lmplot.py:4:6 Cannot resolve imported module `bokeh.models.annotations`
arviz unresolved-import arviz/plots/backends/bokeh/loopitplot.py:4:6 Cannot resolve imported module `bokeh.models`
arviz unresolved-import arviz/plots/backends/bokeh/loopitplot.py:5:6 Cannot resolve imported module `matplotlib.colors`
arviz unresolved-import arviz/plots/backends/bokeh/mcseplot.py:4:6 Cannot resolve imported module `bokeh.models`
arviz unresolved-import arviz/plots/backends/bokeh/mcseplot.py:5:6 Cannot resolve imported module `bokeh.models.glyphs`
arviz unresolved-import arviz/plots/backends/bokeh/mcseplot.py:6:6 Cannot resolve imported module `bokeh.models.annotations`
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/mcseplot.py:73:41 Name `values` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/mcseplot.py:121:31 Name `values` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/mcseplot.py:129:33 Name `quantile_values` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/mcseplot.py:130:36 Name `quantile_values` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/mcseplot.py:130:59 Name `quantile_values` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/mcseplot.py:138:29 Name `quantile_values` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/mcseplot.py:138:53 Name `quantile_values` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/mcseplot.py:138:76 Name `quantile_values` used when possibly not defined
arviz unresolved-import arviz/plots/backends/bokeh/pairplot.py:7:8 Cannot resolve imported module `bokeh.plotting`
arviz unresolved-import arviz/plots/backends/bokeh/pairplot.py:9:6 Cannot resolve imported module `bokeh.models`
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/pairplot.py:144:64 Name `divergenve_name` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/pairplot.py:145:61 Name `divergenve_name` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/pairplot.py:236:78 Name `source_nondiv` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/pairplot.py:269:30 Name `source_div` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/pairplot.py:315:39 Name `difference` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/pairplot.py:315:70 Name `difference` used when possibly not defined
arviz unresolved-import arviz/plots/backends/bokeh/parallelplot.py:4:6 Cannot resolve imported module `bokeh.models`
arviz unresolved-import arviz/plots/backends/bokeh/parallelplot.py:5:6 Cannot resolve imported module `bokeh.models.tickers`
arviz unresolved-import arviz/plots/backends/bokeh/posteriorplot.py:7:6 Cannot resolve imported module `bokeh.models.annotations`
arviz unresolved-import arviz/plots/backends/bokeh/ppcplot.py:4:6 Cannot resolve imported module `bokeh.models.annotations`
arviz unresolved-import arviz/plots/backends/bokeh/ppcplot.py:5:6 Cannot resolve imported module `bokeh.models.glyphs`
arviz unresolved-import arviz/plots/backends/bokeh/ppcplot.py:6:6 Cannot resolve imported module `bokeh.models`
arviz unresolved-import arviz/plots/backends/bokeh/rankplot.py:5:6 Cannot resolve imported module `bokeh.models`
arviz unresolved-import arviz/plots/backends/bokeh/rankplot.py:6:6 Cannot resolve imported module `bokeh.models.annotations`
arviz unresolved-import arviz/plots/backends/bokeh/rankplot.py:7:6 Cannot resolve imported module `bokeh.models.tickers`
arviz unresolved-import arviz/plots/backends/bokeh/traceplot.py:7:8 Cannot resolve imported module `bokeh.plotting`
arviz unresolved-import arviz/plots/backends/bokeh/traceplot.py:8:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/bokeh/traceplot.py:10:6 Cannot resolve imported module `bokeh.models`
arviz unresolved-import arviz/plots/backends/bokeh/traceplot.py:11:6 Cannot resolve imported module `bokeh.models.glyphs`
arviz unresolved-import arviz/plots/backends/bokeh/traceplot.py:12:6 Cannot resolve imported module `bokeh.models.annotations`
arviz unresolved-import arviz/plots/backends/bokeh/violinplot.py:4:6 Cannot resolve imported module `bokeh.models.annotations`
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/violinplot.py:125:22 Name `dens` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/violinplot.py:125:45 Name `dens` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/violinplot.py:155:14 Name `left` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/bokeh/violinplot.py:156:15 Name `right` used when possibly not defined
arviz unresolved-import arviz/plots/backends/matplotlib/__init__.py:3:8 Cannot resolve imported module `matplotlib`
arviz unresolved-import arviz/plots/backends/matplotlib/__init__.py:5:6 Cannot resolve imported module `matplotlib.cbook`
arviz unresolved-import arviz/plots/backends/matplotlib/__init__.py:6:6 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/matplotlib/autocorrplot.py:3:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/matplotlib/bfplot.py:1:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/matplotlib/bpvplot.py:3:8 Cannot resolve imported module `matplotlib.pyplot`
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/bpvplot.py:146:28 Name `tfunc` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/bpvplot.py:147:27 Name `tfunc` used when possibly not defined
arviz unresolved-import arviz/plots/backends/matplotlib/compareplot.py:3:8 Cannot resolve imported module `matplotlib.pyplot`
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/compareplot.py:99:46 Name `correction` used when possibly not defined
arviz unresolved-import arviz/plots/backends/matplotlib/densityplot.py:5:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/matplotlib/distcomparisonplot.py:3:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/matplotlib/distplot.py:3:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/matplotlib/distplot.py:4:6 Cannot resolve imported module `matplotlib`
arviz unresolved-import arviz/plots/backends/matplotlib/dotplot.py:6:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/matplotlib/dotplot.py:7:6 Cannot resolve imported module `matplotlib`
arviz unresolved-import arviz/plots/backends/matplotlib/ecdfplot.py:3:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/matplotlib/ecdfplot.py:4:6 Cannot resolve imported module `matplotlib.colors`
arviz unresolved-import arviz/plots/backends/matplotlib/elpdplot.py:5:6 Cannot resolve imported module `matplotlib`
arviz unresolved-import arviz/plots/backends/matplotlib/elpdplot.py:6:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/matplotlib/elpdplot.py:8:6 Cannot resolve imported module `matplotlib.lines`
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/elpdplot.py:107:25 Name `handles` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/elpdplot.py:108:31 Name `handles` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/elpdplot.py:181:25 Name `handles` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/elpdplot.py:183:25 Name `handles` used when possibly not defined
arviz unresolved-import arviz/plots/backends/matplotlib/energyplot.py:5:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/matplotlib/energyplot.py:7:6 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/matplotlib/essplot.py:3:8 Cannot resolve imported module `matplotlib.pyplot`
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/essplot.py:130:18 Name `text_x` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/essplot.py:132:21 Name `text_va` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/essplot.py:133:24 Name `text_va` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/essplot.py:141:18 Name `text_x` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/essplot.py:142:20 Name `text_va` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/essplot.py:142:31 Name `text_va` used when possibly not defined
arviz unresolved-import arviz/plots/backends/matplotlib/forestplot.py:6:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/matplotlib/forestplot.py:8:6 Cannot resolve imported module `matplotlib.colors`
arviz unresolved-import arviz/plots/backends/matplotlib/forestplot.py:9:6 Cannot resolve imported module `matplotlib.lines`
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/forestplot.py:489:18 Name `plotter` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/forestplot.py:623:25 Name `density` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/forestplot.py:623:44 Name `density` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/forestplot.py:625:26 Name `x` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/forestplot.py:626:25 Name `density` used when possibly not defined
arviz unresolved-import arviz/plots/backends/matplotlib/hdiplot.py:3:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/matplotlib/hdiplot.py:4:6 Cannot resolve imported module `matplotlib`
arviz unresolved-import arviz/plots/backends/matplotlib/kdeplot.py:4:6 Cannot resolve imported module `matplotlib`
arviz unresolved-import arviz/plots/backends/matplotlib/kdeplot.py:5:6 Cannot resolve imported module `matplotlib`
arviz unresolved-import arviz/plots/backends/matplotlib/kdeplot.py:6:8 Cannot resolve imported module `matplotlib.ticker`
arviz unresolved-import arviz/plots/backends/matplotlib/khatplot.py:5:8 Cannot resolve imported module `matplotlib`
arviz unresolved-import arviz/plots/backends/matplotlib/khatplot.py:6:6 Cannot resolve imported module `matplotlib`
arviz unresolved-import arviz/plots/backends/matplotlib/khatplot.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/matplotlib/khatplot.py:9:6 Cannot resolve imported module `matplotlib.colors`
arviz invalid-argument-type arviz/plots/backends/matplotlib/khatplot.py:186:21 Argument to function `len` is incorrect: Expected `Sized`, found `None | Unknown`
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/khatplot.py:186:21 Name `color_mapping` used when possibly not defined
arviz possibly-missing-attribute arviz/plots/backends/matplotlib/khatplot.py:187:35 Attribute `items` may be missing on object of type `None | Unknown`
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/khatplot.py:187:35 Name `color_mapping` used when possibly not defined
arviz call-non-callable arviz/plots/backends/matplotlib/khatplot.py:188:35 Object of type `None` is not callable
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/khatplot.py:188:35 Name `cmap` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/khatplot.py:192:64 Name `rgba_c` used when possibly not defined
arviz unresolved-import arviz/plots/backends/matplotlib/lmplot.py:3:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/matplotlib/loopitplot.py:3:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/matplotlib/loopitplot.py:5:6 Cannot resolve imported module `matplotlib.colors`
arviz unresolved-import arviz/plots/backends/matplotlib/mcseplot.py:3:8 Cannot resolve imported module `matplotlib.pyplot`
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/mcseplot.py:87:41 Name `values` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/mcseplot.py:129:31 Name `values` used when possibly not defined
arviz unresolved-import arviz/plots/backends/matplotlib/pairplot.py:6:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/matplotlib/pairplot.py:8:6 Cannot resolve imported module `mpl_toolkits.axes_grid1`
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/pairplot.py:180:39 Name `hexbin` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/pairplot.py:180:54 Name `hexbin` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/pairplot.py:180:72 Name `hexbin` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/pairplot.py:194:17 Name `ax_hist_x` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/pairplot.py:195:17 Name `ax_hist_y` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/pairplot.py:302:46 Name `hexbin` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/pairplot.py:303:46 Name `hexbin` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/pairplot.py:305:51 Name `loc` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/pairplot.py:306:32 Name `fig` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/pairplot.py:307:29 Name `hexbin` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/pairplot.py:307:44 Name `hexbin` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/pairplot.py:307:62 Name `hexbin` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/pairplot.py:327:43 Name `difference` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/pairplot.py:327:74 Name `difference` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/pairplot.py:354:16 Name `ax_return` used when possibly not defined
arviz unresolved-import arviz/plots/backends/matplotlib/parallelplot.py:3:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/matplotlib/posteriorplot.py:5:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/matplotlib/ppcplot.py:6:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/matplotlib/ppcplot.py:8:6 Cannot resolve imported module `matplotlib`
arviz unresolved-reference arviz/plots/backends/matplotlib/ppcplot.py:78:21 Name `get_ipython` used when not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/ppcplot.py:381:13 Name `fig` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/ppcplot.py:381:18 Name `animate` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/ppcplot.py:381:67 Name `init` used when possibly not defined
arviz invalid-argument-type arviz/plots/backends/matplotlib/ppcplot.py:407:47 Argument expression after ** must be a mapping type: Found `Unknown | None`
arviz invalid-argument-type arviz/plots/backends/matplotlib/ppcplot.py:418:52 Argument expression after ** must be a mapping type: Found `Unknown | None`
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/ppcplot.py:462:12 Name `animate` used when possibly not defined
arviz unresolved-import arviz/plots/backends/matplotlib/rankplot.py:3:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/matplotlib/separationplot.py:3:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/matplotlib/traceplot.py:6:6 Cannot resolve imported module `matplotlib`
arviz unresolved-import arviz/plots/backends/matplotlib/traceplot.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/matplotlib/traceplot.py:9:6 Cannot resolve imported module `matplotlib.lines`
arviz unresolved-import arviz/plots/backends/matplotlib/traceplot.py:10:8 Cannot resolve imported module `matplotlib.ticker`
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/traceplot.py:240:22 Name `fig` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/traceplot.py:240:38 Name `spec` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/traceplot.py:425:32 Name `idy` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/traceplot.py:426:13 Name `ax` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/traceplot.py:443:9 Name `ax` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/traceplot.py:446:25 Name `ax` used when possibly not defined
arviz unresolved-import arviz/plots/backends/matplotlib/tsplot.py:3:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/plots/backends/matplotlib/violinplot.py:3:8 Cannot resolve imported module `matplotlib.pyplot`
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/violinplot.py:124:25 Name `dens` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/backends/matplotlib/violinplot.py:147:53 Name `left` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/bpvplot.py:238:45 Name `predictive_dataset` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/bpvplot.py:242:31 Name `predictive_dataset` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/bpvplot.py:251:24 Name `predictive_dataset` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/bpvplot.py:251:60 Name `predictive_dataset` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/bpvplot.py:270:17 Name `predictive_dataset` used when possibly not defined
arviz invalid-assignment arviz/plots/ecdfplot.py:11:18 Implicit shadowing of function `ecdf`
arviz call-non-callable arviz/plots/ecdfplot.py:292:18 Object of type `None` is not callable
arviz call-non-callable arviz/plots/ecdfplot.py:314:30 Object of type `None` is not callable
arviz no-matching-overload arviz/plots/ecdfplot.py:314:30 No overload of bound method `cdf` matches arguments
arviz possibly-missing-attribute arviz/plots/hdiplot.py:168:17 Attribute `shape` may be missing on object of type `Unknown | None`
arviz non-subscriptable arviz/plots/hdiplot.py:191:18 Cannot subscript object of type `None` with no `__getitem__` method
arviz possibly-missing-attribute arviz/plots/lmplot.py:174:13 Attribute `observed_data` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/plots/lmplot.py:183:13 Attribute `constant_data` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/plots/lmplot.py:187:13 Attribute `constant_data` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/plots/lmplot.py:200:31 Attribute `groups` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/plots/lmplot.py:203:22 Attribute `posterior` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/plots/lmplot.py:204:23 Attribute `posterior` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/plots/lmplot.py:211:42 Attribute `groups` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/plots/lmplot.py:214:22 Attribute `posterior_predictive` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/plots/lmplot.py:215:21 Attribute `posterior_predictive` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/plots/lmplot.py:229:32 Attribute `sizes` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/plots/lmplot.py:229:57 Attribute `sizes` may be missing on object of type `Unknown | None`
arviz possibly-unresolved-reference arviz/plots/lmplot.py:266:31 Name `skip_dims` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/lmplot.py:284:13 Name `skip_dims` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/lmplot.py:292:35 Name `skip_dims` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/pairplot.py:221:26 Name `divergent_group` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/pairplot.py:221:69 Name `divergent_group` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/pairplot.py:222:61 Name `divergent_group` used when possibly not defined
arviz unresolved-import arviz/plots/plot_utils.py:7:8 Cannot resolve imported module `matplotlib`
arviz unresolved-import arviz/plots/plot_utils.py:10:6 Cannot resolve imported module `matplotlib.colors`
arviz unresolved-import arviz/plots/plot_utils.py:303:20 Cannot resolve imported module `bokeh`
arviz possibly-missing-attribute arviz/plots/plot_utils.py:305:20 Submodule `version` may not be available as an attribute on module `packaging`
arviz possibly-missing-attribute arviz/plots/plot_utils.py:305:66 Submodule `version` may not be available as an attribute on module `packaging`
arviz possibly-unresolved-reference arviz/plots/ppcplot.py:269:45 Name `predictive_dataset` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/ppcplot.py:273:31 Name `predictive_dataset` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/ppcplot.py:290:24 Name `predictive_dataset` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/ppcplot.py:290:60 Name `predictive_dataset` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/ppcplot.py:327:17 Name `predictive_dataset` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/ppcplot.py:346:28 Name `predictive_dataset` used when possibly not defined
arviz unresolved-import arviz/plots/rankplot.py:5:8 Cannot resolve imported module `matplotlib.pyplot`
arviz invalid-argument-type arviz/plots/separationplot.py:131:12 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
arviz invalid-argument-type arviz/plots/separationplot.py:131:22 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
arviz invalid-argument-type arviz/plots/separationplot.py:137:34 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
arviz possibly-unresolved-reference arviz/plots/traceplot.py:197:13 Name `divergence_data` used when possibly not defined
arviz possibly-missing-attribute arviz/plots/tsplot.py:231:33 Attribute `coords` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/plots/tsplot.py:231:52 Attribute `dims` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/plots/tsplot.py:235:29 Attribute `coords` may be missing on object of type `Unknown | None`
arviz possibly-unresolved-reference arviz/plots/tsplot.py:267:27 Name `skip_dims` used when possibly not defined
arviz unused-ignore-comment arviz/plots/tsplot.py:288:75 Unused blanket `type: ignore` directive
arviz unused-ignore-comment arviz/plots/tsplot.py:289:75 Unused blanket `type: ignore` directive
arviz possibly-unresolved-reference arviz/plots/tsplot.py:303:31 Name `skip_dims` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/tsplot.py:312:31 Name `skip_dims` used when possibly not defined
arviz unused-ignore-comment arviz/plots/tsplot.py:323:12 Unused blanket `type: ignore` directive
arviz unused-ignore-comment arviz/plots/tsplot.py:326:12 Unused blanket `type: ignore` directive
arviz possibly-unresolved-reference arviz/plots/tsplot.py:334:31 Name `skip_holdout_dims` used when possibly not defined
arviz possibly-missing-attribute arviz/plots/tsplot.py:343:31 Attribute `dims` may be missing on object of type `Unknown | None`
arviz unused-ignore-comment arviz/plots/tsplot.py:354:12 Unused blanket `type: ignore` directive
arviz unused-ignore-comment arviz/plots/tsplot.py:357:12 Unused blanket `type: ignore` directive
arviz possibly-unresolved-reference arviz/plots/tsplot.py:370:31 Name `skip_holdout_dims` used when possibly not defined
arviz possibly-unresolved-reference arviz/plots/tsplot.py:379:31 Name `skip_holdout_dims` used when possibly not defined
arviz possibly-missing-attribute arviz/plots/tsplot.py:388:31 Attribute `dims` may be missing on object of type `Unknown | None`
arviz unused-ignore-comment arviz/plots/tsplot.py:399:12 Unused blanket `type: ignore` directive
arviz unused-ignore-comment arviz/plots/tsplot.py:402:12 Unused blanket `type: ignore` directive
arviz unused-ignore-comment arviz/plots/tsplot.py:405:12 Unused blanket `type: ignore` directive
arviz unresolved-import arviz/preview.py:10:10 Cannot resolve imported module `arviz_base`
arviz unresolved-import arviz/preview.py:11:12 Cannot resolve imported module `arviz_base`
arviz unresolved-import arviz/preview.py:25:10 Cannot resolve imported module `arviz_stats`
arviz unresolved-import arviz/preview.py:29:12 Cannot resolve imported module `arviz_base`
arviz unresolved-import arviz/preview.py:30:12 Cannot resolve imported module `arviz_stats`
arviz unresolved-import arviz/preview.py:43:10 Cannot resolve imported module `arviz_plots`
arviz unresolved-import arviz/preview.py:44:12 Cannot resolve imported module `arviz_plots`
arviz unresolved-import arviz/rcparams.py:160:14 Cannot resolve imported module `bokeh.core.enums`
arviz possibly-unresolved-reference arviz/rcparams.py:308:71 Name `get_args` used when possibly not defined
arviz possibly-unresolved-reference arviz/rcparams.py:314:73 Name `get_args` used when possibly not defined
arviz no-matching-overload arviz/rcparams.py:421:16 No overload of bound method `join` matches arguments
arviz possibly-unresolved-reference arviz/sel_utils.py:56:12 Name `base` used when possibly not defined
arviz not-iterable arviz/sel_utils.py:112:21 Object of type `Unknown | None | list[Unknown]` may not be iterable
arviz possibly-unresolved-reference arviz/stats/density_utils.py:60:20 Name `x_min` used when possibly not defined
arviz possibly-unresolved-reference arviz/stats/density_utils.py:61:20 Name `x_max` used when possibly not defined
arviz unknown-argument arviz/stats/diagnostics.py:201:27 Argument `prob` does not match any known parameter
arviz missing-argument arviz/stats/diagnostics.py:204:20 No argument provided for required parameter `prob`
arviz unknown-argument arviz/stats/diagnostics.py:423:40 Argument `prob` does not match any known parameter
arviz missing-argument arviz/stats/diagnostics.py:425:20 No argument provided for required parameter `prob`
arviz possibly-missing-attribute arviz/stats/diagnostics.py:547:8 Submodule `version` may not be available as an attribute on module `packaging`
arviz possibly-missing-attribute arviz/stats/diagnostics.py:547:53 Submodule `version` may not be available as an attribute on module `packaging`
arviz unresolved-import arviz/stats/ecdf_utils.py:12:10 Cannot resolve imported module `numba`
arviz invalid-return-type arviz/stats/ecdf_utils.py:83:12 Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[Any]], ndarray[tuple[Any, ...], dtype[Any]]]`, found `tuple[int | float | Unknown, int | float | Unknown]`
arviz invalid-return-type arviz/stats/ecdf_utils.py:324:12 Return type does not match returned value: expected `int | float`, found `floating[Any]`
arviz unresolved-import arviz/stats/stats.py:11:6 Cannot resolve imported module `xarray_einstats`
arviz no-matching-overload arviz/stats/stats.py:239:27 No overload of function `minimize` matches arguments
arviz possibly-unresolved-reference arviz/stats/stats.py:268:15 Name `weights` used when possibly not defined
arviz possibly-unresolved-reference arviz/stats/stats.py:278:23 Name `ses` used when possibly not defined
arviz possibly-unresolved-reference arviz/stats/stats.py:279:22 Name `weights` used when possibly not defined
arviz possibly-unresolved-reference arviz/stats/stats.py:616:29 Name `mean` used when possibly not defined
arviz possibly-unresolved-reference arviz/stats/stats.py:617:29 Name `mean` used when possibly not defined
arviz possibly-unresolved-reference arviz/stats/stats.py:1499:24 Name `diagnostics` used when possibly not defined
arviz possibly-unresolved-reference arviz/stats/stats.py:1500:29 Name `diagnostics_names` used when possibly not defined
arviz possibly-unresolved-reference arviz/stats/stats.py:1506:14 Name `circ_mean` used when possibly not defined
arviz possibly-unresolved-reference arviz/stats/stats.py:1506:25 Name `circ_sd` used when possibly not defined
arviz possibly-unresolved-reference arviz/stats/stats.py:1506:34 Name `circ_hdi_lower` used when possibly not defined
arviz possibly-unresolved-reference arviz/stats/stats.py:1506:50 Name `circ_hdi_higher` used when possibly not defined
arviz possibly-unresolved-reference arviz/stats/stats.py:1506:67 Name `circ_mcse` used when possibly not defined
arviz invalid-argument-type arviz/stats/stats.py:1521:64 Argument to bound method `__init__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 4 union elements`, found `list[str]`
arviz possibly-missing-attribute arviz/stats/stats.py:1814:12 Attribute `shape` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/stats/stats.py:1814:32 Attribute `shape` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/stats/stats.py:1816:75 Attribute `shape` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/stats/stats.py:1817:26 Attribute `shape` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/stats/stats.py:1820:8 Attribute `shape` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/stats/stats.py:1820:19 Attribute `shape` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/stats/stats.py:1822:29 Attribute `shape` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/stats/stats.py:1823:28 Attribute `shape` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/stats/stats.py:1826:8 Attribute `shape` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/stats/stats.py:1826:23 Attribute `shape` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/stats/stats.py:1829:16 Attribute `shape` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/stats/stats.py:1829:35 Attribute `shape` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/stats/stats.py:1839:8 Attribute `dtype` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute arviz/stats/stats.py:1839:31 Attribute `dtype` may be missing on object of type `Unknown | None`
arviz invalid-argument-type arviz/stats/stats.py:2017:41 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | tuple[()]`
arviz no-matching-overload arviz/stats/stats.py:2026:30 No overload matches arguments
arviz possibly-unresolved-reference arviz/stats/stats.py:2416:13 Name `prior_at_ref_val` used when possibly not defined
arviz possibly-unresolved-reference arviz/stats/stats.py:2416:32 Name `posterior_at_ref_val` used when possibly not defined
arviz possibly-unresolved-reference arviz/stats/stats.py:2420:31 Name `prior_at_ref_val` used when possibly not defined
arviz possibly-unresolved-reference arviz/stats/stats.py:2420:62 Name `posterior_at_ref_val` used when possibly not defined
arviz possibly-unresolved-reference arviz/stats/stats_refitting.py:96:54 Name `scale_value` used when possibly not defined
arviz possibly-unresolved-reference arviz/stats/stats_refitting.py:110:28 Name `scale_value` used when possibly not defined
arviz possibly-unresolved-reference arviz/stats/stats_refitting.py:115:66 Name `scale_value` used when possibly not defined
arviz override-of-final-method arviz/stats/stats_utils.py:506:9 Cannot override final member `copy` from superclass `NDFrame`
arviz possibly-missing-attribute arviz/tests/base_tests/test_data.py:55:21 Submodule `util` may not be available as an attribute on module `importlib`
arviz possibly-unresolved-reference arviz/tests/base_tests/test_data.py:285:47 Name `original_idata1_posterior_id` used when possibly not defined
arviz possibly-unresolved-reference arviz/tests/base_tests/test_data.py:336:33 Name `original_idata1_id` used when possibly not defined
arviz no-matching-overload arviz/tests/base_tests/test_data.py:352:13 No overload of function `concat` matches arguments
arviz invalid-argument-type arviz/tests/base_tests/test_data.py:374:16 Argument to function `concat` is incorrect: Expected `Iterable[InferenceData]`, found `Literal["hello"]`
arviz invalid-argument-type arviz/tests/base_tests/test_data.py:379:23 Argument to function `concat` is incorrect: Expected `str | None`, found `ndarray[tuple[Any, ...], dtype[Any]]`
arviz no-matching-overload arviz/tests/base_tests/test_data.py:381:9 No overload of function `concat` matches arguments
arviz no-matching-overload arviz/tests/base_tests/test_data.py:383:9 No overload of function `concat` matches arguments
arviz no-matching-overload arviz/tests/base_tests/test_data.py:385:9 No overload of function `concat` matches arguments
arviz no-matching-overload arviz/tests/base_tests/test_data.py:387:9 No overload of function `concat` matches arguments
arviz no-matching-overload arviz/tests/base_tests/test_data.py:389:9 No overload of function `concat` matches arguments
arviz invalid-argument-type arviz/tests/base_tests/test_data.py:402:48 Argument to function `check_multiple_attrs` is incorrect: Expected `InferenceData`, found `InferenceData | None`
arviz invalid-argument-type arviz/tests/base_tests/test_data.py:404:48 Argument to function `check_multiple_attrs` is incorrect: Expected `InferenceData`, found `InferenceData | None`
arviz invalid-argument-type arviz/tests/base_tests/test_data.py:538:38 Argument to function `check_multiple_attrs` is incorrect: Expected `dict[str, list[str]]`, found `dict[Unknown | str, Unknown | tuple[str, str] | list[Unknown | str]]`
arviz invalid-argument-type arviz/tests/base_tests/test_data.py:554:38 Argument to function `check_multiple_attrs` is incorrect: Expected `dict[str, list[str]]`, found `dict[Unknown | str, Unknown | tuple[str, str] | list[Unknown | str]]`
arviz invalid-argument-type arviz/tests/base_tests/test_data.py:594:17 Argument to bound method `_group_names` is incorrect: Expected `str | list[str] | None`, found `tuple[Literal["posterior"]]`
arviz invalid-argument-type arviz/tests/base_tests/test_data.py:594:33 Argument to bound method `_group_names` is incorrect: Expected `Literal["like", "regex"] | None`, found `Literal["foo"]`
arviz invalid-argument-type arviz/tests/base_tests/test_data.py:1174:23 Argument to bound method `__init__` is incorrect: Expected `Dataset | list[Dataset] | tuple[Dataset, Dataset]`, found `list[Dataset | int]`
arviz unresolved-import arviz/tests/base_tests/test_data.py:1426:24 Cannot resolve imported module `h5netcdf`
arviz unresolved-import arviz/tests/base_tests/test_data.py:1431:24 Cannot resolve imported module `netCDF4`
arviz unresolved-attribute arviz/tests/base_tests/test_diagnostics.py:161:57 Object of type `InferenceData` has no attribute `posterior`
arviz possibly-missing-attribute arviz/tests/base_tests/test_diagnostics.py:495:14 Submodule `version` may not be available as an attribute on module `packaging`
arviz possibly-missing-attribute arviz/tests/base_tests/test_diagnostics.py:495:59 Submodule `version` may not be available as an attribute on module `packaging`
arviz possibly-missing-attribute arviz/tests/base_tests/test_plot_utils.py:26:19 Submodule `util` may not be available as an attribute on module `importlib`
arviz unresolved-import arviz/tests/base_tests/test_plot_utils.py:316:12 Cannot resolve imported module `bokeh.plotting`
arviz possibly-unresolved-reference arviz/tests/base_tests/test_plots_bokeh.py:724:47 Name `y` used when possibly not defined
arviz unresolved-import arviz/tests/base_tests/test_plots_matplotlib.py:8:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import arviz/tests/base_tests/test_plots_matplotlib.py:12:6 Cannot resolve imported module `matplotlib`
arviz invalid-argument-type arviz/tests/base_tests/test_plots_matplotlib.py:320:41 Argument to function `plot_trace` is incorrect: Expected `Sequence[str] | None`, found `Unknown | tuple[str, tuple[str, str]]`
arviz invalid-argument-type arviz/tests/base_tests/test_plots_matplotlib.py:320:41 Argument to function `plot_trace` is incorrect: Expected `str | None`, found `Unknown | tuple[str, tuple[str, str]]`
arviz invalid-argument-type arviz/tests/base_tests/test_plots_matplotlib.py:320:41 Argument to function `plot_trace` is incorrect: Expected `((...) -> Unknown) | None`, found `Unknown | tuple[str, tuple[str, str]]`
arviz invalid-argument-type arviz/tests/base_tests/test_plots_matplotlib.py:320:41 Argument to function `plot_trace` is incorrect: Expected `dict[str, list[Any]] | None`, found `Unknown | tuple[str, tuple[str, str]]`
arviz invalid-argument-type arviz/tests/base_tests/test_plots_matplotlib.py:320:41 Argument to function `plot_trace` is incorrect: Expected `str | None`, found `Unknown | tuple[str, tuple[str, str]]`
arviz invalid-argument-type arviz/tests/base_tests/test_plots_matplotlib.py:320:41 Argument to function `plot_trace` is incorrect: Expected `str | None`, found `Unknown | tuple[str, tuple[str, str]]`
arviz invalid-argument-type arviz/tests/base_tests/test_plots_matplotlib.py:320:41 Argument to function `plot_trace` is incorrect: Expected `tuple[int | float, int | float] | None`, found `Unknown | tuple[str, tuple[str, str]]`
arviz invalid-argument-type arviz/tests/base_tests/test_plots_matplotlib.py:320:41 Argument to function `plot_trace` is incorrect: Expected `bool`, found `Unknown | tuple[str, tuple[str, str]]`
arviz invalid-argument-type arviz/tests/base_tests/test_plots_matplotlib.py:320:41 Argument to function `plot_trace` is incorrect: Expected `list[tuple[str, dict[str, list[Any]], Any]] | None`, found `Unknown | tuple[str, tuple[str, str]]`
arviz invalid-argument-type arviz/tests/base_tests/test_plots_matplotlib.py:320:41 Argument to function `plot_trace` is incorrect: Expected `list[str] | None`, found `Unknown | tuple[str, tuple[str, str]]`
arviz invalid-argument-type arviz/tests/base_tests/test_plots_matplotlib.py:320:41 Argument to function `plot_trace` is incorrect: Expected `str`, found `Unknown | tuple[str, tuple[str, str]]`
arviz invalid-argument-type arviz/tests/base_tests/test_plots_matplotlib.py:320:41 Argument to function `plot_trace` is incorrect: Expected `bool`, found `Unknown | tuple[str, tuple[str, str]]`
arviz invalid-argument-type arviz/tests/base_tests/test_plots_matplotlib.py:320:41 Argument to function `plot_trace` is incorrect: Expected `str | Mapping[str, Any] | None`, found `Unknown | tuple[str, tuple[str, str]]`
arviz invalid-argument-type arviz/tests/base_tests/test_plots_matplotlib.py:320:41 Argument to function `plot_trace` is incorrect: Expected `bool`, found `Unknown | tuple[str, tuple[str, str]]`
arviz invalid-argument-type arviz/tests/base_tests/test_plots_matplotlib.py:320:41 Argument to function `plot_trace` is incorrect: Expected `str | Mapping[str, Any] | None`, found `Unknown | tuple[str, tuple[str, str]]`
arviz invalid-argument-type arviz/tests/base_tests/test_plots_matplotlib.py:320:41 Argument to function `plot_trace` is incorrect: Expected `bool`, found `Unknown | tuple[str, tuple[str, str]]`
arviz invalid-argument-type arviz/tests/base_tests/test_plots_matplotlib.py:320:41 Argument to function `plot_trace` is incorrect: Expected `dict[str, Any] | None`, found `Unknown | tuple[str, tuple[str, str]]`
arviz invalid-argument-type arviz/tests/base_tests/test_plots_matplotlib.py:320:41 Argument to function `plot_trace` is incorrect: Expected `dict[str, Any] | None`, found `Unknown | tuple[str, tuple[str, str]]`
arviz invalid-argument-type arviz/tests/base_tests/test_plots_matplotlib.py:320:41 Argument to function `plot_trace` is incorrect: Expected `dict[str, Any] | None`, found `Unknown | tuple[str, tuple[str, str]]`
arviz invalid-argument-type arviz/tests/base_tests/test_plots_matplotlib.py:320:41 Argument to function `plot_trace` is incorrect: Expected `dict[str, Any] | None`, found `Unknown | tuple[str, tuple[str, str]]`
arviz invalid-argument-type arviz/tests/base_tests/test_plots_matplotlib.py:320:41 Argument to function `plot_trace` is incorrect: Expected `dict[str, Any] | None`, found `Unknown | tuple[str, tuple[str, str]]`
arviz invalid-argument-type arviz/tests/base_tests/test_plots_matplotlib.py:320:41 Argument to function `plot_trace` is incorrect: Expected `dict[str, Any] | None`, found `Unknown | tuple[str, tuple[str, str]]`
arviz invalid-argument-type arviz/tests/base_tests/test_plots_matplotlib.py:320:41 Argument to function `plot_trace` is incorrect: Expected `str | None`, found `Unknown | tuple[str, tuple[str, str]]`
arviz invalid-argument-type arviz/tests/base_tests/test_plots_matplotlib.py:320:41 Argument to function `plot_trace` is incorrect: Expected `dict[str, Any] | None`, found `Unknown | tuple[str, tuple[str, str]]`
arviz invalid-argument-type arviz/tests/base_tests/test_plots_matplotlib.py:320:41 Argument to function `plot_trace` is incorrect: Expected `dict[str, Any] | None`, found `Unknown | tuple[str, tuple[str, str]]`
arviz invalid-argument-type arviz/tests/base_tests/test_plots_matplotlib.py:320:41 Argument to function `plot_trace` is incorrect: Expected `bool | None`, found `Unknown | tuple[str, tuple[str, str]]`
arviz unresolved-import arviz/tests/base_tests/test_stats.py:15:6 Cannot resolve imported module `xarray_einstats.stats`
arviz invalid-argument-type arviz/tests/base_tests/test_stats.py:191:29 Argument to function `compare` is incorrect: Expected `Literal["loo", "waic"] | None`, found `Literal["Unknown"]`
arviz invalid-argument-type arviz/tests/base_tests/test_stats.py:193:39 Argument to function `compare` is incorrect: Expected `Literal["stacking", "BB-pseudo-BMA", "pseudo-BMA"]`, found `Literal["Unknown"]`
arviz invalid-argument-type arviz/tests/base_tests/test_stats.py:397:12 Method `__getitem__` of type `bound method _LocIndexer[Dataset].__getitem__(key: Mapping[Any, Any]) -> Dataset` cannot be called with key of type `Literal["theta[Deerfield]"]` on object of type `_LocIndexer[Dataset]`
arviz invalid-argument-type arviz/tests/base_tests/test_stats.py:399:9 Method `__getitem__` of type `bound method _LocIndexer[Dataset].__getitem__(key: Mapping[Any, Any]) -> Dataset` cannot be called with key of type `list[Unknown]` on object of type `_LocIndexer[Dataset]`
arviz invalid-argument-type arviz/tests/base_tests/test_stats.py:410:15 Method `__getitem__` of type `bound method _LocIndexer[Dataset].__getitem__(key: Mapping[Any, Any]) -> Dataset` cannot be called with key of type `Literal["theta[Deerfield]"]` on object of type `_LocIndexer[Dataset]`
arviz invalid-argument-type arviz/tests/base_tests/test_stats.py:918:39 Argument to function `compare` is incorrect: Expected `Literal["stacking", "BB-pseudo-BMA", "pseudo-BMA"]`, found `Literal["bb-pseudo-bma"]`
arviz invalid-argument-type arviz/tests/base_tests/test_stats.py:919:39 Argument to function `compare` is incorrect: Expected `Literal["stacking", "BB-pseudo-BMA", "pseudo-BMA"]`, found `Literal["bb-pseudo-bma"]`
arviz unresolved-import arviz/tests/base_tests/test_stats_ecdf_utils.py:14:12 Cannot resolve imported module `numba`
arviz no-matching-overload arviz/tests/base_tests/test_stats_ecdf_utils.py:82:19 No overload of function `linspace` matches arguments
arviz no-matching-overload arviz/tests/base_tests/test_stats_ecdf_utils.py:128:19 No overload of function `linspace` matches arguments
arviz possibly-missing-attribute arviz/tests/base_tests/test_stats_utils.py:188:16 Attribute `all` may be missing on object of type `bool | Any`
arviz unresolved-import arviz/tests/base_tests/test_utils_numba.py:21:12 Cannot resolve imported module `numba`
arviz possibly-missing-attribute arviz/tests/base_tests/test_utils_numba.py:54:13 Submodule `util` may not be available as an attribute on module `importlib`
arviz unresolved-import arviz/tests/external_tests/test_data_cmdstanpy.py:32:12 Cannot resolve imported module `cmdstanpy`
arviz unresolved-import arviz/tests/external_tests/test_data_emcee.py:83:14 Cannot resolve imported module `emcee`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:179:16 Cannot resolve imported module `numpyro`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:180:16 Cannot resolve imported module `numpyro.distributions`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:181:14 Cannot resolve imported module `numpyro.infer`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:211:16 Cannot resolve imported module `numpyro`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:212:16 Cannot resolve imported module `numpyro.distributions`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:213:14 Cannot resolve imported module `numpyro.infer`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:258:16 Cannot resolve imported module `numpyro`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:259:16 Cannot resolve imported module `numpyro.distributions`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:260:14 Cannot resolve imported module `numpyro.infer`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:282:16 Cannot resolve imported module `numpyro`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:283:16 Cannot resolve imported module `numpyro.distributions`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:284:14 Cannot resolve imported module `numpyro.infer`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:296:16 Cannot resolve imported module `numpyro`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:297:16 Cannot resolve imported module `numpyro.distributions`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:298:14 Cannot resolve imported module `numpyro.infer`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:314:16 Cannot resolve imported module `numpyro`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:315:16 Cannot resolve imported module `numpyro.distributions`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:316:14 Cannot resolve imported module `numpyro.infer`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:336:16 Cannot resolve imported module `numpyro`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:337:16 Cannot resolve imported module `numpyro.distributions`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:338:14 Cannot resolve imported module `numpyro.infer`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:350:16 Cannot resolve imported module `numpyro`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:351:16 Cannot resolve imported module `numpyro.distributions`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:352:14 Cannot resolve imported module `numpyro.infer`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:367:16 Cannot resolve imported module `numpyro`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:368:16 Cannot resolve imported module `numpyro.distributions`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:369:14 Cannot resolve imported module `numpyro.infer`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:370:16 Cannot resolve imported module `jax.numpy`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:388:16 Cannot resolve imported module `numpyro`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:389:16 Cannot resolve imported module `numpyro.distributions`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:390:14 Cannot resolve imported module `numpyro.infer`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:415:16 Cannot resolve imported module `numpyro`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:416:16 Cannot resolve imported module `numpyro.distributions`
arviz unresolved-import arviz/tests/external_tests/test_data_numpyro.py:417:14 Cannot resolve imported module `numpyro.infer`
arviz possibly-missing-attribute arviz/tests/external_tests/test_data_pyro.py:92:9 Submodule `version` may not be available as an attribute on module `packaging`
arviz possibly-missing-attribute arviz/tests/external_tests/test_data_pyro.py:92:53 Submodule `version` may not be available as an attribute on module `packaging`
arviz possibly-missing-attribute arviz/tests/external_tests/test_data_pyro.py:158:9 Submodule `version` may not be available as an attribute on module `packaging`
arviz possibly-missing-attribute arviz/tests/external_tests/test_data_pyro.py:158:53 Submodule `version` may not be available as an attribute on module `packaging`
arviz possibly-missing-attribute arviz/tests/external_tests/test_data_pystan.py:23:21 Submodule `util` may not be available as an attribute on module `importlib`
arviz possibly-missing-attribute arviz/tests/external_tests/test_data_pystan.py:24:5 Submodule `util` may not be available as an attribute on module `importlib`
arviz unresolved-import arviz/tests/external_tests/test_data_pystan.py:254:18 Cannot resolve imported module `pystan`
arviz unresolved-import arviz/tests/external_tests/test_data_pystan.py:259:20 Cannot resolve imported module `stan`
arviz unresolved-import arviz/tests/helpers.py:12:8 Cannot resolve imported module `cloudpickle`
arviz invalid-argument-type arviz/tests/helpers.py:81:49 Argument to bound method `randn` is incorrect: Expected `int`, found `Unknown | int | ndarray[tuple[Any, ...], dtype[Any]]`
arviz invalid-argument-type arviz/tests/helpers.py:82:51 Argument to bound method `randn` is incorrect: Expected `int`, found `Unknown | int | ndarray[tuple[Any, ...], dtype[Any]]`
arviz invalid-argument-type arviz/tests/helpers.py:84:71 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | int | ndarray[tuple[Any, ...], dtype[Any]]`
arviz invalid-argument-type arviz/tests/helpers.py:91:47 Argument to bound method `randn` is incorrect: Expected `int`, found `Unknown | int | ndarray[tuple[Any, ...], dtype[Any]]`
arviz invalid-argument-type arviz/tests/helpers.py:96:49 Argument to bound method `randn` is incorrect: Expected `int`, found `Unknown | int | ndarray[tuple[Any, ...], dtype[Any]]`
arviz invalid-argument-type arviz/tests/helpers.py:97:51 Argument to bound method `randn` is incorrect: Expected `int`, found `Unknown | int | ndarray[tuple[Any, ...], dtype[Any]]`
arviz invalid-argument-type arviz/tests/helpers.py:99:67 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | int | ndarray[tuple[Any, ...], dtype[Any]]`
arviz invalid-argument-type arviz/tests/helpers.py:203:9 Argument to function `from_dict` is incorrect: Expected `int | None`, found `dict[Unknown | str, Unknown | ndarray[tuple[Any, ...], dtype[float64]]] | Unknown`
arviz unresolved-import arviz/tests/helpers.py:311:12 Cannot resolve imported module `emcee`
arviz unresolved-import arviz/tests/helpers.py:346:12 Cannot resolve imported module `emcee`
arviz unresolved-import arviz/tests/helpers.py:378:12 Cannot resolve imported module `pyro`
arviz unresolved-import arviz/tests/helpers.py:379:12 Cannot resolve imported module `pyro.distributions`
arviz unresolved-import arviz/tests/helpers.py:391:12 Cannot resolve imported module `torch`
arviz unresolved-import arviz/tests/helpers.py:392:10 Cannot resolve imported module `pyro.infer`
arviz unresolved-import arviz/tests/helpers.py:409:12 Cannot resolve imported module `numpyro`
arviz unresolved-import arviz/tests/helpers.py:410:12 Cannot resolve imported module `numpyro.distributions`
arviz unresolved-import arviz/tests/helpers.py:422:10 Cannot resolve imported module `jax.random`
arviz unresolved-import arviz/tests/helpers.py:423:10 Cannot resolve imported module `numpyro.infer`
arviz unresolved-import arviz/tests/helpers.py:482:16 Cannot resolve imported module `pystan`
arviz unresolved-import arviz/tests/helpers.py:494:16 Cannot resolve imported module `stan`
arviz unresolved-import arviz/tests/helpers.py:504:12 Cannot resolve imported module `beanmachine.ppl`
arviz unresolved-import arviz/tests/helpers.py:505:12 Cannot resolve imported module `torch`
arviz unresolved-import arviz/tests/helpers.py:506:12 Cannot resolve imported module `torch.distributions`
arviz unresolved-import arviz/tests/helpers.py:619:16 Cannot resolve imported module `pystan`
arviz unresolved-import arviz/tests/helpers.py:624:20 Cannot resolve imported module `stan`
arviz unresolved-import arviz/utils.py:10:8 Cannot resolve imported module `matplotlib.pyplot`
arviz invalid-argument-type arviz/utils.py:171:34 Argument to function `update_wrapper` is incorrect: Expected `(...) -> Unknown`, found `Self@__init__`
arviz unresolved-import arviz/utils.py:248:18 Cannot resolve imported module `IPython`
arviz possibly-missing-attribute arviz/utils.py:325:13 Submodule `util` may not be available as an attribute on module `importlib`
arviz not-iterable arviz/wrappers/base.py:176:70 Object of type `Unknown | None` may not be iterable
arviz unresolved-import arviz/wrappers/wrap_pymc.py:22:16 Cannot resolve imported module `pymc`
arviz unresolved-import arviz/wrappers/wrap_stan.py:105:16 Cannot resolve imported module `stan`
arviz unresolved-import arviz/wrappers/wrap_stan.py:144:14 Cannot resolve imported module `cmdstanpy`
arviz unresolved-import doc/source/getting_started/ConversionGuideEmcee.ipynb:cell 4:3:8 Cannot resolve imported module `emcee`
arviz invalid-argument-type doc/source/getting_started/ConversionGuideEmcee.ipynb:cell 20:1:44 Argument to function `plot_trace` is incorrect: Expected `dict[str, list[Any]] | None`, found `dict[str, list[Any] | int]`
arviz unresolved-import doc/source/getting_started/CreatingInferenceData.ipynb:cell 14:1:8 Cannot resolve imported module `pymc`
arviz unresolved-import doc/source/getting_started/CreatingInferenceData.ipynb:cell 17:1:8 Cannot resolve imported module `pystan`
arviz unresolved-import doc/source/getting_started/CreatingInferenceData.ipynb:cell 19:1:8 Cannot resolve imported module `pyro`
arviz unresolved-import doc/source/getting_started/CreatingInferenceData.ipynb:cell 19:2:8 Cannot resolve imported module `pyro.distributions`
arviz unresolved-import doc/source/getting_started/CreatingInferenceData.ipynb:cell 19:3:8 Cannot resolve imported module `torch`
arviz unresolved-import doc/source/getting_started/CreatingInferenceData.ipynb:cell 19:4:6 Cannot resolve imported module `pyro.infer`
arviz unresolved-import doc/source/getting_started/CreatingInferenceData.ipynb:cell 23:1:6 Cannot resolve imported module `cmdstanpy`
arviz unresolved-import doc/source/getting_started/CreatingInferenceData.ipynb:cell 29:1:8 Cannot resolve imported module `pystan`
arviz invalid-argument-type doc/source/getting_started/CreatingInferenceData.ipynb:cell 31:21:5 Argument to function `from_cmdstan` is incorrect: Expected `dict[str, list[Any]] | None`, found `dict[str, list[Any] | ndarray[tuple[int], dtype[Any]]]`
arviz unresolved-import doc/source/getting_started/CreatingInferenceData.ipynb:cell 33:1:8 Cannot resolve imported module `numpyro`
arviz unresolved-import doc/source/getting_started/CreatingInferenceData.ipynb:cell 33:2:8 Cannot resolve imported module `numpyro.distributions`
arviz unresolved-import doc/source/getting_started/CreatingInferenceData.ipynb:cell 33:4:6 Cannot resolve imported module `jax.random`
arviz unresolved-import doc/source/getting_started/CreatingInferenceData.ipynb:cell 33:5:6 Cannot resolve imported module `numpyro.distributions.transforms`
arviz unresolved-import doc/source/getting_started/CreatingInferenceData.ipynb:cell 33:6:6 Cannot resolve imported module `numpyro.infer`
arviz unresolved-import doc/source/getting_started/CreatingInferenceData.ipynb:cell 36:1:8 Cannot resolve imported module `pyjags`
arviz unresolved-import doc/source/getting_started/Introduction.ipynb:cell 15:1:8 Cannot resolve imported module `pymc`
arviz unresolved-import doc/source/getting_started/Introduction.ipynb:cell 22:1:6 Cannot resolve imported module `cmdstanpy`
arviz no-matching-overload doc/source/getting_started/WorkingWithInferenceData.ipynb:cell 49:1:18 No overload of function `concat` matches arguments
arviz unresolved-import doc/source/schema/PyMC3_schema_example.ipynb:cell 2:2:8 Cannot resolve imported module `pymc3`
arviz unresolved-attribute doc/source/schema/PyMC3_schema_example.ipynb:cell 5:26:19 Module `arviz` has no member `from_pymc3`
arviz unresolved-attribute doc/source/schema/PyMC3_schema_example.ipynb:cell 6:9:5 Module `arviz` has no member `from_pymc3_predictions`
arviz unresolved-import doc/source/schema/PyStan_schema_example.ipynb:cell 2:2:8 Cannot resolve imported module `pystan`
arviz unresolved-import doc/source/user_guide/Dask.ipynb:cell 3:4:8 Cannot resolve imported module `dask`
arviz unresolved-import doc/source/user_guide/Dask.ipynb:cell 4:2:6 Cannot resolve imported module `dask.distributed`
arviz unresolved-import doc/source/user_guide/Dask.ipynb:cell 4:3:6 Cannot resolve imported module `dask.diagnostics`
arviz unresolved-import doc/source/user_guide/Dask.ipynb:cell 4:5:6 Cannot resolve imported module `bokeh.resources`
arviz unresolved-import doc/source/user_guide/Dask.ipynb:cell 4:6:8 Cannot resolve imported module `bokeh.io`
arviz unresolved-reference doc/source/user_guide/Dask.ipynb:cell 12:2:1 Name `data` used when not defined
arviz unresolved-reference doc/source/user_guide/Dask.ipynb:cell 13:1:22 Name `data` used when not defined
arviz unresolved-reference doc/source/user_guide/Dask.ipynb:cell 15:1:5 Name `data` used when not defined
arviz unresolved-reference doc/source/user_guide/Dask.ipynb:cell 20:2:1 Name `daskdata` used when not defined
arviz unresolved-reference doc/source/user_guide/Dask.ipynb:cell 21:1:1 Name `daskdata` used when not defined
arviz unresolved-reference doc/source/user_guide/Dask.ipynb:cell 23:1:18 Name `daskdata` used when not defined
arviz unresolved-reference doc/source/user_guide/Dask.ipynb:cell 23:3:1 Name `idata_dask` used when not defined
arviz unresolved-reference doc/source/user_guide/Dask.ipynb:cell 27:2:18 Name `npdata` used when not defined
arviz unresolved-reference doc/source/user_guide/Dask.ipynb:cell 34:1:1 Name `ess` used when not defined
arviz unresolved-attribute doc/source/user_guide/migration_guide.ipynb:cell 7:1:1 Module `arviz.preview` has no member `rcParams`
arviz unresolved-attribute doc/source/user_guide/migration_guide.ipynb:cell 10:1:1 Module `arviz.preview` has no member `convert_to_datatree`
arviz unresolved-attribute doc/source/user_guide/migration_guide.ipynb:cell 16:3:1 Module `arviz.preview` has no member `rcParams`
arviz unresolved-attribute doc/source/user_guide/migration_guide.ipynb:cell 17:1:6 Module `arviz.preview` has no member `from_dict`
arviz unresolved-attribute doc/source/user_guide/migration_guide.ipynb:cell 18:2:1 Module `arviz.preview` has no member `plot_dist`
arviz unresolved-attribute doc/source/user_guide/migration_guide.ipynb:cell 20:2:1 Module `arviz.preview` has no member `rcParams`
arviz unresolved-attribute doc/source/user_guide/migration_guide.ipynb:cell 20:3:6 Module `arviz.preview` has no member `load_arviz_data`
arviz unresolved-attribute doc/source/user_guide/migration_guide.ipynb:cell 20:4:1 Module `arviz.preview` has no member `dataset_to_dataframe`
arviz unresolved-attribute doc/source/user_guide/migration_guide.ipynb:cell 22:1:6 Module `arviz.preview` has no member `load_arviz_data`
arviz unresolved-attribute doc/source/user_guide/migration_guide.ipynb:cell 22:2:1 Module `arviz.preview` has no member `ess`
arviz unresolved-attribute doc/source/user_guide/migration_guide.ipynb:cell 24:2:5 Module `arviz.preview` has no member `ess`
arviz unresolved-attribute doc/source/user_guide/migration_guide.ipynb:cell 26:1:1 Module `arviz.preview` has no member `ess`
arviz unresolved-attribute doc/source/user_guide/migration_guide.ipynb:cell 34:1:6 Module `arviz.preview` has no member `load_arviz_data`
arviz unresolved-attribute doc/source/user_guide/migration_guide.ipynb:cell 34:2:1 Module `arviz.preview` has no member `rcParams`
arviz unresolved-attribute doc/source/user_guide/migration_guide.ipynb:cell 35:1:1 Module `arviz.preview` has no member `rcParams`
arviz unresolved-attribute doc/source/user_guide/migration_guide.ipynb:cell 36:1:1 Module `arviz.preview` has no member `rcParams`
arviz unresolved-attribute doc/source/user_guide/migration_guide.ipynb:cell 39:1:1 Module `arviz.preview` has no member `style`
arviz unresolved-attribute doc/source/user_guide/migration_guide.ipynb:cell 39:2:6 Module `arviz.preview` has no member `load_arviz_data`
arviz unresolved-attribute doc/source/user_guide/migration_guide.ipynb:cell 39:3:1 Module `arviz.preview` has no member `plot_rank`
arviz unresolved-import doc/source/user_guide/migration_guide.ipynb:cell 40:1:8 Cannot resolve imported module `plotly.io`
arviz unresolved-attribute doc/source/user_guide/migration_guide.ipynb:cell 40:3:6 Module `arviz.preview` has no member `plot_rank`
arviz unresolved-attribute doc/source/user_guide/migration_guide.ipynb:cell 44:1:1 Module `arviz.preview` has no member `combine_plots`
arviz unresolved-attribute doc/source/user_guide/migration_guide.ipynb:cell 44:4:10 Module `arviz.preview` has no member `plot_dist`
arviz unresolved-attribute doc/source/user_guide/migration_guide.ipynb:cell 44:5:10 Module `arviz.preview` has no member `plot_rank`
arviz unresolved-attribute doc/source/user_guide/migration_guide.ipynb:cell 44:6:10 Module `arviz.preview` has no member `plot_ess_evolution`
arviz unresolved-import doc/source/user_guide/numpyro_refitting.ipynb:cell 3:2:8 Cannot resolve imported module `numpyro`
arviz unresolved-import doc/source/user_guide/numpyro_refitting.ipynb:cell 3:3:8 Cannot resolve imported module `numpyro.distributions`
arviz unresolved-import doc/source/user_guide/numpyro_refitting.ipynb:cell 3:4:8 Cannot resolve imported module `jax.random`
arviz unresolved-import doc/source/user_guide/numpyro_refitting.ipynb:cell 3:5:6 Cannot resolve imported module `numpyro.infer`
arviz unresolved-import doc/source/user_guide/numpyro_refitting.ipynb:cell 3:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz possibly-unresolved-reference doc/source/user_guide/numpyro_refitting.ipynb:cell 14:22:41 Name `obs_name` used when possibly not defined
arviz invalid-method-override doc/source/user_guide/numpyro_refitting.ipynb:cell 14:30:9 Invalid override of method `get_inference_data`: Definition is incompatible with `SamplingWrapper.get_inference_data`
arviz possibly-missing-attribute doc/source/user_guide/numpyro_refitting.ipynb:cell 14:38:17 Attribute `constant_data` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute doc/source/user_guide/numpyro_refitting.ipynb:cell 14:39:17 Attribute `observed_data` may be missing on object of type `Unknown | None`
arviz unresolved-import doc/source/user_guide/numpyro_refitting_xr_lik.ipynb:cell 3:2:8 Cannot resolve imported module `numpyro`
arviz unresolved-import doc/source/user_guide/numpyro_refitting_xr_lik.ipynb:cell 3:3:8 Cannot resolve imported module `numpyro.distributions`
arviz unresolved-import doc/source/user_guide/numpyro_refitting_xr_lik.ipynb:cell 3:4:8 Cannot resolve imported module `jax.random`
arviz unresolved-import doc/source/user_guide/numpyro_refitting_xr_lik.ipynb:cell 3:5:6 Cannot resolve imported module `numpyro.infer`
arviz unresolved-import doc/source/user_guide/numpyro_refitting_xr_lik.ipynb:cell 3:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz invalid-method-override doc/source/user_guide/numpyro_refitting_xr_lik.ipynb:cell 22:13:9 Invalid override of method `get_inference_data`: Definition is incompatible with `SamplingWrapper.get_inference_data`
arviz possibly-missing-attribute doc/source/user_guide/numpyro_refitting_xr_lik.ipynb:cell 22:21:17 Attribute `constant_data` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute doc/source/user_guide/numpyro_refitting_xr_lik.ipynb:cell 22:22:17 Attribute `observed_data` may be missing on object of type `Unknown | None`
arviz unresolved-import doc/source/user_guide/pymc_refitting.ipynb:cell 3:2:8 Cannot resolve imported module `pymc`
arviz unresolved-import doc/source/user_guide/pymc_refitting.ipynb:cell 3:4:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import doc/source/user_guide/pymc_refitting.ipynb:cell 12:2:6 Cannot resolve imported module `xarray_einstats.stats`
arviz invalid-method-override doc/source/user_guide/pymc_refitting.ipynb:cell 12:20:9 Invalid override of method `log_likelihood__i`: Definition is incompatible with `SamplingWrapper.log_likelihood__i`
arviz non-subscriptable doc/source/user_guide/pymc_refitting.ipynb:cell 12:30:17 Cannot subscript object of type `None` with no `__getitem__` method
arviz non-subscriptable doc/source/user_guide/pymc_refitting.ipynb:cell 12:31:17 Cannot subscript object of type `None` with no `__getitem__` method
arviz unresolved-import doc/source/user_guide/pystan_refitting.ipynb:cell 3:2:8 Cannot resolve imported module `stan`
arviz unresolved-import doc/source/user_guide/pystan_refitting.ipynb:cell 3:4:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import doc/source/user_guide/pystan_refitting.ipynb:cell 4:2:8 Cannot resolve imported module `nest_asyncio`
arviz possibly-missing-attribute doc/source/user_guide/pystan_refitting.ipynb:cell 14:3:17 Attribute `constant_data` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute doc/source/user_guide/pystan_refitting.ipynb:cell 14:4:17 Attribute `observed_data` may be missing on object of type `Unknown | None`
arviz unresolved-import doc/source/user_guide/wrappers/cmdstanpy_refitting.ipynb:cell 3:2:6 Cannot resolve imported module `cmdstanpy`
arviz unresolved-import doc/source/user_guide/wrappers/cmdstanpy_refitting.ipynb:cell 3:4:8 Cannot resolve imported module `matplotlib.pyplot`
arviz possibly-missing-attribute doc/source/user_guide/wrappers/cmdstanpy_refitting.ipynb:cell 14:3:17 Attribute `constant_data` may be missing on object of type `Unknown | None`
arviz possibly-missing-attribute doc/source/user_guide/wrappers/cmdstanpy_refitting.ipynb:cell 14:4:17 Attribute `observed_data` may be missing on object of type `Unknown | None`
arviz unresolved-import doc/source/user_guide/wrappers/sbc_cmdstanpy.ipynb:cell 2:1:6 Cannot resolve imported module `cmdstanpy`
arviz unresolved-import doc/sphinxext/gallery_generator.py:19:8 Cannot resolve imported module `matplotlib`
arviz unresolved-import doc/sphinxext/gallery_generator.py:20:8 Cannot resolve imported module `matplotlib.pyplot`
arviz possibly-unresolved-reference doc/sphinxext/gallery_generator.py:288:25 Name `erow` used when possibly not defined
arviz possibly-missing-attribute doc/sphinxext/gallery_generator.py:386:17 Attribute `get` may be missing on object of type `Unknown | dict[Unknown | str, list[Unknown] | Unknown] | None`
arviz possibly-missing-attribute doc/sphinxext/gallery_generator.py:386:17 Attribute `append` may be missing on object of type `Unknown | list[Unknown] | None`
arviz possibly-missing-attribute doc/sphinxext/gallery_generator.py:389:17 Attribute `get` may be missing on object of type `Unknown | dict[Unknown | str, list[Unknown] | Unknown] | None`
arviz possibly-missing-attribute doc/sphinxext/gallery_generator.py:389:17 Attribute `append` may be missing on object of type `Unknown | list[Unknown] | None`
arviz possibly-unresolved-reference doc/sphinxext/gallery_generator.py:393:44 Name `ex` used when possibly not defined
arviz possibly-missing-attribute doc/sphinxext/gallery_generator.py:401:30 Attribute `items` may be missing on object of type `Unknown | dict[Unknown | str, list[Unknown] | Unknown] | None`
arviz possibly-missing-attribute doc/sphinxext/gallery_generator.py:408:30 Attribute `items` may be missing on object of type `Unknown | dict[Unknown | str, list[Unknown] | Unknown] | None`
arviz possibly-unresolved-reference doc/sphinxext/gallery_generator.py:420:26 Name `target_dir` used when possibly not defined
arviz possibly-unresolved-reference doc/sphinxext/gallery_generator.py:427:33 Name `source_dir` used when possibly not defined
arviz unresolved-import examples/bokeh/bokeh_plot_dist.py:6:8 Cannot resolve imported module `bokeh.plotting`
arviz unresolved-import examples/bokeh/bokeh_plot_dist.py:8:6 Cannot resolve imported module `bokeh.layouts`
arviz unresolved-import examples/bokeh/bokeh_plot_ecdf_comparison.py:6:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/bokeh/bokeh_plot_hdi.py:6:8 Cannot resolve imported module `bokeh.plotting`
arviz unresolved-import examples/bokeh/bokeh_plot_kde.py:6:8 Cannot resolve imported module `bokeh.plotting`
arviz possibly-missing-attribute examples/bokeh/bokeh_plot_violin_single_sided.py:11:12 Submodule `labels` may not be available as an attribute on module `arviz`
arviz unresolved-import examples/matplotlib/mpl_plot_autocorr.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_bf.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_bpv.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_bpv_tstat.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_compare.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_density.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_density_single.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_dist.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_dot.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_ecdf.py:8:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_ecdf_comparison.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_elpd.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_energy.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_ess_evolution.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_ess_local.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_ess_quantile.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_forest.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_forest_comparison.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_forest_mixed.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_forest_ridge.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_hdi.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_joint.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_kde.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_kde_2d.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_kde_2d_hdi.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_kde_quantiles.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_khat.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_lm.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_loo_pit_ecdf.py:8:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_loo_pit_overlay.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_mcse.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_mcse_errorbar.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_pair.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_pair_hex.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_pair_kde.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_pair_kde_hdi.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_pair_point_estimate.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_pair_reference_values.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_parallel.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_posterior.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_posterior_combinedims.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_ppc.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_ppc_cumulative.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_rank.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_separation.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_trace.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_trace_bars.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_trace_circ.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_trace_vlines.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_violin.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz unresolved-import examples/matplotlib/mpl_plot_violin_single_sided.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
arviz possibly-missing-attribute examples/matplotlib/mpl_plot_violin_single_sided.py:15:12 Submodule `labels` may not be available as an attribute on module `arviz`
arviz unresolved-import examples/matplotlib/mpl_styles.py:8:8 Cannot resolve imported module `matplotlib.pyplot`
downforeveryone unresolved-import tests/test_cli/test_version.py:3:8 Cannot resolve imported module `semver`
downforeveryone unresolved-import tests/test_cli/test_version.py:4:8 Cannot resolve imported module `toml`
downforeveryone unresolved-import tests/test_isup/conftest.py:2:8 Cannot resolve imported module `responses`
downforeveryone too-many-positional-arguments tests/test_isup/conftest.py:20:27 Too many positional arguments to function `parse_args`: expected 0, got 1
downforeveryone unresolved-import tests/test_isup/test_is_it_up.py:3:8 Cannot resolve imported module `responses`
django-test-migrations unresolved-import django_test_migrations/contrib/pytest_plugin.py:3:8 Cannot resolve imported module `pytest`
django-test-migrations unused-ignore-comment django_test_migrations/contrib/unittest_case.py:82:39 Unused blanket `type: ignore` directive
django-stubs possibly-missing-attribute django-stubs/contrib/admin/helpers.pyi:185:22 Submodule `utils` may not be available as an attribute on module `django.forms`
django-stubs invalid-type-arguments django-stubs/contrib/admin/options.pyi:175:39 Type `<special-form 'typing.Self'>` is not assignable to upper bound `ModelAdmin[Any]` of type variable `_ModelAdmin`
django-stubs unused-ignore-comment django-stubs/contrib/admin/widgets.pyi:63:25 Unused blanket `type: ignore` directive
django-stubs invalid-type-arguments django-stubs/contrib/auth/models.pyi:106:35 Type `<special-form 'typing.Self'>` is not assignable to upper bound `AbstractBaseUser` of type variable `_UserType@UserManager`
django-stubs unused-ignore-comment django-stubs/contrib/contenttypes/admin.pyi:14:46 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/contrib/gis/db/backends/mysql/features.pyi:15:66 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/contrib/gis/db/backends/mysql/operations.pyi:15:37 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/contrib/gis/db/backends/mysql/operations.pyi:17:35 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/contrib/gis/db/backends/mysql/operations.pyi:19:35 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/contrib/gis/db/backends/mysql/operations.pyi:21:38 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/contrib/gis/db/backends/mysql/operations.pyi:28:55 Unused blanket `type: ignore` directive
django-stubs invalid-type-arguments django-stubs/contrib/gis/db/backends/oracle/models.pyi:12:31 Type `<special-form 'typing.Self'>` is not assignable to upper bound `Model` of type variable `_T@Manager`
django-stubs invalid-type-arguments django-stubs/contrib/gis/db/backends/oracle/models.pyi:26:31 Type `<special-form 'typing.Self'>` is not assignable to upper bound `Model` of type variable `_T@Manager`
django-stubs invalid-type-arguments django-stubs/contrib/gis/db/backends/postgis/models.pyi:15:38 Type `<special-form 'typing.Self'>` is not assignable to upper bound `Model` of type variable `_T@Manager`
django-stubs invalid-type-arguments django-stubs/contrib/gis/db/backends/postgis/models.pyi:28:38 Type `<special-form 'typing.Self'>` is not assignable to upper bound `Model` of type variable `_T@Manager`
django-stubs invalid-method-override django-stubs/contrib/gis/db/backends/postgis/operations.pyi:53:9 Invalid override of method `get_distance`: Definition is incompatible with `BaseSpatialOperations.get_distance`
django-stubs unused-ignore-comment django-stubs/contrib/gis/db/backends/spatialite/features.pyi:8:52 Unused blanket `type: ignore` directive
django-stubs invalid-type-arguments django-stubs/contrib/gis/db/backends/spatialite/models.pyi:14:38 Type `<special-form 'typing.Self'>` is not assignable to upper bound `Model` of type variable `_T@Manager`
django-stubs invalid-type-arguments django-stubs/contrib/gis/db/backends/spatialite/models.pyi:28:38 Type `<special-form 'typing.Self'>` is not assignable to upper bound `Model` of type variable `_T@Manager`
django-stubs unused-ignore-comment django-stubs/contrib/gis/db/backends/spatialite/operations.pyi:23:55 Unused blanket `type: ignore` directive
django-stubs invalid-method-override django-stubs/contrib/gis/db/models/fields.pyi:190:9 Invalid override of method `get_transform`: Definition is incompatible with `RegisterLookupMixin.get_transform`
django-stubs invalid-type-form django-stubs/contrib/gis/gdal/envelope.pyi:19:21 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/gdal/envelope.pyi:21:21 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/gdal/envelope.pyi:23:24 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/gdal/geometries.pyi:106:25 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/gdal/geometries.pyi:106:47 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/gdal/geometries.pyi:108:24 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/gdal/geometries.pyi:108:46 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/gdal/geometries.pyi:111:42 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/gdal/geometries.pyi:114:24 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/gdal/geometries.pyi:114:30 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/gdal/geometries.pyi:134:25 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/gdal/geometries.pyi:134:31 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/gdal/geometries.pyi:134:37 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/gdal/geometries.pyi:136:24 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/gdal/geometries.pyi:136:30 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/gdal/geometries.pyi:136:36 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/gdal/geometries.pyi:149:25 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/gdal/geometries.pyi:151:24 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/geos/collections.pyi:11:25 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/geos/collections.pyi:13:24 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/geos/coordseq.pyi:10:36 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/geos/coordseq.pyi:32:24 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/geos/linestring.pyi:9:36 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/geos/linestring.pyi:12:25 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/geos/linestring.pyi:12:31 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/geos/linestring.pyi:14:24 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/geos/linestring.pyi:14:30 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/geos/polygon.pyi:12:30 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/geos/polygon.pyi:18:25 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/geos/polygon.pyi:18:31 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/geos/polygon.pyi:18:37 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/geos/polygon.pyi:20:24 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/geos/polygon.pyi:20:30 Invalid subscript of object of type `property` in type expression
django-stubs invalid-type-form django-stubs/contrib/gis/geos/polygon.pyi:20:36 Invalid subscript of object of type `property` in type expression
django-stubs invalid-method-override django-stubs/contrib/gis/sitemaps/kml.pyi:10:9 Invalid override of method `location`: Definition is incompatible with `Sitemap.location`
django-stubs unused-ignore-comment django-stubs/contrib/postgres/aggregates/statistics.pyi:22:43 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/contrib/postgres/fields/array.pyi:60:40 Unused blanket `type: ignore` directive
django-stubs invalid-method-override django-stubs/contrib/postgres/fields/array.pyi:63:9 Invalid override of method `get_transform`: Definition is incompatible with `RegisterLookupMixin.get_transform`
django-stubs invalid-method-override django-stubs/contrib/postgres/fields/hstore.pyi:10:9 Invalid override of method `get_transform`: Definition is incompatible with `RegisterLookupMixin.get_transform`
django-stubs unused-ignore-comment django-stubs/contrib/postgres/forms/array.pyi:46:50 Unused blanket `type: ignore` directive
django-stubs invalid-method-override django-stubs/contrib/postgres/forms/ranges.pyi:22:9 Invalid override of method `compress`: Definition is incompatible with `MultiValueField.compress`
django-stubs unused-ignore-comment django-stubs/contrib/postgres/indexes.pyi:14:44 Unused blanket `type: ignore` directive
django-stubs invalid-method-override django-stubs/contrib/postgres/search.pyi:13:9 Invalid override of method `process_rhs`: Definition is incompatible with `Lookup.process_rhs`
django-stubs invalid-method-override django-stubs/contrib/postgres/search.pyi:14:9 Invalid override of method `as_sql`: Definition is incompatible with `Lookup.as_sql`
django-stubs unused-ignore-comment django-stubs/contrib/postgres/search.pyi:62:50 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/contrib/postgres/search.pyi:83:72 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/contrib/sessions/backends/base.pyi:40:16 Unused blanket `type: ignore` directive
django-stubs invalid-method-override django-stubs/contrib/sessions/backends/base.pyi:43:9 Invalid override of method `update`: Definition is incompatible with `MutableMapping.update`
django-stubs invalid-type-arguments django-stubs/contrib/sessions/base_session.pyi:18:42 Type `<special-form 'typing.Self'>` is not assignable to upper bound `AbstractBaseSession` of type variable `_T@BaseSessionManager`
django-stubs invalid-type-form django-stubs/contrib/staticfiles/finders.pyi:10:39 Invalid subscript of object of type `def list(self, ignore_patterns: Iterable[str] | None) -> Iterable[Any]` in type expression
django-stubs invalid-type-form django-stubs/contrib/staticfiles/finders.pyi:14:59 Invalid subscript of object of type `def list(self, ignore_patterns: Iterable[str] | None) -> Iterable[Any]` in type expression
django-stubs invalid-type-form django-stubs/contrib/staticfiles/finders.pyi:18:16 Invalid subscript of object of type `def list(self, ignore_patterns: Iterable[str] | None) -> Iterable[Any]` in type expression
django-stubs invalid-type-form django-stubs/contrib/staticfiles/finders.pyi:25:59 Invalid subscript of object of type `def list(self, ignore_patterns: Iterable[str] | None) -> Iterable[Any]` in type expression
django-stubs invalid-type-form django-stubs/contrib/staticfiles/finders.pyi:31:11 Invalid subscript of object of type `def list(self, ignore_patterns: Iterable[str] | None) -> Iterable[Any]` in type expression
django-stubs invalid-type-form django-stubs/contrib/staticfiles/finders.pyi:38:59 Invalid subscript of object of type `def list(self, ignore_patterns: Iterable[str] | None) -> Iterable[Any]` in type expression
django-stubs invalid-type-form django-stubs/contrib/staticfiles/finders.pyi:47:59 Invalid subscript of object of type `def list(self, ignore_patterns: Iterable[str] | None) -> Iterable[Any]` in type expression
django-stubs unused-ignore-comment django-stubs/contrib/staticfiles/handlers.pyi:29:66 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/contrib/staticfiles/handlers.pyi:39:70 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/contrib/staticfiles/storage.pyi:52:80 Unused blanket `type: ignore` directive
django-stubs unresolved-import django-stubs/core/cache/backends/redis.pyi:7:6 Cannot resolve imported module `redis._parsers`
django-stubs unresolved-import django-stubs/core/cache/backends/redis.pyi:8:6 Cannot resolve imported module `redis.client`
django-stubs unresolved-import django-stubs/core/cache/backends/redis.pyi:9:6 Cannot resolve imported module `redis.connection`
django-stubs invalid-method-override django-stubs/core/files/base.pyi:49:9 Invalid override of method `write`: Definition is incompatible with `IO.write`
django-stubs unused-ignore-comment django-stubs/core/files/uploadedfile.pyi:10:23 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/core/handlers/asgi.pyi:32:48 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/core/handlers/asgi.pyi:35:77 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/core/handlers/asgi.pyi:37:47 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/core/handlers/wsgi.pyi:28:48 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/core/handlers/wsgi.pyi:30:47 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/core/handlers/wsgi.pyi:32:77 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/core/mail/message.pyi:28:53 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/core/mail/message.pyi:30:43 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/core/mail/message.pyi:34:53 Unused blanket `type: ignore` directive
django-stubs inconsistent-mro django-stubs/core/paginator.pyi:14:1 Cannot create a consistent method resolution order (MRO) for class `_SupportsPagination` with bases list `[<special-form 'typing.Protocol[_T]'>, <class 'Sized'>, <class 'Iterable'>]`
django-stubs invalid-method-override django-stubs/core/signing.pyi:74:9 Invalid override of method `unsign`: Definition is incompatible with `Signer.unsign`
django-stubs unused-ignore-comment django-stubs/db/backends/mysql/base.pyi:60:41 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/backends/mysql/base.pyi:62:67 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/backends/mysql/features.pyi:46:46 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/backends/mysql/features.pyi:48:52 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/backends/mysql/features.pyi:50:57 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/backends/mysql/features.pyi:52:64 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/backends/mysql/features.pyi:54:60 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/backends/mysql/features.pyi:56:51 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/backends/mysql/features.pyi:60:50 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/backends/mysql/features.pyi:62:63 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/backends/mysql/features.pyi:64:62 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/backends/mysql/features.pyi:66:63 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/backends/mysql/features.pyi:68:58 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/backends/mysql/features.pyi:70:54 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/backends/mysql/features.pyi:74:59 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/backends/mysql/features.pyi:78:53 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/backends/mysql/features.pyi:80:58 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/backends/mysql/features.pyi:82:49 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/backends/mysql/features.pyi:84:55 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/backends/mysql/features.pyi:86:60 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/backends/mysql/features.pyi:88:57 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/backends/mysql/schema.pyi:23:45 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/backends/mysql/schema.pyi:25:46 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/backends/utils.pyi:74:56 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/backends/utils.pyi:78:56 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/backends/utils.pyi:82:61 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/migrations/operations/special.pyi:37:40 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/migrations/operations/special.pyi:58:40 Unused blanket `type: ignore` directive
django-stubs invalid-type-arguments django-stubs/db/migrations/recorder.pyi:14:35 Type `<special-form 'typing.Self'>` is not assignable to upper bound `Model` of type variable `_T@Manager`
django-stubs unused-ignore-comment django-stubs/db/models/base.pyi:31:68 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/models/base.pyi:33:65 Unused blanket `type: ignore` directive
django-stubs invalid-type-arguments django-stubs/db/models/base.pyi:46:31 Type `<special-form 'typing.Self'>` is not assignable to upper bound `Model` of type variable `_T@Manager`
django-stubs invalid-type-arguments django-stubs/db/models/base.pyi:48:29 Type `<special-form 'typing.Self'>` is not assignable to upper bound `Model` of type variable `_M@Options`
django-stubs unused-ignore-comment django-stubs/db/models/enums.pyi:16:37 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/models/enums.pyi:17:40 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/models/enums.pyi:18:40 Unused blanket `type: ignore` directive
django-stubs invalid-method-override django-stubs/db/models/enums.pyi:36:13 Invalid override of method `__contains__`: Definition is incompatible with `EnumMeta.__contains__`
django-stubs unused-ignore-comment django-stubs/db/models/enums.pyi:41:51 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/models/enums.pyi:61:73 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/models/enums.pyi:77:67 Unused blanket `type: ignore` directive
django-stubs unresolved-attribute django-stubs/db/models/fields/__init__.pyi:150:34 Object of type `cached_property[Unknown]` has no attribute `_ValidatorCallable`
django-stubs unresolved-attribute django-stubs/db/models/fields/__init__.pyi:178:30 Object of type `cached_property[Unknown]` has no attribute `_ValidatorCallable`
django-stubs unresolved-attribute django-stubs/db/models/fields/__init__.pyi:216:34 Object of type `cached_property[Unknown]` has no attribute `_ValidatorCallable`
django-stubs unused-ignore-comment django-stubs/db/models/fields/__init__.pyi:435:54 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/models/fields/__init__.pyi:436:41 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/models/fields/__init__.pyi:437:42 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/models/fields/__init__.pyi:629:84 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/models/fields/__init__.pyi:634:69 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/models/fields/__init__.pyi:635:73 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/models/fields/related.pyi:76:68 Unused blanket `type: ignore` directive
django-stubs invalid-method-override django-stubs/db/models/fields/related.pyi:240:9 Invalid override of method `__get__`: Definition is incompatible with `ForeignObject.__get__`
django-stubs unused-ignore-comment django-stubs/db/models/fields/related_descriptors.pyi:145:25 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/models/fields/related_descriptors.pyi:146:44 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/models/fields/related_descriptors.pyi:152:84 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/db/models/fields/related_descriptors.pyi:153:16 Unused blanket `type: ignore` directive
django-stubs invalid-method-override django-stubs/db/models/fields/related_descriptors.pyi:156:9 Invalid override of method `__get__`: Definition is incompatible with `ReverseManyToOneDescriptor.__get__`
django-stubs unused-ignore-comment django-stubs/db/models/fields/reverse_related.pyi:125:39 Unused blanket `type: ignore` directive
django-stubs invalid-method-override django-stubs/db/models/lookups.pyi:27:9 Invalid override of method `set_source_expressions`: Definition is incompatible with `BaseExpression.set_source_expressions`
django-stubs invalid-method-override django-stubs/db/utils.pyi:37:9 Invalid override of method `configure_settings`: Definition is incompatible with `BaseConnectionHandler.configure_settings`
django-stubs invalid-method-override django-stubs/forms/fields.pyi:278:9 Invalid override of method `clean`: Definition is incompatible with `Field.clean`
django-stubs invalid-method-override django-stubs/forms/fields.pyi:279:9 Invalid override of method `to_python`: Definition is incompatible with `Field.to_python`
django-stubs invalid-method-override django-stubs/forms/fields.pyi:284:9 Invalid override of method `to_python`: Definition is incompatible with `Field.to_python`
django-stubs unused-ignore-comment django-stubs/forms/fields.pyi:342:40 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/forms/widgets.pyi:268:50 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/http/request.pyi:117:21 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/http/request.pyi:118:22 Unused blanket `type: ignore` directive
django-stubs invalid-method-override django-stubs/http/request.pyi:178:9 Invalid override of method `__delitem__`: Definition is incompatible with `MultiValueDict.__delitem__`
django-stubs unused-ignore-comment django-stubs/http/request.pyi:183:16 Unused blanket `type: ignore` directive
django-stubs invalid-method-override django-stubs/http/request.pyi:186:9 Invalid override of method `pop`: Definition is incompatible with `dict.pop`
django-stubs invalid-method-override django-stubs/http/request.pyi:197:9 Invalid override of method `__delitem__`: Definition is incompatible with `MultiValueDict.__delitem__`
django-stubs invalid-method-override django-stubs/http/request.pyi:205:9 Invalid override of method `pop`: Definition is incompatible with `MutableMapping.pop`
django-stubs unused-ignore-comment django-stubs/http/request.pyi:209:39 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/test/client.pyi:208:27 Unused blanket `type: ignore` directive
django-stubs invalid-method-override django-stubs/test/utils.pyi:34:9 Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
django-stubs invalid-method-override django-stubs/test/utils.pyi:36:9 Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
django-stubs invalid-method-override django-stubs/test/utils.pyi:68:9 Invalid override of method `decorate_class`: Definition is incompatible with `TestContextDecorator.decorate_class`
django-stubs unused-ignore-comment django-stubs/utils/csp.pyi:11:33 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment django-stubs/utils/csp.pyi:12:42 Unused blanket `type: ignore` directive
django-stubs inconsistent-mro django-stubs/utils/datastructures.pyi:39:1 Cannot create a consistent method resolution order (MRO) for class `_IndexableCollection` with bases list `[<special-form 'typing.Protocol[_I]'>, <class 'Collection[_I@_IndexableCollection]'>]`
django-stubs invalid-method-override django-stubs/utils/datastructures.pyi:49:9 Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`
django-stubs invalid-method-override django-stubs/utils/datastructures.pyi:54:9 Invalid override of method `add`: Definition is incompatible with `MutableSet.add`
django-stubs invalid-method-override django-stubs/utils/datastructures.pyi:55:9 Invalid override of method `remove`: Definition is incompatible with `MutableSet.remove`
django-stubs invalid-method-override django-stubs/utils/datastructures.pyi:56:9 Invalid override of method `discard`: Definition is incompatible with `MutableSet.discard`
django-stubs invalid-type-form django-stubs/utils/datastructures.pyi:81:23 Invalid subscript of object of type `def dict(self) -> Unknown` in type expression
django-stubs unused-ignore-comment django-stubs/utils/dateformat.pyi:34:51 Unused blanket `type: ignore` directive
django-stubs invalid-method-override django-stubs/utils/functional.pyi:25:9 Invalid override of method `__add__`: Definition is incompatible with `Promise.__add__`
django-stubs invalid-method-override django-stubs/utils/functional.pyi:33:9 Invalid override of method `__lt__`: Definition is incompatible with `Promise.__lt__`
django-stubs invalid-method-override django-stubs/utils/functional.pyi:34:9 Invalid override of method `__mod__`: Definition is incompatible with `Promise.__mod__`
django-stubs invalid-method-override django-stubs/utils/html.pyi:35:9 Invalid override of method `handle_data`: Definition is incompatible with `HTMLParser.handle_data`
django-stubs invalid-method-override django-stubs/utils/safestring.pyi:15:9 Invalid override of method `__add__`: Definition is incompatible with `str.__add__`
django-stubs unresolved-attribute ext/django_stubs_ext/patch.py:119:9 Unresolved attribute `reveal_type` on type `<module 'builtins'>`.
django-stubs unresolved-attribute ext/django_stubs_ext/patch.py:120:9 Unresolved attribute `reveal_locals` on type `<module 'builtins'>`.
django-stubs unresolved-import ext/tests/test_monkeypatching.py:6:8 Cannot resolve imported module `pytest`
django-stubs unresolved-import ext/tests/test_monkeypatching.py:7:6 Cannot resolve imported module `_pytest.fixtures`
django-stubs unresolved-import ext/tests/test_monkeypatching.py:8:6 Cannot resolve imported module `_pytest.monkeypatch`
django-stubs unresolved-attribute ext/tests/test_monkeypatching.py:44:17 Module `builtins` has no member `reveal_type`
django-stubs unresolved-attribute ext/tests/test_monkeypatching.py:46:17 Module `builtins` has no member `reveal_locals`
django-stubs unresolved-import mypy_django_plugin/config.py:15:12 Cannot resolve imported module `tomli`
django-stubs invalid-return-type mypy_django_plugin/config.py:46:57 Function always implicitly returns `None`, which is not assignable to return type `Never`
django-stubs unresolved-import mypy_django_plugin/config.py:54:10 Cannot resolve imported module `mypy.main`
django-stubs invalid-argument-type mypy_django_plugin/config.py:72:25 Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
django-stubs possibly-unresolved-reference mypy_django_plugin/config.py:90:38 Name `data` used when possibly not defined
django-stubs possibly-unresolved-reference mypy_django_plugin/config.py:94:34 Name `config` used when possibly not defined
django-stubs invalid-assignment mypy_django_plugin/config.py:98:9 Object of type `(Unknown & ~AlwaysFalsy) | str | None` is not assignable to attribute `django_settings_module` of type `str`
django-stubs possibly-unresolved-reference mypy_django_plugin/config.py:103:32 Name `config` used when possibly not defined
django-stubs possibly-unresolved-reference mypy_django_plugin/config.py:106:44 Name `config` used when possibly not defined
django-stubs unresolved-import mypy_django_plugin/django/context.py:18:6 Cannot resolve imported module `mypy.checker`
django-stubs unresolved-import mypy_django_plugin/django/context.py:19:6 Cannot resolve imported module `mypy.nodes`
django-stubs unresolved-import mypy_django_plugin/django/context.py:20:6 Cannot resolve imported module `mypy.plugin`
django-stubs unresolved-import mypy_django_plugin/django/context.py:21:6 Cannot resolve imported module `mypy.typeanal`
django-stubs unresolved-import mypy_django_plugin/django/context.py:22:6 Cannot resolve imported module `mypy.types`
django-stubs unresolved-import mypy_django_plugin/django/context.py:23:6 Cannot resolve imported module `mypy.types`
django-stubs unused-ignore-comment mypy_django_plugin/django/context.py:33:24 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment mypy_django_plugin/django/context.py:68:32 Unused blanket `type: ignore` directive
django-stubs possibly-missing-attribute mypy_django_plugin/django/context.py:328:64 Attribute `base_field` may be missing on object of type `(Field[Any, Any] & Top[ArrayField[Unknown, Unknown]]) | (ForeignObjectRel & Top[ArrayField[Unknown, Unknown]]) | (Field[Any, Any] & ArrayField) | (ForeignObjectRel & ArrayField)`
django-stubs unused-ignore-comment mypy_django_plugin/django/context.py:376:46 Unused blanket `type: ignore` directive
django-stubs possibly-unresolved-reference mypy_django_plugin/django/context.py:509:20 Name `lookup_type` used when possibly not defined
django-stubs possibly-unresolved-reference mypy_django_plugin/django/context.py:516:24 Name `lookup_type` used when possibly not defined
django-stubs unresolved-import mypy_django_plugin/errorcodes.py:1:6 Cannot resolve imported module `mypy.errorcodes`
django-stubs unresolved-import mypy_django_plugin/lib/helpers.py:7:6 Cannot resolve imported module `mypy`
django-stubs unresolved-import mypy_django_plugin/lib/helpers.py:8:6 Cannot resolve imported module `mypy.checker`
django-stubs unresolved-import mypy_django_plugin/lib/helpers.py:9:6 Cannot resolve imported module `mypy.mro`
django-stubs unresolved-import mypy_django_plugin/lib/helpers.py:10:6 Cannot resolve imported module `mypy.nodes`
django-stubs unresolved-import mypy_django_plugin/lib/helpers.py:32:6 Cannot resolve imported module `mypy.plugin`
django-stubs unresolved-import mypy_django_plugin/lib/helpers.py:40:6 Cannot resolve imported module `mypy.semanal`
django-stubs unresolved-import mypy_django_plugin/lib/helpers.py:41:6 Cannot resolve imported module `mypy.typeanal`
django-stubs unresolved-import mypy_django_plugin/lib/helpers.py:42:6 Cannot resolve imported module `mypy.types`
django-stubs unresolved-import mypy_django_plugin/lib/helpers.py:56:6 Cannot resolve imported module `mypy.types`
django-stubs missing-argument mypy_django_plugin/lib/helpers.py:226:16 No argument provided for required parameter `cls`
django-stubs parameter-already-assigned mypy_django_plugin/lib/helpers.py:226:20 Multiple values provided for parameter `cls`
django-stubs possibly-unresolved-reference mypy_django_plugin/lib/helpers.py:261:40 Name `model_type` used when possibly not defined
django-stubs possibly-unresolved-reference mypy_django_plugin/lib/helpers.py:275:16 Name `init_type` used when possibly not defined
django-stubs possibly-unresolved-reference mypy_django_plugin/lib/helpers.py:379:16 Name `literal_value` used when possibly not defined
django-stubs unused-ignore-comment mypy_django_plugin/lib/helpers.py:560:71 Unused blanket `type: ignore` directive
django-stubs unresolved-import mypy_django_plugin/main.py:7:6 Cannot resolve imported module `mypy.build`
django-stubs unresolved-import mypy_django_plugin/main.py:8:6 Cannot resolve imported module `mypy.modulefinder`
django-stubs unresolved-import mypy_django_plugin/main.py:9:6 Cannot resolve imported module `mypy.nodes`
django-stubs unresolved-import mypy_django_plugin/main.py:10:6 Cannot resolve imported module `mypy.options`
django-stubs unresolved-import mypy_django_plugin/main.py:11:6 Cannot resolve imported module `mypy.plugin`
django-stubs unresolved-import mypy_django_plugin/main.py:21:6 Cannot resolve imported module `mypy.types`
django-stubs unused-ignore-comment mypy_django_plugin/main.py:119:97 Unused blanket `type: ignore` directive
django-stubs unresolved-import mypy_django_plugin/transformers/auth.py:1:6 Cannot resolve imported module `mypy.nodes`
django-stubs unresolved-import mypy_django_plugin/transformers/auth.py:2:6 Cannot resolve imported module `mypy.plugin`
django-stubs unresolved-import mypy_django_plugin/transformers/auth.py:3:6 Cannot resolve imported module `mypy.semanal`
django-stubs unresolved-import mypy_django_plugin/transformers/auth.py:4:6 Cannot resolve imported module `mypy.typeanal`
django-stubs unresolved-import mypy_django_plugin/transformers/auth.py:5:6 Cannot resolve imported module `mypy.types`
django-stubs unresolved-import mypy_django_plugin/transformers/auth.py:6:6 Cannot resolve imported module `mypy.types`
django-stubs unresolved-import mypy_django_plugin/transformers/auth.py:7:6 Cannot resolve imported module `mypy.typevars`
django-stubs unresolved-import mypy_django_plugin/transformers/choices.py:3:6 Cannot resolve imported module `mypy.nodes`
django-stubs unresolved-import mypy_django_plugin/transformers/choices.py:4:6 Cannot resolve imported module `mypy.plugin`
django-stubs unresolved-import mypy_django_plugin/transformers/choices.py:5:6 Cannot resolve imported module `mypy.typeanal`
django-stubs unresolved-import mypy_django_plugin/transformers/choices.py:6:6 Cannot resolve imported module `mypy.types`
django-stubs unresolved-import mypy_django_plugin/transformers/choices.py:19:6 Cannot resolve imported module `mypy.types`
django-stubs unresolved-import mypy_django_plugin/transformers/fields.py:7:6 Cannot resolve imported module `mypy.maptype`
django-stubs unresolved-import mypy_django_plugin/transformers/fields.py:8:6 Cannot resolve imported module `mypy.nodes`
django-stubs unresolved-import mypy_django_plugin/transformers/fields.py:9:6 Cannot resolve imported module `mypy.plugin`
django-stubs unresolved-import mypy_django_plugin/transformers/fields.py:10:6 Cannot resolve imported module `mypy.types`
django-stubs unresolved-import mypy_django_plugin/transformers/fields.py:11:6 Cannot resolve imported module `mypy.types`
django-stubs unresolved-import mypy_django_plugin/transformers/forms.py:1:6 Cannot resolve imported module `mypy.nodes`
django-stubs unresolved-import mypy_django_plugin/transformers/forms.py:2:6 Cannot resolve imported module `mypy.plugin`
django-stubs unresolved-import mypy_django_plugin/transformers/functional.py:3:6 Cannot resolve imported module `mypy.checkmember`
django-stubs unresolved-import mypy_django_plugin/transformers/functional.py:4:6 Cannot resolve imported module `mypy.errorcodes`
django-stubs unresolved-import mypy_django_plugin/transformers/functional.py:5:6 Cannot resolve imported module `mypy.nodes`
django-stubs unresolved-import mypy_django_plugin/transformers/functional.py:6:6 Cannot resolve imported module `mypy.plugin`
django-stubs unresolved-import mypy_django_plugin/transformers/functional.py:7:6 Cannot resolve imported module `mypy.types`
django-stubs unresolved-import mypy_django_plugin/transformers/functional.py:8:6 Cannot resolve imported module `mypy.types`
django-stubs unresolved-import mypy_django_plugin/transformers/functional.py:9:6 Cannot resolve imported module `mypy.version`
django-stubs unresolved-import mypy_django_plugin/transformers/init_create.py:2:6 Cannot resolve imported module `mypy.errorcodes`
django-stubs unresolved-import mypy_django_plugin/transformers/init_create.py:3:6 Cannot resolve imported module `mypy.plugin`
django-stubs unresolved-import mypy_django_plugin/transformers/init_create.py:4:6 Cannot resolve imported module `mypy.types`
django-stubs unresolved-import mypy_django_plugin/transformers/init_create.py:5:6 Cannot resolve imported module `mypy.types`
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/init_create.py:66:53 Name `model_cls` used when possibly not defined
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/init_create.py:77:53 Name `model_cls` used when possibly not defined
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/init_create.py:90:53 Name `model_cls` used when possibly not defined
django-stubs unresolved-import mypy_django_plugin/transformers/managers.py:3:6 Cannot resolve imported module `mypy.checker`
django-stubs unresolved-import mypy_django_plugin/transformers/managers.py:4:6 Cannot resolve imported module `mypy.copytype`
django-stubs unresolved-import mypy_django_plugin/transformers/managers.py:5:6 Cannot resolve imported module `mypy.nodes`
django-stubs unresolved-import mypy_django_plugin/transformers/managers.py:20:6 Cannot resolve imported module `mypy.plugin`
django-stubs unresolved-import mypy_django_plugin/transformers/managers.py:21:6 Cannot resolve imported module `mypy.plugins.common`
django-stubs unresolved-import mypy_django_plugin/transformers/managers.py:22:6 Cannot resolve imported module `mypy.semanal`
django-stubs unresolved-import mypy_django_plugin/transformers/managers.py:23:6 Cannot resolve imported module `mypy.semanal_shared`
django-stubs unresolved-import mypy_django_plugin/transformers/managers.py:24:6 Cannot resolve imported module `mypy.subtypes`
django-stubs unresolved-import mypy_django_plugin/transformers/managers.py:25:6 Cannot resolve imported module `mypy.types`
django-stubs unresolved-import mypy_django_plugin/transformers/managers.py:39:6 Cannot resolve imported module `mypy.types`
django-stubs unresolved-import mypy_django_plugin/transformers/managers.py:40:6 Cannot resolve imported module `mypy.typevars`
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/managers.py:149:101 Name `model_arg` used when possibly not defined
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/managers.py:151:94 Name `model_arg` used when possibly not defined
django-stubs unused-ignore-comment mypy_django_plugin/transformers/managers.py:384:22 Unused blanket `type: ignore` directive
django-stubs unresolved-import mypy_django_plugin/transformers/manytomany.py:3:6 Cannot resolve imported module `mypy.nodes`
django-stubs unresolved-import mypy_django_plugin/transformers/manytomany.py:4:6 Cannot resolve imported module `mypy.plugin`
django-stubs unresolved-import mypy_django_plugin/transformers/manytomany.py:5:6 Cannot resolve imported module `mypy.types`
django-stubs unresolved-import mypy_django_plugin/transformers/manytomany.py:6:6 Cannot resolve imported module `mypy.types`
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/manytomany.py:47:18 Name `args` used when possibly not defined
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/manytomany.py:58:14 Name `args` used when possibly not defined
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/manytomany.py:61:27 Name `args` used when possibly not defined
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/manytomany.py:150:42 Name `_To` used when possibly not defined
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/manytomany.py:150:47 Name `_Through` used when possibly not defined
django-stubs unresolved-import mypy_django_plugin/transformers/manytoone.py:1:6 Cannot resolve imported module `mypy.plugin`
django-stubs unresolved-import mypy_django_plugin/transformers/manytoone.py:2:6 Cannot resolve imported module `mypy.types`
django-stubs unresolved-import mypy_django_plugin/transformers/manytoone.py:3:6 Cannot resolve imported module `mypy.types`
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/manytoone.py:31:20 Name `_To` used when possibly not defined
django-stubs unresolved-import mypy_django_plugin/transformers/meta.py:2:6 Cannot resolve imported module `mypy.plugin`
django-stubs unresolved-import mypy_django_plugin/transformers/meta.py:3:6 Cannot resolve imported module `mypy.types`
django-stubs unresolved-import mypy_django_plugin/transformers/meta.py:4:6 Cannot resolve imported module `mypy.types`
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/meta.py:21:54 Name `model_type` used when possibly not defined
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/meta.py:21:71 Name `field_name` used when possibly not defined
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/meta.py:25:53 Name `model_type` used when possibly not defined
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/meta.py:29:50 Name `field_name` used when possibly not defined
django-stubs unresolved-import mypy_django_plugin/transformers/models.py:9:6 Cannot resolve imported module `mypy.checker`
django-stubs unresolved-import mypy_django_plugin/transformers/models.py:10:6 Cannot resolve imported module `mypy.nodes`
django-stubs unresolved-import mypy_django_plugin/transformers/models.py:25:6 Cannot resolve imported module `mypy.plugin`
django-stubs unresolved-import mypy_django_plugin/transformers/models.py:26:6 Cannot resolve imported module `mypy.plugins`
django-stubs unresolved-import mypy_django_plugin/transformers/models.py:27:6 Cannot resolve imported module `mypy.semanal`
django-stubs unresolved-import mypy_django_plugin/transformers/models.py:28:6 Cannot resolve imported module `mypy.typeanal`
django-stubs unresolved-import mypy_django_plugin/transformers/models.py:29:6 Cannot resolve imported module `mypy.types`
django-stubs unresolved-import mypy_django_plugin/transformers/models.py:30:6 Cannot resolve imported module `mypy.types`
django-stubs unresolved-import mypy_django_plugin/transformers/models.py:31:6 Cannot resolve imported module `mypy.typevars`
django-stubs unresolved-import mypy_django_plugin/transformers/orm_lookups.py:1:6 Cannot resolve imported module `mypy.plugin`
django-stubs unresolved-import mypy_django_plugin/transformers/orm_lookups.py:2:6 Cannot resolve imported module `mypy.types`
django-stubs unresolved-import mypy_django_plugin/transformers/orm_lookups.py:3:6 Cannot resolve imported module `mypy.types`
django-stubs unresolved-import mypy_django_plugin/transformers/querysets.py:14:6 Cannot resolve imported module `mypy.checker`
django-stubs unresolved-import mypy_django_plugin/transformers/querysets.py:15:6 Cannot resolve imported module `mypy.errorcodes`
django-stubs unresolved-import mypy_django_plugin/transformers/querysets.py:16:6 Cannot resolve imported module `mypy.nodes`
django-stubs unresolved-import mypy_django_plugin/transformers/querysets.py:17:6 Cannot resolve imported module `mypy.plugin`
django-stubs unresolved-import mypy_django_plugin/transformers/querysets.py:18:6 Cannot resolve imported module `mypy.types`
django-stubs unresolved-import mypy_django_plugin/transformers/querysets.py:19:6 Cannot resolve imported module `mypy.types`
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/querysets.py:174:88 Name `field_lookups` used when possibly not defined
django-stubs unused-ignore-comment mypy_django_plugin/transformers/querysets.py:549:75 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment mypy_django_plugin/transformers/querysets.py:552:119 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment mypy_django_plugin/transformers/querysets.py:561:71 Unused blanket `type: ignore` directive
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/querysets.py:625:66 Name `qs_model` used when possibly not defined
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/querysets.py:647:79 Name `qs_model` used when possibly not defined
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/querysets.py:654:34 Name `qs_model` used when possibly not defined
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/querysets.py:665:17 Name `qs_model` used when possibly not defined
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/querysets.py:682:47 Name `qs_model` used when possibly not defined
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/querysets.py:686:12 Name `default_return_type` used when possibly not defined
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/querysets.py:687:40 Name `default_return_type` used when possibly not defined
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/querysets.py:694:12 Name `default_return_type` used when possibly not defined
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/querysets.py:768:66 Name `django_model` used when possibly not defined
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/querysets.py:816:12 Name `fields_args` used when possibly not defined
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/querysets.py:820:22 Name `fields_args` used when possibly not defined
django-stubs possibly-unresolved-reference mypy_django_plugin/transformers/querysets.py:823:46 Name `django_model` used when possibly not defined
django-stubs unresolved-import mypy_django_plugin/transformers/request.py:1:6 Cannot resolve imported module `mypy.plugin`
django-stubs unresolved-import mypy_django_plugin/transformers/request.py:2:6 Cannot resolve imported module `mypy.types`
django-stubs unresolved-import mypy_django_plugin/transformers/request.py:3:6 Cannot resolve imported module `mypy.types`
django-stubs unresolved-import mypy_django_plugin/transformers/settings.py:1:6 Cannot resolve imported module `mypy.nodes`
django-stubs unresolved-import mypy_django_plugin/transformers/settings.py:2:6 Cannot resolve imported module `mypy.plugin`
django-stubs unresolved-import mypy_django_plugin/transformers/settings.py:3:6 Cannot resolve imported module `mypy.types`
django-stubs unresolved-import mypy_django_plugin/transformers/settings.py:4:6 Cannot resolve imported module `mypy.types`
django-stubs unresolved-import scripts/tests_extension_hook.py:1:6 Cannot resolve imported module `pytest_mypy_plugins.collect`
django-stubs unresolved-import scripts/tests_extension_hook.py:2:6 Cannot resolve imported module `pytest_mypy_plugins.item`
django-stubs unused-ignore-comment tests/assert_type/apps/test_config.py:15:43 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment tests/assert_type/apps/test_config.py:23:43 Unused blanket `type: ignore` directive
django-stubs type-assertion-failure tests/assert_type/apps/test_config.py:35:1 Type `str` does not match asserted type `Unknown | Literal["django.db.models.BigAutoField"]`
django-stubs type-assertion-failure tests/assert_type/apps/test_config.py:37:1 Type `str` does not match asserted type `Unknown`
django-stubs type-assertion-failure tests/assert_type/apps/test_config.py:38:1 Type `str` does not match asserted type `Unknown`
django-stubs type-assertion-failure tests/assert_type/contrib/admin/test_utils.py:74:1 Type `list[str | ((Person, /) -> str | bool)]` does not match asserted type `Unknown`
django-stubs type-assertion-failure tests/assert_type/contrib/admin/test_utils.py:75:1 Type `list[str | ((Person, /) -> str | bool)]` does not match asserted type `list[str | ((Unknown, /) -> str | bool)]`
django-stubs type-assertion-failure tests/assert_type/contrib/admin/test_utils.py:76:1 Type `list[str | ((Person, /) -> str | bool)]` does not match asserted type `Unknown`
django-stubs type-assertion-failure tests/assert_type/contrib/admin/test_utils.py:77:1 Type `list[str | ((Person, /) -> str | bool)]` does not match asserted type `list[str | ((Unknown, /) -> str | bool)]`
django-stubs invalid-argument-type tests/assert_type/contrib/admin/test_utils.py:79:31 Argument to function `flatten_fieldsets` is incorrect: Expected `list[tuple[str | _StrPromise | None, _FieldOpts]] | tuple[tuple[str | _StrPromise | None, _FieldOpts], ...]`, found `(Unknown & ~None) | list[Unknown | tuple[str, dict[Unknown | str, Unknown | str | list[Unknown | list[Unknown | str] | str]]]]`
django-stubs invalid-argument-type tests/assert_type/contrib/admin/test_utils.py:81:31 Argument to function `flatten_fieldsets` is incorrect: Expected `list[tuple[str | _StrPromise | None, _FieldOpts]] | tuple[tuple[str | _StrPromise | None, _FieldOpts], ...]`, found `(Unknown & ~None) | tuple[tuple[Literal["Personal Details"], dict[Unknown | str, Unknown | str | tuple[tuple[str, str], str]]]]`
django-stubs invalid-return-type tests/assert_type/contrib/auth/test_decorators.py:10:39 Function always implicitly returns `None`, which is not assignable to return type `HttpResponse`
django-stubs invalid-return-type tests/assert_type/contrib/auth/test_decorators.py:14:39 Function always implicitly returns `None`, which is not assignable to return type `HttpResponse`
django-stubs type-assertion-failure tests/assert_type/db/models/_enums.py:16:1 Type `list[str]` does not match asserted type `list[str | _StrPromise]`
django-stubs type-assertion-failure tests/assert_type/db/models/_enums.py:18:1 Type `list[tuple[str, str]]` does not match asserted type `list[tuple[str, str | _StrPromise]]`
django-stubs type-assertion-failure tests/assert_type/db/models/_enums.py:21:1 Type `str` does not match asserted type `Any`
django-stubs type-assertion-failure tests/assert_type/db/models/_enums.py:22:1 Type `str` does not match asserted type `tuple[Literal["N"], Literal["North"]]`
django-stubs unused-ignore-comment tests/assert_type/db/models/test_constraints.py:10:20 Unused blanket `type: ignore` directive
django-stubs invalid-argument-type tests/assert_type/db/models/test_constraints.py:12:5 Argument to bound method `__init__` is incorrect: Expected `None`, found `list[Unknown | str]`
django-stubs unused-ignore-comment tests/assert_type/db/models/test_constraints.py:16:19 Unused blanket `type: ignore` directive
django-stubs invalid-return-type tests/assert_type/db/models/test_enums.py:16:12 Return type does not match returned value: expected `list[tuple[int, str]]`, found `list[tuple[int, str | _StrPromise]]`
django-stubs invalid-return-type tests/assert_type/db/models/test_enums.py:20:12 Return type does not match returned value: expected `list[str]`, found `list[str | _StrPromise]`
django-stubs subclass-of-final-class tests/assert_type/db/models/test_enums.py:90:19 Class `VoidChoices` cannot inherit from final class `BaseEmptyChoices`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:138:1 Type `list[_StrPromise]` does not match asserted type `list[str | _StrPromise]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:140:1 Type `list[tuple[int, _StrPromise]]` does not match asserted type `list[tuple[int, str | _StrPromise]]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:143:1 Type `_StrPromise` does not match asserted type `Any`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:144:1 Type `int` does not match asserted type `tuple[Literal[4], _StrPromise]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:149:1 Type `list[_StrPromise]` does not match asserted type `list[str | _StrPromise]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:151:1 Type `list[tuple[str, _StrPromise]]` does not match asserted type `list[tuple[str, str | _StrPromise]]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:154:1 Type `_StrPromise` does not match asserted type `Any`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:155:1 Type `str` does not match asserted type `tuple[Literal["SR"], _StrPromise]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:162:1 Type `list[int | None]` does not match asserted type `list[int]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:163:1 Type `list[tuple[int | None, str | _StrPromise]]` does not match asserted type `list[tuple[int, str | _StrPromise]]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:166:1 Type `str | _StrPromise` does not match asserted type `Any`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:167:1 Type `int` does not match asserted type `tuple[Literal[1], Literal["Carriage"]]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:169:1 Type `_StrPromise` does not match asserted type `Literal[Vehicle.__empty__]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:175:1 Type `list[str]` does not match asserted type `list[str | _StrPromise]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:176:1 Type `list[str | None]` does not match asserted type `list[str]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:177:1 Type `list[tuple[str | None, str]]` does not match asserted type `list[tuple[str, str | _StrPromise]]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:180:1 Type `str` does not match asserted type `Any`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:181:1 Type `str` does not match asserted type `Literal["M"]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:183:1 Type `str` does not match asserted type `Literal[Gender.__empty__]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:188:1 Type `list[str]` does not match asserted type `list[str | _StrPromise]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:190:1 Type `list[tuple[str, str]]` does not match asserted type `list[tuple[str, str | _StrPromise]]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:193:1 Type `str` does not match asserted type `Any`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:194:1 Type `str` does not match asserted type `Any`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:201:1 Type `list[str]` does not match asserted type `list[str | _StrPromise]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:202:1 Type `list[bytes]` does not match asserted type `list[Any]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:203:1 Type `list[tuple[bytes, str]]` does not match asserted type `list[tuple[Any, str | _StrPromise]]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:206:1 Type `str` does not match asserted type `Any`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:207:1 Type `bytes` does not match asserted type `tuple[Literal[b"\x1c"], Literal["File Separator"]]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:215:1 Type `list[str]` does not match asserted type `list[str | _StrPromise]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:216:1 Type `list[int | float | None]` does not match asserted type `list[Any]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:217:1 Type `list[tuple[int | float | None, str]]` does not match asserted type `list[tuple[Any, str | _StrPromise]]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:220:1 Type `str` does not match asserted type `Any`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:221:1 Type `int | float` does not match asserted type `tuple[float, Literal["Ï€"]]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:223:1 Type `str` does not match asserted type `Literal[Constants.__empty__]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:229:1 Type `list[str]` does not match asserted type `list[str | _StrPromise]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:232:1 Type `list[Any | None]` does not match asserted type `list[Any]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:238:1 Type `list[tuple[Any | None, str]]` does not match asserted type `list[tuple[Any, str | _StrPromise]]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:245:1 Type `str` does not match asserted type `Any`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:248:1 Type `Any` does not match asserted type `Literal[1]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:251:1 Type `str` does not match asserted type `Unknown | Literal["Python's None"]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:256:1 Type `list[str]` does not match asserted type `list[str | _StrPromise]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:258:1 Type `list[tuple[str, str]]` does not match asserted type `list[tuple[str, str | _StrPromise]]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:261:1 Type `str` does not match asserted type `Any`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:262:1 Type `str` does not match asserted type `tuple[Literal["N"], Literal["North"]]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:268:1 Type `list[str]` does not match asserted type `list[str | _StrPromise]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:270:1 Type `list[tuple[str, str]]` does not match asserted type `list[tuple[str, str | _StrPromise]]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:273:1 Type `str` does not match asserted type `Any`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:274:1 Type `str` does not match asserted type `tuple[Literal["N"], Literal["North"]]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:280:1 Type `list[str]` does not match asserted type `list[str | _StrPromise]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:282:1 Type `list[tuple[str, str]]` does not match asserted type `list[tuple[str, str | _StrPromise]]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:286:1 Type `list[str | _StrPromise]` does not match asserted type `list[Any]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:287:1 Type `list[int]` does not match asserted type `list[Any]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:293:1 Type `list[str | _StrPromise]` does not match asserted type `list[Any]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:295:1 Type `list[str]` does not match asserted type `list[Any]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:299:1 Type `list[str | _StrPromise]` does not match asserted type `list[Any]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:300:1 Type `list[int | str]` does not match asserted type `list[Any]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:306:1 Type `list[str | _StrPromise]` does not match asserted type `list[Any]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:313:1 Type `list[tuple[int, _StrPromise]]` does not match asserted type `Unknown | list[tuple[int, str | _StrPromise]]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:314:1 Type `list[tuple[int, _StrPromise]]` does not match asserted type `Unknown | list[tuple[int, str | _StrPromise]]`
django-stubs type-assertion-failure tests/assert_type/db/models/test_enums.py:315:1 Type `list[tuple[str, str]]` does not match asserted type `list[tuple[str, str | _StrPromise]]`
django-stubs type-assertion-failure tests/assert_type/http/test_request.py:13:1 Type `_ImmutableQueryDict` does not match asserted type `QueryDict`
django-stubs type-assertion-failure tests/assert_type/http/test_request.py:14:1 Type `_ImmutableQueryDict` does not match asserted type `QueryDict`
django-stubs type-assertion-failure tests/assert_type/http/test_request.py:15:1 Type `_ImmutableQueryDict` does not match asserted type `QueryDict`
django-stubs type-assertion-failure tests/assert_type/http/test_request.py:16:1 Type `_ImmutableQueryDict` does not match asserted type `QueryDict`
django-stubs type-assertion-failure tests/assert_type/http/test_request.py:21:1 Type `str` does not match asserted type `str | list[object]`
django-stubs type-assertion-failure tests/assert_type/http/test_request.py:24:1 Type `list[str]` does not match asserted type `list[str] | Unknown`
django-stubs type-assertion-failure tests/assert_type/http/test_request.py:33:1 Type `list[str] | int` does not match asserted type `list[str] | Literal[12]`
django-stubs unused-ignore-comment tests/assert_type/middleware/test_middleware.py:19:45 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment tests/assert_type/middleware/test_middleware.py:27:45 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment tests/assert_type/middleware/test_middleware.py:41:45 Unused blanket `type: ignore` directive
django-stubs unused-ignore-comment tests/assert_type/middleware/test_middleware.py:42:31 Unused blanket `type: ignore` directive
django-stubs invalid-return-type tests/assert_type/urls/test_conf.py:26:13 Function always implicitly returns `None`, which is not assignable to return type `HttpResponse`
django-stubs invalid-return-type tests/assert_type/urls/test_conf.py:27:19 Function always implicitly returns `None`, which is not assignable to return type `HttpResponse`
django-stubs invalid-return-type tests/assert_type/views/test_decorators.py:13:38 Function always implicitly returns `None`, which is not assignable to return type `HttpResponse`
django-stubs invalid-return-type tests/assert_type/views/test_decorators.py:23:39 Function always implicitly returns `None`, which is not assignable to return type `HttpResponse`
django-stubs type-assertion-failure tests/assert_type/views/test_decorators.py:26:1 Type `HttpResponse` does not match asserted type `Unknown`
django-stubs type-assertion-failure tests/assert_type/views/test_decorators.py:27:1 Type `HttpResponse` does not match asserted type `Unknown`
django-stubs unresolved-import tests/test_error_handling.py:9:8 Cannot resolve imported module `pytest`
colour possibly-unresolved-reference colour/__init__.py:66:21 Name `_KEY` used when possibly not defined
colour possibly-unresolved-reference colour/__init__.py:66:27 Name `_VALUE` used when possibly not defined
colour possibly-unresolved-reference colour/__init__.py:921:5 Name `_JCh` used when possibly not defined
colour possibly-unresolved-reference colour/__init__.py:921:11 Name `_Jab` used when possibly not defined
colour possibly-unresolved-reference colour/__init__.py:921:17 Name `_module` used when possibly not defined
colour possibly-unresolved-reference colour/__init__.py:921:26 Name `_sub_module` used when possibly not defined
colour unresolved-attribute colour/__init__.py:952:1 Unresolved attribute `__application_name__` on type `<class 'colour'>`.
colour unresolved-attribute colour/__init__.py:954:1 Unresolved attribute `__major_version__` on type `<class 'colour'>`.
colour unresolved-attribute colour/__init__.py:955:1 Unresolved attribute `__minor_version__` on type `<class 'colour'>`.
colour unresolved-attribute colour/__init__.py:956:1 Unresolved attribute `__change_version__` on type `<class 'colour'>`.
colour unresolved-attribute colour/__init__.py:957:1 Unresolved attribute `__version__` on type `<class 'colour'>`.
colour unresolved-attribute colour/__init__.py:959:1 Unresolved attribute `__disable_lazy_load__` on type `<class 'colour'>`.
colour unresolved-attribute colour/__init__.py:960:25 Class `colour` has no attribute `__disable_lazy_load__`
colour invalid-assignment colour/__init__.py:983:5 Invalid subscript assignment with key of type `Literal["colour"]` and value of type `colour` on object of type `dict[str, ModuleType]`
colour invalid-assignment colour/algebra/__init__.py:147:5 Invalid subscript assignment with key of type `Literal["colour.algebra"]` and value of type `algebra` on object of type `dict[str, ModuleType]`
colour implicit-concatenated-string-type-annotation colour/algebra/common.py:163:9 Type expressions cannot span multiple string literals
colour possibly-unresolved-reference colour/algebra/common.py:388:12 Name `c` used when possibly not defined
colour possibly-unresolved-reference colour/appearance/hunt.py:498:63 Name `N_cb` used when possibly not defined
colour possibly-unresolved-reference colour/appearance/hunt.py:499:61 Name `N_cb` used when possibly not defined
colour possibly-unresolved-reference colour/appearance/hunt.py:500:67 Name `N_cb` used when possibly not defined
colour possibly-unresolved-reference colour/appearance/hunt.py:501:65 Name `N_cb` used when possibly not defined
colour possibly-unresolved-reference colour/appearance/hunt.py:513:55 Name `S_p` used when possibly not defined
colour possibly-unresolved-reference colour/appearance/hunt.py:513:60 Name `S_w_p` used when possibly not defined
colour possibly-unresolved-reference colour/appearance/hunt.py:513:67 Name `N_bb` used when possibly not defined
colour possibly-unresolved-reference colour/appearance/hunt.py:514:57 Name `S_w_p` used when possibly not defined
colour possibly-unresolved-reference colour/appearance/hunt.py:514:64 Name `S_w_p` used when possibly not defined
colour possibly-unresolved-reference colour/appearance/hunt.py:514:71 Name `N_bb` used when possibly not defined
colour invalid-argument-type colour/appearance/scam.py:434:21 Argument to function `has_only_nan` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
colour invalid-argument-type colour/appearance/scam.py:434:41 Argument to function `has_only_nan` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
colour possibly-unresolved-reference colour/characterisation/correction.py:425:12 Name `expansion` used when possibly not defined
colour possibly-unresolved-reference colour/characterisation/correction.py:620:12 Name `expansion` used when possibly not defined
colour no-matching-overload colour/colorimetry/spectrum.py:417:21 No overload of function `around` matches arguments
colour invalid-return-type colour/colorimetry/spectrum.py:815:16 Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | property`
colour invalid-return-type colour/colorimetry/spectrum.py:839:16 Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | property`
colour unsupported-operator colour/colorimetry/spectrum.py:1603:43 Operator `>=` is not supported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | property` and `Unknown | int | float`
colour unsupported-operator colour/colorimetry/spectrum.py:1603:65 Operator `<=` is not supported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | property` and `Unknown | int | float`
colour invalid-return-type colour/colorimetry/spectrum.py:1658:16 Return type does not match returned value: expected `Self@normalise`, found `Self@normalise | ndarray[tuple[Any, ...], Unknown] | ndarray[tuple[Any, ...], dtype[floating[Any]]]`
colour invalid-argument-type colour/colorimetry/spectrum.py:2828:23 Argument to function `reshape_sd` is incorrect: Argument type `TypeMultiSpectralDistributions@reshape_msds` does not satisfy upper bound `SpectralDistribution` of type variable `TypeSpectralDistribution`
colour invalid-argument-type colour/colorimetry/tests/test_spectrum.py:1681:13 Argument to bound method `__init__` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 8 union elements`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | property`
colour invalid-argument-type colour/colorimetry/tests/test_spectrum.py:1691:13 Argument to bound method `__init__` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 8 union elements`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | property`
colour possibly-missing-attribute colour/colorimetry/tests/test_spectrum.py:1827:17 Attribute `values` may be missing on object of type `Unknown | Signal`
colour possibly-missing-attribute colour/colorimetry/tests/test_spectrum.py:1845:17 Attribute `values` may be missing on object of type `Unknown | Signal`
colour invalid-argument-type colour/colorimetry/tests/test_tristimulus_values.py:1576:26 Argument is incorrect: Expected `MultiSpectralDistributions`, found `SpectralDistribution`
colour invalid-argument-type colour/colorimetry/tests/test_tristimulus_values.py:1589:38 Argument is incorrect: Expected `SpectralDistribution`, found `MultiSpectralDistributions`
colour invalid-argument-type colour/colorimetry/tests/test_tristimulus_values.py:1625:38 Argument is incorrect: Expected `MultiSpectralDistributions`, found `SpectralDistribution`
colour invalid-argument-type colour/colorimetry/tests/test_tristimulus_values.py:1638:38 Argument is incorrect: Expected `SpectralDistribution`, found `MultiSpectralDistributions`
colour invalid-argument-type colour/colorimetry/tristimulus_values.py:1070:23 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | property`
colour invalid-argument-type colour/colorimetry/tristimulus_values.py:1077:31 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | property`
colour invalid-assignment colour/continuous/signal.py:1197:47 Object of type `ndarray[tuple[Any, ...], dtype[Unknown]] | (_Buffer & ndarray[tuple[object, ...], dtype[object]] & ~Signal) | (_SupportsArray[dtype[Any]] & ndarray[tuple[object, ...], dtype[object]] & ~Signal) | ... omitted 9 union elements` is not assignable to `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
colour invalid-argument-type colour/continuous/signal.py:1207:45 Argument to function `as_float_array` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[int], dtype[object]] | ExtensionArray`
colour invalid-argument-type colour/continuous/tests/test_multi_signal.py:511:13 Method `__getitem__` of type `bound method MultiSignals.__getitem__(x: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements) -> ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` cannot be called with key of type `tuple[slice[None, None, None], slice[None, None, None]]` on object of type `MultiSignals`
colour invalid-argument-type colour/continuous/tests/test_multi_signal.py:529:13 Method `__getitem__` of type `bound method MultiSignals.__getitem__(x: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements) -> ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` cannot be called with key of type `tuple[slice[None, None, None], slice[Literal[0], Literal[2], None]]` on object of type `MultiSignals`
colour invalid-assignment colour/continuous/tests/test_multi_signal.py:694:9 Invalid subscript assignment with key of type `tuple[slice[None, None, None], slice[None, None, None]]` and value of type `Literal[50]` on object of type `MultiSignals`
colour invalid-assignment colour/continuous/tests/test_multi_signal.py:713:9 Invalid subscript assignment with key of type `tuple[slice[None, None, None], slice[Literal[0], Literal[2], None]]` and value of type `Literal[50]` on object of type `MultiSignals`
colour possibly-unresolved-reference colour/difference/metamerism_index.py:169:9 Name `Lab_corr_t` used when possibly not defined
colour possibly-unresolved-reference colour/difference/metamerism_index.py:301:29 Name `XYZ_corr_t` used when possibly not defined
colour invalid-argument-type colour/examples/contrast/examples_contrast.py:104:50 Argument to function `contrast_sensitivity_function` is incorrect: Expected `str`, found `Unknown | float | int`
colour unresolved-attribute colour/examples/models/examples_models.py:193:7 Module `colour` has no member `Luv_to_LCHuv`
colour unresolved-attribute colour/examples/models/examples_models.py:202:7 Module `colour` has no member `LCHuv_to_Luv`
colour unresolved-attribute colour/examples/models/examples_models.py:227:7 Module `colour` has no member `Lab_to_LCHab`
colour unresolved-attribute colour/examples/models/examples_models.py:236:7 Module `colour` has no member `LCHab_to_Lab`
colour possibly-unresolved-reference colour/geometry/primitives.py:207:36 Name `shift` used when possibly not defined
colour possibly-unresolved-reference colour/geometry/primitives.py:208:53 Name `shift` used when possibly not defined
colour possibly-unresolved-reference colour/geometry/primitives.py:223:25 Name `zero_axis` used when possibly not defined
colour unresolved-reference colour/geometry/section.py:194:11 Name `trimesh` used when not defined
colour unresolved-import colour/geometry/section.py:257:12 Cannot resolve imported module `trimesh.intersections`
colour possibly-unresolved-reference colour/geometry/section.py:273:36 Name `normal` used when possibly not defined
colour possibly-unresolved-reference colour/geometry/section.py:277:9 Name `plane` used when possibly not defined
colour possibly-unresolved-reference colour/geometry/section.py:277:15 Name `plane` used when possibly not defined
colour possibly-unresolved-reference colour/geometry/section.py:279:54 Name `normal` used when possibly not defined
colour possibly-unresolved-reference colour/geometry/section.py:279:62 Name `plane` used when possibly not defined
colour invalid-argument-type colour/geometry/tests/test_primitives.py:786:32 Argument to function `primitive_cube` is incorrect: Expected `Literal["-x", "+x", "-y", "+y", "-z", ... omitted 7 literals] | None`, found `list[Unknown]`
colour invalid-argument-type colour/geometry/tests/test_primitives.py:787:32 Argument to function `primitive_cube` is incorrect: Expected `Literal["-x", "+x", "-y", "+y", "-z", ... omitted 7 literals] | None`, found `list[Unknown]`
colour unresolved-import colour/geometry/tests/test_section.py:156:16 Cannot resolve imported module `trimesh`
colour invalid-argument-type colour/geometry/tests/test_vertices.py:257:41 Argument to function `primitive_vertices_cube_mpl` is incorrect: Expected `Sequence[Literal["-x", "+x", "-y", "+y", "-z", ... omitted 7 literals]] | None`, found `list[Unknown | str]`
colour invalid-argument-type colour/geometry/tests/test_vertices.py:263:41 Argument to function `primitive_vertices_cube_mpl` is incorrect: Expected `Sequence[Literal["-x", "+x", "-y", "+y", "-z", ... omitted 7 literals]] | None`, found `list[Unknown | str]`
colour invalid-argument-type colour/geometry/tests/test_vertices.py:269:41 Argument to function `primitive_vertices_cube_mpl` is incorrect: Expected `Sequence[Literal["-x", "+x", "-y", "+y", "-z", ... omitted 7 literals]] | None`, found `list[Unknown | str]`
colour invalid-argument-type colour/geometry/tests/test_vertices.py:275:41 Argument to function `primitive_vertices_cube_mpl` is incorrect: Expected `Sequence[Literal["-x", "+x", "-y", "+y", "-z", ... omitted 7 literals]] | None`, found `list[Unknown | str]`
colour invalid-argument-type colour/geometry/tests/test_vertices.py:281:41 Argument to function `primitive_vertices_cube_mpl` is incorrect: Expected `Sequence[Literal["-x", "+x", "-y", "+y", "-z", ... omitted 7 literals]] | None`, found `list[Unknown | str]`
colour invalid-argument-type colour/geometry/tests/test_vertices.py:287:41 Argument to function `primitive_vertices_cube_mpl` is incorrect: Expected `Sequence[Literal["-x", "+x", "-y", "+y", "-z", ... omitted 7 literals]] | None`, found `list[Unknown | str]`
colour possibly-unresolved-reference colour/geometry/vertices.py:125:27 Name `vertices` used when possibly not defined
colour unresolved-import colour/graph/common.py:64:12 Cannot resolve imported module `networkx`
colour invalid-argument-type colour/graph/conversion.py:475:19 Argument to function `tstack` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | int | float | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | None]`
colour invalid-argument-type colour/graph/conversion.py:596:19 Argument to function `tstack` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | int | float | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | None]`
colour invalid-argument-type colour/graph/conversion.py:725:19 Argument to function `tstack` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | int | float | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | None]`
colour invalid-argument-type colour/graph/conversion.py:862:19 Argument to function `tstack` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | int | float | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | None]`
colour possibly-unresolved-reference colour/graph/conversion.py:1743:24 Name `_JCh` used when possibly not defined
colour possibly-unresolved-reference colour/graph/conversion.py:1743:30 Name `_Jab` used when possibly not defined
colour possibly-unresolved-reference colour/graph/conversion.py:1743:36 Name `_module` used when possibly not defined
colour possibly-unresolved-reference colour/graph/conversion.py:1743:45 Name `_Jab_name` used when possibly not defined
colour possibly-unresolved-reference colour/graph/conversion.py:1743:56 Name `_JCh_name` used when possibly not defined
colour unresolved-reference colour/graph/conversion.py:1769:23 Name `networkx` used when not defined
colour unresolved-import colour/graph/conversion.py:1779:12 Cannot resolve imported module `networkx`
colour unresolved-reference colour/graph/conversion.py:1793:19 Name `nx` used when not defined
colour unresolved-import colour/graph/conversion.py:1824:12 Cannot resolve imported module `networkx`
colour possibly-unresolved-reference colour/graph/conversion.py:1835:9 Name `CONVERSION_GRAPH` used when possibly not defined
colour unresolved-attribute colour/graph/conversion.py:1937:17 Object of type `(...) -> Unknown` has no attribute `__name__`
colour unresolved-attribute colour/graph/conversion.py:1950:36 Object of type `(...) -> Unknown` has no attribute `__name__`
colour unresolved-attribute colour/graph/conversion.py:1967:23 Object of type `(...) -> Unknown` has no attribute `__name__`
colour unresolved-attribute colour/graph/conversion.py:2228:36 Object of type `(...) -> Unknown` has no attribute `__name__`
colour possibly-unresolved-reference colour/graph/conversion.py:2239:40 Name `scale` used when possibly not defined
colour invalid-return-type colour/hints/__init__.py:678:32 Function always implicitly returns `None`, which is not assignable to return type `ndarray[tuple[Any, ...], dtype[Unknown]]`
colour invalid-return-type colour/hints/__init__.py:681:42 Function always implicitly returns `None`, which is not assignable to return type `ndarray[tuple[Any, ...], dtype[Unknown]]`
colour invalid-assignment colour/io/__init__.py:130:5 Invalid subscript assignment with key of type `Literal["colour.io"]` and value of type `io` on object of type `dict[str, ModuleType]`
colour unresolved-import colour/io/fichet2021.py:363:14 Cannot resolve imported module `OpenImageIO`
colour unresolved-import colour/io/fichet2021.py:525:10 Cannot resolve imported module `OpenImageIO`
colour unresolved-import colour/io/fichet2021.py:685:10 Cannot resolve imported module `OpenImageIO`
colour unresolved-import colour/io/fichet2021.py:830:10 Cannot resolve imported module `OpenImageIO`
colour invalid-argument-type colour/io/fichet2021.py:839:13 Argument to function `sds_and_msds_to_components_Fichet2021` is incorrect: Expected `Sequence[SpectralDistribution | MultiSpectralDistributions] | SpectralDistribution | MultiSpectralDistributions | ValuesView[Unknown]`, found `Sequence[SpectralDistribution | MultiSpectralDistributions] | SpectralDistribution | MultiSpectralDistributions | (dict[str | int | float, tuple[ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]], ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]]] & Sequence[object]) | ValuesView[Unknown]`
colour unresolved-reference colour/io/image.py:110:12 Name `OpenImageIO` used when not defined
colour unresolved-import colour/io/image.py:116:10 Cannot resolve imported module `OpenImageIO`
colour unresolved-import colour/io/image.py:117:10 Cannot resolve imported module `OpenImageIO`
colour unresolved-import colour/io/image.py:248:10 Cannot resolve imported module `OpenImageIO`
colour unresolved-import colour/io/image.py:443:10 Cannot resolve imported module `OpenImageIO`
colour unresolved-import colour/io/image.py:538:10 Cannot resolve imported module `imageio.v2`
colour unresolved-import colour/io/image.py:735:10 Cannot resolve imported module `OpenImageIO`
colour unresolved-import colour/io/image.py:839:10 Cannot resolve imported module `imageio.v2`
colour possibly-unresolved-reference colour/io/luts/cinespace_csp.py:243:12 Name `LUT` used when possibly not defined
colour possibly-unresolved-reference colour/io/luts/lut.py:2444:19 Name `table` used when possibly not defined
colour possibly-unresolved-reference colour/io/luts/lut.py:2446:20 Name `domain` used when possibly not defined
colour possibly-unresolved-reference colour/io/luts/lut.py:2447:18 Name `table` used when possibly not defined
colour possibly-unresolved-reference colour/io/luts/resolve_cube.py:244:12 Name `LUT` used when possibly not defined
colour unresolved-attribute colour/io/luts/tests/test_cinespace_csp.py:221:31 Object of type `ProtocolLUTSequenceItem` has no attribute `convert`
colour unresolved-attribute colour/io/luts/tests/test_cinespace_csp.py:254:31 Object of type `ProtocolLUTSequenceItem` has no attribute `convert`
colour unresolved-attribute colour/io/luts/tests/test_resolve_cube.py:228:31 Object of type `ProtocolLUTSequenceItem` has no attribute `convert`
colour unresolved-import colour/io/ocio.py:137:12 Cannot resolve imported module `PyOpenColorIO`
colour possibly-unresolved-reference colour/io/tabular.py:162:19 Name `transposed_csv_file` used when possibly not defined
colour not-iterable colour/io/tabular.py:164:42 Object of type `tuple[str, ...] | None` may not be iterable
colour unresolved-import colour/io/tests/test_image.py:67:14 Cannot resolve imported module `OpenImageIO`
colour possibly-missing-attribute colour/io/tests/test_image.py:74:16 Attribute `width` may be missing on object of type `Unknown | ImageSpec`
colour possibly-missing-attribute colour/io/tests/test_image.py:75:16 Attribute `height` may be missing on object of type `Unknown | ImageSpec`
colour possibly-missing-attribute colour/io/tests/test_image.py:76:16 Attribute `nchannels` may be missing on object of type `Unknown | ImageSpec`
colour possibly-missing-attribute colour/io/tests/test_image.py:77:16 Attribute `format` may be missing on object of type `Unknown | ImageSpec`
colour possibly-missing-attribute colour/io/tests/test_image.py:78:16 Attribute `extra_attribs` may be missing on object of type `Unknown | ImageSpec`
colour unresolved-import colour/io/tests/test_image.py:375:14 Cannot resolve imported module `OpenImageIO`
colour unresolved-import colour/io/tests/test_ocio.py:42:16 Cannot resolve imported module `PyOpenColorIO`
colour invalid-argument-type colour/io/tm2714.py:1638:36 Argument to function `tstack` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | property]`
colour possibly-unresolved-reference colour/io/tm2714.py:1802:44 Name `mapping` used when possibly not defined
colour possibly-unresolved-reference colour/io/tm2714.py:1804:38 Name `mapping` used when possibly not defined
colour possibly-unresolved-reference colour/io/tm2714.py:1806:21 Name `mapping` used when possibly not defined
colour possibly-unresolved-reference colour/io/tm2714.py:1806:45 Name `mapping` used when possibly not defined
colour possibly-unresolved-reference colour/models/__init__.py:942:5 Name `_JCh` used when possibly not defined
colour possibly-unresolved-reference colour/models/__init__.py:943:5 Name `_Jab` used when possibly not defined
colour possibly-unresolved-reference colour/models/__init__.py:944:5 Name `_callable` used when possibly not defined
colour possibly-unresolved-reference colour/models/__init__.py:945:5 Name `_module` used when possibly not defined
colour possibly-unresolved-reference colour/models/__init__.py:946:5 Name `_scale` used when possibly not defined
colour possibly-unresolved-reference colour/models/__init__.py:947:5 Name `_XYZ_to_Jab_name` used when possibly not defined
colour possibly-unresolved-reference colour/models/__init__.py:948:5 Name `_metadata` used when possibly not defined
colour possibly-unresolved-reference colour/models/__init__.py:949:5 Name `_range_scale` used when possibly not defined
colour possibly-unresolved-reference colour/models/__init__.py:950:5 Name `_XYZ_to_Jab_callable` used when possibly not defined
colour possibly-unresolved-reference colour/models/__init__.py:951:5 Name `_parameter` used when possibly not defined
colour possibly-unresolved-reference colour/models/osa_ucs.py:341:38 Name `XYZ` used when possibly not defined
colour invalid-argument-type colour/models/rgb/tests/test_rgb_colourspace.py:346:17 Argument to function `XYZ_to_RGB` is incorrect: Expected `RGB_Colourspace | str`, found `ndarray[tuple[Any, ...], dtype[Any]]`
colour invalid-argument-type colour/models/rgb/tests/test_rgb_colourspace.py:348:17 Argument to function `XYZ_to_RGB` is incorrect: Expected `str | None`, found `ndarray[tuple[Any, ...], dtype[Any]]`
colour invalid-argument-type colour/models/rgb/tests/test_rgb_colourspace.py:355:17 Argument to function `XYZ_to_RGB` is incorrect: Expected `bool`, found `Literal["Bradford"]`
colour invalid-argument-type colour/models/rgb/tests/test_rgb_colourspace.py:365:17 Argument to function `XYZ_to_RGB` is incorrect: Expected `RGB_Colourspace | str`, found `ndarray[tuple[Any, ...], dtype[Any]]`
colour invalid-argument-type colour/models/rgb/tests/test_rgb_colourspace.py:367:17 Argument to function `XYZ_to_RGB` is incorrect: Expected `str | None`, found `ndarray[tuple[Any, ...], dtype[Any]]`
colour invalid-argument-type colour/models/rgb/tests/test_rgb_colourspace.py:374:17 Argument to function `XYZ_to_RGB` is incorrect: Expected `bool`, found `None`
colour invalid-argument-type colour/models/rgb/tests/test_rgb_colourspace.py:384:17 Argument to function `XYZ_to_RGB` is incorrect: Expected `RGB_Colourspace | str`, found `ndarray[tuple[Any, ...], dtype[Any]]`
colour invalid-argument-type colour/models/rgb/tests/test_rgb_colourspace.py:386:17 Argument to function `XYZ_to_RGB` is incorrect: Expected `str | None`, found `ndarray[tuple[Any, ...], dtype[Any]]`
colour invalid-argument-type colour/models/rgb/tests/test_rgb_colourspace.py:401:17 Argument to function `XYZ_to_RGB` is incorrect: Expected `RGB_Colourspace | str`, found `ndarray[tuple[Any, ...], dtype[Any]]`
colour invalid-argument-type colour/models/rgb/tests/test_rgb_colourspace.py:403:17 Argument to function `XYZ_to_RGB` is incorrect: Expected `str | None`, found `ndarray[tuple[Any, ...], dtype[Any]]`
colour invalid-argument-type colour/models/rgb/tests/test_rgb_colourspace.py:546:17 Argument to function `RGB_to_XYZ` is incorrect: Expected `RGB_Colourspace | str`, found `ndarray[tuple[Any, ...], dtype[Any]]`
colour invalid-argument-type colour/models/rgb/tests/test_rgb_colourspace.py:548:17 Argument to function `RGB_to_XYZ` is incorrect: Expected `str | None`, found `ndarray[tuple[Any, ...], dtype[Any]]`
colour invalid-argument-type colour/models/rgb/tests/test_rgb_colourspace.py:555:17 Argument to function `RGB_to_XYZ` is incorrect: Expected `bool`, found `Literal["Bradford"]`
colour invalid-argument-type colour/models/rgb/tests/test_rgb_colourspace.py:565:17 Argument to function `RGB_to_XYZ` is incorrect: Expected `RGB_Colourspace | str`, found `ndarray[tuple[Any, ...], dtype[Any]]`
colour invalid-argument-type colour/models/rgb/tests/test_rgb_colourspace.py:567:17 Argument to function `RGB_to_XYZ` is incorrect: Expected `str | None`, found `ndarray[tuple[Any, ...], dtype[Any]]`
colour invalid-argument-type colour/models/rgb/tests/test_rgb_colourspace.py:574:17 Argument to function `RGB_to_XYZ` is incorrect: Expected `bool`, found `None`
colour invalid-argument-type colour/models/rgb/tests/test_rgb_colourspace.py:584:17 Argument to function `RGB_to_XYZ` is incorrect: Expected `RGB_Colourspace | str`, found `ndarray[tuple[Any, ...], dtype[Any]]`
colour invalid-argument-type colour/models/rgb/tests/test_rgb_colourspace.py:586:17 Argument to function `RGB_to_XYZ` is incorrect: Expected `str | None`, found `ndarray[tuple[Any, ...], dtype[Any]]`
colour invalid-argument-type colour/models/rgb/tests/test_rgb_colourspace.py:601:17 Argument to function `RGB_to_XYZ` is incorrect: Expected `RGB_Colourspace | str`, found `ndarray[tuple[Any, ...], dtype[Any]]`
colour invalid-argument-type colour/models/rgb/tests/test_rgb_colourspace.py:603:17 Argument to function `RGB_to_XYZ` is incorrect: Expected `str | None`, found `ndarray[tuple[Any, ...], dtype[Any]]`
colour no-matching-overload colour/notation/hexadecimal.py:133:11 No overload of function `lstrip` matches arguments
colour invalid-argument-type colour/notation/hexadecimal.py:141:17 Argument to function `__new__` is incorrect: Expected `str | bytes | bytearray`, found `list[Unknown]`
colour unresolved-import colour/notation/munsell.py:156:27 Module `colour.models` has no member `Lab_to_LCHab`
colour invalid-argument-type colour/notation/munsell.py:1203:21 Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[Unknown]] | int | float]`
colour invalid-argument-type colour/notation/munsell.py:1248:17 Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[Unknown]] | int | float]`
colour invalid-argument-type colour/notation/munsell.py:1268:13 Argument to function `maximum_chroma_from_renotation` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[Unknown]] | int | float]`
colour invalid-argument-type colour/notation/munsell.py:1280:17 Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[Unknown]] | int | float]`
colour invalid-argument-type colour/notation/munsell.py:1317:21 Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[Unknown]] | int | float]`
colour invalid-argument-type colour/notation/munsell.py:1340:17 Argument to function `_munsell_specification_to_xyY` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[Unknown]] | int | float]`
colour possibly-unresolved-reference colour/notation/munsell.py:2456:20 Name `x` used when possibly not defined
colour possibly-unresolved-reference colour/notation/munsell.py:2456:23 Name `y` used when possibly not defined
colour possibly-unresolved-reference colour/notation/tests/test_munsell.py:146:19 Name `specification` used when possibly not defined
colour unused-ignore-comment colour/phenomena/tmm.py:99:52 Unused blanket `type: ignore` directive
colour unused-ignore-comment colour/phenomena/tmm.py:126:52 Unused blanket `type: ignore` directive
colour invalid-argument-type colour/plotting/colorimetry.py:394:36 Argument to function `filter_cmfs` is incorrect: Expected `MultiSpectralDistributions | Sequence[MultiSpectralDistributions | str]`, found `Unknown | str | bool`
colour invalid-argument-type colour/plotting/colorimetry.py:398:43 Argument to function `filter_illuminants` is incorrect: Expected `SpectralDistribution | Sequence[SpectralDistribution | str]`, found `Unknown | str | bool`
colour invalid-argument-type colour/plotting/colorimetry.py:420:40 Argument to bound method `plot` is incorrect: Expected `bool`, found `Unknown | str | bool`
colour invalid-argument-type colour/plotting/colorimetry.py:420:40 Argument to bound method `plot` is incorrect: Expected `bool`, found `Unknown | str | bool`
colour redundant-cast colour/plotting/colorimetry.py:532:12 Value is already of type `list[MultiSpectralDistributions]`
colour redundant-cast colour/plotting/colorimetry.py:698:19 Value is already of type `list[SpectralDistribution]`
colour possibly-unresolved-reference colour/plotting/common.py:231:5 Name `_scaling` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/common.py:231:15 Name `_value` used when possibly not defined
colour unresolved-attribute colour/plotting/common.py:834:24 Object of type `Patch` has no attribute `get_width`
colour unresolved-attribute colour/plotting/common.py:835:24 Object of type `Patch` has no attribute `get_height`
colour unresolved-attribute colour/plotting/common.py:838:13 Object of type `Patch` has no attribute `get_x`
colour unresolved-attribute colour/plotting/common.py:839:18 Object of type `Patch` has no attribute `get_height`
colour unresolved-attribute colour/plotting/common.py:840:17 Object of type `Patch` has no attribute `get_width`
colour invalid-argument-type colour/plotting/common.py:1329:28 Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`
colour invalid-argument-type colour/plotting/common.py:1418:17 Argument to bound method `text` is incorrect: Expected `dict[str, Any] | None`, found `Unknown | float | bool`
colour invalid-argument-type colour/plotting/common.py:1427:30 Argument to bound method `set_facecolor` is incorrect: Expected `tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`
colour unresolved-attribute colour/plotting/common.py:1508:16 Object of type `(...) -> Unknown` has no attribute `__name__`
colour invalid-argument-type colour/plotting/common.py:1623:55 Argument to bound method `plot` is incorrect: Expected `bool`, found `Unknown | str`
colour invalid-argument-type colour/plotting/common.py:1623:55 Argument to bound method `plot` is incorrect: Expected `bool`, found `Unknown | str`
colour invalid-argument-type colour/plotting/common.py:1718:39 Argument to bound method `imshow` is incorrect: Expected `str | Normalize | None`, found `Unknown | str | Colormap`
colour invalid-argument-type colour/plotting/common.py:1718:39 Argument to bound method `imshow` is incorrect: Expected `Literal["equal", "auto"] | int | float | None`, found `Unknown | str | Colormap`
colour invalid-argument-type colour/plotting/common.py:1718:39 Argument to bound method `imshow` is incorrect: Expected `str | None`, found `Unknown | str | Colormap`
colour invalid-argument-type colour/plotting/common.py:1718:39 Argument to bound method `imshow` is incorrect: Expected `int | float | _Buffer | ... omitted 6 union elements`, found `Unknown | str | Colormap`
colour invalid-argument-type colour/plotting/common.py:1718:39 Argument to bound method `imshow` is incorrect: Expected `int | float | None`, found `Unknown | str | Colormap`
colour invalid-argument-type colour/plotting/common.py:1718:39 Argument to bound method `imshow` is incorrect: Expected `int | float | None`, found `Unknown | str | Colormap`
colour invalid-argument-type colour/plotting/common.py:1718:39 Argument to bound method `imshow` is incorrect: Expected `Colorizer | None`, found `Unknown | str | Colormap`
colour invalid-argument-type colour/plotting/common.py:1718:39 Argument to bound method `imshow` is incorrect: Expected `Literal["upper", "lower"] | None`, found `Unknown | str | Colormap`
colour invalid-argument-type colour/plotting/common.py:1718:39 Argument to bound method `imshow` is incorrect: Expected `tuple[int | float, int | float, int | float, int | float] | None`, found `Unknown | str | Colormap`
colour invalid-argument-type colour/plotting/common.py:1718:39 Argument to bound method `imshow` is incorrect: Expected `Literal["data", "rgba", "auto"] | None`, found `Unknown | str | Colormap`
colour invalid-argument-type colour/plotting/common.py:1718:39 Argument to bound method `imshow` is incorrect: Expected `bool`, found `Unknown | str | Colormap`
colour invalid-argument-type colour/plotting/common.py:1718:39 Argument to bound method `imshow` is incorrect: Expected `int | float`, found `Unknown | str | Colormap`
colour invalid-argument-type colour/plotting/common.py:1718:39 Argument to bound method `imshow` is incorrect: Expected `bool | None`, found `Unknown | str | Colormap`
colour invalid-argument-type colour/plotting/common.py:1718:39 Argument to bound method `imshow` is incorrect: Expected `str | None`, found `Unknown | str | Colormap`
colour invalid-argument-type colour/plotting/common.py:1724:13 Argument to bound method `text` is incorrect: Expected `int | float`, found `Unknown | None | float`
colour invalid-argument-type colour/plotting/common.py:1725:13 Argument to bound method `text` is incorrect: Expected `int | float`, found `Unknown | None | float`
colour invalid-argument-type colour/plotting/common.py:1726:13 Argument to bound method `text` is incorrect: Expected `str`, found `Unknown | None | float`
colour invalid-argument-type colour/plotting/common.py:1730:13 Argument to bound method `text` is incorrect: Expected `dict[str, Any] | None`, found `Unknown | None | float`
colour invalid-argument-type colour/plotting/diagrams.py:465:13 Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`
colour possibly-unresolved-reference colour/plotting/diagrams.py:725:24 Name `x_label` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/diagrams.py:726:24 Name `y_label` used when possibly not defined
colour invalid-argument-type colour/plotting/diagrams.py:1092:36 Argument to function `filter_cmfs` is incorrect: Expected `MultiSpectralDistributions | Sequence[MultiSpectralDistributions | str]`, found `Unknown | Sequence[MultiSpectralDistributions | str] | MultiSpectralDistributions | bool`
colour invalid-argument-type colour/plotting/diagrams.py:1096:43 Argument to function `filter_illuminants` is incorrect: Expected `SpectralDistribution | Sequence[SpectralDistribution | str]`, found `Unknown | Sequence[MultiSpectralDistributions | str] | MultiSpectralDistributions | bool`
colour invalid-argument-type colour/plotting/diagrams.py:1112:33 Argument to bound method `plot` is incorrect: Expected `bool`, found `Unknown | Sequence[MultiSpectralDistributions | str] | MultiSpectralDistributions | bool`
colour invalid-argument-type colour/plotting/diagrams.py:1112:33 Argument to bound method `plot` is incorrect: Expected `bool`, found `Unknown | Sequence[MultiSpectralDistributions | str] | MultiSpectralDistributions | bool`
colour invalid-argument-type colour/plotting/diagrams.py:1118:43 Argument to bound method `annotate` is incorrect: Expected `tuple[int | float, int | float] | None`, found `Unknown | bool | tuple[int, int] | str | Structure`
colour invalid-argument-type colour/plotting/diagrams.py:1118:43 Argument to bound method `annotate` is incorrect: Expected `str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform) | tuple[str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform), str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform)]`, found `Unknown | bool | tuple[int, int] | str | Structure`
colour invalid-argument-type colour/plotting/diagrams.py:1118:43 Argument to bound method `annotate` is incorrect: Expected `str | Artist | Transform | ... omitted 3 union elements`, found `Unknown | bool | tuple[int, int] | str | Structure`
colour invalid-argument-type colour/plotting/diagrams.py:1118:43 Argument to bound method `annotate` is incorrect: Expected `dict[str, Any] | None`, found `Unknown | bool | tuple[int, int] | str | Structure`
colour invalid-argument-type colour/plotting/diagrams.py:1118:43 Argument to bound method `annotate` is incorrect: Expected `bool | None`, found `Unknown | bool | tuple[int, int] | str | Structure`
colour possibly-unresolved-reference colour/plotting/diagrams.py:1120:52 Name `bounding_box` used when possibly not defined
colour unresolved-reference colour/plotting/graph.py:41:6 Name `Dot` used when not defined
colour unresolved-import colour/plotting/graph.py:80:12 Cannot resolve imported module `networkx`
colour unresolved-import colour/plotting/models.py:82:27 Module `colour.models` has no member `LCHab_to_Lab`
colour invalid-argument-type colour/plotting/models.py:441:9 Argument to bound method `scatter` is incorrect: Expected `str | Path | MarkerStyle | None`, found `Unknown | int | float | ... omitted 7 union elements`
colour invalid-argument-type colour/plotting/models.py:441:9 Argument to bound method `scatter` is incorrect: Expected `str | Colormap | None`, found `Unknown | int | float | ... omitted 7 union elements`
colour invalid-argument-type colour/plotting/models.py:441:9 Argument to bound method `scatter` is incorrect: Expected `str | Normalize | None`, found `Unknown | int | float | ... omitted 7 union elements`
colour invalid-argument-type colour/plotting/models.py:441:9 Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | float | ... omitted 7 union elements`
colour invalid-argument-type colour/plotting/models.py:441:9 Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | float | ... omitted 7 union elements`
colour invalid-argument-type colour/plotting/models.py:441:9 Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | float | ... omitted 7 union elements`
colour invalid-argument-type colour/plotting/models.py:441:9 Argument to bound method `scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `Unknown | int | float | ... omitted 7 union elements`
colour invalid-argument-type colour/plotting/models.py:441:9 Argument to bound method `scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `Unknown | int | float | ... omitted 7 union elements`
colour invalid-argument-type colour/plotting/models.py:441:9 Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `Unknown | int | float | ... omitted 7 union elements`
colour invalid-argument-type colour/plotting/models.py:441:9 Argument to bound method `scatter` is incorrect: Expected `bool`, found `Unknown | int | float | ... omitted 7 union elements`
colour redundant-cast colour/plotting/models.py:539:20 Value is already of type `list[RGB_Colourspace]`
colour invalid-argument-type colour/plotting/models.py:628:45 Argument to bound method `plot` is incorrect: Expected `bool`, found `Unknown | str`
colour invalid-argument-type colour/plotting/models.py:628:45 Argument to bound method `plot` is incorrect: Expected `bool`, found `Unknown | str`
colour invalid-argument-type colour/plotting/models.py:635:49 Argument to bound method `plot` is incorrect: Expected `bool`, found `Unknown | str`
colour invalid-argument-type colour/plotting/models.py:635:49 Argument to bound method `plot` is incorrect: Expected `bool`, found `Unknown | str`
colour possibly-unresolved-reference colour/plotting/models.py:637:9 Name `x_limit_min` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/models.py:638:9 Name `y_limit_min` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/models.py:639:9 Name `x_limit_max` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/models.py:640:9 Name `y_limit_max` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/models.py:643:13 Name `x_limit_min` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/models.py:644:13 Name `x_limit_max` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/models.py:645:13 Name `y_limit_min` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/models.py:646:13 Name `y_limit_max` used when possibly not defined
colour invalid-argument-type colour/plotting/models.py:1066:21 Argument to function `RGB_to_RGB` is incorrect: Expected `bool`, found `Unknown | int | str | float`
colour invalid-argument-type colour/plotting/models.py:1080:42 Argument to bound method `scatter` is incorrect: Expected `str | Path | MarkerStyle | None`, found `Unknown | int | str | float`
colour invalid-argument-type colour/plotting/models.py:1080:42 Argument to bound method `scatter` is incorrect: Expected `str | Colormap | None`, found `Unknown | int | str | float`
colour invalid-argument-type colour/plotting/models.py:1080:42 Argument to bound method `scatter` is incorrect: Expected `str | Normalize | None`, found `Unknown | int | str | float`
colour invalid-argument-type colour/plotting/models.py:1080:42 Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | str | float`
colour invalid-argument-type colour/plotting/models.py:1080:42 Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | str | float`
colour invalid-argument-type colour/plotting/models.py:1080:42 Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | str | float`
colour invalid-argument-type colour/plotting/models.py:1080:42 Argument to bound method `scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `Unknown | int | str | float`
colour invalid-argument-type colour/plotting/models.py:1080:42 Argument to bound method `scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `Unknown | int | str | float`
colour invalid-argument-type colour/plotting/models.py:1080:42 Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `Unknown | int | str | float`
colour invalid-argument-type colour/plotting/models.py:1080:42 Argument to bound method `scatter` is incorrect: Expected `bool`, found `Unknown | int | str | float`
colour invalid-argument-type colour/plotting/models.py:1984:47 Argument to function `convert` is incorrect: Expected `bool`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
colour invalid-argument-type colour/plotting/models.py:1984:47 Argument to function `convert` is incorrect: Expected `bool`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
colour invalid-argument-type colour/plotting/models.py:1988:47 Argument to function `convert` is incorrect: Expected `bool`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
colour invalid-argument-type colour/plotting/models.py:1988:47 Argument to function `convert` is incorrect: Expected `bool`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
colour unused-ignore-comment colour/plotting/models.py:2008:55 Unused blanket `type: ignore` directive
colour invalid-argument-type colour/plotting/models.py:2021:54 Argument to bound method `scatter` is incorrect: Expected `str | Path | MarkerStyle | None`, found `Unknown | int | str | float`
colour invalid-argument-type colour/plotting/models.py:2021:54 Argument to bound method `scatter` is incorrect: Expected `str | Colormap | None`, found `Unknown | int | str | float`
colour invalid-argument-type colour/plotting/models.py:2021:54 Argument to bound method `scatter` is incorrect: Expected `str | Normalize | None`, found `Unknown | int | str | float`
colour invalid-argument-type colour/plotting/models.py:2021:54 Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | str | float`
colour invalid-argument-type colour/plotting/models.py:2021:54 Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | str | float`
colour invalid-argument-type colour/plotting/models.py:2021:54 Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | str | float`
colour invalid-argument-type colour/plotting/models.py:2021:54 Argument to bound method `scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `Unknown | int | str | float`
colour invalid-argument-type colour/plotting/models.py:2021:54 Argument to bound method `scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `Unknown | int | str | float`
colour invalid-argument-type colour/plotting/models.py:2021:54 Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `Unknown | int | str | float`
colour invalid-argument-type colour/plotting/models.py:2021:54 Argument to bound method `scatter` is incorrect: Expected `bool`, found `Unknown | int | str | float`
colour possibly-unresolved-reference colour/plotting/phenomena.py:954:9 Name `W` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/phenomena.py:955:9 Name `Y` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/phenomena.py:956:9 Name `R_data` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/phenomena.py:960:27 Name `R_data` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/phenomena.py:965:55 Name `title_suffix` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/phenomena.py:965:71 Name `pol_label` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/phenomena.py:972:20 Name `y_data` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/phenomena.py:973:20 Name `y_data` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/phenomena.py:977:20 Name `y_label` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/phenomena.py:1145:13 Name `transmitted_x` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/phenomena.py:1146:13 Name `transmitted_y` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/phenomena.py:1157:13 Name `transmitted_x` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/phenomena.py:1158:13 Name `transmitted_y` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/phenomena.py:1170:29 Name `transmitted_x` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/phenomena.py:1173:17 Name `x_center` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/phenomena.py:1175:17 Name `x_center` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/phenomena.py:1175:29 Name `x_center` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/phenomena.py:1181:33 Name `transmitted_x` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/phenomena.py:1182:28 Name `transmitted_x` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/phenomena.py:1183:28 Name `transmitted_y` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/phenomena.py:1184:26 Name `transmitted_y` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/phenomena.py:1188:30 Name `theta_interface` used when possibly not defined
colour invalid-argument-type colour/plotting/quality.py:186:55 Argument to function `where` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `None`
colour possibly-unresolved-reference colour/plotting/quality.py:230:42 Name `Q_as` used when possibly not defined
colour unresolved-reference colour/plotting/section.py:111:11 Name `trimesh` used when not defined
colour possibly-unresolved-reference colour/plotting/section.py:235:49 Name `index_origin` used when possibly not defined
colour possibly-unresolved-reference colour/plotting/section.py:260:21 Name `RGB_section` used when possibly not defined
colour unused-ignore-comment colour/plotting/section.py:262:29 Unused blanket `type: ignore` directive
colour unresolved-reference colour/plotting/section.py:281:11 Name `trimesh` used when not defined
colour unresolved-import colour/plotting/section.py:481:12 Cannot resolve imported module `trimesh.convex`
colour unresolved-import colour/plotting/section.py:482:10 Cannot resolve imported module `trimesh`
colour unresolved-import colour/plotting/section.py:632:10 Cannot resolve imported module `trimesh`
colour invalid-argument-type colour/plotting/temperature.py:695:33 Argument to bound method `plot` is incorrect: Expected `bool`, found `Unknown | str`
colour invalid-argument-type colour/plotting/temperature.py:695:33 Argument to bound method `plot` is incorrect: Expected `bool`, found `Unknown | str`
colour invalid-argument-type colour/plotting/temperature.py:701:46 Argument to bound method `annotate` is incorrect: Expected `tuple[int | float, int | float] | None`, found `Unknown | bool | tuple[int, int] | str | Structure`
colour invalid-argument-type colour/plotting/temperature.py:701:46 Argument to bound method `annotate` is incorrect: Expected `str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform) | tuple[str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform), str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform)]`, found `Unknown | bool | tuple[int, int] | str | Structure`
colour invalid-argument-type colour/plotting/temperature.py:701:46 Argument to bound method `annotate` is incorrect: Expected `str | Artist | Transform | ... omitted 3 union elements`, found `Unknown | bool | tuple[int, int] | str | Structure`
colour invalid-argument-type colour/plotting/temperature.py:701:46 Argument to bound method `annotate` is incorrect: Expected `dict[str, Any] | None`, found `Unknown | bool | tuple[int, int] | str | Structure`
colour invalid-argument-type colour/plotting/temperature.py:701:46 Argument to bound method `annotate` is incorrect: Expected `bool | None`, found `Unknown | bool | tuple[int, int] | str | Structure`
colour possibly-unresolved-reference colour/plotting/temperature.py:720:29 Name `bounding_box` used when possibly not defined
colour unresolved-attribute colour/plotting/tests/test_common.py:200:16 Object of type `ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `subfigures`
colour unresolved-import colour/plotting/tests/test_section.py:44:16 Cannot resolve imported module `trimesh`
colour unresolved-import colour/plotting/tests/test_section.py:81:16 Cannot resolve imported module `trimesh`
colour possibly-missing-attribute colour/plotting/tm3018/report.py:527:5 Attribute `set` may be missing on object of type `LayoutEngine | None`
colour possibly-missing-attribute colour/plotting/tm3018/report.py:622:5 Attribute `set` may be missing on object of type `LayoutEngine | None`
colour possibly-missing-attribute colour/plotting/tm3018/report.py:706:5 Attribute `set` may be missing on object of type `LayoutEngine | None`
colour redundant-cast colour/plotting/volume.py:511:20 Value is already of type `list[RGB_Colourspace]`
colour invalid-argument-type colour/plotting/volume.py:604:48 Argument to function `convert` is incorrect: Expected `bool`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
colour invalid-argument-type colour/plotting/volume.py:604:48 Argument to function `convert` is incorrect: Expected `bool`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
colour unresolved-attribute colour/plotting/volume.py:648:5 Object of type `Poly3DCollection` has no attribute `set_facecolors`
colour unresolved-attribute colour/plotting/volume.py:649:5 Object of type `Poly3DCollection` has no attribute `set_edgecolors`
colour invalid-argument-type colour/plotting/volume.py:790:40 Argument to function `convert` is incorrect: Expected `bool`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
colour invalid-argument-type colour/plotting/volume.py:790:40 Argument to function `convert` is incorrect: Expected `bool`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
colour possibly-unresolved-reference colour/quality/cfi2017.py:434:24 Name `sd_planckian` used when possibly not defined
colour possibly-unresolved-reference colour/quality/cfi2017.py:438:9 Name `sd_planckian` used when possibly not defined
colour possibly-unresolved-reference colour/quality/cfi2017.py:439:13 Name `sd_planckian` used when possibly not defined
colour possibly-unresolved-reference colour/quality/cfi2017.py:441:9 Name `sd_daylight` used when possibly not defined
colour possibly-unresolved-reference colour/quality/cfi2017.py:441:34 Name `sd_daylight` used when possibly not defined
colour possibly-unresolved-reference colour/quality/cfi2017.py:455:24 Name `sd_daylight` used when possibly not defined
colour possibly-unresolved-reference colour/quality/cfi2017.py:457:12 Name `sd_reference` used when possibly not defined
colour unresolved-import colour/quality/cqs.py:56:27 Module `colour.models` has no member `Lab_to_LCHab`
colour unresolved-import colour/recovery/jakob2019.py:67:10 Cannot resolve imported module `tqdm`
colour no-matching-overload colour/recovery/mallett2019.py:209:14 No overload of function `minimize` matches arguments
colour no-matching-overload colour/recovery/meng2015.py:214:14 No overload of function `minimize` matches arguments
colour unresolved-import colour/recovery/otsu2018.py:71:10 Cannot resolve imported module `tqdm`
colour possibly-unresolved-reference colour/recovery/otsu2018.py:1553:20 Name `leaf` used when possibly not defined
colour invalid-assignment colour/recovery/tests/test_jakob2019.py:127:17 Too many values to unpack: Expected 2
colour no-matching-overload colour/temperature/cie_d.py:113:13 No overload of function `minimize` matches arguments
colour no-matching-overload colour/temperature/hernandez1999.py:176:13 No overload of function `minimize` matches arguments
colour no-matching-overload colour/temperature/kang2002.py:112:13 No overload of function `minimize` matches arguments
colour no-matching-overload colour/temperature/krystek1985.py:117:13 No overload of function `minimize` matches arguments
colour no-matching-overload colour/temperature/mccamy1992.py:160:13 No overload of function `minimize` matches arguments
colour no-matching-overload colour/temperature/planck1900.py:120:13 No overload of function `minimize` matches arguments
colour invalid-assignment colour/utilities/__init__.py:341:5 Invalid subscript assignment with key of type `Literal["colour.utilities"]` and value of type `utilities` on object of type `dict[str, ModuleType]`
colour invalid-argument-type colour/utilities/array.py:157:23 Argument to function `fields` is incorrect: Expected `DataclassInstance | type[@Todo]`, found `Self@fields`
colour invalid-argument-type colour/utilities/array.py:551:29 Argument to function `replace` is incorrect: Argument type `Self@arithmetical_operation` does not satisfy upper bound `DataclassInstance` of type variable `_DataclassT`
colour unresolved-attribute colour/utilities/array.py:950:13 Unresolved attribute `DTYPE_INT_DEFAULT` on type `ModuleType`.
colour unresolved-attribute colour/utilities/array.py:1003:13 Unresolved attribute `DTYPE_FLOAT_DEFAULT` on type `ModuleType`.
colour invalid-assignment colour/utilities/array.py:1219:20 Object of type `object` is not assignable to `(...) -> Unknown`
colour possibly-unresolved-reference colour/utilities/array.py:1295:32 Name `match` used when possibly not defined
colour possibly-unresolved-reference colour/utilities/array.py:2634:12 Name `oriented` used when possibly not defined
colour unresolved-attribute colour/utilities/common.py:983:9 Object of type `(...) -> Unknown` has no attribute `__code__`
colour unresolved-attribute colour/utilities/common.py:984:9 Object of type `(...) -> Unknown` has no attribute `__globals__`
colour unresolved-attribute colour/utilities/common.py:985:21 Object of type `(...) -> Unknown` has no attribute `__name__`
colour unresolved-attribute colour/utilities/common.py:986:9 Object of type `(...) -> Unknown` has no attribute `__defaults__`
colour unresolved-attribute colour/utilities/common.py:987:9 Object of type `(...) -> Unknown` has no attribute `__closure__`
colour unresolved-import colour/utilities/common.py:1126:12 Cannot resolve imported module `xxhash`
colour unresolved-attribute colour/utilities/network.py:185:16 Object of type `Self@id` has no attribute `_id`
colour invalid-return-type colour/utilities/network.py:232:16 Return type does not match returned value: expected `Self@parent | None`, found `Unknown | Self@parent | None | Self@__init__`
colour invalid-return-type colour/utilities/network.py:267:16 Return type does not match returned value: expected `list[Self@children]`, found `Unknown | list[Self@children] | list[Self@__init__]`
colour invalid-argument-type colour/utilities/network.py:1718:31 Argument to bound method `append` is incorrect: Expected `Self@children`, found `PortNode`
colour invalid-argument-type colour/utilities/network.py:1718:31 Argument to bound method `append` is incorrect: Expected `Self@__init__`, found `PortNode`
colour invalid-argument-type colour/utilities/network.py:1772:31 Argument to bound method `remove` is incorrect: Expected `Self@children`, found `PortNode`
colour invalid-argument-type colour/utilities/network.py:1772:31 Argument to bound method `remove` is incorrect: Expected `Self@__init__`, found `PortNode`
colour unresolved-import colour/utilities/network.py:1809:16 Cannot resolve imported module `networkx`
colour possibly-missing-attribute colour/utilities/network.py:1814:41 Attribute `edges` may be missing on object of type `Unknown | Self@children | Self@__init__`
colour unused-ignore-comment colour/utilities/network.py:1893:38 Unused blanket `type: ignore` directive
colour unresolved-reference colour/utilities/network.py:1974:30 Name `Dot` used when not defined
colour unresolved-import colour/utilities/network.py:2000:16 Cannot resolve imported module `pydot`
colour unresolved-import colour/utilities/requirements.py:114:16 Cannot resolve imported module `imageio`
colour unresolved-import colour/utilities/requirements.py:151:16 Cannot resolve imported module `OpenImageIO`
colour unresolved-import colour/utilities/requirements.py:225:16 Cannot resolve imported module `networkx`
colour unresolved-import colour/utilities/requirements.py:263:16 Cannot resolve imported module `PyOpenColorIO`
colour unresolved-import colour/utilities/requirements.py:339:16 Cannot resolve imported module `pydot`
colour unresolved-import colour/utilities/requirements.py:425:16 Cannot resolve imported module `tqdm`
colour unresolved-import colour/utilities/requirements.py:462:16 Cannot resolve imported module `trimesh`
colour unresolved-import colour/utilities/requirements.py:499:16 Cannot resolve imported module `xxhash`
colour unresolved-attribute colour/utilities/tests/test_array.py:652:16 Object of type `int` has no attribute `dtype`
colour unresolved-attribute colour/utilities/tests/test_array.py:666:16 Object of type `int | float` has no attribute `dtype`
colour invalid-argument-type colour/utilities/tests/test_array.py:826:54 Argument to function `fields` is incorrect: Expected `DataclassInstance | type[@Todo]`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
colour invalid-return-type colour/utilities/tests/test_array.py:828:28 Return type does not match returned value: expected `numpy.bool[builtins.bool] | signedinteger[_8Bit] | signedinteger[_16Bit] | ... omitted 11 union elements`, found `dtype[Unknown]`
colour invalid-argument-type colour/utilities/tests/test_array.py:2016:29 Argument to function `has_only_nan` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `None`
colour invalid-argument-type colour/utilities/tests/test_array.py:2018:29 Argument to function `has_only_nan` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | None]`
colour invalid-argument-type colour/utilities/tests/test_array.py:2020:33 Argument to function `has_only_nan` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `list[Unknown | bool | None]`
colour invalid-assignment colour/utilities/tests/test_deprecated.py:31:5 Invalid subscript assignment with key of type `Literal["colour.utilities.tests.test_deprecated"]` and value of type `deprecated` on object of type `dict[str, ModuleType]`
colour unresolved-attribute colour/utilities/tests/test_deprecation.py:326:13 Module `colour.utilities.tests.test_deprecated` has no member `OLD_NAME`
colour unresolved-import colour/utilities/tests/test_network.py:18:8 Cannot resolve imported module `networkx`
colour unresolved-import colour/utilities/tests/test_network.py:1072:16 Cannot resolve imported module `pydot`
colour unresolved-attribute colour/utilities/verbose.py:125:13 Object of type `Self@log` has no attribute `name`
colour invalid-assignment colour/utilities/verbose.py:318:5 Implicit shadowing of function `showwarning`
colour unresolved-import colour/utilities/verbose.py:872:20 Cannot resolve imported module `pkg_resources`
colour unresolved-import colour/volume/pointer_gamut.py:17:27 Module `colour.models` has no member `LCHab_to_Lab`
dragonchain possibly-missing-attribute dragonchain/broadcast_processor/broadcast_functions.py:95:32 Attribute `group` may be missing on object of type `Match[str] | None`
dragonchain unresolved-import dragonchain/broadcast_processor/broadcast_processor.py:25:8 Cannot resolve imported module `aiohttp`
dragonchain possibly-unresolved-reference dragonchain/broadcast_processor/broadcast_processor.py:284:119 Name `chain_id` used when possibly not defined
dragonchain possibly-unresolved-reference dragonchain/broadcast_processor/broadcast_processor.py:321:123 Name `chain_id` used when possibly not defined
dragonchain unresolved-import dragonchain/contract_invoker/contract_invoker.py:24:8 Cannot resolve imported module `aiohttp`
dragonchain unresolved-import dragonchain/contract_invoker/contract_invoker.py:25:8 Cannot resolve imported module `fastjsonschema`
dragonchain possibly-unresolved-reference dragonchain/contract_invoker/contract_invoker.py:79:58 Name `unique_id` used when possibly not defined
dragonchain invalid-argument-type dragonchain/contract_invoker/contract_invoker.py:109:31 Argument to function `restart_serial_worker` is incorrect: Expected `str`, found `Unknown | None`
dragonchain unresolved-import dragonchain/contract_invoker/contract_invoker_service.py:30:12 Cannot resolve imported module `aiohttp`
dragonchain possibly-unresolved-reference dragonchain/contract_invoker/contract_invoker_service.py:64:42 Name `invocation_response` used when possibly not defined
dragonchain possibly-unresolved-reference dragonchain/contract_invoker/contract_invoker_service.py:69:47 Name `invocation_response` used when possibly not defined
dragonchain possibly-unresolved-reference dragonchain/contract_invoker/contract_invoker_service.py:86:70 Name `transaction` used when possibly not defined
dragonchain unresolved-import dragonchain/job_processor/contract_job.py:27:8 Cannot resolve imported module `docker`
dragonchain invalid-assignment dragonchain/job_processor/contract_job.py:121:9 Cannot assign to a subscript on an object of type `None`
dragonchain invalid-assignment dragonchain/job_processor/contract_job.py:122:9 Cannot assign to a subscript on an object of type `None`
dragonchain invalid-assignment dragonchain/job_processor/contract_job.py:127:9 Cannot assign to a subscript on an object of type `None`
dragonchain invalid-assignment dragonchain/job_processor/contract_job.py:128:9 Cannot assign to a subscript on an object of type `None`
dragonchain invalid-assignment dragonchain/job_processor/contract_job.py:129:9 Cannot assign to a subscript on an object of type `None`
dragonchain invalid-assignment dragonchain/job_processor/contract_job.py:130:9 Cannot assign to a subscript on an object of type `None`
dragonchain invalid-assignment dragonchain/job_processor/contract_job.py:131:9 Cannot assign to a subscript on an object of type `None`
dragonchain invalid-assignment dragonchain/job_processor/contract_job.py:132:9 Cannot assign to a subscript on an object of type `None`
dragonchain possibly-missing-attribute dragonchain/job_processor/contract_job.py:167:24 Attribute `split` may be missing on object of type `Unknown | None | (Divergent & ~AlwaysFalsy)`
dragonchain not-iterable dragonchain/job_processor/contract_job.py:198:60 Object of type `Unknown | None | (Divergent & ~AlwaysFalsy)` may not be iterable
dragonchain no-matching-overload dragonchain/job_processor/contract_job.py:200:9 No overload of bound method `update` matches arguments
dragonchain invalid-argument-type dragonchain/job_processor/contract_job.py:250:29 Argument to bound method `pull_image` is incorrect: Expected `str`, found `Unknown | None | (Divergent & ~AlwaysFalsy)`
dragonchain possibly-missing-attribute dragonchain/job_processor/contract_job.py:301:30 Attribute `items` may be missing on object of type `Unknown | None`
dragonchain not-iterable dragonchain/job_processor/contract_job.py:327:23 Object of type `Unknown | None | (Divergent & ~AlwaysFalsy)` may not be iterable
dragonchain invalid-argument-type dragonchain/job_processor/contract_job.py:378:60 Argument to function `remove_smart_contract_index` is incorrect: Expected `str`, found `Unknown | None`
dragonchain invalid-argument-type dragonchain/job_processor/contract_job.py:380:67 Argument to function `remove_existing_transaction_type` is incorrect: Expected `str`, found `Unknown | None`
dragonchain possibly-missing-attribute dragonchain/job_processor/contract_job.py:419:13 Attribute `update` may be missing on object of type `Unknown | None | (Divergent & ~AlwaysFalsy)`
dragonchain invalid-argument-type dragonchain/job_processor/contract_job.py:444:66 Argument to function `get_contract_by_txn_type` is incorrect: Expected `str`, found `Unknown | None`
dragonchain invalid-argument-type dragonchain/job_processor/contract_job.py:511:30 Argument to bound method `set_state` is incorrect: Expected `str | ContractState`, found `Unknown | None`
dragonchain invalid-argument-type dragonchain/job_processor/contract_job.py:521:36 Argument to bound method `delete_contract_image` is incorrect: Expected `str`, found `Unknown | None`
dragonchain invalid-argument-type dragonchain/job_processor/contract_job_utest.py:84:85 Argument to function `update_faas_fields` is incorrect: Expected `SmartContractModel`, found `Self@update_faas_helper`
dragonchain invalid-argument-type dragonchain/job_processor/contract_job_utest.py:87:76 Argument to function `set_state` is incorrect: Expected `SmartContractModel`, found `Self@set_state_helper`
dragonchain non-subscriptable dragonchain/job_processor/contract_job_utest.py:136:26 Cannot subscript object of type `None` with no `__getitem__` method
dragonchain non-subscriptable dragonchain/job_processor/contract_job_utest.py:137:26 Cannot subscript object of type `None` with no `__getitem__` method
dragonchain non-subscriptable dragonchain/job_processor/contract_job_utest.py:146:26 Cannot subscript object of type `None` with no `__getitem__` method
dragonchain non-subscriptable dragonchain/job_processor/contract_job_utest.py:147:26 Cannot subscript object of type `None` with no `__getitem__` method
dragonchain non-subscriptable dragonchain/job_processor/contract_job_utest.py:148:26 Cannot subscript object of type `None` with no `__getitem__` method
dragonchain non-subscriptable dragonchain/job_processor/contract_job_utest.py:149:26 Cannot subscript object of type `None` with no `__getitem__` method
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:263:13 Object of type `MagicMock` is not assignable to attribute `set_state` on type `Unknown | SmartContractModel`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:264:13 Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
dragonchain possibly-missing-attribute dragonchain/job_processor/contract_job_utest.py:269:13 Attribute `assert_called_once` may be missing on object of type `Unknown | (bound method SmartContractModel.set_state(state: str | ContractState, msg: str = "") -> None) | MagicMock`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:274:9 Object of type `MagicMock` is not assignable to attribute `docker_login_if_necessary` on type `Unknown | ContractJob`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:280:9 Object of type `MagicMock` is not assignable to attribute `pull_image` on type `Unknown | ContractJob`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:281:9 Object of type `MagicMock` is not assignable to attribute `create_dockerfile` on type `Unknown | ContractJob`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:307:9 Object of type `MagicMock` is not assignable to attribute `set_state` on type `Unknown | SmartContractModel`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:308:9 Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:309:9 Object of type `MagicMock` is not assignable to attribute `send_report` on type `Unknown | ContractJob`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:330:9 Object of type `MagicMock` is not assignable to attribute `set_state` on type `Unknown | SmartContractModel`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:331:9 Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:342:9 Object of type `Literal["update"]` is not assignable to attribute `task_type` on type `Unknown | ContractJob`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:355:9 Object of type `Literal["update"]` is not assignable to attribute `task_type` on type `Unknown | ContractJob`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:356:9 Object of type `MagicMock` is not assignable to attribute `set_state` on type `Unknown | SmartContractModel`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:357:9 Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:375:9 Object of type `MagicMock` is not assignable to attribute `set_state` on type `Unknown | SmartContractModel`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:376:9 Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:390:9 Object of type `MagicMock` is not assignable to attribute `contract_service` on type `Unknown | ContractJob`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:416:9 Object of type `MagicMock` is not assignable to attribute `set_state` on type `Unknown | SmartContractModel`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:417:9 Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
dragonchain possibly-missing-attribute dragonchain/job_processor/contract_job_utest.py:431:9 Attribute `update` may be missing on object of type `Unknown | None | (Divergent & ~AlwaysFalsy)`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:435:9 Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:436:9 Implicit shadowing of function `new_from_build_task`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:438:9 Implicit shadowing of function `create`
dragonchain unresolved-attribute dragonchain/job_processor/contract_job_utest.py:440:9 Function `create` has no attribute `assert_called`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:445:9 Implicit shadowing of function `new_from_build_task`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:453:9 Object of type `MagicMock` is not assignable to attribute `schedule_contract` on type `Unknown | ContractJob`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:454:9 Object of type `MagicMock` is not assignable to attribute `build_contract_image` on type `Unknown | ContractJob`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:455:9 Object of type `MagicMock` is not assignable to attribute `deploy_to_openfaas` on type `Unknown | ContractJob`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:456:9 Object of type `MagicMock` is not assignable to attribute `create_openfaas_secrets` on type `Unknown | ContractJob`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:458:9 Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:459:9 Object of type `MagicMock` is not assignable to attribute `populate_api_keys` on type `Unknown | ContractJob`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:465:9 Object of type `MagicMock` is not assignable to attribute `deploy_to_openfaas` on type `Unknown | ContractJob`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:466:9 Object of type `MagicMock` is not assignable to attribute `schedule_contract` on type `Unknown | ContractJob`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:468:9 Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:469:9 Object of type `MagicMock` is not assignable to attribute `create_openfaas_secrets` on type `Unknown | ContractJob`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:484:9 Implicit shadowing of function `get_contract_by_txn_type`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:485:9 Implicit shadowing of function `new_from_build_task`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:486:9 Implicit shadowing of function `create_dockerfile`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:487:9 Implicit shadowing of function `create_openfaas_secrets`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:488:9 Implicit shadowing of function `delete_contract_image`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:489:9 Implicit shadowing of function `deploy_to_openfaas`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:490:9 Implicit shadowing of function `pull_image`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:491:9 Implicit shadowing of function `schedule_contract`
dragonchain possibly-missing-attribute dragonchain/job_processor/contract_job_utest.py:502:13 Attribute `assert_called` may be missing on object of type `Unknown | (bound method SmartContractModel.save() -> None)`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:508:9 Object of type `MagicMock` is not assignable to attribute `delete_openfaas_secrets` on type `Unknown | ContractJob`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:509:9 Object of type `MagicMock` is not assignable to attribute `delete_openfaas_function` on type `Unknown | ContractJob`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:510:9 Object of type `MagicMock` is not assignable to attribute `delete_contract_data` on type `Unknown | ContractJob`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:511:9 Object of type `MagicMock` is not assignable to attribute `delete_contract_image` on type `Unknown | ContractJob`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:512:9 Object of type `MagicMock` is not assignable to attribute `unschedule_contract` on type `Unknown | ContractJob`
dragonchain invalid-assignment dragonchain/job_processor/contract_job_utest.py:513:9 Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
dragonchain unresolved-import dragonchain/job_processor/job_processor.py:23:8 Cannot resolve imported module `fastjsonschema`
dragonchain unresolved-import dragonchain/job_processor/job_processor.py:24:8 Cannot resolve imported module `kubernetes`
dragonchain unresolved-import dragonchain/job_processor/job_processor_utest.py:21:8 Cannot resolve imported module `kubernetes`
dragonchain invalid-argument-type dragonchain/job_processor/job_processor_utest.py:219:53 Argument to function `get_job_name` is incorrect: Expected `str`, found `Unknown | str | list[Unknown] | dict[Unknown, Unknown]`
dragonchain invalid-argument-type dragonchain/job_processor/job_processor_utest.py:231:69 Argument to function `get_job_name` is incorrect: Expected `str`, found `Unknown | str | list[Unknown] | dict[Unknown, Unknown]`
dragonchain deprecated dragonchain/lib/authorization.py:51:30 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
dragonchain invalid-parameter-default dragonchain/lib/authorization.py:184:48 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
dragonchain possibly-missing-attribute dragonchain/lib/authorization.py:315:19 Attribute `group` may be missing on object of type `Match[str] | None`
dragonchain possibly-missing-attribute dragonchain/lib/authorization.py:317:25 Attribute `group` may be missing on object of type `Match[str] | None`
dragonchain possibly-missing-attribute dragonchain/lib/authorization.py:340:31 Attribute `group` may be missing on object of type `Match[str] | None`
dragonchain unresolved-attribute dragonchain/lib/authorization_utest.py:35:13 Object of type `Self@assertRaisesWithMessage` has no attribute `assertFail`
dragonchain possibly-unresolved-reference dragonchain/lib/broadcast.py:62:77 Name `dcid` used when possibly not defined
dragonchain possibly-unresolved-reference dragonchain/lib/broadcast.py:87:16 Name `r` used when possibly not defined
dragonchain possibly-unresolved-reference dragonchain/lib/broadcast.py:91:25 Name `r` used when possibly not defined
dragonchain possibly-unresolved-reference dragonchain/lib/broadcast.py:105:80 Name `claim_check_id` used when possibly not defined
dragonchain possibly-unresolved-reference dragonchain/lib/broadcast.py:106:57 Name `claim_check_id` used when possibly not defined
dragonchain possibly-missing-attribute dragonchain/lib/callback.py:41:30 Submodule `adapters` may not be available as an attribute on module `requests`
dragonchain unresolved-import dragonchain/lib/crypto.py:24:8 Cannot resolve imported module `base58`
dragonchain unresolved-import dragonchain/lib/crypto.py:27:10 Cannot resolve imported module `secp256k1`
dragonchain possibly-missing-attribute dragonchain/lib/crypto.py:238:23 Attribute `encode` may be missing on object of type `Unknown | None | str`
dragonchain not-iterable dragonchain/lib/crypto.py:258:19 Object of type `Unknown | None` may not be iterable
dragonchain not-iterable dragonchain/lib/crypto.py:260:18 Object of type `Unknown | None` may not be iterable
dragonchain invalid-argument-type dragonchain/lib/crypto.py:476:72 Argument to function `b64decode` is incorrect: Expected `str | Buffer`, found `Unknown | None`
dragonchain invalid-argument-type dragonchain/lib/crypto.py:478:84 Argument to function `b64decode` is incorrect: Expected `str | Buffer`, found `Unknown | None`
dragonchain invalid-argument-type dragonchain/lib/crypto.py:500:33 Argument to function `b64decode` is incorrect: Expected `str | Buffer`, found `Unknown | None`
dragonchain invalid-argument-type dragonchain/lib/crypto.py:762:50 Argument to function `hash_l1_block` is incorrect: Expected `int`, found `Unknown | None`
dragonchain invalid-argument-type dragonchain/lib/crypto.py:779:50 Argument to function `hash_l2_block` is incorrect: Expected `int`, found `Unknown | None`
dragonchain invalid-argument-type dragonchain/lib/crypto.py:796:50 Argument to function `hash_l3_block` is incorrect: Expected `int`, found `Unknown | None`
dragonchain invalid-argument-type dragonchain/lib/crypto.py:813:50 Argument to function `hash_l4_block` is incorrect: Expected `int`, found `Unknown | None`
dragonchain unresolved-import dragonchain/lib/crypto_utest.py:22:6 Cannot resolve imported module `secp256k1`
dragonchain invalid-argument-type dragonchain/lib/dao/smart_contract_dao.py:81:69 Argument to function `put_document` is incorrect: Expected `str`, found `Unknown | None`
dragonchain invalid-argument-type dragonchain/lib/dao/transaction_type_dao.py:88:70 Argument to function `new_from_contract_create` is incorrect: Expected `str`, found `Unknown | None`
dragonchain invalid-argument-type dragonchain/lib/dao/transaction_type_dao.py:88:89 Argument to function `new_from_contract_create` is incorrect: Expected `str`, found `Unknown | None`
dragonchain unresolved-import dragonchain/lib/database/redis.py:23:8 Cannot resolve imported module `aioredis`
dragonchain unresolved-import dragonchain/lib/database/redis.py:24:8 Cannot resolve imported module `aioredis.util`
dragonchain invalid-argument-type dragonchain/lib/database/redis.py:399:36 Argument to bound method `zadd` is incorrect: Expected `Mapping[str | bytes, bytes | int | float | str]`, found `dict[str, int]`
dragonchain invalid-assignment dragonchain/lib/database/redis_utest.py:32:9 Object of type `None` is not assignable to attribute `redis_client` of type `Redis[Unknown]`
dragonchain invalid-assignment dragonchain/lib/database/redis_utest.py:38:9 Object of type `None` is not assignable to attribute `redis_client_lru` of type `Redis[Unknown]`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:46:9 Function `_initialize_async_redis` has no attribute `assert_called_once`
dragonchain invalid-argument-type dragonchain/lib/database/redis_utest.py:61:42 Argument to function `zadd_async` is incorrect: Expected `int`, found `Literal["banana"]`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:102:9 Object of type `bound method Redis[Unknown].set(name: str | bytes, value: bytes | int | float | str, ex: None | int | float | timedelta = None, px: None | int | float | timedelta = None, nx: bool = False, xx: bool = False, keepttl: bool = False, get: bool = False, exat: Any | None = None, pxat: Any | None = None) -> bool | None` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:106:9 Object of type `bound method Redis[Unknown].set(name: str | bytes, value: bytes | int | float | str, ex: None | int | float | timedelta = None, px: None | int | float | timedelta = None, nx: bool = False, xx: bool = False, keepttl: bool = False, get: bool = False, exat: Any | None = None, pxat: Any | None = None) -> bool | None` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:110:9 Object of type `bound method Redis[Unknown].get(name: str | bytes) -> Unknown | None` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:114:9 Object of type `bound method Redis[Unknown].delete(*names: str | bytes) -> int` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:122:9 Object of type `bound method Redis[Unknown].flushall(asynchronous: bool = False, **kwargs: Any) -> bool` has no attribute `assert_called_once`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:126:9 Object of type `bound method Redis[Unknown].hdel(name: str | bytes, *keys: str | bytes) -> int` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:130:9 Object of type `bound method Redis[Unknown].lpush(name: bytes | int | float | str, *values: bytes | int | float | str) -> int` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:134:9 Object of type `bound method Redis[Unknown].rpush(name: bytes | int | float | str, *values: bytes | int | float | str) -> int` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:138:9 Object of type `bound method Redis[Unknown].delete(*names: str | bytes) -> int` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:142:9 Object of type `Overload[(name: str | bytes, key: str | bytes, value: bytes | int | float | str, mapping: Mapping[str | bytes, bytes | int | float | str] | None = None, items: Any | None = None) -> int, (name: str | bytes, key: None, value: None, mapping: Mapping[str | bytes, bytes | int | float | str], items: Any | None = None) -> int, (name: str | bytes, *, mapping: Mapping[str | bytes, bytes | int | float | str], items: Any | None = None) -> int]` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:146:9 Object of type `Overload[(keys: Iterable[bytes | int | float | str] | int | float, timeout: Literal[0] | None = 0) -> tuple[Unknown, Unknown], (keys: Iterable[bytes | int | float | str] | int | float, timeout: int | float) -> tuple[Unknown, Unknown] | None]` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:150:9 Object of type `bound method Redis[Unknown].brpoplpush(src, dst, timeout: int | None = 0) -> Unknown` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:154:9 Object of type `bound method Redis[Unknown].get(name: str | bytes) -> Unknown | None` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:158:9 Object of type `bound method Redis[Unknown].lindex(name: str | bytes, index: int) -> Unknown | None` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:162:9 Object of type `bound method Redis[Unknown].set(name: str | bytes, value: bytes | int | float | str, ex: None | int | float | timedelta = None, px: None | int | float | timedelta = None, nx: bool = False, xx: bool = False, keepttl: bool = False, get: bool = False, exat: Any | None = None, pxat: Any | None = None) -> bool | None` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:166:9 Object of type `bound method Redis[Unknown].ltrim(name: str | bytes, start: int, end: int) -> bool` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:170:9 Object of type `bound method Redis[Unknown].hget(name: str | bytes, key: str | bytes) -> Unknown | None` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:174:9 Object of type `bound method Redis[Unknown].sadd(name: str | bytes, *values: bytes | int | float | str) -> int` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:178:9 Object of type `bound method Redis[Unknown].sismember(name: str | bytes, value: bytes | int | float | str) -> bool` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:182:9 Object of type `bound method Redis[Unknown].smembers(name: str | bytes) -> set[Unknown]` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:186:9 Object of type `bound method Redis[Unknown].srem(name: str | bytes, *values: bytes | int | float | str) -> int` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:190:9 Object of type `bound method Redis[Unknown].lrange(name: str | bytes, start: int, end: int) -> list[Unknown]` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:194:9 Object of type `Redis[Unknown]` has no attribute `pipelineassert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:198:9 Object of type `bound method Redis[Unknown].llen(name: str | bytes) -> int` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:202:9 Object of type `bound method Redis[Unknown].rpoplpush(src, dst) -> Unknown` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:206:9 Object of type `bound method Redis[Unknown].lpop(name, count: int | None = None) -> Unknown` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:210:9 Object of type `bound method Redis[Unknown].hgetall(name: str | bytes) -> dict[Unknown, Unknown]` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:214:9 Object of type `bound method Redis[Unknown].hexists(name: str | bytes, key: str | bytes) -> bool` has no attribute `assert_called_once_with`
dragonchain invalid-argument-type dragonchain/lib/database/redis_utest.py:217:35 Argument to function `zadd_sync` is incorrect: Expected `dict[str, int]`, found `Literal["banana"]`
dragonchain unresolved-attribute dragonchain/lib/database/redis_utest.py:218:9 Object of type `bound method Redis[Unknown].zadd(name: str | bytes, mapping: Mapping[str | bytes, bytes | int | float | str], nx: bool = False, xx: bool = False, ch: bool = False, incr: bool = False, gt: Any | None = False, lt: Any | None = False) -> int` has no attribute `assert_called_once_with`
dragonchain unresolved-import dragonchain/lib/database/redisearch.py:25:8 Cannot resolve imported module `redisearch`
dragonchain invalid-argument-type dragonchain/lib/database/redisearch.py:423:55 Argument to function `put_document` is incorrect: Expected `str`, found `Unknown | None`
dragonchain invalid-argument-type dragonchain/lib/database/redisearch.py:468:44 Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
dragonchain invalid-argument-type dragonchain/lib/database/redisearch.py:470:38 Argument to function `put_document` is incorrect: Expected `str`, found `Unknown | None`
dragonchain invalid-argument-type dragonchain/lib/database/redisearch.py:470:58 Argument to function `put_document` is incorrect: Expected `str`, found `Unknown | None`
dragonchain invalid-assignment dragonchain/lib/database/redisearch_utest.py:70:9 Implicit shadowing of function `_get_redisearch_index_client`
dragonchain unresolved-attribute dragonchain/lib/database/redisearch_utest.py:73:9 Function `_get_redisearch_index_client` has no attribute `assert_called_once_with`
dragonchain invalid-assignment dragonchain/lib/database/redisearch_utest.py:78:9 Implicit shadowing of function `_get_redisearch_index_client`
dragonchain unresolved-attribute dragonchain/lib/database/redisearch_utest.py:80:9 Function `_get_redisearch_index_client` has no attribute `assert_called_once_with`
dragonchain invalid-assignment dragonchain/lib/database/redisearch_utest.py:85:9 Implicit shadowing of function `_get_redisearch_index_client`
dragonchain unresolved-attribute dragonchain/lib/database/redisearch_utest.py:87:9 Function `_get_redisearch_index_client` has no attribute `assert_called_once_with`
dragonchain invalid-assignment dragonchain/lib/database/redisearch_utest.py:93:9 Implicit shadowing of function `_get_redisearch_index_client`
dragonchain unresolved-attribute dragonchain/lib/database/redisearch_utest.py:97:9 Function `_get_redisearch_index_client` has no attribute `assert_called_once_with`
dragonchain invalid-assignment dragonchain/lib/database/redisearch_utest.py:103:9 Implicit shadowing of function `_get_redisearch_index_client`
dragonchain unresolved-attribute dragonchain/lib/database/redisearch_utest.py:105:9 Function `_get_redisearch_index_client` has no attribute `assert_called_once_with`
dragonchain invalid-assignment dragonchain/lib/database/redisearch_utest.py:110:9 Implicit shadowing of function `_get_redisearch_index_client`
dragonchain unresolved-attribute dragonchain/lib/database/redisearch_utest.py:113:9 Function `_get_redisearch_index_client` has no attribute `assert_called_once_with`
dragonchain invalid-assignment dragonchain/lib/database/redisearch_utest.py:118:9 Implicit shadowing of function `_get_redisearch_index_client`
dragonchain invalid-assignment dragonchain/lib/database/redisearch_utest.py:124:9 Implicit shadowing of function `_get_redisearch_index_client`
dragonchain invalid-assignment dragonchain/lib/database/redisearch_utest.py:130:9 Implicit shadowing of function `_get_redisearch_index_client`
dragonchain invalid-assignment dragonchain/lib/database/redisearch_utest.py:135:9 Implicit shadowing of function `_get_redisearch_index_client`
dragonchain invalid-assignment dragonchain/lib/database/redisearch_utest.py:142:9 Implicit shadowing of function `_get_redisearch_index_client`
dragonchain invalid-assignment dragonchain/lib/database/redisearch_utest.py:152:9 Implicit shadowing of function `_get_redisearch_index_client`
dragonchain invalid-assignment dragonchain/lib/database/redisearch_utest.py:162:9 Implicit shadowing of function `_get_redisearch_index_client`
dragonchain invalid-assignment dragonchain/lib/database/redisearch_utest.py:175:9 Implicit shadowing of function `_get_redisearch_index_client`
dragonchain unresolved-attribute dragonchain/lib/database/redisearch_utest.py:177:9 Function `_get_redisearch_index_client` has no attribute `assert_called_once_with`
dragonchain invalid-assignment dragonchain/lib/database/redisearch_utest.py:191:9 Implicit shadowing of function `_get_redisearch_index_client`
dragonchain unresolved-attribute dragonchain/lib/database/redisearch_utest.py:193:9 Function `_get_redisearch_index_client` has no attribute `assert_any_call`
dragonchain unresolved-attribute dragonchain/lib/database/redisearch_utest.py:194:9 Function `_get_redisearch_index_client` has no attribute `assert_any_call`
dragonchain unresolved-attribute dragonchain/lib/database/redisearch_utest.py:195:9 Function `_get_redisearch_index_client` has no attribute `assert_any_call`
dragonchain unresolved-attribute dragonchain/lib/database/redisearch_utest.py:196:9 Function `_get_redisearch_index_client` has no attribute `assert_any_call`
dragonchain unresolved-attribute dragonchain/lib/database/redisearch_utest.py:197:9 Function `_get_redisearch_index_client` has no attribute `assert_any_call`
dragonchain invalid-argument-type dragonchain/lib/dto/api_key_model_utest.py:265:9 Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["transactions"]` on object of type `str`
dragonchain non-subscriptable dragonchain/lib/dto/api_key_model_utest.py:265:9 Cannot subscript object of type `bool` with no `__getitem__` method
dragonchain unresolved-import dragonchain/lib/dto/bnb.py:21:8 Cannot resolve imported module `secp256k1`
dragonchain unresolved-import dragonchain/lib/dto/bnb.py:23:8 Cannot resolve imported module `mnemonic`
dragonchain unresolved-import dragonchain/lib/dto/bnb.py:24:6 Cannot resolve imported module `pycoin.symbols.btc`
dragonchain unresolved-import dragonchain/lib/dto/bnb.py:25:6 Cannot resolve imported module `binance_transaction`
dragonchain unresolved-import dragonchain/lib/dto/bnb.py:26:6 Cannot resolve imported module `binance_transaction`
dragonchain invalid-method-override dragonchain/lib/dto/bnb.py:357:9 Invalid override of method `_publish_l5_transaction`: Definition is incompatible with `InterchainModel._publish_l5_transaction`
dragonchain unresolved-attribute dragonchain/lib/dto/bnb_utest.py:42:13 Object of type `Self@assertRaisesWithMessage` has no attribute `assertFail`
dragonchain invalid-assignment dragonchain/lib/dto/bnb_utest.py:73:9 Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | BinanceNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/bnb_utest.py:78:9 Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | BinanceNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/bnb_utest.py:84:9 Object of type `MagicMock` is not assignable to attribute `_fetch_account` on type `Unknown | BinanceNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/bnb_utest.py:109:9 Object of type `MagicMock` is not assignable to attribute `_fetch_account` on type `Unknown | BinanceNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/bnb_utest.py:118:9 Object of type `MagicMock` is not assignable to attribute `_build_transaction_msg` on type `Unknown | BinanceNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/bnb_utest.py:119:9 Object of type `MagicMock` is not assignable to attribute `sign_transaction` on type `Unknown | BinanceNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/bnb_utest.py:122:9 Object of type `MagicMock` is not assignable to attribute `_call_node_api` on type `Unknown | BinanceNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/bnb_utest.py:123:9 Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` on type `Unknown | BinanceNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/bnb_utest.py:131:9 Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` on type `Unknown | BinanceNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/bnb_utest.py:140:9 Object of type `MagicMock` is not assignable to attribute `_call_node_api` on type `Unknown | BinanceNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/bnb_utest.py:149:9 Object of type `MagicMock` is not assignable to attribute `_call_node_api` on type `Unknown | BinanceNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/bnb_utest.py:156:9 Object of type `MagicMock` is not assignable to attribute `_call_node_api` on type `Unknown | BinanceNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/bnb_utest.py:164:9 Object of type `MagicMock` is not assignable to attribute `_call_node_api` on type `Unknown | BinanceNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/bnb_utest.py:170:9 Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | BinanceNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/bnb_utest.py:173:9 Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` on type `Unknown | BinanceNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/bnb_utest.py:180:9 Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | BinanceNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/bnb_utest.py:183:9 Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` on type `Unknown | BinanceNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/bnb_utest.py:192:9 Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` on type `Unknown | BinanceNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/bnb_utest.py:322:9 Object of type `MagicMock` is not assignable to attribute `_call_node_api` on type `Unknown | BinanceNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/bnb_utest.py:331:9 Object of type `MagicMock` is not assignable to attribute `_call_node_api` on type `Unknown | BinanceNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/bnb_utest.py:338:9 Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` on type `Unknown | BinanceNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/bnb_utest.py:339:9 Object of type `MagicMock` is not assignable to attribute `_call_node_api` on type `Unknown | BinanceNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/bnb_utest.py:347:9 Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` on type `Unknown | BinanceNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/bnb_utest.py:349:9 Object of type `MagicMock` is not assignable to attribute `_call_node_api` on type `Unknown | BinanceNetwork`
dragonchain unresolved-import dragonchain/lib/dto/btc.py:22:8 Cannot resolve imported module `secp256k1`
dragonchain unresolved-import dragonchain/lib/dto/btc.py:24:8 Cannot resolve imported module `bit`
dragonchain invalid-method-override dragonchain/lib/dto/btc.py:267:9 Invalid override of method `_publish_l5_transaction`: Definition is incompatible with `InterchainModel._publish_l5_transaction`
dragonchain invalid-assignment dragonchain/lib/dto/btc_utest.py:51:9 Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | BitcoinNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/btc_utest.py:56:9 Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | BitcoinNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/btc_utest.py:61:9 Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/btc_utest.py:62:9 Object of type `MagicMock` is not assignable to attribute `sign_transaction` on type `Unknown | BitcoinNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/btc_utest.py:70:9 Object of type `MagicMock` is not assignable to attribute `_get_utxos` on type `Unknown | BitcoinNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/btc_utest.py:77:9 Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/btc_utest.py:84:9 Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/btc_utest.py:90:9 Object of type `MagicMock` is not assignable to attribute `_calculate_transaction_fee` on type `Unknown | BitcoinNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/btc_utest.py:101:9 Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/btc_utest.py:108:9 Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/btc_utest.py:114:9 Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/btc_utest.py:120:9 Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/btc_utest.py:125:9 Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/btc_utest.py:131:9 Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/btc_utest.py:138:9 Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
dragonchain unresolved-import dragonchain/lib/dto/eth.py:21:6 Cannot resolve imported module `eth_typing`
dragonchain unresolved-import dragonchain/lib/dto/eth.py:22:8 Cannot resolve imported module `secp256k1`
dragonchain unresolved-import dragonchain/lib/dto/eth.py:23:8 Cannot resolve imported module `web3`
dragonchain unresolved-import dragonchain/lib/dto/eth.py:24:8 Cannot resolve imported module `web3.gas_strategies.time_based`
dragonchain unresolved-import dragonchain/lib/dto/eth.py:25:8 Cannot resolve imported module `eth_keys`
dragonchain invalid-method-override dragonchain/lib/dto/eth.py:250:9 Invalid override of method `_publish_l5_transaction`: Definition is incompatible with `InterchainModel._publish_l5_transaction`
dragonchain unresolved-import dragonchain/lib/dto/eth_utest.py:21:8 Cannot resolve imported module `web3`
dragonchain invalid-assignment dragonchain/lib/dto/eth_utest.py:51:9 Object of type `MagicMock` is not assignable to attribute `sign_transaction` on type `Unknown | EthereumNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/eth_utest.py:72:9 Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | EthereumNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/eth_utest.py:77:9 Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | EthereumNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/eth_utest.py:88:9 Object of type `MagicMock` is not assignable to attribute `_calculate_transaction_fee` on type `Unknown | EthereumNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/eth_utest.py:115:9 Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | EthereumNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/eth_utest.py:123:9 Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | EthereumNetwork`
dragonchain invalid-assignment dragonchain/lib/dto/eth_utest.py:131:9 Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | EthereumNetwork`
dragonchain unresolved-import dragonchain/lib/dto/l1_block_model.py:23:8 Cannot resolve imported module `fastjsonschema`
dragonchain invalid-assignment dragonchain/lib/dto/l1_block_model.py:121:9 Object of type `Unknown | None` is not assignable to attribute `dc_id` of type `str`
dragonchain invalid-assignment dragonchain/lib/dto/l1_block_model.py:122:9 Object of type `Unknown | None` is not assignable to attribute `block_id` of type `str`
dragonchain invalid-assignment dragonchain/lib/dto/l1_block_model.py:123:9 Object of type `Unknown | None` is not assignable to attribute `timestamp` of type `str`
dragonchain unresolved-import dragonchain/lib/dto/l2_block_model.py:21:8 Cannot resolve imported module `fastjsonschema`
dragonchain invalid-assignment dragonchain/lib/dto/l2_block_model.py:88:9 Object of type `Unknown | None` is not assignable to attribute `dc_id` of type `str`
dragonchain invalid-assignment dragonchain/lib/dto/l2_block_model.py:90:9 Object of type `Unknown | None` is not assignable to attribute `block_id` of type `str`
dragonchain invalid-assignment dragonchain/lib/dto/l2_block_model.py:93:9 Object of type `Unknown | None` is not assignable to attribute `timestamp` of type `str`
dragonchain invalid-return-type dragonchain/lib/dto/l2_block_model.py:119:16 Return type does not match returned value: expected `str`, found `Unknown | None`
dragonchain invalid-return-type dragonchain/lib/dto/l2_block_model.py:123:16 Return type does not match returned value: expected `set[str]`, found `set[str | Unknown | None]`
dragonchain unresolved-import dragonchain/lib/dto/l3_block_model.py:20:8 Cannot resolve imported module `fastjsonschema`
dragonchain invalid-assignment dragonchain/lib/dto/l3_block_model.py:95:9 Object of type `Unknown | None` is not assignable to attribute `dc_id` of type `str`
dragonchain invalid-assignment dragonchain/lib/dto/l3_block_model.py:97:9 Object of type `Unknown | None` is not assignable to attribute `block_id` of type `str`
dragonchain invalid-assignment dragonchain/lib/dto/l3_block_model.py:100:9 Object of type `Unknown | None` is not assignable to attribute `timestamp` of type `str`
dragonchain invalid-return-type dragonchain/lib/dto/l3_block_model.py:116:16 Return type does not match returned value: expected `str`, found `Unknown | None`
dragonchain invalid-return-type dragonchain/lib/dto/l3_block_model.py:120:16 Return type does not match returned value: expected `set[str]`, found `set[str | Unknown | None]`
dragonchain unresolved-import dragonchain/lib/dto/l4_block_model.py:20:8 Cannot resolve imported module `fastjsonschema`
dragonchain invalid-assignment dragonchain/lib/dto/l4_block_model.py:102:9 Object of type `Unknown | None` is not assignable to attribute `dc_id` of type `str`
dragonchain invalid-assignment dragonchain/lib/dto/l4_block_model.py:104:9 Object of type `Unknown | None` is not assignable to attribute `block_id` of type `str`
dragonchain invalid-assignment dragonchain/lib/dto/l4_block_model.py:107:9 Object of type `Unknown | None` is not assignable to attribute `timestamp` of type `str`
dragonchain invalid-return-type dragonchain/lib/dto/l4_block_model.py:120:16 Return type does not match returned value: expected `str`, found `Unknown | None`
dragonchain invalid-return-type dragonchain/lib/dto/l4_block_model.py:124:16 Return type does not match returned value: expected `set[str]`, found `set[str | Unknown | None]`
dragonchain unresolved-import dragonchain/lib/dto/l5_block_model.py:21:8 Cannot resolve imported module `fastjsonschema`
dragonchain invalid-assignment dragonchain/lib/dto/l5_block_model.py:83:9 Object of type `Unknown | None` is not assignable to attribute `dc_id` of type `str`
dragonchain invalid-assignment dragonchain/lib/dto/l5_block_model.py:85:9 Object of type `Unknown | None` is not assignable to attribute `block_id` of type `str`
dragonchain invalid-assignment dragonchain/lib/dto/l5_block_model.py:88:9 Object of type `Unknown | None` is not assignable to attribute `timestamp` of type `str`
dragonchain unresolved-import dragonchain/lib/dto/models_utest.py:22:8 Cannot resolve imported module `fastjsonschema`
dragonchain unresolved-attribute dragonchain/lib/dto/models_utest.py:185:9 Object of type `Self@test_seconds_low_range` has no attribute `assertFail`
dragonchain unresolved-attribute dragonchain/lib/dto/models_utest.py:204:9 Object of type `Self@test_seconds_high_range` has no attribute `assertFail`
dragonchain invalid-argument-type dragonchain/lib/dto/models_utest.py:344:30 Argument to bound method `assertDictEqual` is incorrect: Expected `Mapping[Any, object]`, found `Unknown | None | dict[Unknown, Unknown]`
dragonchain unresolved-import dragonchain/lib/dto/smart_contract_model.py:25:6 Cannot resolve imported module `apscheduler.triggers.cron`
dragonchain deprecated dragonchain/lib/dto/smart_contract_model.py:100:95 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
dragonchain deprecated dragonchain/lib/dto/smart_contract_model.py:300:121 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
dragonchain unresolved-import dragonchain/lib/dto/transaction_model.py:21:8 Cannot resolve imported module `jsonpath`
dragonchain invalid-argument-type dragonchain/lib/dto/transaction_model.py:205:44 Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
dragonchain invalid-argument-type dragonchain/lib/dto/transaction_model.py:205:94 Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
dragonchain possibly-missing-attribute dragonchain/lib/faas_utest.py:30:29 Submodule `mock` may not be available as an attribute on module `unittest`
dragonchain unresolved-import dragonchain/lib/interfaces/aws/ecr.py:21:8 Cannot resolve imported module `boto3`
dragonchain unresolved-import dragonchain/lib/interfaces/aws/s3.py:21:8 Cannot resolve imported module `boto3`
dragonchain unresolved-import dragonchain/lib/interfaces/aws/s3.py:22:8 Cannot resolve imported module `botocore`
dragonchain unresolved-import dragonchain/lib/interfaces/aws/s3_utest.py:21:8 Cannot resolve imported module `botocore`
dragonchain unresolved-import dragonchain/lib/interfaces/aws/sns.py:20:8 Cannot resolve imported module `boto3`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:43:9 Object of type `MagicMock` is not assignable to attribute `storage` of type `<module 'dragonchain.lib.interfaces.aws.s3'> | <module 'dragonchain.lib.interfaces.local.disk'>`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:44:9 Implicit shadowing of function `cache_get`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:45:9 Implicit shadowing of function `cache_put`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:46:9 Implicit shadowing of function `cache_delete`
dragonchain unresolved-attribute dragonchain/lib/interfaces/storage_utest.py:47:9 Unresolved attribute `cache_condition` on type `<module 'dragonchain.lib.database.redis'>`.
dragonchain unresolved-attribute dragonchain/lib/interfaces/storage_utest.py:55:9 Object of type `(def get(location: str, key: str) -> bytes) | (def get(location: str, key: str) -> bytes)` has no attribute `assert_called_once_with`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:58:9 Object of type `MagicMock` is not assignable to attribute `get` on type `<module 'dragonchain.lib.interfaces.aws.s3'> | <module 'dragonchain.lib.interfaces.local.disk'>`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:62:9 Object of type `MagicMock` is not assignable to attribute `get` on type `<module 'dragonchain.lib.interfaces.aws.s3'> | <module 'dragonchain.lib.interfaces.local.disk'>`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:63:9 Implicit shadowing of function `cache_get`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:64:9 Implicit shadowing of function `cache_put`
dragonchain unresolved-attribute dragonchain/lib/interfaces/storage_utest.py:66:9 Function `cache_get` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/interfaces/storage_utest.py:67:9 Function `cache_put` has no attribute `assert_called_once_with`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:70:9 Object of type `MagicMock` is not assignable to attribute `get` on type `<module 'dragonchain.lib.interfaces.aws.s3'> | <module 'dragonchain.lib.interfaces.local.disk'>`
dragonchain unresolved-attribute dragonchain/lib/interfaces/storage_utest.py:75:9 Object of type `(def put(location: str, key: str, value: bytes) -> None) | (def put(location: str, key: str, value: bytes) -> None)` has no attribute `assert_called_once_with`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:78:9 Object of type `MagicMock` is not assignable to attribute `put` on type `<module 'dragonchain.lib.interfaces.aws.s3'> | <module 'dragonchain.lib.interfaces.local.disk'>`
dragonchain unresolved-attribute dragonchain/lib/interfaces/storage_utest.py:83:9 Function `cache_put` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/lib/interfaces/storage_utest.py:87:9 Object of type `(def delete(location: str, key: str) -> None) | (def delete(location: str, key: str) -> None)` has no attribute `assert_called_once_with`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:90:9 Object of type `MagicMock` is not assignable to attribute `delete` on type `<module 'dragonchain.lib.interfaces.aws.s3'> | <module 'dragonchain.lib.interfaces.local.disk'>`
dragonchain unresolved-attribute dragonchain/lib/interfaces/storage_utest.py:95:9 Function `cache_delete` has no attribute `assert_called_once_with`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:98:9 Object of type `MagicMock` is not assignable to attribute `list_objects` on type `<module 'dragonchain.lib.interfaces.aws.s3'> | <module 'dragonchain.lib.interfaces.local.disk'>`
dragonchain unresolved-attribute dragonchain/lib/interfaces/storage_utest.py:100:9 Object of type `(def list_objects(location: str, prefix: str) -> list[str]) | (def list_objects(location: str, prefix: str) -> list[str])` has no attribute `assert_called_once_with`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:103:9 Object of type `MagicMock` is not assignable to attribute `list_objects` on type `<module 'dragonchain.lib.interfaces.aws.s3'> | <module 'dragonchain.lib.interfaces.local.disk'>`
dragonchain unresolved-attribute dragonchain/lib/interfaces/storage_utest.py:108:9 Object of type `(def does_superkey_exist(location: str, key: str) -> bool) | (def does_superkey_exist(location: str, key: str) -> bool)` has no attribute `assert_called_once_with`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:111:9 Object of type `MagicMock` is not assignable to attribute `does_superkey_exist` on type `<module 'dragonchain.lib.interfaces.aws.s3'> | <module 'dragonchain.lib.interfaces.local.disk'>`
dragonchain unresolved-attribute dragonchain/lib/interfaces/storage_utest.py:116:9 Object of type `(def does_object_exist(location: str, key: str) -> bool) | (def does_object_exist(location: str, key: str) -> bool)` has no attribute `assert_called_once_with`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:119:9 Object of type `MagicMock` is not assignable to attribute `does_object_exist` on type `<module 'dragonchain.lib.interfaces.aws.s3'> | <module 'dragonchain.lib.interfaces.local.disk'>`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:123:9 Implicit shadowing of function `put`
dragonchain unresolved-attribute dragonchain/lib/interfaces/storage_utest.py:125:9 Function `put` has no attribute `assert_called_once_with`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:128:9 Implicit shadowing of function `get`
dragonchain unresolved-attribute dragonchain/lib/interfaces/storage_utest.py:130:9 Function `get` has no attribute `assert_called_once_with`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:133:9 Implicit shadowing of function `get`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:138:9 Implicit shadowing of function `list_objects`
dragonchain unresolved-attribute dragonchain/lib/interfaces/storage_utest.py:140:9 Function `list_objects` has no attribute `assert_called_once_with`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:143:9 Implicit shadowing of function `list_objects`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:144:9 Implicit shadowing of function `delete`
dragonchain unresolved-attribute dragonchain/lib/interfaces/storage_utest.py:146:9 Function `delete` has no attribute `assert_called_once_with`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:149:9 Implicit shadowing of function `list_objects`
dragonchain unresolved-attribute dragonchain/lib/interfaces/storage_utest.py:151:9 Object of type `(def delete_directory(location: str, directory_key: str) -> None) | (def delete_directory(location: str, directory_key: str) -> None)` has no attribute `assert_called_once_with`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:154:9 Implicit shadowing of function `list_objects`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:158:9 Object of type `MagicMock` is not assignable to attribute `select_transaction` on type `<module 'dragonchain.lib.interfaces.aws.s3'> | <module 'dragonchain.lib.interfaces.local.disk'>`
dragonchain unresolved-attribute dragonchain/lib/interfaces/storage_utest.py:160:9 Object of type `(def select_transaction(location: str, block_id: str, txn_id: str) -> dict[Unknown, Unknown]) | (def select_transaction(location: str, block_id: str, txn_id: str) -> dict[Unknown, Unknown])` has no attribute `assert_called_once_with`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:163:9 Object of type `MagicMock` is not assignable to attribute `select_transaction` on type `<module 'dragonchain.lib.interfaces.aws.s3'> | <module 'dragonchain.lib.interfaces.local.disk'>`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:164:9 Implicit shadowing of function `cache_get`
dragonchain unresolved-attribute dragonchain/lib/interfaces/storage_utest.py:166:9 Function `cache_get` has no attribute `assert_called_once_with`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:169:9 Object of type `MagicMock` is not assignable to attribute `select_transaction` on type `<module 'dragonchain.lib.interfaces.aws.s3'> | <module 'dragonchain.lib.interfaces.local.disk'>`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:170:9 Implicit shadowing of function `cache_get`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:174:9 Object of type `MagicMock` is not assignable to attribute `select_transaction` on type `<module 'dragonchain.lib.interfaces.aws.s3'> | <module 'dragonchain.lib.interfaces.local.disk'>`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:178:9 Object of type `MagicMock` is not assignable to attribute `select_transaction` on type `<module 'dragonchain.lib.interfaces.aws.s3'> | <module 'dragonchain.lib.interfaces.local.disk'>`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:183:9 Object of type `MagicMock` is not assignable to attribute `select_transaction` on type `<module 'dragonchain.lib.interfaces.aws.s3'> | <module 'dragonchain.lib.interfaces.local.disk'>`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:187:9 Object of type `MagicMock` is not assignable to attribute `select_transaction` on type `<module 'dragonchain.lib.interfaces.aws.s3'> | <module 'dragonchain.lib.interfaces.local.disk'>`
dragonchain invalid-assignment dragonchain/lib/interfaces/storage_utest.py:192:9 Implicit shadowing of function `put`
dragonchain unresolved-attribute dragonchain/lib/interfaces/storage_utest.py:194:9 Function `put` has no attribute `assert_called_once_with`
dragonchain unresolved-import dragonchain/lib/keys.py:23:8 Cannot resolve imported module `base58`
dragonchain unresolved-import dragonchain/lib/keys.py:24:8 Cannot resolve imported module `secp256k1`
dragonchain invalid-argument-type dragonchain/lib/keys.py:277:80 Argument to function `sign_l1_block` is incorrect: Expected `L1BlockModel`, found `BlockModel`
dragonchain invalid-argument-type dragonchain/lib/keys.py:279:80 Argument to function `sign_l2_block` is incorrect: Expected `L2BlockModel`, found `BlockModel`
dragonchain invalid-argument-type dragonchain/lib/keys.py:281:80 Argument to function `sign_l3_block` is incorrect: Expected `L3BlockModel`, found `BlockModel`
dragonchain invalid-argument-type dragonchain/lib/keys.py:283:80 Argument to function `sign_l4_block` is incorrect: Expected `L4BlockModel`, found `BlockModel`
dragonchain invalid-argument-type dragonchain/lib/keys.py:285:80 Argument to function `sign_l5_block` is incorrect: Expected `L5BlockModel`, found `BlockModel`
dragonchain invalid-parameter-default dragonchain/lib/matchmaking.py:295:32 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
dragonchain invalid-parameter-default dragonchain/lib/party.py:51:51 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
dragonchain unresolved-import dragonchain/scheduler/background_scheduler.py:18:8 Cannot resolve imported module `apscheduler.schedulers.background`
dragonchain unresolved-import dragonchain/scheduler/background_scheduler.py:19:8 Cannot resolve imported module `apscheduler.events`
dragonchain deprecated dragonchain/scheduler/scheduler.py:65:51 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
dragonchain unresolved-import dragonchain/scheduler/scheduler_utest.py:21:6 Cannot resolve imported module `apscheduler.jobstores.base`
dragonchain invalid-argument-type dragonchain/scheduler/scheduler_utest.py:85:52 Argument to function `schedule_contract_invocation` is incorrect: Expected `SmartContractModel`, found `FakeScModel`
dragonchain unresolved-import dragonchain/scheduler/timing_event.py:22:6 Cannot resolve imported module `apscheduler.jobstores.base`
dragonchain unresolved-import dragonchain/scheduler/timing_event.py:23:6 Cannot resolve imported module `apscheduler.triggers.cron`
dragonchain unresolved-import dragonchain/scheduler/timing_event.py:24:6 Cannot resolve imported module `apscheduler.triggers.interval`
dragonchain invalid-parameter-default dragonchain/scheduler/timing_event.py:73:97 Default value of type `None` is not assignable to annotated parameter type `str`
dragonchain invalid-parameter-default dragonchain/scheduler/timing_event.py:73:119 Default value of type `None` is not assignable to annotated parameter type `str`
dragonchain unresolved-import dragonchain/scheduler/timing_event_utest.py:21:8 Cannot resolve imported module `apscheduler`
dragonchain invalid-argument-type dragonchain/transaction_processor/level_1_actions.py:119:37 Argument to function `fire_if_exists` is incorrect: Expected `str`, found `Unknown | None`
dragonchain invalid-argument-type dragonchain/transaction_processor/level_1_actions_utest.py:132:38 Argument to function `create_block` is incorrect: Expected `list[TransactionModel]`, found `list[TransactionModel | dict[Unknown | str, Unknown | str]]`
dragonchain invalid-assignment dragonchain/transaction_processor/level_2_actions.py:125:13 Invalid subscript assignment with key of type `Unknown | None` and value of type `bool` on object of type `dict[str, Any]`
dragonchain unresolved-import dragonchain/transaction_processor/level_5_actions.py:25:8 Cannot resolve imported module `fastjsonschema`
dragonchain invalid-argument-type dragonchain/transaction_processor/level_5_actions.py:223:54 Argument to bound method `should_retry_broadcast` is incorrect: Expected `int`, found `Unknown | None`
dragonchain invalid-argument-type dragonchain/transaction_processor/level_5_actions_utest.py:188:41 Argument to function `store_l4_blocks` is incorrect: Expected `str`, found `Literal[5]`
dragonchain invalid-argument-type dragonchain/transaction_processor/level_5_actions_utest.py:199:55 Argument to function `verify_blocks` is incorrect: Expected `Iterable[bytes]`, found `list[Unknown | str]`
dragonchain invalid-assignment dragonchain/transaction_processor/level_5_actions_utest.py:238:9 Implicit shadowing of function `publish_l5_hash_to_public_network`
dragonchain invalid-assignment dragonchain/transaction_processor/level_5_actions_utest.py:239:9 Implicit shadowing of function `get_current_block`
dragonchain unresolved-attribute dragonchain/transaction_processor/level_5_actions_utest.py:244:9 Object of type `bound method InterchainModel.publish_l5_hash_to_public_network(l5_block_hash: str) -> str` has no attribute `assert_called_once_with`
dragonchain unresolved-attribute dragonchain/transaction_processor/level_5_actions_utest.py:256:9 Unresolved attribute `return_value` on type `bound method InterchainModel.is_transaction_confirmed(transaction_hash: str) -> bool`.
dragonchain unresolved-attribute dragonchain/transaction_processor/level_5_actions_utest.py:264:9 Object of type `bound method InterchainModel.should_retry_broadcast(last_sent_block: int) -> bool` has no attribute `assert_not_called`
dragonchain unresolved-attribute dragonchain/transaction_processor/level_5_actions_utest.py:275:9 Unresolved attribute `side_effect` on type `bound method InterchainModel.is_transaction_confirmed(transaction_hash: str) -> bool`.
dragonchain unresolved-attribute dragonchain/transaction_processor/level_5_actions_utest.py:294:9 Unresolved attribute `return_value` on type `bound method InterchainModel.is_transaction_confirmed(transaction_hash: str) -> bool`.
dragonchain unresolved-attribute dragonchain/transaction_processor/level_5_actions_utest.py:312:9 Unresolved attribute `return_value` on type `bound method InterchainModel.is_transaction_confirmed(transaction_hash: str) -> bool`.
dragonchain invalid-argument-type dragonchain/transaction_processor/level_5_actions_utest.py:458:36 Argument to function `is_backlog` is incorrect: Expected `str`, found `Literal[5]`
dragonchain invalid-assignment dragonchain/transaction_processor/level_5_actions_utest.py:466:9 Implicit shadowing of function `check_balance`
dragonchain invalid-assignment dragonchain/transaction_processor/level_5_actions_utest.py:467:9 Implicit shadowing of function `get_transaction_fee_estimate`
dragonchain unresolved-attribute dragonchain/transaction_processor/level_5_actions_utest.py:470:9 Object of type `bound method InterchainModel.check_balance() -> int` has no attribute `assert_called_once`
dragonchain invalid-assignment dragonchain/transaction_processor/level_5_actions_utest.py:481:9 Implicit shadowing of function `check_balance`
dragonchain invalid-assignment dragonchain/transaction_processor/level_5_actions_utest.py:482:9 Implicit shadowing of function `get_transaction_fee_estimate`
dragonchain unresolved-attribute dragonchain/transaction_processor/level_5_actions_utest.py:485:9 Object of type `bound method InterchainModel.check_balance() -> int` has no attribute `assert_called_once`
dragonchain invalid-assignment dragonchain/transaction_processor/level_5_actions_utest.py:493:9 Implicit shadowing of function `get_transaction_fee_estimate`
dragonchain unresolved-attribute dragonchain/transaction_processor/level_5_actions_utest.py:496:9 Object of type `bound method InterchainModel.get_transaction_fee_estimate() -> int` has no attribute `assert_called_once`
dragonchain invalid-assignment dragonchain/transaction_processor/level_5_actions_utest.py:507:9 Implicit shadowing of function `get_transaction_fee_estimate`
dragonchain unresolved-attribute dragonchain/transaction_processor/level_5_actions_utest.py:510:9 Object of type `bound method InterchainModel.get_transaction_fee_estimate() -> int` has no attribute `assert_called_once`
dragonchain invalid-assignment dragonchain/transaction_processor/level_5_actions_utest.py:519:9 Implicit shadowing of function `get_transaction_fee_estimate`
dragonchain unresolved-attribute dragonchain/transaction_processor/level_5_actions_utest.py:522:9 Object of type `bound method InterchainModel.get_transaction_fee_estimate() -> int` has no attribute `assert_called_once`
dragonchain unresolved-import dragonchain/transaction_processor/transaction_processor.py:21:8 Cannot resolve imported module `apscheduler.events`
dragonchain unresolved-import dragonchain/transaction_processor/transaction_processor.py:22:8 Cannot resolve imported module `apscheduler.triggers.cron`
dragonchain unresolved-import dragonchain/transaction_processor/transaction_processor.py:23:8 Cannot resolve imported module `apscheduler.schedulers.blocking`
dragonchain unresolved-import dragonchain/transaction_processor/transaction_processor.py:30:12 Cannot resolve imported module `apscheduler.events`
dragonchain unresolved-import dragonchain/webserver/app.py:20:8 Cannot resolve imported module `flask`
dragonchain unresolved-import dragonchain/webserver/helpers.py:21:8 Cannot resolve imported module `fastjsonschema`
dragonchain unresolved-import dragonchain/webserver/helpers.py:22:6 Cannot resolve imported module `werkzeug`
dragonchain invalid-argument-type dragonchain/webserver/lib/smart_contracts.py:80:62 Argument to function `get_registered_transaction_type` is incorrect: Expected `str`, found `Unknown | None`
dragonchain invalid-argument-type dragonchain/webserver/lib/transactions.py:129:36 Argument to function `register_callback` is incorrect: Expected `str`, found `Unknown | None`
dragonchain invalid-return-type dragonchain/webserver/lib/transactions.py:131:12 Return type does not match returned value: expected `dict[str, str]`, found `dict[str, str | Unknown | None]`
dragonchain invalid-return-type dragonchain/webserver/lib/verifications.py:85:12 Return type does not match returned value: expected `str`, found `Unknown | None`
dragonchain invalid-argument-type dragonchain/webserver/lib/verifications_dao_utest.py:51:49 Argument to function `_get_verification_records` is incorrect: Expected `str`, found `Literal[1]`
dragonchain invalid-argument-type dragonchain/webserver/lib/verifications_dao_utest.py:58:49 Argument to function `_get_verification_records` is incorrect: Expected `str`, found `Literal[1]`
dragonchain invalid-argument-type dragonchain/webserver/lib/verifications_dao_utest.py:71:55 Argument to function `_level_records` is incorrect: Expected `str`, found `Literal[1]`
dragonchain invalid-argument-type dragonchain/webserver/lib/verifications_dao_utest.py:77:53 Argument to function `_all_records` is incorrect: Expected `str`, found `Literal[1]`
dragonchain invalid-assignment dragonchain/webserver/lib/verifications_dao_utest.py:106:9 Implicit shadowing of function `_get_redisearch_index_client`
dragonchain invalid-assignment dragonchain/webserver/lib/verifications_dao_utest.py:120:9 Implicit shadowing of function `_get_redisearch_index_client`
dragonchain invalid-assignment dragonchain/webserver/lib/verifications_dao_utest.py:132:9 Implicit shadowing of function `_get_redisearch_index_client`
dragonchain unresolved-import dragonchain/webserver/request_authorizer.py:21:8 Cannot resolve imported module `flask`
dragonchain unresolved-import dragonchain/webserver/routes/__init__.py:39:12 Cannot resolve imported module `flask`
dragonchain unresolved-import dragonchain/webserver/routes/api_keys.py:20:8 Cannot resolve imported module `fastjsonschema`
dragonchain unresolved-import dragonchain/webserver/routes/api_keys.py:21:8 Cannot resolve imported module `flask`
dragonchain unresolved-import dragonchain/webserver/routes/blocks.py:20:8 Cannot resolve imported module `flask`
dragonchain unresolved-import dragonchain/webserver/routes/dragonnet.py:21:8 Cannot resolve imported module `flask`
dragonchain unresolved-import dragonchain/webserver/routes/dragonnet.py:22:8 Cannot resolve imported module `fastjsonschema`
dragonchain unresolved-import dragonchain/webserver/routes/interchain.py:21:8 Cannot resolve imported module `flask`
dragonchain unresolved-import dragonchain/webserver/routes/interchain.py:22:8 Cannot resolve imported module `fastjsonschema`
dragonchain unresolved-import dragonchain/webserver/routes/misc.py:20:8 Cannot resolve imported module `flask`
dragonchain unresolved-import dragonchain/webserver/routes/smart_contracts.py:20:8 Cannot resolve imported module `flask`
dragonchain unresolved-import dragonchain/webserver/routes/smart_contracts.py:21:8 Cannot resolve imported module `fastjsonschema`
dragonchain unresolved-import dragonchain/webserver/routes/transaction_types.py:20:8 Cannot resolve imported module `flask`
dragonchain unresolved-import dragonchain/webserver/routes/transaction_types.py:21:8 Cannot resolve imported module `fastjsonschema`
dragonchain unresolved-import dragonchain/webserver/routes/transactions.py:20:8 Cannot resolve imported module `fastjsonschema`
dragonchain unresolved-import dragonchain/webserver/routes/transactions.py:21:8 Cannot resolve imported module `flask`
dragonchain unresolved-import dragonchain/webserver/routes/verifications.py:20:8 Cannot resolve imported module `flask`
flake8-pyi unresolved-import flake8_pyi/checker.py:9:6 Cannot resolve imported module `flake8.options.manager`
flake8-pyi invalid-argument-type flake8_pyi/visitor.py:1732:21 Argument to function `_analyse_exit_method_arg` is incorrect: Expected `BinOp`, found `expr`
flake8-pyi invalid-argument-type flake8_pyi/visitor.py:1750:21 Argument to function `_analyse_exit_method_arg` is incorrect: Expected `BinOp`, found `expr`
flake8-pyi invalid-argument-type flake8_pyi/visitor.py:1763:21 Argument to function `_analyse_exit_method_arg` is incorrect: Expected `BinOp`, found `expr`
flake8-pyi unused-ignore-comment flake8_pyi/visitor.py:1938:22 Unused blanket `type: ignore` directive
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:8:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:9:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:10:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:11:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:12:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:13:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:14:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:15:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:16:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:17:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:18:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:19:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:20:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:21:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:22:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:23:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:24:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:25:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:26:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:27:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:28:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:29:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:30:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:31:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:32:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:33:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:34:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:35:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:36:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pycodestyle.py:37:6 Cannot resolve imported module `pycodestyle`
flake8 unresolved-import src/flake8/plugins/pyflakes.py:10:8 Cannot resolve imported module `pyflakes.checker`
flake8 unresolved-import tests/unit/plugins/finder_test.py:719:12 Cannot resolve imported module `aplugin`
flake8 unresolved-import tests/unit/plugins/finder_test.py:829:12 Cannot resolve imported module `aplugin`
flake8 invalid-argument-type tests/unit/plugins/pycodestyle_test.py:32:15 Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
flake8 possibly-missing-attribute tests/unit/test_file_checker.py:59:24 Submodule `exceptions` may not be available as an attribute on module `flake8`
flake8 invalid-argument-type tests/unit/test_file_processor.py:164:68 Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `list[LiteralString]`
flake8 invalid-argument-type tests/unit/test_file_processor.py:185:68 Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `list[LiteralString]`
flake8 unresolved-import tests/unit/test_pyflakes_codes.py:6:8 Cannot resolve imported module `pyflakes`
git-revise invalid-return-type gitrevise/utils.py:127:20 Return type does not match returned value: expected `bytes`, found `bytearray`
httpx-caching unresolved-import gen_sync.py:3:6 Cannot resolve imported module `unasync`
httpx-caching invalid-argument-type httpx_caching/_async/_cache.py:20:38 Argument to bound method `loads` is incorrect: Expected `bytes`, found `Unknown | None`
httpx-caching unresolved-import httpx_caching/_async/_transport.py:5:6 Cannot resolve imported module `multimethod`
httpx-caching unused-ignore-comment httpx_caching/_async/_transport.py:95:36 Unused blanket `type: ignore` directive
httpx-caching unused-ignore-comment httpx_caching/_async/_transport.py:101:79 Unused blanket `type: ignore` directive
httpx-caching unused-ignore-comment httpx_caching/_async/_transport.py:106:46 Unused blanket `type: ignore` directive
httpx-caching unused-ignore-comment httpx_caching/_async/_transport.py:119:67 Unused blanket `type: ignore` directive
httpx-caching unused-ignore-comment httpx_caching/_async/_transport.py:132:40 Unused blanket `type: ignore` directive
httpx-caching deprecated httpx_caching/_heuristics.py:14:29 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
httpx-caching unused-ignore-comment httpx_caching/_policy.py:216:76 Unused blanket `type: ignore` directive
httpx-caching unused-ignore-comment httpx_caching/_policy.py:233:60 Unused blanket `type: ignore` directive
httpx-caching unused-ignore-comment httpx_caching/_policy.py:475:18 Unused blanket `type: ignore` directive
httpx-caching unresolved-import httpx_caching/_serializer.py:6:8 Cannot resolve imported module `msgpack`
httpx-caching invalid-argument-type httpx_caching/_sync/_cache.py:20:38 Argument to bound method `loads` is incorrect: Expected `bytes`, found `Unknown | None`
httpx-caching unresolved-import httpx_caching/_sync/_transport.py:5:6 Cannot resolve imported module `multimethod`
httpx-caching unused-ignore-comment httpx_caching/_sync/_transport.py:95:36 Unused blanket `type: ignore` directive
httpx-caching unused-ignore-comment httpx_caching/_sync/_transport.py:101:67 Unused blanket `type: ignore` directive
httpx-caching unused-ignore-comment httpx_caching/_sync/_transport.py:106:46 Unused blanket `type: ignore` directive
httpx-caching unused-ignore-comment httpx_caching/_sync/_transport.py:117:66 Unused blanket `type: ignore` directive
httpx-caching unused-ignore-comment httpx_caching/_sync/_transport.py:130:33 Unused blanket `type: ignore` directive
httpx-caching unresolved-import setup.py:7:6 Cannot resolve imported module `setuptools`
httpx-caching possibly-missing-attribute setup.py:15:12 Attribute `group` may be missing on object of type `Match[str] | None`
httpx-caching invalid-method-override tests/_async/test_expires_heuristics.py:30:17 Invalid override of method `update_headers`: Definition is incompatible with `BaseHeuristic.update_headers`
httpx-caching invalid-method-override tests/_async/test_expires_heuristics.py:46:17 Invalid override of method `update_headers`: Definition is incompatible with `BaseHeuristic.update_headers`
httpx-caching unused-ignore-comment tests/_async/test_expires_heuristics.py:149:80 Unused blanket `type: ignore` directive
httpx-caching unused-ignore-comment tests/_async/test_expires_heuristics.py:173:80 Unused blanket `type: ignore` directive
httpx-caching unresolved-import tests/conftest.py:9:8 Cannot resolve imported module `cherrypy`
httpx-caching unresolved-import tests/test_serialization.py:6:8 Cannot resolve imported module `msgpack`
dulwich unresolved-import dulwich/__init__.py:37:10 Cannot resolve imported module `dissolve`
dulwich unresolved-attribute dulwich/__init__.py:59:20 Object of type `(**P@decorator) -> R@decorator` has no attribute `__name__`
dulwich invalid-argument-type dulwich/archive.py:148:39 Argument to bound method `__init__` is incorrect: Expected `list[bytes]`, found `object`
dulwich invalid-argument-type dulwich/bitmap.py:852:23 Method `__getitem__` of type `bound method BaseObjectStore.__getitem__(sha1: ObjectID | RawObjectID) -> ShaFile` cannot be called with key of type `Unknown | bytes` on object of type `BaseObjectStore`
dulwich call-non-callable dulwich/bitmap.py:934:29 Object of type `object` is not callable
dulwich invalid-method-override dulwich/cli.py:800:9 Invalid override of method `write`: Definition is incompatible with `IO.write`
dulwich invalid-method-override dulwich/cli.py:866:9 Invalid override of method `writelines`: Definition is incompatible with `IO.writelines`
dulwich invalid-method-override dulwich/cli.py:1146:9 Invalid override of method `run`: Definition is incompatible with `Command.run`
dulwich invalid-method-override dulwich/cli.py:1167:9 Invalid override of method `run`: Definition is incompatible with `Command.run`
dulwich invalid-method-override dulwich/cli.py:1191:9 Invalid override of method `run`: Definition is incompatible with `Command.run`
dulwich invalid-method-override dulwich/cli.py:1204:9 Invalid override of method `run`: Definition is incompatible with `Command.run`
dulwich invalid-method-override dulwich/cli.py:1223:9 Invalid override of method `run`: Definition is incompatible with `Command.run`
dulwich invalid-method-override dulwich/cli.py:1246:9 Invalid override of method `run`: Definition is incompatible with `Command.run`
dulwich possibly-unresolved-reference dulwich/cli.py:1579:39 Name `diff_buffer` used when possibly not defined
dulwich possibly-unresolved-reference dulwich/cli.py:1579:52 Name `io` used when possibly not defined
dulwich possibly-unresolved-reference dulwich/cli.py:1580:33 Name `diff_buffer` used when possibly not defined
dulwich possibly-unresolved-reference dulwich/cli.py:1582:35 Name `diffstat` used when possibly not defined
dulwich invalid-method-override dulwich/cli.py:2378:9 Invalid override of method `run`: Definition is incompatible with `Command.run`
dulwich invalid-method-override dulwich/cli.py:2397:9 Invalid override of method `run`: Definition is incompatible with `Command.run`
dulwich invalid-method-override dulwich/cli.py:2442:9 Invalid override of method `run`: Definition is incompatible with `Command.run`
dulwich invalid-method-override dulwich/cli.py:3558:9 Invalid override of method `run`: Definition is incompatible with `Command.run`
dulwich invalid-method-override dulwich/cli.py:3636:9 Invalid override of method `run`: Definition is incompatible with `Command.run`
dulwich invalid-method-override dulwich/cli.py:3651:9 Invalid override of method `run`: Definition is incompatible with `Command.run`
dulwich invalid-method-override dulwich/cli.py:3665:9 Invalid override of method `run`: Definition is incompatible with `Command.run`
dulwich invalid-method-override dulwich/cli.py:3682:9 Invalid override of method `run`: Definition is incompatible with `Command.run`
dulwich invalid-method-override dulwich/cli.py:5598:9 Invalid override of method `run`: Definition is incompatible with `Command.run`
dulwich unused-ignore-comment dulwich/cli.py:6842:53 Unused blanket `type: ignore` directive
dulwich unused-ignore-comment dulwich/client.py:295:27 Unused blanket `type: ignore` directive
dulwich unresolved-import dulwich/client.py:297:9 Module `ctypes` has no member `windll`
dulwich not-iterable dulwich/client.py:847:24 Object of type `object` is not iterable
dulwich possibly-unresolved-reference dulwich/client.py:1185:16 Name `target` used when possibly not defined
dulwich possibly-unresolved-reference dulwich/client.py:1186:17 Name `target` used when possibly not defined
dulwich possibly-unresolved-reference dulwich/client.py:1389:25 Name `pktline_parser` used when possibly not defined
dulwich invalid-method-override dulwich/client.py:2225:9 Invalid override of method `_connect`: Definition is incompatible with `TraditionalGitClient._connect`
dulwich possibly-unresolved-reference dulwich/client.py:2237:18 Name `git_command` used when possibly not defined
dulwich possibly-unresolved-reference dulwich/client.py:2666:16 Name `target` used when possibly not defined
dulwich possibly-unresolved-reference dulwich/client.py:2667:17 Name `target` used when possibly not defined
dulwich invalid-return-type dulwich/client.py:3874:28 Return type does not match returned value: expected `tuple[dict[Ref, ObjectID | None], set[bytes], str, dict[Ref, Ref], dict[Ref, ObjectID]]`, found `tuple[dict[Ref, ObjectID | None] | dict[Ref, ObjectID], set[bytes], str, dict[Ref, Ref], dict[Ref, ObjectID]]`
dulwich unresolved-import dulwich/cloud/gcs.py:44:10 Cannot resolve imported module `google.cloud.storage`
dulwich invalid-generic-class dulwich/config.py:270:15 Generic class `UniqueKeysView` must not reference type variables bound in an enclosing scope: `K` referenced in class definition here
dulwich invalid-method-override dulwich/config.py:274:17 Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`
dulwich invalid-generic-class dulwich/config.py:289:15 Generic class `OrderedItemsView` must not reference type variables bound in an enclosing scope: `K` referenced in class definition here
dulwich invalid-generic-class dulwich/config.py:289:15 Generic class `OrderedItemsView` must not reference type variables bound in an enclosing scope: `V` referenced in class definition here
dulwich invalid-method-override dulwich/config.py:301:17 Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`
dulwich unresolved-import dulwich/contrib/greenthreads.py:30:8 Cannot resolve imported module `gevent`
dulwich unresolved-import dulwich/contrib/greenthreads.py:31:6 Cannot resolve imported module `gevent`
dulwich invalid-argument-type dulwich/contrib/release_robot.py:106:45 Argument to bound method `get_object` is incorrect: Expected `ObjectID | RawObjectID`, found `Unknown | bytes`
dulwich unresolved-import dulwich/contrib/swift.py:67:6 Cannot resolve imported module `geventhttpclient`
dulwich invalid-argument-type dulwich/contrib/swift.py:161:35 Argument to bound method `add_todo` is incorrect: Expected `Iterable[tuple[ObjectID, bytes | None, int | None, bool]]`, found `list[Unknown | tuple[Unknown | bytes, None, None, bool]]`
dulwich unused-ignore-comment dulwich/contrib/swift.py:752:53 Unused blanket `type: ignore` directive
dulwich unresolved-attribute dulwich/contrib/swift.py:826:61 Object of type `~None` has no attribute `get`
dulwich invalid-argument-type dulwich/contrib/swift.py:921:13 Argument to bound method `add_objects` is incorrect: Expected `Sequence[tuple[ShaFile, str | None]]`, found `list[Unknown | tuple[object, None]]`
dulwich unused-ignore-comment dulwich/contrib/swift.py:922:31 Unused blanket `type: ignore` directive
dulwich invalid-method-override dulwich/contrib/swift.py:1188:9 Invalid override of method `_put_named_file`: Definition is incompatible with `BaseRepo._put_named_file`
dulwich unresolved-import dulwich/contrib/swift.py:1280:16 Cannot resolve imported module `gevent`
dulwich unresolved-import dulwich/contrib/swift.py:1281:16 Cannot resolve imported module `geventhttpclient`
dulwich unresolved-import dulwich/contrib/swift.py:1288:12 Cannot resolve imported module `gevent.monkey`
dulwich unresolved-import dulwich/diff.py:572:14 Cannot resolve imported module `rich.console`
dulwich invalid-method-override dulwich/dumb.py:272:9 Invalid override of method `get_raw`: Definition is incompatible with `BaseObjectStore.get_raw`
dulwich invalid-method-override dulwich/dumb.py:305:9 Invalid override of method `__contains__`: Definition is incompatible with `BaseObjectStore.__contains__`
dulwich unresolved-import dulwich/fastexport.py:35:6 Cannot resolve imported module `fastimport`
dulwich unresolved-import dulwich/fastexport.py:36:6 Cannot resolve imported module `fastimport`
dulwich call-non-callable dulwich/fastexport.py:85:22 Object of type `object` is not callable
dulwich unused-ignore-comment dulwich/fastexport.py:110:67 Unused blanket `type: ignore` directive
dulwich unused-ignore-comment dulwich/fastexport.py:135:65 Unused blanket `type: ignore` directive
dulwich unused-ignore-comment dulwich/fastexport.py:146:71 Unused blanket `type: ignore` directive
dulwich unused-ignore-comment dulwich/fastexport.py:150:52 Unused blanket `type: ignore` directive
dulwich unused-ignore-comment dulwich/fastexport.py:167:40 Unused blanket `type: ignore` directive
dulwich unused-ignore-comment dulwich/fastexport.py:202:55 Unused blanket `type: ignore` directive
dulwich unused-ignore-comment dulwich/fastexport.py:222:68 Unused blanket `type: ignore` directive
dulwich unused-ignore-comment dulwich/fastexport.py:250:42 Unused blanket `type: ignore` directive
dulwich unused-ignore-comment dulwich/fastexport.py:251:40 Unused blanket `type: ignore` directive
dulwich unused-ignore-comment dulwich/fastexport.py:298:43 Unused blanket `type: ignore` directive
dulwich unused-ignore-comment dulwich/fastexport.py:396:63 Unused blanket `type: ignore` directive
dulwich invalid-argument-type dulwich/filter_branch.py:483:46 Method `__getitem__` of type `bound method dict[ObjectID, ObjectID].__getitem__(key: ObjectID, /) -> ObjectID` cannot be called with key of type `Unknown | bytes` on object of type `dict[ObjectID, ObjectID]`
dulwich unused-ignore-comment dulwich/filters.py:456:77 Unused blanket `type: ignore` directive
dulwich invalid-argument-type dulwich/gc.py:140:32 Argument to bound method `append` is incorrect: Expected `ObjectID`, found `Unknown | bytes`
dulwich invalid-argument-type dulwich/gc.py:141:31 Argument to bound method `add` is incorrect: Expected `ObjectID`, found `Unknown | bytes`
dulwich invalid-method-override dulwich/hooks.py:201:9 Invalid override of method `execute`: Definition is incompatible with `ShellHook.execute`
dulwich unsupported-operator dulwich/ignore.py:150:17 Operator `+=` is not supported between objects of type `Literal[b""]` and `str`
dulwich unsupported-operator dulwich/ignore.py:153:17 Operator `+=` is not supported between objects of type `Literal[b""]` and `str`
dulwich unsupported-operator dulwich/ignore.py:173:13 Operator `+=` is not supported between objects of type `Literal[b""]` and `str`
dulwich possibly-unresolved-reference dulwich/index.py:863:17 Name `compressed_path` used when possibly not defined
dulwich invalid-return-type dulwich/index.py:1343:24 Return type does not match returned value: expected `tuple[bytes, int]`, found `tuple[object, int]`
dulwich invalid-argument-type dulwich/index.py:1343:48 Argument to function `cleanup_mode` is incorrect: Expected `int`, found `object`
dulwich invalid-method-override dulwich/line_ending.py:551:9 Invalid override of method `checkin_normalize`: Definition is incompatible with `FilterBlobNormalizer.checkin_normalize`
dulwich unresolved-attribute dulwich/line_ending.py:571:28 Object of type `object` has no attribute `get`
dulwich invalid-method-override dulwich/line_ending.py:591:9 Invalid override of method `checkout_normalize`: Definition is incompatible with `FilterBlobNormalizer.checkout_normalize`
dulwich unresolved-attribute dulwich/line_ending.py:611:28 Object of type `object` has no attribute `get`
dulwich invalid-method-override dulwich/line_ending.py:677:9 Invalid override of method `checkin_normalize`: Definition is incompatible with `FilterBlobNormalizer.checkin_normalize`
dulwich invalid-method-override dulwich/lru_cache.py:427:9 Invalid override of method `resize`: Definition is incompatible with `LRUCache.resize`
dulwich unresolved-import dulwich/merge.py:38:12 Cannot resolve imported module `merge3`
dulwich unresolved-import dulwich/merge.py:39:10 Cannot resolve imported module `merge3`
dulwich unused-ignore-comment dulwich/merge.py:44:24 Unused blanket `type: ignore` directive
dulwich unused-ignore-comment dulwich/merge.py:110:41 Unused blanket `type: ignore` directive
dulwich possibly-unresolved-reference dulwich/merge.py:790:12 Name `merged_tree` used when possibly not defined
dulwich invalid-argument-type dulwich/midx.py:195:16 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | bytes | None`
dulwich non-subscriptable dulwich/midx.py:199:21 Cannot subscript object of type `None` with no `__getitem__` method
dulwich non-subscriptable dulwich/midx.py:204:24 Cannot subscript object of type `None` with no `__getitem__` method
dulwich non-subscriptable dulwich/midx.py:209:31 Cannot subscript object of type `None` with no `__getitem__` method
dulwich non-subscriptable dulwich/midx.py:218:28 Cannot subscript object of type `None` with no `__getitem__` method
dulwich non-subscriptable dulwich/midx.py:221:32 Cannot subscript object of type `None` with no `__getitem__` method
dulwich non-subscriptable dulwich/midx.py:226:50 Cannot subscript object of type `None` with no `__getitem__` method
dulwich non-subscriptable dulwich/midx.py:237:24 Cannot subscript object of type `None` with no `__getitem__` method
dulwich non-subscriptable dulwich/midx.py:239:23 Cannot subscript object of type `None` with no `__getitem__` method
dulwich invalid-argument-type dulwich/midx.py:270:25 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | bytes | None`
dulwich possibly-missing-attribute dulwich/midx.py:277:24 Attribute `find` may be missing on object of type `Unknown | bytes | None`
dulwich non-subscriptable dulwich/midx.py:281:25 Cannot subscript object of type `None` with no `__getitem__` method
dulwich non-subscriptable dulwich/midx.py:297:23 Cannot subscript object of type `None` with no `__getitem__` method
dulwich non-subscriptable dulwich/midx.py:339:28 Cannot subscript object of type `None` with no `__getitem__` method
dulwich non-subscriptable dulwich/midx.py:356:42 Cannot subscript object of type `None` with no `__getitem__` method
dulwich non-subscriptable dulwich/midx.py:357:46 Cannot subscript object of type `None` with no `__getitem__` method
dulwich non-subscriptable dulwich/midx.py:368:23 Cannot subscript object of type `None` with no `__getitem__` method
dulwich invalid-argument-type dulwich/notes.py:644:20 Argument is incorrect: Expected `bytes`, found `bytes | None`
dulwich invalid-argument-type dulwich/object_store.py:252:19 Method `__getitem__` of type `bound method ObjectContainer.__getitem__(sha1: ObjectID | RawObjectID) -> ShaFile` cannot be called with key of type `Unknown | bytes` on object of type `ObjectContainer`
dulwich invalid-argument-type dulwich/object_store.py:307:23 Method `__getitem__` of type `bound method ObjectContainer.__getitem__(sha1: ObjectID | RawObjectID) -> ShaFile` cannot be called with key of type `Unknown | bytes` on object of type `ObjectContainer`
dulwich invalid-method-override dulwich/object_store.py:859:9 Invalid override of method `get_reachability_provider`: Definition is incompatible with `BaseObjectStore.get_reachability_provider`
dulwich invalid-method-override dulwich/object_store.py:945:9 Invalid override of method `__contains__`: Definition is incompatible with `BaseObjectStore.__contains__`
dulwich invalid-argument-type dulwich/object_store.py:1805:23 Argument to function `remove` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `object`
dulwich invalid-method-override dulwich/object_store.py:2497:9 Invalid override of method `__getitem__`: Definition is incompatible with `BaseObjectStore.__getitem__`
dulwich invalid-argument-type dulwich/object_store.py:2730:63 Argument to function `_split_commits_and_tags` is incorrect: Expected `Iterable[ObjectID]`, found `list[Unknown | bytes]`
dulwich invalid-argument-type dulwich/object_store.py:2901:31 Argument to bound method `add_todo` is incorrect: Expected `Iterable[tuple[ObjectID, bytes | None, int | None, bool]]`, found `list[Unknown | tuple[Unknown | bytes, None, Unknown | int, bool]]`
dulwich unsupported-operator dulwich/object_store.py:2902:12 Operator `in` is not supported between objects of type `ObjectID` and `Unknown | ((() -> dict[ObjectID, ObjectID]) & ~AlwaysTruthy & ~AlwaysFalsy) | dict[Unknown, Unknown]`
dulwich invalid-method-override dulwich/object_store.py:3096:9 Invalid override of method `add_object`: Definition is incompatible with `BaseObjectStore.add_object`
dulwich invalid-method-override dulwich/object_store.py:3217:9 Invalid override of method `get_raw`: Definition is incompatible with `BaseObjectStore.get_raw`
dulwich invalid-assignment dulwich/object_store.py:3540:26 Object of type `Unknown | bytes` is not assignable to `ObjectID | RawObjectID`
dulwich invalid-return-type dulwich/objects.py:237:16 Return type does not match returned value: expected `PathT@hex_to_filename`, found `str`
dulwich invalid-return-type dulwich/objects.py:248:16 Return type does not match returned value: expected `PathT@hex_to_filename`, found `bytes`
dulwich invalid-method-override dulwich/objects.py:1072:9 Invalid override of method `from_path`: Definition is incompatible with `ShaFile.from_path`
dulwich unresolved-import dulwich/objects.py:1258:16 Cannot resolve imported module `gpg`
dulwich unresolved-import dulwich/objects.py:1328:16 Cannot resolve imported module `gpg`
dulwich invalid-method-override dulwich/objects.py:1512:9 Invalid override of method `from_path`: Definition is incompatible with `ShaFile.from_path`
dulwich unresolved-import dulwich/objects.py:2050:16 Cannot resolve imported module `gpg`
dulwich unresolved-import dulwich/objects.py:2121:16 Cannot resolve imported module `gpg`
dulwich unresolved-import dulwich/objects.py:2266:10 Cannot resolve imported module `dulwich._objects`
dulwich unresolved-import dulwich/objects.py:2269:10 Cannot resolve imported module `dulwich._objects`
dulwich unsupported-operator dulwich/objectspec.py:330:12 Operator `in` is not supported between objects of type `Unknown | bytes` and `Repo | RefsContainer`
dulwich invalid-argument-type dulwich/objectspec.py:512:23 Method `__getitem__` of type `bound method PackCapableObjectStore.__getitem__(sha1: ObjectID | RawObjectID) -> ShaFile` cannot be called with key of type `Unknown | bytes` on object of type `PackCapableObjectStore`
dulwich unresolved-import dulwich/pack.py:106:10 Cannot resolve imported module `cdifflib`
dulwich unresolved-import dulwich/pack.py:144:11 Cannot resolve imported module `.ref`
dulwich invalid-method-override dulwich/pack.py:805:9 Invalid override of method `object_sha1`: Definition is incompatible with `PackIndex.object_sha1`
dulwich unused-ignore-comment dulwich/pack.py:2247:78 Unused blanket `type: ignore` directive
dulwich unused-ignore-comment dulwich/pack.py:2292:75 Unused blanket `type: ignore` directive
dulwich invalid-assignment dulwich/pack.py:3011:20 Object of type `object` is not assignable to `(bytes, /) -> int`
dulwich unused-ignore-comment dulwich/pack.py:3052:55 Unused blanket `type: ignore` directive
dulwich unused-ignore-comment dulwich/pack.py:3205:33 Unused blanket `type: ignore` directive
dulwich possibly-missing-attribute dulwich/pack.py:3512:13 Attribute `write` may be missing on object of type `(((bytes, /) -> None) & ~(() -> object)) | (((bytes | bytearray | memoryview[int], /) -> int) & ~(() -> object)) | (IO[bytes] & ~(() -> object))`
dulwich possibly-unresolved-reference dulwich/pack.py:4310:57 Name `delta` used when possibly not defined
dulwich unresolved-import dulwich/pack.py:4457:10 Cannot resolve imported module `dulwich._pack`
dulwich unresolved-import dulwich/patch.py:259:18 Cannot resolve imported module `patiencediff`
dulwich unused-ignore-comment dulwich/patch.py:261:57 Unused blanket `type: ignore` directive
dulwich invalid-return-type dulwich/porcelain/__init__.py:643:16 Return type does not match returned value: expected `AbstractContextManager[T@open_repo | Repo, bool | None]`, found `_GeneratorContextManager[T@_noop_context_manager, None, None]`
dulwich invalid-argument-type dulwich/porcelain/__init__.py:643:38 Argument is incorrect: Expected `T@_noop_context_manager`, found `(str & BaseRepo) | (PathLike[str] & BaseRepo) | T@open_repo`
dulwich invalid-return-type dulwich/porcelain/__init__.py:697:16 Return type does not match returned value: expected `AbstractContextManager[T@open_repo_closing | Repo, bool | None]`, found `_GeneratorContextManager[T@_noop_context_manager, None, None]`
dulwich invalid-argument-type dulwich/porcelain/__init__.py:697:38 Argument is incorrect: Expected `T@_noop_context_manager`, found `(str & BaseRepo) | (bytes & BaseRepo) | (PathLike[str] & BaseRepo) | T@open_repo_closing`
dulwich invalid-assignment dulwich/porcelain/__init__.py:1528:21 Object of type `list[Unknown | str | bytes | ... omitted 3 union elements]` is not assignable to `Sequence[str | bytes | PathLike[str]] | bytes | PathLike[str] | None`
dulwich not-iterable dulwich/porcelain/__init__.py:1529:18 Object of type `Sequence[str | bytes | PathLike[str]] | (list[Unknown | str] & ~PathLike[object]) | bytes | PathLike[str] | None` may not be iterable
dulwich invalid-argument-type dulwich/porcelain/__init__.py:1533:25 Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | (PathLike[str] & ~bytes) | (Unknown & ~bytes) | int`
dulwich invalid-argument-type dulwich/porcelain/__init__.py:1979:49 Argument to function `print_commit` is incorrect: Expected `TextIO`, found `_StreamWrapper`
dulwich possibly-unresolved-reference dulwich/porcelain/__init__.py:2097:13 Name `path1` used when possibly not defined
dulwich possibly-unresolved-reference dulwich/porcelain/__init__.py:2098:27 Name `path1` used when possibly not defined
dulwich possibly-unresolved-reference dulwich/porcelain/__init__.py:2099:18 Name `path1` used when possibly not defined
dulwich possibly-unresolved-reference dulwich/porcelain/__init__.py:2102:13 Name `path2` used when possibly not defined
dulwich possibly-unresolved-reference dulwich/porcelain/__init__.py:2103:27 Name `path2` used when possibly not defined
dulwich possibly-unresolved-reference dulwich/porcelain/__init__.py:2104:18 Name `path2` used when possibly not defined
dulwich possibly-unresolved-reference dulwich/porcelain/__init__.py:2106:18 Name `kind` used when possibly not defined
dulwich unused-ignore-comment dulwich/porcelain/__init__.py:2745:63 Unused blanket `type: ignore` directive
dulwich unused-ignore-comment dulwich/porcelain/__init__.py:3058:61 Unused blanket `type: ignore` directive
dulwich unused-ignore-comment dulwich/porcelain/__init__.py:3071:34 Unused blanket `type: ignore` directive
dulwich unused-ignore-comment dulwich/porcelain/__init__.py:3074:57 Unused blanket `type: ignore` directive
dulwich unused-ignore-comment dulwich/porcelain/__init__.py:3078:62 Unused blanket `type: ignore` directive
dulwich invalid-argument-type dulwich/porcelain/__init__.py:3382:63 Argument to bound method `changes_from_tree` is incorrect: Expected `ObjectID`, found `Unknown | None`
dulwich invalid-argument-type dulwich/porcelain/__init__.py:3539:41 Argument to function `_make_branch_ref` is incorrect: Expected `str | bytes`, found `Unknown | (Sequence[str | bytes] & ~Top[list[Unknown]] & ~tuple[object, ...]) | bytes`
dulwich invalid-argument-type dulwich/porcelain/__init__.py:4170:44 Argument to bound method `get_object` is incorrect: Expected `ObjectID | RawObjectID`, found `Unknown | bytes`
dulwich invalid-assignment dulwich/porcelain/__init__.py:4358:21 Invalid subscript assignment with key of type `bytes` and value of type `tuple[Unknown, Unknown | list[ObjectID], Unknown]` on object of type `dict[bytes, tuple[int, list[bytes], str]]`
dulwich unused-ignore-comment dulwich/porcelain/__init__.py:4745:50 Unused blanket `type: ignore` directive
dulwich invalid-argument-type dulwich/porcelain/__init__.py:4746:35 Argument to function `_quote_path` is incorrect: Expected `str`, found `str | bytes | PathLike[str]`
dulwich unused-ignore-comment dulwich/porcelain/__init__.py:4854:38 Unused blanket `type: ignore` directive
dulwich invalid-argument-type dulwich/porcelain/__init__.py:5710:39 Argument to bound method `get_object` is incorrect: Expected `ObjectID | RawObjectID`, found `Unknown | bytes`
dulwich unused-ignore-comment dulwich/porcelain/__init__.py:7282:45 Unused blanket `type: ignore` directive
dulwich invalid-argument-type dulwich/porcelain/__init__.py:7538:23 Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[str] | (BinaryIO & PathLike[object])`
dulwich unused-ignore-comment dulwich/porcelain/__init__.py:7679:54 Unused blanket `type: ignore` directive
dulwich deprecated dulwich/porcelain/lfs.py:647:25 The function `warn` is deprecated: Deprecated since Python 3.3. Use `warning()` instead.
dulwich invalid-argument-type dulwich/porcelain/submodule.py:233:25 Argument to function `build_index_from_tree` is incorrect: Expected `ObjectID`, found `object`
dulwich invalid-assignment dulwich/porcelain/tag.py:150:32 Object of type `tuple[int, bool]` is not assignable to `int | None`
dulwich unused-ignore-comment dulwich/refs.py:127:55 Unused blanket `type: ignore` directive
dulwich unused-ignore-comment dulwich/refs.py:129:30 Unused blanket `type: ignore` directive
dulwich unused-ignore-comment dulwich/refs.py:131:27 Unused blanket `type: ignore` directive
dulwich unused-ignore-comment dulwich/refs.py:140:27 Unused blanket `type: ignore` directive
dulwich unused-ignore-comment dulwich/refs.py:142:27 Unused blanket `type: ignore` directive
dulwich invalid-return-type dulwich/refs.py:1992:12 Return type does not match returned value: expected `T@filter_ref_prefix`, found `dict[Ref | Unknown, ObjectID | None | Unknown]`
dulwich unused-ignore-comment dulwich/repo.py:207:48 Unused blanket `type: ignore` directive
dulwich unresolved-attribute dulwich/repo.py:820:17 Object of type `object` has no attribute `update`
dulwich unsupported-operator dulwich/repo.py:821:31 Operator `-` is not supported between objects of type `object` and `set[Unknown]`
dulwich call-non-callable dulwich/repo.py:825:21 Object of type `object` is not callable
dulwich possibly-unresolved-reference dulwich/repo.py:833:59 Name `unshallow` used when possibly not defined
dulwich possibly-unresolved-reference dulwich/repo.py:851:55 Name `unshallow` used when possibly not defined
dulwich possibly-unresolved-reference dulwich/repo.py:1979:33 Name `head` used when possibly not defined
dulwich invalid-argument-type dulwich/repo.py:2485:44 Argument to bound method `get_object` is incorrect: Expected `ObjectID | RawObjectID`, found `Unknown | bytes`
dulwich invalid-argument-type dulwich/server.py:562:13 Argument to bound method `find_missing_objects` is incorrect: Expected `((bytes, /) -> None) | None`, found `(bound method [email protected](message: bytes) -> None) | (def progress(self, message: bytes) -> None)`
dulwich missing-argument dulwich/server.py:587:9 No argument provided for required parameter `message` of function `progress`
dulwich invalid-argument-type dulwich/server.py:587:23 Argument to function `progress` is incorrect: Expected `UploadPackHandler`, found `bytes`
dulwich unused-ignore-comment dulwich/server.py:1401:48 Unused blanket `type: ignore` directive
dulwich possibly-unresolved-reference dulwich/server.py:1541:13 Name `tree` used when possibly not defined
dulwich unused-ignore-comment dulwich/stash.py:173:30 Unused blanket `type: ignore` directive
dulwich invalid-return-type dulwich/tests/utils.py:121:12 Return type does not match returned value: expected `T@make_object`, found `TestObject`
dulwich invalid-assignment dulwich/tests/utils.py:354:17 Too many values to unpack: Expected 2
dulwich invalid-assignment dulwich/tests/utils.py:356:13 Not enough values to unpack: Expected 3
dulwich invalid-assignment dulwich/tests/utils.py:388:5 Implicit shadowing of function `showwarning`
dulwich invalid-argument-type dulwich/walk.py:154:21 Argument to function `tree_changes` is incorrect: Expected `ObjectID | None`, found `None | Unknown | ShaFile | list[Unknown]`
dulwich invalid-argument-type dulwich/walk.py:193:24 Argument to bound method `_push` is incorrect: Expected `ObjectID`, found `Unknown | bytes`
dulwich invalid-assignment dulwich/walk.py:332:23 Object of type `list[Unknown | ObjectID | (Sequence[ObjectID] & bytes)]` is not assignable to `ObjectID | Sequence[ObjectID]`
dulwich possibly-missing-attribute dulwich/walk.py:377:17 Attribute `add` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (Sequence[bytes] & ~AlwaysTruthy & ~AlwaysFalsy) | (set[Unknown] & ~AlwaysFalsy)`
dulwich possibly-missing-attribute dulwich/walk.py:378:17 Attribute `remove` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (Sequence[bytes] & ~AlwaysTruthy & ~AlwaysFalsy) | (set[Unknown] & ~AlwaysFalsy)`
dulwich invalid-argument-type dulwich/walk.py:474:35 Argument to bound method `_reorder` is incorrect: Expected `Iterator[WalkEntry]`, found `Iterator[WalkEntry | None]`
dulwich unused-ignore-comment dulwich/web.py:85:51 Unused blanket `type: ignore` directive
dulwich unused-ignore-comment dulwich/web.py:97:47 Unused blanket `type: ignore` directive
dulwich invalid-argument-type dulwich/web.py:733:51 Argument is incorrect: Expected `StartResponse`, found `StartResponse | StartResponse`
dulwich invalid-argument-type dulwich/web.py:762:34 Argument is incorrect: Expected `StartResponse`, found `StartResponse | StartResponse`
dulwich invalid-argument-type dulwich/web.py:787:34 Argument is incorrect: Expected `StartResponse`, found `StartResponse | StartResponse`
dulwich invalid-type-form dulwich/worktree.py:163:23 Invalid subscript of object of type `def list(self) -> Unknown` in type expression
dulwich invalid-assignment dulwich/worktree.py:314:24 Object of type `list[Unknown | str | bytes | (Iterable[str | bytes | PathLike[str]] & PathLike[object]) | PathLike[str]]` is not assignable to `Iterable[str | bytes | PathLike[str]] | bytes | PathLike[str]`
dulwich invalid-argument-type dulwich/worktree.py:315:25 Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Iterable[str | bytes | PathLike[str]] | bytes | PathLike[str]`
dulwich possibly-missing-attribute dulwich/worktree.py:598:33 Attribute `encode` may be missing on object of type `(@Todo & ~None & ~bytes) | (str & ~(() -> object)) | (((Any, Commit, /) -> bytes) & ~(() -> object) & ~bytes)`
dulwich unsupported-operator dulwich/worktree.py:643:29 Operator `+` is not supported between objects of type `Literal[b"commit: "]` and `bytes | (@Todo & ~None & ~str) | (((Any, Commit, /) -> bytes) & ~(() -> object) & ~str)`
dulwich unsupported-operator dulwich/worktree.py:661:29 Operator `+` is not supported between objects of type `Literal[b"commit: "]` and `bytes | (@Todo & ~None & ~str) | (((Any, Commit, /) -> bytes) & ~(() -> object) & ~str)`
dulwich invalid-argument-type dulwich/worktree.py:707:46 Argument to bound method `get_object` is incorrect: Expected `ObjectID | RawObjectID`, found `Unknown | bytes`
dulwich unused-ignore-comment dulwich/worktree.py:724:30 Unused blanket `type: ignore` directive
graphql-core unresolved-import src/graphql/error/graphql_error.py:13:24 Module `typing` has no member `TypeAlias`
graphql-core invalid-argument-type src/graphql/error/graphql_error.py:221:58 Argument to function `getattr` is incorrect: Expected `str`, found `~Literal["original_error"]`
graphql-core invalid-argument-type src/graphql/error/graphql_error.py:221:77 Argument to bound method `get` is incorrect: Expected `Never`, found `~Literal["original_error"]`
graphql-core unresolved-import src/graphql/execution/build_field_plan.py:11:24 Module `typing` has no member `TypeAlias`
graphql-core unresolved-import src/graphql/execution/collect_fields.py:30:24 Module `typing` has no member `TypeAlias`
graphql-core invalid-argument-type src/graphql/execution/collect_fields.py:322:35 Argument to bound method `is_sub_type` is incorrect: Expected `GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType | None`
graphql-core unresolved-import src/graphql/execution/execute.py:6:5 Module `asyncio` has no member `CancelledError`
graphql-core unresolved-import src/graphql/execution/execute.py:7:5 Module `asyncio` has no member `TimeoutError`
graphql-core unresolved-import src/graphql/execution/execute.py:114:28 Module `typing` has no member `TypeAlias`
graphql-core unresolved-import src/graphql/execution/execute.py:114:39 Module `typing` has no member `TypeGuard`
graphql-core unresolved-reference src/graphql/execution/execute.py:119:5 Name `anext` used when not defined
graphql-core invalid-assignment src/graphql/execution/execute.py:216:59 Object of type `staticmethod[(value: Any), Unknown]` is not assignable to `(Any, /) -> Unknown`
graphql-core unused-ignore-comment src/graphql/execution/execute.py:217:31 Unused blanket `type: ignore` directive
graphql-core invalid-await src/graphql/execution/execute.py:427:42 `Awaitable[GraphQLWrappedResult[dict[str, Any]]] | GraphQLWrappedResult[dict[str, Any]]` is not awaitable
graphql-core invalid-await src/graphql/execution/execute.py:500:38 `Awaitable[GraphQLWrappedResult[Any]] | GraphQLWrappedResult[Any] | UndefinedType` is not awaitable
graphql-core invalid-argument-type src/graphql/execution/execute.py:556:54 Argument to function `resolve` is incorrect: Expected `Awaitable[GraphQLWrappedResult[dict[str, Any]]]`, found `Awaitable[GraphQLWrappedResult[Any]] | GraphQLWrappedResult[Any] | UndefinedType`
graphql-core invalid-await src/graphql/execution/execute.py:655:38 `Awaitable[GraphQLWrappedResult[Any]] | GraphQLWrappedResult[Any]` is not awaitable
graphql-core possibly-missing-attribute src/graphql/execution/execute.py:776:17 Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`
graphql-core invalid-argument-type src/graphql/execution/execute.py:799:17 Argument to bound method `complete_list_value` is incorrect: Expected `GraphQLList[GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements]`, found `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`
graphql-core invalid-argument-type src/graphql/execution/execute.py:811:66 Argument to function `complete_leaf_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType`, found `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`
graphql-core invalid-argument-type src/graphql/execution/execute.py:817:17 Argument to bound method `complete_abstract_value` is incorrect: Expected `GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`
graphql-core invalid-argument-type src/graphql/execution/execute.py:829:17 Argument to bound method `complete_object_value` is incorrect: Expected `GraphQLObjectType`, found `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`
graphql-core invalid-await src/graphql/execution/execute.py:868:35 `Awaitable[GraphQLWrappedResult[Any]] | GraphQLWrappedResult[Any]` is not awaitable
graphql-core invalid-await src/graphql/execution/execute.py:1286:35 `Awaitable[GraphQLWrappedResult[Any]] | GraphQLWrappedResult[Any]` is not awaitable
graphql-core invalid-await src/graphql/execution/execute.py:1355:34 `Awaitable[GraphQLWrappedResult[dict[str, Any]]] | GraphQLWrappedResult[dict[str, Any]]` is not awaitable
graphql-core invalid-return-type src/graphql/execution/execute.py:1432:16 Return type does not match returned value: expected `GraphQLObjectType`, found `GraphQLNamedType`
graphql-core invalid-await src/graphql/execution/execute.py:1469:38 `Awaitable[GraphQLWrappedResult[dict[str, Any]]] | GraphQLWrappedResult[dict[str, Any]]` is not awaitable
graphql-core invalid-await src/graphql/execution/execute.py:1673:42 `Awaitable[ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult] | ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult` is not awaitable
graphql-core invalid-assignment src/graphql/execution/execute.py:1676:21 Object of type `BoxedAwaitableOrValue[CoroutineType[Any, Any, ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult] | ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult]` is not assignable to attribute `result` of type `BoxedAwaitableOrValue[ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult] | (() -> BoxedAwaitableOrValue[ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult])`
graphql-core invalid-await src/graphql/execution/execute.py:1726:44 `Awaitable[GraphQLWrappedResult[dict[str, Any]]] | GraphQLWrappedResult[dict[str, Any]]` is not awaitable
graphql-core unused-ignore-comment src/graphql/execution/execute.py:1811:61 Unused blanket `type: ignore` directive
graphql-core invalid-argument-type src/graphql/execution/execute.py:1828:32 Argument to bound method `append` is incorrect: Expected `BoxedAwaitableOrValue[StreamItemResult] | (() -> BoxedAwaitableOrValue[StreamItemResult])`, found `BoxedAwaitableOrValue[CoroutineType[Any, Any, StreamItemResult] | StreamItemResult]`
graphql-core invalid-await src/graphql/execution/execute.py:1917:26 `Awaitable[StreamItemResult] | StreamItemResult` is not awaitable
graphql-core invalid-await src/graphql/execution/execute.py:1984:46 `Awaitable[GraphQLWrappedResult[Any]] | GraphQLWrappedResult[Any] | GraphQLWrappedResult[None]` is not awaitable
graphql-core invalid-await src/graphql/execution/execute.py:2018:34 `Awaitable[GraphQLWrappedResult[dict[str, Any]]] | GraphQLWrappedResult[dict[str, Any]]` is not awaitable
graphql-core invalid-argument-type src/graphql/execution/execute.py:2224:38 Argument to bound method `__init__` is incorrect: Expected `list[GraphQLError] | None`, found `list[GraphQLError] | (ExecutionContext & Top[list[Unknown]])`
graphql-core invalid-argument-type src/graphql/execution/execute.py:2545:38 Argument to bound method `__init__` is incorrect: Expected `list[GraphQLError] | None`, found `list[GraphQLError] | (ExecutionContext & Top[list[Unknown]])`
graphql-core invalid-await src/graphql/execution/execute.py:2552:46 `Awaitable[AsyncIterable[Any] | ExecutionResult] | AsyncIterable[Any] | ExecutionResult` is not awaitable
graphql-core invalid-argument-type src/graphql/execution/execute.py:2620:38 Argument to bound method `__init__` is incorrect: Expected `list[GraphQLError] | None`, found `list[GraphQLError] | (ExecutionContext & Top[list[Unknown]])`
graphql-core invalid-await src/graphql/execution/execute.py:2638:30 `Awaitable[AsyncIterable[Any]] | AsyncIterable[Any]` is not awaitable
graphql-core unresolved-import src/graphql/execution/incremental_graph.py:6:5 Module `asyncio` has no member `CancelledError`
graphql-core unresolved-import src/graphql/execution/incremental_graph.py:47:28 Module `typing` has no member `TypeGuard`
graphql-core invalid-argument-type src/graphql/execution/incremental_graph.py:125:61 Argument to bound method `_add_deferred_grouped_field_set_record` is incorrect: Expected `DeferredGroupedFieldSetRecord`, found `DeferredGroupedFieldSetRecord | StreamRecord`
graphql-core invalid-argument-type src/graphql/execution/incremental_graph.py:159:25 Argument to bound method `append` is incorrect: Expected `DeferredFragmentRecord | StreamRecord`, found `DeferredFragmentNode | StreamRecord`
graphql-core invalid-assignment src/graphql/execution/incremental_graph.py:160:17 Invalid subscript assignment with key of type `DeferredFragmentNode | StreamRecord` and value of type `None` on object of type `dict[DeferredGroupedFieldSetRecord | StreamRecord, None]`
graphql-core invalid-argument-type src/graphql/execution/incremental_graph.py:181:25 Argument to bound method `_on_stream_items` is incorrect: Expected `StreamRecord`, found `DeferredGroupedFieldSetRecord | StreamRecord`
graphql-core possibly-missing-attribute src/graphql/execution/incremental_graph.py:182:25 Attribute `stream_item_queue` may be missing on object of type `DeferredGroupedFieldSetRecord | StreamRecord`
graphql-core invalid-argument-type src/graphql/execution/incremental_graph.py:201:29 Argument to bound method `_enqueue` is incorrect: Expected `ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult | StreamItemsResult`, found `~Top[Future[Any]]`
graphql-core unresolved-attribute src/graphql/execution/incremental_graph.py:367:16 Object of type `object` has no attribute `item`
graphql-core unresolved-attribute src/graphql/execution/incremental_graph.py:377:66 Object of type `object` has no attribute `errors`
graphql-core unresolved-attribute src/graphql/execution/incremental_graph.py:380:25 Object of type `object` has no attribute `item`
graphql-core unresolved-attribute src/graphql/execution/incremental_graph.py:381:16 Object of type `object` has no attribute `errors`
graphql-core unresolved-attribute src/graphql/execution/incremental_graph.py:382:31 Object of type `object` has no attribute `errors`
graphql-core unresolved-attribute src/graphql/execution/incremental_graph.py:383:16 Object of type `object` has no attribute `incremental_data_records`
graphql-core unresolved-attribute src/graphql/execution/incremental_graph.py:384:49 Object of type `object` has no attribute `incremental_data_records`
graphql-core invalid-argument-type src/graphql/execution/incremental_publisher.py:197:17 Argument to bound method `_handle_completed_deferred_grouped_field_set` is incorrect: Expected `ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult`, found `ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult | StreamItemsResult`
graphql-core invalid-argument-type src/graphql/execution/incremental_publisher.py:291:49 Argument to bound method `discard` is incorrect: Expected `CancellableStreamRecord`, found `StreamRecord`
graphql-core unresolved-attribute src/graphql/execution/incremental_publisher.py:293:27 Object of type `StreamRecord` has no attribute `early_return`
graphql-core invalid-argument-type src/graphql/execution/incremental_publisher.py:300:49 Argument to bound method `discard` is incorrect: Expected `CancellableStreamRecord`, found `StreamRecord`
graphql-core unresolved-import src/graphql/execution/middleware.py:10:24 Module `typing` has no member `TypeAlias`
graphql-core unresolved-import src/graphql/execution/types.py:22:24 Module `typing` has no member `TypeAlias`
graphql-core unresolved-import src/graphql/execution/types.py:33:28 Module `typing` has no member `TypeGuard`
graphql-core unresolved-import src/graphql/execution/types.py:37:28 Module `typing` has no member `NotRequired`
graphql-core invalid-argument-type src/graphql/execution/types.py:118:28 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["data"]`
graphql-core invalid-argument-type src/graphql/execution/types.py:119:32 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["errors"]`
graphql-core invalid-argument-type src/graphql/execution/types.py:120:32 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["extensions"]`
graphql-core invalid-argument-type src/graphql/execution/types.py:205:27 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["data"]`
graphql-core invalid-argument-type src/graphql/execution/types.py:206:32 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["errors"]`
graphql-core invalid-argument-type src/graphql/execution/types.py:207:32 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["pending"]`
graphql-core invalid-argument-type src/graphql/execution/types.py:208:32 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["hasNext"]`
graphql-core invalid-argument-type src/graphql/execution/types.py:209:32 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["extensions"]`
graphql-core invalid-type-form src/graphql/execution/types.py:240:13 Type qualifier `typing.NotRequired` is not allowed in type expressions (only in annotation expressions)
graphql-core invalid-type-form src/graphql/execution/types.py:243:14 Type qualifier `typing.NotRequired` is not allowed in type expressions (only in annotation expressions)
graphql-core invalid-type-form src/graphql/execution/types.py:244:17 Type qualifier `typing.NotRequired` is not allowed in type expressions (only in annotation expressions)
graphql-core missing-typed-dict-key src/graphql/execution/types.py:290:68 Missing required key 'completed' in TypedDict `FormattedSubsequentIncrementalExecutionResult` constructor
graphql-core missing-typed-dict-key src/graphql/execution/types.py:290:68 Missing required key 'extensions' in TypedDict `FormattedSubsequentIncrementalExecutionResult` constructor
graphql-core missing-typed-dict-key src/graphql/execution/types.py:290:68 Missing required key 'incremental' in TypedDict `FormattedSubsequentIncrementalExecutionResult` constructor
graphql-core missing-typed-dict-key src/graphql/execution/types.py:290:68 Missing required key 'pending' in TypedDict `FormattedSubsequentIncrementalExecutionResult` constructor
graphql-core invalid-argument-type src/graphql/execution/types.py:306:28 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["hasNext"]`
graphql-core invalid-argument-type src/graphql/execution/types.py:307:32 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["pending"]`
graphql-core invalid-argument-type src/graphql/execution/types.py:308:32 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["incremental"]`
graphql-core invalid-argument-type src/graphql/execution/types.py:309:32 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["completed"]`
graphql-core invalid-argument-type src/graphql/execution/types.py:310:32 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["extensions"]`
graphql-core invalid-type-form src/graphql/execution/types.py:343:12 Type qualifier `typing.NotRequired` is not allowed in type expressions (only in annotation expressions)
graphql-core invalid-type-form src/graphql/execution/types.py:349:14 Type qualifier `typing.NotRequired` is not allowed in type expressions (only in annotation expressions)
graphql-core invalid-type-form src/graphql/execution/types.py:350:18 Type qualifier `typing.NotRequired` is not allowed in type expressions (only in annotation expressions)
graphql-core invalid-type-form src/graphql/execution/types.py:351:16 Type qualifier `typing.NotRequired` is not allowed in type expressions (only in annotation expressions)
graphql-core invalid-type-form src/graphql/execution/types.py:353:17 Type qualifier `typing.NotRequired` is not allowed in type expressions (only in annotation expressions)
graphql-core missing-typed-dict-key src/graphql/execution/types.py:408:54 Missing required key 'errors' in TypedDict `FormattedIncrementalDeferResult` constructor
graphql-core missing-typed-dict-key src/graphql/execution/types.py:408:54 Missing required key 'extensions' in TypedDict `FormattedIncrementalDeferResult` constructor
graphql-core missing-typed-dict-key src/graphql/execution/types.py:408:54 Missing required key 'subPath' in TypedDict `FormattedIncrementalDeferResult` constructor
graphql-core invalid-argument-type src/graphql/execution/types.py:423:27 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["data"]`
graphql-core invalid-argument-type src/graphql/execution/types.py:424:31 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["id"]`
graphql-core invalid-argument-type src/graphql/execution/types.py:425:32 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["subPath"]`
graphql-core invalid-argument-type src/graphql/execution/types.py:426:32 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["errors"]`
graphql-core invalid-argument-type src/graphql/execution/types.py:427:32 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["extensions"]`
graphql-core invalid-type-form src/graphql/execution/types.py:454:11 Type qualifier `typing.NotRequired` is not allowed in type expressions (only in annotation expressions)
graphql-core invalid-type-form src/graphql/execution/types.py:455:13 Type qualifier `typing.NotRequired` is not allowed in type expressions (only in annotation expressions)
graphql-core invalid-type-form src/graphql/execution/types.py:459:17 Type qualifier `typing.NotRequired` is not allowed in type expressions (only in annotation expressions)
graphql-core missing-typed-dict-key src/graphql/execution/types.py:516:55 Missing required key 'errors' in TypedDict `FormattedIncrementalStreamResult` constructor
graphql-core missing-typed-dict-key src/graphql/execution/types.py:516:55 Missing required key 'extensions' in TypedDict `FormattedIncrementalStreamResult` constructor
graphql-core missing-typed-dict-key src/graphql/execution/types.py:516:55 Missing required key 'subPath' in TypedDict `FormattedIncrementalStreamResult` constructor
graphql-core invalid-argument-type src/graphql/execution/types.py:531:27 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["items"]`
graphql-core invalid-argument-type src/graphql/execution/types.py:532:31 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["id"]`
graphql-core no-matching-overload src/graphql/execution/types.py:533:22 No overload of bound method `get` matches arguments
graphql-core invalid-argument-type src/graphql/execution/types.py:534:32 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["errors"]`
graphql-core no-matching-overload src/graphql/execution/types.py:535:22 No overload of bound method `get` matches arguments
graphql-core invalid-type-form src/graphql/execution/types.py:576:13 Type qualifier `typing.NotRequired` is not allowed in type expressions (only in annotation expressions)
graphql-core invalid-type-form src/graphql/execution/types.py:579:14 Type qualifier `typing.NotRequired` is not allowed in type expressions (only in annotation expressions)
graphql-core invalid-type-form src/graphql/execution/types.py:580:17 Type qualifier `typing.NotRequired` is not allowed in type expressions (only in annotation expressions)
graphql-core missing-typed-dict-key src/graphql/execution/types.py:621:45 Missing required key 'label' in TypedDict `FormattedPendingResult` constructor
graphql-core invalid-argument-type src/graphql/execution/types.py:629:27 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["id"]`
graphql-core invalid-argument-type src/graphql/execution/types.py:630:32 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["path"]`
graphql-core invalid-argument-type src/graphql/execution/types.py:631:32 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["label"]`
graphql-core missing-typed-dict-key src/graphql/execution/types.py:674:47 Missing required key 'errors' in TypedDict `FormattedCompletedResult` constructor
graphql-core invalid-argument-type src/graphql/execution/types.py:681:30 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["id"]`
graphql-core invalid-argument-type src/graphql/execution/types.py:681:62 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["errors"]`
graphql-core invalid-type-form src/graphql/execution/types.py:701:13 Type qualifier `typing.NotRequired` is not allowed in type expressions (only in annotation expressions)
graphql-core unresolved-import src/graphql/execution/values.py:38:24 Module `typing` has no member `TypeAlias`
graphql-core invalid-argument-type src/graphql/execution/values.py:106:49 Argument to function `value_from_ast` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLType | None`
graphql-core invalid-argument-type src/graphql/execution/values.py:151:20 Argument to function `coerce_input_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLType | None`
graphql-core unresolved-import src/graphql/graphql.py:23:28 Module `typing` has no member `TypeGuard`
graphql-core no-matching-overload src/graphql/graphql.py:159:9 No overload of function `ensure_future` matches arguments
graphql-core unresolved-import src/graphql/language/ast.py:10:24 Module `typing` has no member `TypeAlias`
graphql-core unresolved-import src/graphql/language/parser.py:75:24 Module `typing` has no member `TypeAlias`
graphql-core invalid-argument-type src/graphql/language/parser.py:266:29 Argument to bound method `__init__` is incorrect: Expected `Source`, found `Source | str`
graphql-core unresolved-import src/graphql/language/predicates.py:23:24 Module `typing` has no member `TypeGuard`
graphql-core unresolved-import src/graphql/language/printer.py:15:24 Module `typing` has no member `TypeAlias`
graphql-core unresolved-import src/graphql/language/source.py:10:24 Module `typing` has no member `TypeGuard`
graphql-core unresolved-import src/graphql/language/visitor.py:22:24 Module `typing` has no member `TypeAlias`
graphql-core invalid-argument-type src/graphql/language/visitor.py:290:55 Argument is incorrect: Expected `Stack`, found `None`
graphql-core unresolved-import src/graphql/pyutils/async_reduce.py:13:28 Module `typing` has no member `TypeGuard`
graphql-core unresolved-import src/graphql/pyutils/awaitable_or_value.py:8:24 Module `typing` has no member `TypeAlias`
graphql-core unresolved-import src/graphql/pyutils/boxed_awaitable_or_value.py:5:21 Module `asyncio` has no member `CancelledError`
graphql-core possibly-missing-attribute src/graphql/pyutils/cached_property.py:34:34 Attribute `__name__` may be missing on object of type `Unknown | ((...) -> Unknown)`
graphql-core unresolved-import src/graphql/pyutils/is_awaitable.py:10:24 Module `typing` has no member `TypeGuard`
graphql-core unresolved-import src/graphql/pyutils/is_iterable.py:9:24 Module `typing` has no member `TypeGuard`
graphql-core invalid-argument-type src/graphql/pyutils/is_iterable.py:30:30 Argument to function `isinstance` is incorrect: Expected `type | tuple[Divergent, ...]`, found `list[Unknown | <class 'Collection'>] | Unknown | <class 'Collection'> | tuple[Unknown | <class 'Collection'>, ...]`
graphql-core invalid-method-override src/graphql/pyutils/ref_set.py:38:9 Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`
graphql-core unused-ignore-comment src/graphql/pyutils/simple_pub_sub.py:31:38 Unused blanket `type: ignore` directive
graphql-core unresolved-import src/graphql/type/definition.py:31:28 Module `typing` has no member `TypeAlias`
graphql-core unresolved-import src/graphql/type/definition.py:31:39 Module `typing` has no member `TypeGuard`
graphql-core unused-ignore-comment src/graphql/type/definition.py:437:35 Unused blanket `type: ignore` directive
graphql-core invalid-argument-type src/graphql/type/definition.py:444:27 Invalid argument to key "parse_literal" with declared type `((ValueNode, dict[str, Any] | None, /) -> Any) | None` on TypedDict `GraphQLScalarTypeKwargs`: value of type `None | (bound method Self@to_kwargs.parse_literal(node: ValueNode, variables: dict[str, Any] | None = None) -> Any) | (def parse_literal(self, node: ValueNode, variables: dict[str, Any] | None = None) -> Any)`
graphql-core unused-ignore-comment src/graphql/type/definition.py:589:44 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment src/graphql/type/definition.py:775:35 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment src/graphql/type/definition.py:805:35 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment src/graphql/type/definition.py:879:35 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment src/graphql/type/definition.py:909:35 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment src/graphql/type/definition.py:983:35 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment src/graphql/type/definition.py:1086:45 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment src/graphql/type/definition.py:1119:35 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment src/graphql/type/definition.py:1347:35 Unused blanket `type: ignore` directive
graphql-core possibly-missing-attribute src/graphql/type/definition.py:1670:17 Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 6 union elements`
graphql-core unresolved-attribute src/graphql/type/definition.py:1715:30 Object of type `GraphQLType & ~AlwaysFalsy` has no attribute `of_type`
graphql-core unresolved-import src/graphql/type/directives.py:18:24 Module `typing` has no member `TypeGuard`
graphql-core unresolved-import src/graphql/type/scalars.py:21:24 Module `typing` has no member `TypeGuard`
graphql-core unresolved-import src/graphql/type/schema.py:49:24 Module `typing` has no member `TypeAlias`
graphql-core unresolved-import src/graphql/type/schema.py:49:35 Module `typing` has no member `TypeGuard`
graphql-core unresolved-attribute src/graphql/type/schema.py:237:30 Object of type `GraphQLNamedType & ~AlwaysFalsy` has no attribute `interfaces`
graphql-core invalid-argument-type src/graphql/type/schema.py:246:59 Argument to bound method `append` is incorrect: Expected `GraphQLInterfaceType`, found `GraphQLNamedType & ~AlwaysFalsy`
graphql-core unresolved-attribute src/graphql/type/schema.py:249:30 Object of type `GraphQLNamedType & ~AlwaysFalsy` has no attribute `interfaces`
graphql-core invalid-argument-type src/graphql/type/schema.py:258:56 Argument to bound method `append` is incorrect: Expected `GraphQLObjectType`, found `GraphQLNamedType & ~AlwaysFalsy`
graphql-core possibly-missing-attribute src/graphql/type/schema.py:328:13 Attribute `types` may be missing on object of type `GraphQLInterfaceType | GraphQLUnionType`
graphql-core possibly-missing-attribute src/graphql/type/schema.py:354:30 Attribute `types` may be missing on object of type `GraphQLInterfaceType | GraphQLUnionType`
graphql-core unresolved-attribute src/graphql/type/schema.py:427:32 Object of type `GraphQLNamedType` has no attribute `types`
graphql-core unresolved-attribute src/graphql/type/schema.py:430:35 Object of type `GraphQLNamedType` has no attribute `interfaces`
graphql-core unresolved-attribute src/graphql/type/schema.py:433:26 Object of type `GraphQLNamedType` has no attribute `fields`
graphql-core unresolved-attribute src/graphql/type/schema.py:438:26 Object of type `GraphQLNamedType` has no attribute `fields`
graphql-core too-many-positional-arguments src/graphql/type/schema.py:458:32 Too many positional arguments to bound method `__init__`: expected 1, got 2
graphql-core unresolved-attribute src/graphql/type/schema.py:458:46 Object of type `GraphQLType` has no attribute `of_type`
graphql-core unresolved-attribute src/graphql/type/schema.py:466:9 Unresolved attribute `interfaces` on type `GraphQLNamedType`.
graphql-core unresolved-attribute src/graphql/type/schema.py:468:35 Object of type `GraphQLNamedType` has no attribute `interfaces`
graphql-core unresolved-attribute src/graphql/type/schema.py:470:18 Object of type `GraphQLNamedType` has no attribute `fields`
graphql-core unresolved-attribute src/graphql/type/schema.py:481:9 Unresolved attribute `types` on type `GraphQLNamedType`.
graphql-core unresolved-attribute src/graphql/type/schema.py:482:76 Object of type `GraphQLNamedType` has no attribute `types`
graphql-core unresolved-attribute src/graphql/type/schema.py:485:18 Object of type `GraphQLNamedType` has no attribute `fields`
graphql-core invalid-argument-type src/graphql/type/validate.py:214:38 Argument to bound method `validate_fields` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType`, found `GraphQLNamedType`
graphql-core invalid-argument-type src/graphql/type/validate.py:217:42 Argument to bound method `validate_interfaces` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType`, found `GraphQLNamedType`
graphql-core invalid-argument-type src/graphql/type/validate.py:220:38 Argument to bound method `validate_fields` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType`, found `GraphQLNamedType`
graphql-core invalid-argument-type src/graphql/type/validate.py:223:42 Argument to bound method `validate_interfaces` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType`, found `GraphQLNamedType`
graphql-core invalid-argument-type src/graphql/type/validate.py:226:45 Argument to bound method `validate_union_members` is incorrect: Expected `GraphQLUnionType`, found `GraphQLNamedType`
graphql-core invalid-argument-type src/graphql/type/validate.py:229:43 Argument to bound method `validate_enum_values` is incorrect: Expected `GraphQLEnumType`, found `GraphQLNamedType`
graphql-core invalid-argument-type src/graphql/type/validate.py:232:44 Argument to bound method `validate_input_fields` is incorrect: Expected `GraphQLInputObjectType`, found `GraphQLNamedType`
graphql-core invalid-argument-type src/graphql/type/validate.py:235:53 Argument to bound method `__call__` is incorrect: Expected `GraphQLInputObjectType`, found `GraphQLNamedType`
graphql-core unused-ignore-comment src/graphql/type/validate.py:578:37 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment src/graphql/type/validate.py:597:37 Unused blanket `type: ignore` directive
graphql-core not-iterable src/graphql/type/validate.py:615:26 Object of type `(InputValueDefinitionNode & ~AlwaysTruthy & ~AlwaysFalsy) | (tuple[ConstDirectiveNode, ...] & ~AlwaysFalsy)` may not be iterable
graphql-core possibly-missing-attribute src/graphql/utilities/ast_from_value.py:63:43 Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
graphql-core possibly-missing-attribute src/graphql/utilities/ast_from_value.py:79:21 Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
graphql-core possibly-missing-attribute src/graphql/utilities/ast_from_value.py:93:38 Attribute `fields` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
graphql-core possibly-missing-attribute src/graphql/utilities/ast_from_value.py:106:22 Attribute `serialize` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
graphql-core invalid-assignment src/graphql/utilities/build_client_schema.py:262:81 Object of type `dict[str, ((IntrospectionScalarType | IntrospectionObjectType | IntrospectionInterfaceType | ... omitted 3 union elements, /) -> GraphQLNamedType) | ((scalar_introspection: IntrospectionScalarType) -> GraphQLScalarType) | ((object_introspection: IntrospectionObjectType) -> GraphQLObjectType) | ... omitted 4 union elements]` is not assignable to `dict[str, (IntrospectionScalarType | IntrospectionObjectType | IntrospectionInterfaceType | ... omitted 3 union elements, /) -> GraphQLNamedType]`
graphql-core unused-ignore-comment src/graphql/utilities/build_client_schema.py:263:50 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment src/graphql/utilities/build_client_schema.py:264:50 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment src/graphql/utilities/build_client_schema.py:265:56 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment src/graphql/utilities/build_client_schema.py:266:48 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment src/graphql/utilities/build_client_schema.py:267:46 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment src/graphql/utilities/build_client_schema.py:268:62 Unused blanket `type: ignore` directive
graphql-core invalid-argument-type src/graphql/utilities/build_client_schema.py:302:13 Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLType`
graphql-core invalid-argument-type src/graphql/utilities/build_client_schema.py:332:75 Argument to function `value_from_ast` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLType`
graphql-core invalid-argument-type src/graphql/utilities/build_client_schema.py:335:13 Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLType`
graphql-core invalid-argument-type src/graphql/utilities/build_client_schema.py:369:75 Argument to function `value_from_ast` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLType`
graphql-core invalid-argument-type src/graphql/utilities/build_client_schema.py:372:13 Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLType`
graphql-core unresolved-import src/graphql/utilities/coerce_input_value.py:27:24 Module `typing` has no member `TypeAlias`
graphql-core possibly-missing-attribute src/graphql/utilities/coerce_input_value.py:57:52 Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
graphql-core possibly-missing-attribute src/graphql/utilities/coerce_input_value.py:72:21 Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
graphql-core possibly-missing-attribute src/graphql/utilities/coerce_input_value.py:91:48 Attribute `name` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
graphql-core possibly-missing-attribute src/graphql/utilities/coerce_input_value.py:96:18 Attribute `fields` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
graphql-core possibly-missing-attribute src/graphql/utilities/coerce_input_value.py:118:75 Attribute `name` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
graphql-core possibly-missing-attribute src/graphql/utilities/coerce_input_value.py:129:73 Attribute `name` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
graphql-core possibly-missing-attribute src/graphql/utilities/coerce_input_value.py:134:12 Attribute `is_one_of` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
graphql-core possibly-missing-attribute src/graphql/utilities/coerce_input_value.py:142:45 Attribute `name` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
graphql-core possibly-missing-attribute src/graphql/utilities/coerce_input_value.py:157:16 Attribute `out_type` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
graphql-core unresolved-attribute src/graphql/utilities/extend_schema.py:285:50 Object of type `GraphQLType` has no attribute `of_type`
graphql-core invalid-argument-type src/graphql/utilities/extend_schema.py:319:44 Argument to bound method `extend_scalar_type` is incorrect: Expected `GraphQLScalarType`, found `GraphQLNamedType`
graphql-core invalid-argument-type src/graphql/utilities/extend_schema.py:321:44 Argument to bound method `extend_object_type` is incorrect: Expected `GraphQLObjectType`, found `GraphQLNamedType`
graphql-core invalid-argument-type src/graphql/utilities/extend_schema.py:323:47 Argument to bound method `extend_interface_type` is incorrect: Expected `GraphQLInterfaceType`, found `GraphQLNamedType`
graphql-core invalid-argument-type src/graphql/utilities/extend_schema.py:325:43 Argument to bound method `extend_union_type` is incorrect: Expected `GraphQLUnionType`, found `GraphQLNamedType`
graphql-core invalid-argument-type src/graphql/utilities/extend_schema.py:327:42 Argument to bound method `extend_enum_type` is incorrect: Expected `GraphQLEnumType`, found `GraphQLNamedType`
graphql-core invalid-argument-type src/graphql/utilities/extend_schema.py:329:50 Argument to bound method `extend_input_object_type` is incorrect: Expected `GraphQLInputObjectType`, found `GraphQLNamedType`
graphql-core unresolved-import src/graphql/utilities/find_breaking_changes.py:38:24 Module `typing` has no member `TypeAlias`
graphql-core invalid-return-type src/graphql/utilities/find_breaking_changes.py:110:12 Return type does not match returned value: expected `list[BreakingChange]`, found `list[BreakingChange | DangerousChange | Unknown]`
graphql-core invalid-return-type src/graphql/utilities/find_breaking_changes.py:125:12 Return type does not match returned value: expected `list[DangerousChange]`, found `list[BreakingChange | DangerousChange | Unknown]`
graphql-core unresolved-attribute src/graphql/utilities/find_breaking_changes.py:482:17 Object of type `GraphQLType` has no attribute `of_type`
graphql-core unresolved-attribute src/graphql/utilities/find_breaking_changes.py:482:35 Object of type `GraphQLType` has no attribute `of_type`
graphql-core unresolved-attribute src/graphql/utilities/find_breaking_changes.py:487:72 Object of type `GraphQLType` has no attribute `of_type`
graphql-core unresolved-attribute src/graphql/utilities/find_breaking_changes.py:495:13 Object of type `GraphQLType` has no attribute `of_type`
graphql-core unresolved-attribute src/graphql/utilities/find_breaking_changes.py:495:31 Object of type `GraphQLType` has no attribute `of_type`
graphql-core unresolved-attribute src/graphql/utilities/find_breaking_changes.py:501:41 Object of type `GraphQLType` has no attribute `name`
graphql-core unresolved-attribute src/graphql/utilities/find_breaking_changes.py:501:58 Object of type `GraphQLType` has no attribute `name`
graphql-core unresolved-attribute src/graphql/utilities/find_breaking_changes.py:505:72 Object of type `GraphQLType` has no attribute `of_type`
graphql-core unresolved-attribute src/graphql/utilities/find_breaking_changes.py:521:13 Object of type `GraphQLType` has no attribute `of_type`
graphql-core unresolved-attribute src/graphql/utilities/find_breaking_changes.py:521:31 Object of type `GraphQLType` has no attribute `of_type`
graphql-core unresolved-attribute src/graphql/utilities/find_breaking_changes.py:529:17 Object of type `GraphQLType` has no attribute `of_type`
graphql-core unresolved-attribute src/graphql/utilities/find_breaking_changes.py:529:35 Object of type `GraphQLType` has no attribute `of_type`
graphql-core unresolved-attribute src/graphql/utilities/find_breaking_changes.py:535:17 Object of type `GraphQLType` has no attribute `of_type`
graphql-core unresolved-attribute src/graphql/utilities/find_breaking_changes.py:542:41 Object of type `GraphQLType` has no attribute `name`
graphql-core unresolved-attribute src/graphql/utilities/find_breaking_changes.py:542:58 Object of type `GraphQLType` has no attribute `name`
graphql-core unresolved-import src/graphql/utilities/get_introspection_query.py:16:24 Module `typing` has no member `TypeAlias`
graphql-core possibly-missing-attribute src/graphql/utilities/lexicographic_sort_schema.py:51:45 Attribute `of_type` may be missing on object of type `GraphQLList[Unknown] | GraphQLNonNull[Unknown] | GraphQLNamedType`
graphql-core invalid-argument-type src/graphql/utilities/lexicographic_sort_schema.py:53:35 Argument to bound method `__init__` is incorrect: Argument type `GraphQLList[Unknown] | GraphQLNonNull[Unknown] | GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
graphql-core possibly-missing-attribute src/graphql/utilities/lexicographic_sort_schema.py:53:48 Attribute `of_type` may be missing on object of type `GraphQLList[Unknown] | GraphQLNonNull[Unknown] | GraphQLNamedType`
graphql-core invalid-argument-type src/graphql/utilities/lexicographic_sort_schema.py:115:32 Argument to function `replace_named_type` is incorrect: Expected `GraphQLNamedType`, found `GraphQLNamedType | GraphQLDirective | DirectiveLocation`
graphql-core missing-argument src/graphql/utilities/lexicographic_sort_schema.py:122:20 No argument provided for required parameter `fields` of bound method `__init__`
graphql-core unresolved-attribute src/graphql/utilities/lexicographic_sort_schema.py:125:51 Object of type `GraphQLNamedType` has no attribute `interfaces`
graphql-core unresolved-attribute src/graphql/utilities/lexicographic_sort_schema.py:126:48 Object of type `GraphQLNamedType` has no attribute `fields`
graphql-core missing-argument src/graphql/utilities/lexicographic_sort_schema.py:130:20 No argument provided for required parameter `fields` of bound method `__init__`
graphql-core unresolved-attribute src/graphql/utilities/lexicographic_sort_schema.py:133:51 Object of type `GraphQLNamedType` has no attribute `interfaces`
graphql-core unresolved-attribute src/graphql/utilities/lexicographic_sort_schema.py:134:48 Object of type `GraphQLNamedType` has no attribute `fields`
graphql-core missing-argument src/graphql/utilities/lexicographic_sort_schema.py:138:20 No argument provided for required parameter `types` of bound method `__init__`
graphql-core unresolved-attribute src/graphql/utilities/lexicographic_sort_schema.py:139:76 Object of type `GraphQLNamedType` has no attribute `types`
graphql-core missing-argument src/graphql/utilities/lexicographic_sort_schema.py:142:20 No argument provided for required parameter `values` of bound method `__init__`
graphql-core unresolved-attribute src/graphql/utilities/lexicographic_sort_schema.py:153:49 Object of type `GraphQLNamedType` has no attribute `values`
graphql-core missing-argument src/graphql/utilities/lexicographic_sort_schema.py:158:20 No argument provided for required parameter `fields` of bound method `__init__`
graphql-core unresolved-attribute src/graphql/utilities/lexicographic_sort_schema.py:161:54 Object of type `GraphQLNamedType` has no attribute `fields`
graphql-core invalid-argument-type src/graphql/utilities/lexicographic_sort_schema.py:170:37 Argument to function `sort_named_type` is incorrect: Expected `GraphQLNamedType`, found `GraphQLNamedType | GraphQLDirective | DirectiveLocation`
graphql-core invalid-argument-type src/graphql/utilities/lexicographic_sort_schema.py:177:28 Argument to function `sort_directive` is incorrect: Expected `GraphQLDirective`, found `GraphQLDirective | GraphQLNamedType | DirectiveLocation`
graphql-core invalid-argument-type src/graphql/utilities/print_schema.py:139:29 Argument to function `print_scalar` is incorrect: Expected `GraphQLScalarType`, found `GraphQLNamedType`
graphql-core invalid-argument-type src/graphql/utilities/print_schema.py:141:29 Argument to function `print_object` is incorrect: Expected `GraphQLObjectType`, found `GraphQLNamedType`
graphql-core invalid-argument-type src/graphql/utilities/print_schema.py:143:32 Argument to function `print_interface` is incorrect: Expected `GraphQLInterfaceType`, found `GraphQLNamedType`
graphql-core invalid-argument-type src/graphql/utilities/print_schema.py:145:28 Argument to function `print_union` is incorrect: Expected `GraphQLUnionType`, found `GraphQLNamedType`
graphql-core invalid-argument-type src/graphql/utilities/print_schema.py:147:27 Argument to function `print_enum` is incorrect: Expected `GraphQLEnumType`, found `GraphQLNamedType`
graphql-core invalid-argument-type src/graphql/utilities/print_schema.py:149:35 Argument to function `print_input_object` is incorrect: Expected `GraphQLInputObjectType`, found `GraphQLNamedType`
graphql-core unresolved-import src/graphql/utilities/separate_operations.py:18:24 Module `typing` has no member `TypeAlias`
graphql-core possibly-missing-attribute src/graphql/utilities/strip_ignored_characters.py:73:12 Attribute `body` may be missing on object of type `str | Source`
graphql-core invalid-argument-type src/graphql/utilities/strip_ignored_characters.py:74:19 Argument to bound method `__init__` is incorrect: Expected `Source`, found `str | Source`
graphql-core unresolved-attribute src/graphql/utilities/type_comparators.py:28:30 Object of type `GraphQLType` has no attribute `of_type`
graphql-core unresolved-attribute src/graphql/utilities/type_comparators.py:28:46 Object of type `GraphQLType` has no attribute `of_type`
graphql-core unresolved-attribute src/graphql/utilities/type_comparators.py:32:30 Object of type `GraphQLType` has no attribute `of_type`
graphql-core unresolved-attribute src/graphql/utilities/type_comparators.py:32:46 Object of type `GraphQLType` has no attribute `of_type`
graphql-core unresolved-attribute src/graphql/utilities/type_comparators.py:54:25 Object of type `GraphQLType` has no attribute `of_type`
graphql-core unresolved-attribute src/graphql/utilities/type_comparators.py:54:48 Object of type `GraphQLType` has no attribute `of_type`
graphql-core unresolved-attribute src/graphql/utilities/type_comparators.py:59:44 Object of type `GraphQLType` has no attribute `of_type`
graphql-core unresolved-attribute src/graphql/utilities/type_comparators.py:65:25 Object of type `GraphQLType` has no attribute `of_type`
graphql-core unresolved-attribute src/graphql/utilities/type_comparators.py:65:48 Object of type `GraphQLType` has no attribute `of_type`
graphql-core invalid-argument-type src/graphql/utilities/type_comparators.py:77:32 Argument to bound method `is_sub_type` is incorrect: Expected `GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLType`
graphql-core invalid-argument-type src/graphql/utilities/type_comparators.py:77:44 Argument to bound method `is_sub_type` is incorrect: Expected `GraphQLNamedType`, found `GraphQLType`
graphql-core invalid-argument-type src/graphql/utilities/type_comparators.py:103:36 Argument to bound method `is_sub_type` is incorrect: Expected `GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`
graphql-core invalid-argument-type src/graphql/utilities/type_comparators.py:104:56 Argument to bound method `get_possible_types` is incorrect: Expected `GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`
graphql-core invalid-argument-type src/graphql/utilities/type_comparators.py:107:35 Argument to bound method `is_sub_type` is incorrect: Expected `GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`
graphql-core invalid-argument-type src/graphql/utilities/type_comparators.py:111:35 Argument to bound method `is_sub_type` is incorrect: Expected `GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`
graphql-core unresolved-import src/graphql/utilities/type_info.py:45:24 Module `typing` has no member `TypeAlias`
graphql-core invalid-argument-type src/graphql/utilities/type_info.py:92:47 Argument to bound method `append` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | ... omitted 3 union elements`, found `GraphQLType & ~AlwaysFalsy`
graphql-core invalid-argument-type src/graphql/utilities/type_info.py:94:48 Argument to bound method `append` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType | None`, found `GraphQLType & ~AlwaysFalsy`
graphql-core invalid-argument-type src/graphql/utilities/type_info.py:96:41 Argument to bound method `append` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 5 union elements`, found `GraphQLType & ~AlwaysFalsy`
graphql-core invalid-argument-type src/graphql/utilities/type_info.py:150:13 Argument to bound method `append` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType | None`, found `GraphQLNamedType | None`
graphql-core invalid-argument-type src/graphql/utilities/type_info.py:177:33 Argument to bound method `append` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 5 union elements`, found `GraphQLNamedType | None`
graphql-core invalid-argument-type src/graphql/utilities/type_info.py:183:39 Argument to bound method `append` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | ... omitted 3 union elements`, found `GraphQLType | None`
graphql-core possibly-missing-attribute src/graphql/utilities/type_info.py:200:21 Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 5 union elements`
graphql-core invalid-argument-type src/graphql/utilities/type_info.py:203:39 Argument to bound method `append` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | ... omitted 3 union elements`, found `Unknown | GraphQLScalarType | GraphQLObjectType | ... omitted 6 union elements`
graphql-core unresolved-attribute src/graphql/utilities/type_info.py:208:27 Object of type `GraphQLNamedType | None` has no attribute `fields`
graphql-core unresolved-attribute src/graphql/utilities/type_info.py:222:26 Object of type `GraphQLNamedType | None` has no attribute `values`
graphql-core possibly-missing-attribute src/graphql/utilities/value_from_ast.py:73:43 Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
graphql-core possibly-missing-attribute src/graphql/utilities/value_from_ast.py:79:21 Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
graphql-core possibly-missing-attribute src/graphql/utilities/value_from_ast.py:105:18 Attribute `fields` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
graphql-core possibly-missing-attribute src/graphql/utilities/value_from_ast.py:121:12 Attribute `is_one_of` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
graphql-core possibly-missing-attribute src/graphql/utilities/value_from_ast.py:129:16 Attribute `out_type` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
graphql-core invalid-argument-type src/graphql/utilities/value_from_ast.py:137:46 Argument to function `parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode & ~AlwaysFalsy & ~VariableNode & ~NullValueNode`
graphql-core invalid-argument-type src/graphql/utilities/value_from_ast.py:137:58 Argument to function `parse_literal` is incorrect: Expected `ValueNode`, found `dict[str, Any] & ~AlwaysFalsy`
graphql-core missing-argument src/graphql/utilities/value_from_ast.py:139:26 No argument provided for required parameter `node` of function `parse_literal`
graphql-core invalid-argument-type src/graphql/utilities/value_from_ast.py:139:46 Argument to function `parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode & ~AlwaysFalsy & ~VariableNode & ~NullValueNode`
graphql-core unresolved-attribute src/graphql/validation/rules/custom/no_deprecated.py:77:31 Object of type `GraphQLNamedType | None` has no attribute `fields`
graphql-core possibly-missing-attribute src/graphql/validation/rules/custom/no_deprecated.py:82:41 Attribute `name` may be missing on object of type `GraphQLNamedType | None`
graphql-core invalid-argument-type src/graphql/validation/rules/fields_on_correct_type.py:83:52 Argument to bound method `get_possible_types` is incorrect: Expected `GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`
graphql-core invalid-argument-type src/graphql/validation/rules/fields_on_correct_type.py:109:61 Argument to bound method `is_sub_type` is incorrect: Expected `GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLObjectType | GraphQLInterfaceType`
graphql-core invalid-argument-type src/graphql/validation/rules/fields_on_correct_type.py:111:61 Argument to bound method `is_sub_type` is incorrect: Expected `GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLObjectType | GraphQLInterfaceType`
graphql-core possibly-missing-attribute src/graphql/validation/rules/fields_on_correct_type.py:132:37 Attribute `fields` may be missing on object of type `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`
graphql-core unresolved-import src/graphql/validation/rules/known_type_names.py:22:24 Module `typing` has no member `TypeGuard`
graphql-core unresolved-attribute src/graphql/validation/rules/known_type_names.py:47:38 Object of type `DefinitionNode` has no attribute `name`
graphql-core unresolved-import src/graphql/validation/rules/overlapping_fields_can_be_merged.py:36:24 Module `typing` has no member `TypeAlias`
graphql-core possibly-missing-attribute src/graphql/validation/rules/overlapping_fields_can_be_merged.py:659:31 Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`
graphql-core possibly-missing-attribute src/graphql/validation/rules/overlapping_fields_can_be_merged.py:659:46 Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`
graphql-core possibly-missing-attribute src/graphql/validation/rules/overlapping_fields_can_be_merged.py:667:31 Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`
graphql-core possibly-missing-attribute src/graphql/validation/rules/overlapping_fields_can_be_merged.py:667:46 Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`
graphql-core unresolved-attribute src/graphql/validation/rules/overlapping_fields_can_be_merged.py:734:17 Object of type `GraphQLNamedType | None` has no attribute `fields`
graphql-core invalid-argument-type src/graphql/validation/rules/possible_fragment_spreads.py:33:54 Argument to function `do_types_overlap` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 5 union elements`
graphql-core invalid-argument-type src/graphql/validation/rules/possible_fragment_spreads.py:33:65 Argument to function `do_types_overlap` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType | None`
graphql-core invalid-return-type src/graphql/validation/rules/possible_fragment_spreads.py:67:24 Return type does not match returned value: expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType | None`, found `GraphQLNamedType | None`
graphql-core invalid-assignment src/graphql/validation/rules/possible_type_extensions.py:48:29 Object of type `str | bytes` is not assignable to `str | None`
graphql-core possibly-missing-attribute src/graphql/validation/rules/stream_directive_on_list_field.py:42:38 Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`
graphql-core unresolved-attribute src/graphql/validation/rules/unique_directives_per_location.py:68:25 Object of type `Node & ~SchemaDefinitionNode & ~SchemaExtensionNode` has no attribute `name`
graphql-core possibly-missing-attribute src/graphql/validation/rules/unique_enum_value_names.py:39:62 Attribute `values` may be missing on object of type `Unknown | GraphQLNamedType | None`
graphql-core unresolved-attribute src/graphql/validation/rules/values_of_correct_type.py:80:38 Object of type `GraphQLNamedType | None` has no attribute `fields`
graphql-core possibly-missing-attribute src/graphql/validation/rules/values_of_correct_type.py:86:35 Attribute `name` may be missing on object of type `GraphQLNamedType | None`
graphql-core unresolved-attribute src/graphql/validation/rules/values_of_correct_type.py:91:12 Object of type `GraphQLNamedType | None` has no attribute `is_one_of`
graphql-core invalid-argument-type src/graphql/validation/rules/values_of_correct_type.py:93:37 Argument to function `validate_one_of_input_object` is incorrect: Expected `GraphQLInputObjectType`, found `GraphQLNamedType | None`
graphql-core unresolved-attribute src/graphql/validation/rules/values_of_correct_type.py:101:65 Object of type `GraphQLNamedType | None` has no attribute `fields`
graphql-core possibly-missing-attribute src/graphql/validation/rules/values_of_correct_type.py:105:49 Attribute `name` may be missing on object of type `GraphQLNamedType | None`
graphql-core missing-argument src/graphql/validation/rules/values_of_correct_type.py:162:28 No argument provided for required parameter `node` of function `parse_literal`
graphql-core invalid-argument-type src/graphql/validation/rules/values_of_correct_type.py:162:48 Argument to function `parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode`
graphql-core unresolved-attribute src/graphql/validation/rules/variables_in_allowed_position.py:94:34 Object of type `GraphQLType` has no attribute `of_type`
graphql-core unresolved-import src/graphql/validation/validation_context.py:41:24 Module `typing` has no member `TypeAlias`
graphql-core missing-argument src/graphql/validation/validation_context.py:117:9 No argument provided for required parameter `error` of function `on_error`
graphql-core invalid-argument-type src/graphql/validation/validation_context.py:117:23 Argument to function `on_error` is incorrect: Expected `ASTValidationContext`, found `GraphQLError`
graphql-core invalid-await tests/benchmarks/test_async_iterable.py:20:18 `Awaitable[ExecutionResult] | ExecutionResult` is not awaitable
graphql-core invalid-await tests/execution/test_abstract.py:47:24 `ExecutionResult | Awaitable[ExecutionResult]` is not awaitable
graphql-core unresolved-reference tests/execution/test_customize.py:12:5 Name `anext` used when not defined
graphql-core unsupported-operator tests/execution/test_customize.py:70:17 Operator `*=` is not supported between objects of type `object` and `Literal[2]`
graphql-core invalid-await tests/execution/test_defer.py:183:24 `Awaitable[ExecutionResult | ExperimentalIncrementalExecutionResults] | ExecutionResult | ExperimentalIncrementalExecutionResults` is not awaitable
graphql-core unused-ignore-comment tests/execution/test_defer.py:2141:32 Unused blanket `type: ignore` directive
graphql-core invalid-await tests/execution/test_lists.py:138:22 `Awaitable[ExecutionResult] | ExecutionResult` is not awaitable
graphql-core invalid-await tests/execution/test_lists.py:175:22 `Awaitable[ExecutionResult] | ExecutionResult` is not awaitable
graphql-core unresolved-reference tests/execution/test_map_async_iterable.py:9:5 Name `anext` used when not defined
graphql-core unresolved-attribute tests/execution/test_middleware.py:264:20 Object of type `object` has no attribute `data`
graphql-core unresolved-attribute tests/execution/test_middleware.py:266:20 Object of type `object` has no attribute `data`
graphql-core non-subscriptable tests/execution/test_resolve.py:322:20 Cannot subscript object of type `None` with no `__getitem__` method
graphql-core unresolved-reference tests/execution/test_stream.py:36:5 Name `anext` used when not defined
graphql-core unresolved-reference tests/execution/test_subscribe.py:50:5 Name `anext` used when not defined
graphql-core unused-ignore-comment tests/execution/test_subscribe.py:216:31 Unused blanket `type: ignore` directive
graphql-core invalid-await tests/execution/test_subscribe.py:288:30 `Awaitable[AsyncIterator[ExecutionResult] | ExecutionResult] | AsyncIterator[ExecutionResult] | ExecutionResult` is not awaitable
graphql-core unused-ignore-comment tests/execution/test_subscribe.py:293:38 Unused blanket `type: ignore` directive
graphql-core invalid-await tests/execution/test_subscribe.py:399:22 `Awaitable[ExecutionResult | AsyncIterable[Any]] | ExecutionResult | AsyncIterable[Any]` is not awaitable
graphql-core invalid-await tests/execution/test_subscribe.py:434:22 `Awaitable[ExecutionResult | AsyncIterable[Any]] | ExecutionResult | AsyncIterable[Any]` is not awaitable
graphql-core invalid-await tests/execution/test_subscribe.py:443:22 `Awaitable[ExecutionResult | AsyncIterable[Any]] | ExecutionResult | AsyncIterable[Any]` is not awaitable
graphql-core invalid-await tests/execution/test_sync.py:64:22 `Awaitable[ExecutionResult] | ExecutionResult` is not awaitable
graphql-core unused-ignore-comment tests/execution/test_union_interface.py:67:64 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/execution/test_union_interface.py:73:60 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/execution/test_union_interface.py:74:46 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/execution/test_union_interface.py:75:46 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/execution/test_union_interface.py:85:57 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/execution/test_union_interface.py:86:43 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/execution/test_union_interface.py:87:43 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/execution/test_union_interface.py:98:57 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/execution/test_union_interface.py:99:43 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/execution/test_union_interface.py:100:43 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/execution/test_union_interface.py:125:60 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/execution/test_union_interface.py:126:46 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/execution/test_union_interface.py:127:46 Unused blanket `type: ignore` directive
graphql-core unresolved-import tests/language/test_lexer.py:15:24 Module `typing` has no member `TypeAlias`
graphql-core unresolved-import tests/language/test_parser.py:46:24 Module `typing` has no member `TypeAlias`
graphql-core possibly-missing-attribute tests/language/test_parser.py:655:16 Attribute `kind` may be missing on object of type `(Location & ~AlwaysTruthy & ~AlwaysFalsy) | (Token & ~AlwaysFalsy)`
graphql-core possibly-missing-attribute tests/language/test_parser.py:656:16 Attribute `value` may be missing on object of type `(Location & ~AlwaysTruthy & ~AlwaysFalsy) | (Token & ~AlwaysFalsy)`
graphql-core unresolved-import tests/language/test_schema_parser.py:45:24 Module `typing` has no member `TypeAlias`
graphql-core invalid-await tests/pyutils/test_async_reduce.py:50:22 `Awaitable[Unknown | Literal["foo"]] | Unknown | Literal["foo"]` is not awaitable
graphql-core invalid-assignment tests/pyutils/test_boxed_awaitabe_or_value.py:29:45 Object of type `BoxedAwaitableOrValue[int | Future[Unknown]]` is not assignable to `BoxedAwaitableOrValue[int]`
graphql-core invalid-assignment tests/pyutils/test_boxed_awaitabe_or_value.py:36:45 Object of type `BoxedAwaitableOrValue[int | CoroutineType[Any, Any, int]]` is not assignable to `BoxedAwaitableOrValue[int]`
graphql-core invalid-assignment tests/pyutils/test_boxed_awaitabe_or_value.py:41:51 Object of type `BoxedAwaitableOrValue[list[int] | Future[Unknown]]` is not assignable to `BoxedAwaitableOrValue[list[int]]`
graphql-core invalid-assignment tests/pyutils/test_boxed_awaitabe_or_value.py:56:45 Object of type `BoxedAwaitableOrValue[int | CoroutineType[Any, Any, int]]` is not assignable to `BoxedAwaitableOrValue[int]`
graphql-core unused-ignore-comment tests/pyutils/test_inspect.py:28:46 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/pyutils/test_inspect.py:32:50 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/pyutils/test_inspect.py:37:39 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/pyutils/test_inspect.py:41:44 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/pyutils/test_inspect.py:46:40 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/pyutils/test_inspect.py:50:45 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/pyutils/test_ref_map.py:35:23 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/pyutils/test_ref_map.py:52:19 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/pyutils/test_ref_map.py:72:23 Unused blanket `type: ignore` directive
graphql-core invalid-argument-type tests/star_wars_schema.py:229:67 Argument to function `get_hero` is incorrect: Expected `int`, found `Unknown | None`
graphql-core unresolved-import tests/test_docs.py:11:24 Module `typing` has no member `TypeAlias`
graphql-core unresolved-import tests/type/test_definition.py:62:24 Module `typing` has no member `TypeGuard`
graphql-core missing-argument tests/type/test_definition.py:157:16 No argument provided for required parameter `node` of function `parse_literal`
graphql-core invalid-argument-type tests/type/test_definition.py:157:37 Argument to function `parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode`
graphql-core missing-argument tests/type/test_definition.py:159:13 No argument provided for required parameter `node` of function `parse_literal`
graphql-core invalid-argument-type tests/type/test_definition.py:159:34 Argument to function `parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode`
graphql-core invalid-argument-type tests/type/test_definition.py:163:34 Argument to function `parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode`
graphql-core invalid-argument-type tests/type/test_definition.py:163:72 Argument to function `parse_literal` is incorrect: Expected `ValueNode`, found `dict[Unknown | str, Unknown | str] & dict[str, Any]`
graphql-core unused-ignore-comment tests/type/test_definition.py:1316:64 Unused blanket `type: ignore` directive
graphql-core call-non-callable tests/type/test_definition.py:1323:20 Object of type `GenericAlias` is not callable
graphql-core missing-argument tests/type/test_scalars.py:60:24 No argument provided for required parameter `node` of function `parse_literal`
graphql-core invalid-argument-type tests/type/test_scalars.py:60:49 Argument to function `parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode`
graphql-core missing-argument tests/type/test_scalars.py:222:24 No argument provided for required parameter `node` of function `parse_literal`
graphql-core invalid-argument-type tests/type/test_scalars.py:222:51 Argument to function `parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode`
graphql-core missing-argument tests/type/test_scalars.py:348:24 No argument provided for required parameter `node` of function `parse_literal`
graphql-core invalid-argument-type tests/type/test_scalars.py:348:52 Argument to function `parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode`
graphql-core missing-argument tests/type/test_scalars.py:471:24 No argument provided for required parameter `node` of function `parse_literal`
graphql-core invalid-argument-type tests/type/test_scalars.py:471:53 Argument to function `parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode`
graphql-core missing-argument tests/type/test_scalars.py:616:24 No argument provided for required parameter `node` of function `parse_literal`
graphql-core invalid-argument-type tests/type/test_scalars.py:616:48 Argument to function `parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode`
graphql-core invalid-argument-type tests/type/test_validation.py:74:24 Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
graphql-core invalid-assignment tests/type/test_validation.py:423:9 Object of type `dict[str, GraphQLNamedType | dict[Unknown | str, Unknown | str] | GraphQLDirective]` is not assignable to attribute `type_map` of type `dict[str, GraphQLNamedType]`
graphql-core unused-ignore-comment tests/type/test_validation.py:424:48 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/type/test_validation.py:425:46 Unused blanket `type: ignore` directive
graphql-core invalid-assignment tests/type/test_validation.py:1071:9 Object of type `tuple[None]` is not assignable to attribute `interfaces` of type `CachedProperty`
graphql-core unresolved-import tests/utilities/test_build_ast_schema.py:48:24 Module `typing` has no member `TypeAlias`
graphql-core unused-ignore-comment tests/utilities/test_build_ast_schema.py:98:17 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/utilities/test_build_client_schema.py:90:53 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/utilities/test_build_client_schema.py:498:54 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/utilities/test_build_client_schema.py:673:44 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/utilities/test_build_client_schema.py:682:42 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/utilities/test_build_client_schema.py:738:37 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/utilities/test_build_client_schema.py:775:57 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/utilities/test_build_client_schema.py:814:53 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/utilities/test_build_client_schema.py:837:32 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/utilities/test_build_client_schema.py:930:60 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/utilities/test_build_client_schema.py:951:56 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/utilities/test_build_client_schema.py:972:65 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/utilities/test_build_client_schema.py:987:60 Unused blanket `type: ignore` directive
graphql-core unused-ignore-comment tests/utilities/test_build_client_schema.py:1002:55 Unused blanket `type: ignore` directive
graphql-core unresolved-import tests/utilities/test_extend_schema.py:36:24 Module `typing` has no member `TypeAlias`
hydra-zen invalid-assignment src/hydra_zen/_hydra_overloads.py:330:9 Implicit shadowing of function `_call_target`
hydra-zen redundant-cast src/hydra_zen/_launch.py:92:12 Value is already of type `T@value_check`
hydra-zen invalid-argument-type src/hydra_zen/_launch.py:413:45 Argument to function `_process_dict_overrides` is incorrect: Expected `Mapping[str, None | int | float | ... omitted 4 union elements]`, found `Mapping[str, None | int | float | ... omitted 4 union elements] | (list[str] & Top[Mapping[Unknown, object]]) | (list[Unknown] & Top[Mapping[Unknown, object]])`
hydra-zen unused-ignore-comment src/hydra_zen/_py314_compat.py:39:41 Unused blanket `type: ignore` directive
hydra-zen invalid-assignment src/hydra_zen/funcs.py:55:20 Object of type `() -> object` is not assignable to `(...) -> T@partial_with_wrapper`
hydra-zen unused-ignore-comment src/hydra_zen/funcs.py:102:41 Unused blanket `type: ignore` directive
hydra-zen invalid-assignment src/hydra_zen/funcs.py:136:59 Object of type `(Sequence[str | (((...) -> Any, /) -> (...) -> Any)] & ~str) | ((((...) -> Any, /) -> (...) -> Any) & Sequence[object] & ~str)` is not assignable to `Sequence[str | (((...) -> Any, /) -> (...) -> Any)]`
hydra-zen invalid-assignment src/hydra_zen/structured_configs/_implementations.py:207:1 Implicit shadowing of function `get_yaml_loader`
hydra-zen invalid-type-form src/hydra_zen/structured_configs/_implementations.py:890:25 Function calls are not allowed in type expressions
hydra-zen invalid-type-form src/hydra_zen/structured_configs/_implementations.py:934:34 Invalid binary operator `*` in type annotation
hydra-zen unused-ignore-comment src/hydra_zen/structured_configs/_implementations.py:1075:60 Unused blanket `type: ignore` directive
hydra-zen not-iterable src/hydra_zen/structured_configs/_implementations.py:1199:46 Object of type `object` is not iterable
hydra-zen unused-ignore-comment src/hydra_zen/structured_configs/_implementations.py:1207:30 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment src/hydra_zen/structured_configs/_implementations.py:1208:48 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment src/hydra_zen/structured_configs/_implementations.py:1209:37 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment src/hydra_zen/structured_configs/_implementations.py:1210:54 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment src/hydra_zen/structured_configs/_implementations.py:1211:51 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment src/hydra_zen/structured_configs/_implementations.py:1212:56 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment src/hydra_zen/structured_configs/_implementations.py:1213:70 Unused blanket `type: ignore` directive
hydra-zen invalid-return-type src/hydra_zen/structured_configs/_implementations.py:1325:20 Return type does not match returned value: expected `_T@_sanitize_collection`, found `dict[int | None | float | ... omitted 13 union elements, int | None | float | ... omitted 13 union elements]`
hydra-zen invalid-argument-type src/hydra_zen/structured_configs/_implementations.py:2253:47 Argument to function `get_target_path` is incorrect: Expected `HasTarget`, found `(() -> object) & type`
hydra-zen unused-ignore-comment src/hydra_zen/structured_configs/_implementations.py:2555:76 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment src/hydra_zen/structured_configs/_implementations.py:2622:52 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment src/hydra_zen/structured_configs/_implementations.py:2624:50 Unused blanket `type: ignore` directive
hydra-zen invalid-argument-type src/hydra_zen/structured_configs/_implementations.py:2879:60 Argument to bound method `append` is incorrect: Expected `tuple[str, type, Field[Any]]`, found `tuple[str | @Todo, ...]`
hydra-zen invalid-argument-type src/hydra_zen/structured_configs/_implementations.py:2982:60 Argument to function `make_dataclass` is incorrect: Expected `dict[str, Any] | None`, found `bool`
hydra-zen invalid-argument-type src/hydra_zen/structured_configs/_implementations.py:2982:60 Argument to function `make_dataclass` is incorrect: Expected `bool`, found `str | None`
hydra-zen invalid-argument-type src/hydra_zen/structured_configs/_implementations.py:2982:60 Argument to function `make_dataclass` is incorrect: Expected `bool`, found `dict[str, Any] | None`
hydra-zen unknown-argument src/hydra_zen/structured_configs/_implementations.py:2982:60 Argument `target_repr` does not match any known parameter of function `make_dataclass`
hydra-zen unknown-argument src/hydra_zen/structured_configs/_implementations.py:2982:60 Argument `weakref_slot` does not match any known parameter of function `make_dataclass`
hydra-zen unknown-argument src/hydra_zen/structured_configs/_implementations.py:2982:60 Argument `kw_only` does not match any known parameter of function `make_dataclass`
hydra-zen unknown-argument src/hydra_zen/structured_configs/_implementations.py:2982:60 Argument `match_args` does not match any known parameter of function `make_dataclass`
hydra-zen unknown-argument src/hydra_zen/structured_configs/_implementations.py:2982:60 Argument `module` does not match any known parameter of function `make_dataclass`
hydra-zen unknown-argument src/hydra_zen/structured_configs/_implementations.py:2982:60 Argument `slots` does not match any known parameter of function `make_dataclass`
hydra-zen unknown-argument src/hydra_zen/structured_configs/_implementations.py:2982:60 Argument `target` does not match any known parameter of function `make_dataclass`
hydra-zen no-matching-overload src/hydra_zen/structured_configs/_implementations.py:3242:9 No overload of bound method `builds` matches arguments
hydra-zen unused-ignore-comment src/hydra_zen/structured_configs/_implementations.py:3283:16 Unused blanket `type: ignore` directive
hydra-zen invalid-argument-type src/hydra_zen/structured_configs/_implementations.py:3342:52 Argument to function `make_dataclass` is incorrect: Expected `dict[str, Any] | None`, found `bool`
hydra-zen invalid-argument-type src/hydra_zen/structured_configs/_implementations.py:3342:52 Argument to function `make_dataclass` is incorrect: Expected `bool`, found `str | None`
hydra-zen invalid-argument-type src/hydra_zen/structured_configs/_implementations.py:3342:52 Argument to function `make_dataclass` is incorrect: Expected `bool`, found `dict[str, Any] | None`
hydra-zen unknown-argument src/hydra_zen/structured_configs/_implementations.py:3342:52 Argument `kw_only` does not match any known parameter of function `make_dataclass`
hydra-zen unknown-argument src/hydra_zen/structured_configs/_implementations.py:3342:52 Argument `match_args` does not match any known parameter of function `make_dataclass`
hydra-zen unknown-argument src/hydra_zen/structured_configs/_implementations.py:3342:52 Argument `module` does not match any known parameter of function `make_dataclass`
hydra-zen unknown-argument src/hydra_zen/structured_configs/_implementations.py:3342:52 Argument `slots` does not match any known parameter of function `make_dataclass`
hydra-zen unknown-argument src/hydra_zen/structured_configs/_implementations.py:3342:52 Argument `target` does not match any known parameter of function `make_dataclass`
hydra-zen unknown-argument src/hydra_zen/structured_configs/_implementations.py:3342:52 Argument `target_repr` does not match any known parameter of function `make_dataclass`
hydra-zen unknown-argument src/hydra_zen/structured_configs/_implementations.py:3342:52 Argument `weakref_slot` does not match any known parameter of function `make_dataclass`
hydra-zen unused-ignore-comment src/hydra_zen/structured_configs/_implementations.py:3523:29 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment src/hydra_zen/structured_configs/_implementations.py:3526:39 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment src/hydra_zen/structured_configs/_implementations.py:3528:33 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment src/hydra_zen/structured_configs/_just.py:12:23 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment src/hydra_zen/structured_configs/_just.py:13:27 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment src/hydra_zen/structured_configs/_make_config.py:278:87 Unused blanket `type: ignore` directive
hydra-zen invalid-parameter-default src/hydra_zen/structured_configs/_make_custom_builds.py:65:5 Default value of type `<class 'DefaultBuilds'>` is not assignable to annotated parameter type `BuildsFn[T@make_custom_builds_fn] | type[BuildsFn[T@make_custom_builds_fn]]`
hydra-zen invalid-parameter-default src/hydra_zen/structured_configs/_make_custom_builds.py:83:5 Default value of type `<class 'DefaultBuilds'>` is not assignable to annotated parameter type `BuildsFn[T@make_custom_builds_fn] | type[BuildsFn[T@make_custom_builds_fn]]`
hydra-zen invalid-parameter-default src/hydra_zen/structured_configs/_make_custom_builds.py:101:5 Default value of type `<class 'DefaultBuilds'>` is not assignable to annotated parameter type `BuildsFn[T@make_custom_builds_fn] | type[BuildsFn[T@make_custom_builds_fn]]`
hydra-zen invalid-parameter-default src/hydra_zen/structured_configs/_make_custom_builds.py:119:5 Default value of type `<class 'DefaultBuilds'>` is not assignable to annotated parameter type `BuildsFn[T@make_custom_builds_fn] | type[BuildsFn[T@make_custom_builds_fn]]`
hydra-zen invalid-parameter-default src/hydra_zen/structured_configs/_make_custom_builds.py:137:5 Default value of type `<class 'DefaultBuilds'>` is not assignable to annotated parameter type `BuildsFn[T@make_custom_builds_fn] | type[BuildsFn[T@make_custom_builds_fn]]`
hydra-zen invalid-parameter-default src/hydra_zen/structured_configs/_make_custom_builds.py:155:5 Default value of type `<class 'DefaultBuilds'>` is not assignable to annotated parameter type `BuildsFn[T@make_custom_builds_fn] | type[BuildsFn[T@make_custom_builds_fn]]`
hydra-zen invalid-parameter-default src/hydra_zen/structured_configs/_make_custom_builds.py:175:5 Default value of type `<class 'DefaultBuilds'>` is not assignable to annotated parameter type `BuildsFn[T@make_custom_builds_fn] | type[BuildsFn[T@make_custom_builds_fn]]`
hydra-zen unused-ignore-comment src/hydra_zen/structured_configs/_type_guards.py:49:37 Unused blanket `type: ignore` directive
hydra-zen invalid-key src/hydra_zen/structured_configs/_utils.py:257:22 TypedDict `AllConvert` can only be subscripted with a string literal key, got key of type `str`.
hydra-zen invalid-key src/hydra_zen/structured_configs/_utils.py:367:16 TypedDict `DataclassOptions` can only be subscripted with a string literal key, got key of type `str`.
hydra-zen redundant-cast src/hydra_zen/third_party/beartype.py:130:12 Value is already of type `_T@validates_with_beartype`
hydra-zen unused-ignore-comment src/hydra_zen/third_party/pydantic.py:18:33 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment src/hydra_zen/third_party/pydantic.py:22:77 Unused blanket `type: ignore` directive
hydra-zen redundant-cast src/hydra_zen/third_party/pydantic.py:122:16 Value is already of type `_T@pydantic_parser`
hydra-zen unused-ignore-comment src/hydra_zen/typing/_implementations.py:441:30 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment src/hydra_zen/wrapper/_implementations.py:263:51 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment src/hydra_zen/wrapper/_implementations.py:435:33 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment src/hydra_zen/wrapper/_implementations.py:437:60 Unused blanket `type: ignore` directive
hydra-zen invalid-argument-type src/hydra_zen/wrapper/_implementations.py:446:13 Argument is incorrect: Expected `[email protected]`, found `Unknown | DictConfig`
hydra-zen unused-ignore-comment src/hydra_zen/wrapper/_implementations.py:447:12 Unused blanket `type: ignore` directive
hydra-zen invalid-parameter-default src/hydra_zen/wrapper/_implementations.py:451:9 Default value of type `object` is not assignable to annotated parameter type `str | None`
hydra-zen invalid-parameter-default src/hydra_zen/wrapper/_implementations.py:453:9 Default value of type `object` is not assignable to annotated parameter type `str | None`
hydra-zen unused-ignore-comment src/hydra_zen/wrapper/_implementations.py:931:87 Unused blanket `type: ignore` directive
hydra-zen invalid-return-type src/hydra_zen/wrapper/_implementations.py:942:16 Return type does not match returned value: expected `DataClass_ | type[@Todo] | ListConfig | DictConfig`, found `(((...) -> Any) & ~type) | (DataClass_ & ~type) | list[Any] | ... omitted 3 union elements`
hydra-zen invalid-parameter-default src/hydra_zen/wrapper/_implementations.py:1480:9 Default value of type `def default_to_config(target: ((...) -> Any) | DataClass_ | list[Any] | ... omitted 3 union elements, CustomBuildsFn: @Todo = ..., **kw: Any) -> DataClass_ | type[@Todo] | ListConfig | DictConfig` is not assignable to annotated parameter type `(F@__call__, /) -> Any`
hydra-zen unused-ignore-comment src/hydra_zen/wrapper/_implementations.py:1572:89 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment src/hydra_zen/wrapper/_implementations.py:1601:75 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment src/hydra_zen/wrapper/_implementations.py:1606:80 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment src/hydra_zen/wrapper/_implementations.py:1736:59 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment src/hydra_zen/wrapper/_implementations.py:1743:40 Unused blanket `type: ignore` directive
hydra-zen invalid-return-type tests/annotations/behaviors.py:22:28 Function always implicitly returns `None`, which is not assignable to return type `str`
hydra-zen undefined-reveal tests/annotations/behaviors.py:73:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/behaviors.py:73:22 Argument `expected_str` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/behaviors.py:84:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/behaviors.py:84:30 Argument `expected_str` does not match any known parameter of function `reveal_type`
hydra-zen invalid-ignore-comment tests/annotations/declarations.py:11:75 Invalid `type: ignore` comment: no whitespace after `ignore`
hydra-zen undefined-reveal tests/annotations/declarations.py:79:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:79:40 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:84:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:86:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:89:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:89:46 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:90:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:90:48 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:97:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:99:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:104:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:106:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:110:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:110:46 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:111:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:111:55 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:112:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:112:48 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:117:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:117:47 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:119:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:119:40 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:121:5 `reveal_type` used without importing it
hydra-zen undefined-reveal tests/annotations/declarations.py:125:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:125:40 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:130:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:130:28 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:132:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:132:40 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:134:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:134:29 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:136:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:136:47 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:138:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:138:28 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:140:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:140:40 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:150:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:150:26 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:151:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:151:26 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:152:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:152:39 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:153:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:153:39 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:155:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:155:26 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:156:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:156:29 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:157:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:157:32 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:158:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:158:31 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:159:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:159:36 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:160:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:160:38 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:161:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:161:39 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:162:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:162:34 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:163:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:163:38 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:166:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:166:29 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:167:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:167:31 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:173:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:173:26 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:174:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:174:28 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:175:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:175:62 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:186:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:186:45 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:187:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:187:46 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:192:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:192:42 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:193:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:193:61 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:194:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:194:60 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:195:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:195:40 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:198:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:198:40 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:199:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:200:51 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:202:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:203:50 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:205:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:205:38 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:207:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:207:44 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:208:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:208:63 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:209:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:209:62 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:210:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:210:40 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:218:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:218:24 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:228:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:228:46 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:229:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:229:46 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:230:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:230:46 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:231:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:231:47 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:232:5 `reveal_type` used without importing it
hydra-zen undefined-reveal tests/annotations/declarations.py:236:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:238:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:241:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:243:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:245:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:247:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:249:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:251:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:253:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:255:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:257:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:259:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:261:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:263:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen unused-ignore-comment tests/annotations/declarations.py:267:41 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment tests/annotations/declarations.py:268:38 Unused blanket `type: ignore` directive
hydra-zen undefined-reveal tests/annotations/declarations.py:274:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:274:31 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:275:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:277:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:299:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:323:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:325:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:333:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:336:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:345:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:348:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:358:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen invalid-key tests/annotations/declarations.py:366:59 Unknown key "a" for TypedDict `EmptyDict`: Unknown key "a"
hydra-zen invalid-key tests/annotations/declarations.py:366:72 Unknown key "a" for TypedDict `EmptyDict`: Unknown key "a"
hydra-zen unused-ignore-comment tests/annotations/declarations.py:403:30 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment tests/annotations/declarations.py:404:30 Unused blanket `type: ignore` directive
hydra-zen undefined-reveal tests/annotations/declarations.py:433:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:434:51 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:436:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:437:46 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen unused-ignore-comment tests/annotations/declarations.py:443:35 Unused blanket `type: ignore` directive
hydra-zen invalid-return-type tests/annotations/declarations.py:451:33 Function always implicitly returns `None`, which is not assignable to return type `HydraPartialBuilds[T@make_hydra_partial]`
hydra-zen undefined-reveal tests/annotations/declarations.py:456:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:456:35 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen invalid-assignment tests/annotations/declarations.py:461:9 Object of type `partial[int]` is not assignable to `Partial[int]`
hydra-zen invalid-return-type tests/annotations/declarations.py:467:16 Function always implicitly returns `None`, which is not assignable to return type `int`
hydra-zen invalid-return-type tests/annotations/declarations.py:469:22 Function always implicitly returns `None`, which is not assignable to return type `bool`
hydra-zen invalid-assignment tests/annotations/declarations.py:471:23 Object of type `partial[int]` is not assignable to `Partial[int]`
hydra-zen invalid-assignment tests/annotations/declarations.py:472:24 Object of type `partial[bool]` is not assignable to `Partial[bool]`
hydra-zen undefined-reveal tests/annotations/declarations.py:477:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:477:39 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:478:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:480:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:483:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:483:33 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:486:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:486:33 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen unused-ignore-comment tests/annotations/declarations.py:496:16 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment tests/annotations/declarations.py:497:19 Unused blanket `type: ignore` directive
hydra-zen invalid-return-type tests/annotations/declarations.py:501:16 Function always implicitly returns `None`, which is not assignable to return type `type[@Todo]`
hydra-zen invalid-return-type tests/annotations/declarations.py:503:16 Function always implicitly returns `None`, which is not assignable to return type `type[@Todo]`
hydra-zen undefined-reveal tests/annotations/declarations.py:505:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:505:39 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:506:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:506:41 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:510:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:510:35 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:511:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:511:37 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:513:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:513:38 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:514:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:514:40 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:516:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:516:39 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:517:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:517:41 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:520:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:520:37 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:521:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:521:39 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:524:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:524:33 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen unused-ignore-comment tests/annotations/declarations.py:546:15 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment tests/annotations/declarations.py:547:26 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment tests/annotations/declarations.py:548:36 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment tests/annotations/declarations.py:549:40 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment tests/annotations/declarations.py:550:23 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment tests/annotations/declarations.py:551:48 Unused blanket `type: ignore` directive
hydra-zen undefined-reveal tests/annotations/declarations.py:554:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:556:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:558:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:560:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:562:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:564:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:566:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:568:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:572:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:572:38 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:575:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:575:37 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen unused-ignore-comment tests/annotations/declarations.py:580:26 Unused blanket `type: ignore` directive
hydra-zen undefined-reveal tests/annotations/declarations.py:582:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:582:38 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:583:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:583:40 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:588:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:590:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:596:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:596:24 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:601:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:601:24 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:606:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:606:24 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:611:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:611:24 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:617:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:617:24 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen unused-ignore-comment tests/annotations/declarations.py:626:15 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment tests/annotations/declarations.py:631:16 Unused blanket `type: ignore` directive
hydra-zen undefined-reveal tests/annotations/declarations.py:634:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:636:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:650:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:650:24 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:655:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:655:24 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:660:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:660:24 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:668:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:668:24 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:677:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:679:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:684:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:686:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen unused-ignore-comment tests/annotations/declarations.py:691:16 Unused blanket `type: ignore` directive
hydra-zen undefined-reveal tests/annotations/declarations.py:702:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:704:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen unused-ignore-comment tests/annotations/declarations.py:715:13 Unused blanket `type: ignore` directive
hydra-zen undefined-reveal tests/annotations/declarations.py:717:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:719:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:731:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:733:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:742:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:744:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen unused-ignore-comment tests/annotations/declarations.py:766:19 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment tests/annotations/declarations.py:768:20 Unused blanket `type: ignore` directive
hydra-zen undefined-reveal tests/annotations/declarations.py:778:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:778:46 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen invalid-return-type tests/annotations/declarations.py:796:29 Function always implicitly returns `None`, which is not assignable to return type `str`
hydra-zen undefined-reveal tests/annotations/declarations.py:812:9 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:814:13 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:831:9 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:833:13 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:850:9 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:852:13 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen unused-ignore-comment tests/annotations/declarations.py:878:23 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment tests/annotations/declarations.py:897:23 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment tests/annotations/declarations.py:916:23 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment tests/annotations/declarations.py:924:21 Unused blanket `type: ignore` directive
hydra-zen type-assertion-failure tests/annotations/declarations.py:929:5 Type `StdBuilds[int | None | float | ... omitted 20 union elements]` does not match asserted type `StdBuilds[Unknown]`
hydra-zen type-assertion-failure tests/annotations/declarations.py:934:5 Type `StdBuilds[int | None | float | ... omitted 20 union elements]` does not match asserted type `StdBuilds[Unknown]`
hydra-zen type-assertion-failure tests/annotations/declarations.py:940:5 Type `PBuilds[int | None | float | ... omitted 20 union elements]` does not match asserted type `PBuilds[Unknown]`
hydra-zen type-assertion-failure tests/annotations/declarations.py:944:5 Type `PBuilds[int | None | float | ... omitted 20 union elements]` does not match asserted type `PBuilds[Unknown]`
hydra-zen type-assertion-failure tests/annotations/declarations.py:945:5 Type `PBuilds[int | None | float | ... omitted 20 union elements]` does not match asserted type `Unknown`
hydra-zen type-assertion-failure tests/annotations/declarations.py:951:5 Type `FullBuilds[int | None | float | ... omitted 20 union elements] | StdBuilds[int | None | float | ... omitted 20 union elements]` does not match asserted type `FullBuilds[Unknown] | StdBuilds[Unknown]`
hydra-zen type-assertion-failure tests/annotations/declarations.py:956:5 Type `PBuilds[int | None | float | ... omitted 20 union elements] | StdBuilds[int | None | float | ... omitted 20 union elements]` does not match asserted type `PBuilds[Unknown] | StdBuilds[Unknown]`
hydra-zen type-assertion-failure tests/annotations/declarations.py:961:5 Type `PBuilds[int | None | float | ... omitted 20 union elements] | StdBuilds[int | None | float | ... omitted 20 union elements]` does not match asserted type `PBuilds[Unknown] | StdBuilds[Unknown]`
hydra-zen type-assertion-failure tests/annotations/declarations.py:969:5 Type `FullBuilds[int | None | float | ... omitted 20 union elements] | PBuilds[int | None | float | ... omitted 20 union elements] | StdBuilds[int | None | float | ... omitted 20 union elements]` does not match asserted type `FullBuilds[Unknown] | PBuilds[Unknown] | StdBuilds[Unknown]`
hydra-zen type-assertion-failure tests/annotations/declarations.py:980:5 Type `FullBuilds[int | None | float | ... omitted 20 union elements] | PBuilds[int | None | float | ... omitted 20 union elements] | StdBuilds[int | None | float | ... omitted 20 union elements]` does not match asserted type `FullBuilds[Unknown] | PBuilds[Unknown] | StdBuilds[Unknown]`
hydra-zen undefined-reveal tests/annotations/declarations.py:995:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:995:36 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:996:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:996:40 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:997:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:997:37 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:998:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:998:42 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen invalid-return-type tests/annotations/declarations.py:1072:26 Function always implicitly returns `None`, which is not assignable to return type `str`
hydra-zen undefined-reveal tests/annotations/declarations.py:1082:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1082:29 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen invalid-return-type tests/annotations/declarations.py:1085:27 Function always implicitly returns `None`, which is not assignable to return type `str`
hydra-zen type-assertion-failure tests/annotations/declarations.py:1087:5 Type `str` does not match asserted type `Unknown`
hydra-zen type-assertion-failure tests/annotations/declarations.py:1088:5 Type `str` does not match asserted type `Unknown`
hydra-zen type-assertion-failure tests/annotations/declarations.py:1089:5 Type `str` does not match asserted type `Unknown`
hydra-zen undefined-reveal tests/annotations/declarations.py:1092:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1092:30 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen invalid-return-type tests/annotations/declarations.py:1097:34 Function always implicitly returns `None`, which is not assignable to return type `str`
hydra-zen undefined-reveal tests/annotations/declarations.py:1099:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1099:32 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1108:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1108:33 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen invalid-return-type tests/annotations/declarations.py:1146:30 Function always implicitly returns `None`, which is not assignable to return type `str`
hydra-zen invalid-return-type tests/annotations/declarations.py:1149:31 Function always implicitly returns `None`, which is not assignable to return type `str`
hydra-zen undefined-reveal tests/annotations/declarations.py:1151:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1151:20 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1152:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1152:21 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1154:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1154:27 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1155:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1155:39 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1156:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1156:39 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen invalid-return-type tests/annotations/declarations.py:1161:23 Function always implicitly returns `None`, which is not assignable to return type `bool`
hydra-zen invalid-return-type tests/annotations/declarations.py:1164:23 Function always implicitly returns `None`, which is not assignable to return type `bool`
hydra-zen undefined-reveal tests/annotations/declarations.py:1166:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1166:21 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1167:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1167:21 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1169:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1169:34 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1170:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1170:46 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1171:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1171:46 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen invalid-return-type tests/annotations/declarations.py:1174:32 Function always implicitly returns `None`, which is not assignable to return type `str`
hydra-zen unused-ignore-comment tests/annotations/declarations.py:1177:15 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment tests/annotations/declarations.py:1180:35 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment tests/annotations/declarations.py:1182:37 Unused blanket `type: ignore` directive
hydra-zen type-assertion-failure tests/annotations/declarations.py:1222:5 Type `list[StoreEntry]` does not match asserted type `list[Unknown]`
hydra-zen invalid-return-type tests/annotations/declarations.py:1253:24 Function always implicitly returns `None`, which is not assignable to return type `str`
hydra-zen undefined-reveal tests/annotations/declarations.py:1257:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1257:34 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1261:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1261:34 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1262:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1262:21 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1266:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1266:34 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1270:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1270:35 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1274:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1274:35 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1278:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1278:35 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1282:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1282:34 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1283:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1283:21 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen invalid-return-type tests/annotations/declarations.py:1287:24 Function always implicitly returns `None`, which is not assignable to return type `str`
hydra-zen undefined-reveal tests/annotations/declarations.py:1292:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1292:34 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1296:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1296:34 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1297:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1297:21 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1301:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1301:34 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1305:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1305:35 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1309:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1309:35 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1313:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1313:35 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1317:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1317:34 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1318:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1318:21 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen invalid-return-type tests/annotations/declarations.py:1322:24 Function always implicitly returns `None`, which is not assignable to return type `str`
hydra-zen undefined-reveal tests/annotations/declarations.py:1327:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1327:34 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1331:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1331:34 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1332:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1332:21 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1336:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1336:34 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1340:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1340:35 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1344:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1344:35 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1348:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1348:35 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1352:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1352:34 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1353:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1353:21 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen invalid-return-type tests/annotations/declarations.py:1357:24 Function always implicitly returns `None`, which is not assignable to return type `str`
hydra-zen undefined-reveal tests/annotations/declarations.py:1362:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1362:35 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1366:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1366:35 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1370:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1370:35 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1374:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1374:34 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1382:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1382:21 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1383:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1383:34 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1387:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1387:35 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen type-assertion-failure tests/annotations/declarations.py:1402:5 Type `PBuilds[int]` does not match asserted type `PBuilds[Unknown]`
hydra-zen unused-ignore-comment tests/annotations/declarations.py:1406:25 Unused blanket `type: ignore` directive
hydra-zen type-assertion-failure tests/annotations/declarations.py:1409:5 Type `FullBuilds[int]` does not match asserted type `FullBuilds[Unknown]`
hydra-zen undefined-reveal tests/annotations/declarations.py:1411:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1411:26 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen unused-ignore-comment tests/annotations/declarations.py:1413:25 Unused blanket `type: ignore` directive
hydra-zen undefined-reveal tests/annotations/declarations.py:1443:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1445:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1449:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1449:24 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1452:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1452:24 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1460:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1462:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1465:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1467:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1470:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1472:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1475:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1477:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1480:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1482:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1485:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1487:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1490:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1492:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen undefined-reveal tests/annotations/declarations.py:1495:5 `reveal_type` used without importing it
hydra-zen unknown-argument tests/annotations/declarations.py:1497:9 Argument `expected_text` does not match any known parameter of function `reveal_type`
hydra-zen unused-ignore-comment tests/annotations/declarations.py:1512:49 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment tests/annotations/declarations.py:1513:49 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment tests/annotations/declarations.py:1514:39 Unused blanket `type: ignore` directive
hydra-zen unused-ignore-comment tests/annotations/declarations.py:1515:39 Unused blanket `type: ignore` directive
hydra-zen invalid-return-type tests/annotations/mypy_checks.py:16:22 Function always implicitly returns `None`, which is not assignable to return type `str`
hydra-zen type-assertion-failure tests/annotations/mypy_checks.py:18:5 Type `A` does not match asserted type `Unknown`
hydra-zen type-assertion-failure tests/annotations/mypy_checks.py:19:5 Type `A` does not match asserted type `Unknown`
hydra-zen type-assertion-failure tests/annotations/mypy_checks.py:20:5 Type `A` does not match asserted type `Unknown`
hydra-zen type-assertion-failure tests/annotations/mypy_checks.py:22:5 Type `str` does not match asserted type `Unknown`
hydra-zen type-assertion-failure tests/annotations/mypy_checks.py:23:5 Type `str` does not match asserted type `Unknown`
hydra-zen type-assertion-failure tests/annotations/mypy_checks.py:24:5 Type `str` does not match asserted type `Unknown`
hydra-zen unused-ignore-comment tests/annotations/mypy_checks.py:26:51 Unused blanket `type: ignore` directive
hydra-zen invalid-return-type tests/annotations/mypy_checks.py:32:22 Function always implicitly returns `None`, which is not assignable to return type `str`
hydra-zen type-assertion-failure tests/annotations/mypy_checks.py:42:5 Type `A` does not match asserted type `Unknown`
hydra-zen type-assertion-failure tests/annotations/mypy_checks.py:43:5 Type `A` does not match asserted type `Unknown`
hydra-zen type-assertion-failure tests/annotations/mypy_checks.py:44:5 Type `A` does not match asserted type `Unknown`
hydra-zen type-assertion-failure tests/annotations/mypy_checks.py:46:5 Type `str` does not match asserted type `Unknown`
hydra-zen type-assertion-failure tests/annotations/mypy_checks.py:47:5 Type `str` does not match asserted type `Unknown`
hydra-zen type-assertion-failure tests/annotations/mypy_checks.py:48:5 Type `str` does not match asserted type `Unknown`
hydra-zen unused-ignore-comment tests/annotations/mypy_checks.py:50:26 Unused blanket `type: ignore` directive
hydra-zen invalid-return-type tests/annotations/mypy_checks.py:55:30 Function always implicitly returns `None`, which is not assignable to return type `str`
hydra-zen invalid-return-type tests/annotations/mypy_checks.py:58:31 Function always implicitly returns `None`, which is not assignable to return type `str`
hydra-zen invalid-return-type tests/annotations/mypy_checks.py:71:23 Function always implicitly returns `None`, which is not assignable to return type `bool`
hydra-zen invalid-return-type tests/annotations/mypy_checks.py:74:23 Function always implicitly returns `None`, which is not assignable to return type `bool`
hydra-zen invalid-return-type tests/annotations/mypy_checks.py:87:32 Function always implicitly returns `None`, which is not assignable to return type `str`
imagehash unresolved-attribute imagehash/__init__.py:43:14 Module `PIL.Image` has no member `ANTIALIAS`
imagehash unused-ignore-comment imagehash/__init__.py:118:72 Unused blanket `type: ignore` directive
imagehash unused-ignore-comment imagehash/__init__.py:124:76 Unused blanket `type: ignore` directive
imagehash unused-ignore-comment imagehash/__init__.py:139:38 Unused blanket `type: ignore` directive
imagehash unused-ignore-comment imagehash/__init__.py:141:19 Unused blanket `type: ignore` directive
imagehash unused-ignore-comment imagehash/__init__.py:148:18 Unused blanket `type: ignore` directive
imagehash unused-ignore-comment imagehash/__init__.py:161:24 Unused blanket `type: ignore` directive
imagehash unused-ignore-comment imagehash/__init__.py:162:24 Unused blanket `type: ignore` directive
imagehash unused-ignore-comment imagehash/__init__.py:463:31 Unused blanket `type: ignore` directive
imagehash unused-ignore-comment imagehash/__init__.py:467:35 Unused blanket `type: ignore` directive
itsdangerous invalid-assignment src/itsdangerous/serializer.py:95:51 Object of type `<module 'json'>` is not assignable to `_PDataSerializer[Any]`
itsdangerous invalid-assignment src/itsdangerous/url_safe.py:21:49 Object of type `<class '_CompactJSON'>` is not assignable to `_PDataSerializer[str]`
janus invalid-argument-type janus/__init__.py:714:18 Argument to function `heappush` is incorrect: Argument type `T@PriorityQueue` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
janus invalid-argument-type janus/__init__.py:714:36 Argument to function `heappush` is incorrect: Argument type `T@PriorityQueue` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
janus invalid-argument-type janus/__init__.py:717:24 Argument to function `heappop` is incorrect: Argument type `T@PriorityQueue` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
bokeh possibly-missing-attribute release/__main__.py:34:12 Attribute `__name__` may be missing on object of type `Unknown | ((Config, System, /) -> ActionReturn)`
bokeh unresolved-import release/checks.py:15:6 Cannot resolve imported module `packaging.version`
bokeh unresolved-import release/credentials.py:18:8 Cannot resolve imported module `boto3`
bokeh unresolved-attribute release/credentials.py:41:19 Object of type `(...) -> None` has no attribute `__name__`
bokeh unresolved-attribute release/pipeline.py:28:12 Object of type `(Config, System, /) -> ActionReturn` has no attribute `__name__`
bokeh unresolved-attribute release/pipeline.py:28:50 Object of type `(Config, System, /) -> ActionReturn` has no attribute `__name__`
bokeh possibly-missing-attribute release/pipeline.py:45:46 Attribute `__name__` may be missing on object of type `Unknown | ((Config, System, /) -> ActionReturn)`
bokeh possibly-missing-attribute release/pipeline.py:48:43 Attribute `__name__` may be missing on object of type `Unknown | ((Config, System, /) -> ActionReturn)`
bokeh possibly-missing-attribute release/pipeline.py:52:43 Attribute `__name__` may be missing on object of type `Unknown | ((Config, System, /) -> ActionReturn)`
bokeh unresolved-import release/remote.py:13:8 Cannot resolve imported module `boto3`
bokeh unresolved-import release/remote.py:14:6 Cannot resolve imported module `packaging.version`
bokeh unresolved-import release/ui.py:27:12 Cannot resolve imported module `colorama`
bokeh invalid-assignment src/bokeh/__init__.py:116:5 Implicit shadowing of function `formatwarning`
bokeh unresolved-import src/bokeh/_specs.pyi:11:5 Module `typing` has no member `Never`
bokeh unresolved-import src/bokeh/_specs.pyi:12:5 Module `typing` has no member `NotRequired`
bokeh non-subscriptable src/bokeh/_specs.pyi:72:49 Cannot subscript non-generic type: `<types.UnionType special-form 'ValueDict | FieldDict | ExprDict'>` is already specialized
bokeh invalid-type-arguments src/bokeh/_specs.pyi:74:71 Too many type arguments: expected 1, got 2
bokeh invalid-type-arguments src/bokeh/_specs.pyi:87:37 Too many type arguments: expected 1, got 2
bokeh invalid-type-arguments src/bokeh/_specs.pyi:88:38 Too many type arguments: expected 1, got 2
bokeh non-subscriptable src/bokeh/_specs.pyi:91:22 Cannot subscript non-generic type
bokeh non-subscriptable src/bokeh/_specs.pyi:95:24 Cannot subscript non-generic type
bokeh non-subscriptable src/bokeh/_specs.pyi:99:25 Cannot subscript non-generic type
bokeh non-subscriptable src/bokeh/_specs.pyi:103:27 Cannot subscript non-generic type
bokeh non-subscriptable src/bokeh/_specs.pyi:107:27 Cannot subscript non-generic type
bokeh non-subscriptable src/bokeh/_specs.pyi:111:27 Cannot subscript non-generic type
bokeh non-subscriptable src/bokeh/_specs.pyi:115:26 Cannot subscript non-generic type
bokeh non-subscriptable src/bokeh/_specs.pyi:119:26 Cannot subscript non-generic type
bokeh non-subscriptable src/bokeh/_specs.pyi:122:22 Cannot subscript object of type `TypeVar` with no `__getitem__` method
bokeh non-subscriptable src/bokeh/_specs.pyi:123:23 Cannot subscript non-generic type
bokeh non-subscriptable src/bokeh/_specs.pyi:131:24 Cannot subscript non-generic type
bokeh non-subscriptable src/bokeh/_specs.pyi:135:25 Cannot subscript non-generic type
bokeh non-subscriptable src/bokeh/_specs.pyi:139:29 Cannot subscript non-generic type
bokeh non-subscriptable src/bokeh/_specs.pyi:143:27 Cannot subscript non-generic type
bokeh non-subscriptable src/bokeh/_specs.pyi:147:28 Cannot subscript non-generic type
bokeh non-subscriptable src/bokeh/_specs.pyi:151:28 Cannot subscript non-generic type
bokeh non-subscriptable src/bokeh/_specs.pyi:155:31 Cannot subscript non-generic type
bokeh non-subscriptable src/bokeh/_specs.pyi:159:27 Cannot subscript non-generic type
bokeh non-subscriptable src/bokeh/_specs.pyi:163:26 Cannot subscript non-generic type
bokeh non-subscriptable src/bokeh/_specs.pyi:167:30 Cannot subscript non-generic type
bokeh non-subscriptable src/bokeh/_specs.pyi:171:31 Cannot subscript non-generic type
bokeh non-subscriptable src/bokeh/_specs.pyi:175:25 Cannot subscript non-generic type
bokeh non-subscriptable src/bokeh/_specs.pyi:179:29 Cannot subscript non-generic type
bokeh non-subscriptable src/bokeh/_specs.pyi:183:35 Cannot subscript non-generic type
bokeh non-subscriptable src/bokeh/_specs.pyi:187:24 Cannot subscript non-generic type
bokeh non-subscriptable src/bokeh/_specs.pyi:191:29 Cannot subscript non-generic type
bokeh non-subscriptable src/bokeh/_specs.pyi:194:26 Cannot subscript object of type `TypeVar` with no `__getitem__` method
bokeh non-subscriptable src/bokeh/_specs.pyi:195:27 Cannot subscript non-generic type
bokeh non-subscriptable src/bokeh/_specs.pyi:199:31 Cannot subscript non-generic type
bokeh invalid-argument-type src/bokeh/application/handlers/code.py:201:1 Argument to function `contextmanager` is incorrect: Expected `(...) -> Iterator[Unknown]`, found `def _monkeypatch_io(loggers: dict[str, (...) -> None]) -> dict[str, Any]`
bokeh invalid-return-type src/bokeh/application/handlers/code.py:202:65 Return type does not match returned value: expected `dict[str, Any]`, found `types.GeneratorType`
bokeh invalid-method-override src/bokeh/application/handlers/directory.py:273:9 Invalid override of method `on_session_created`: Definition is incompatible with `Handler.on_session_created`
bokeh invalid-method-override src/bokeh/application/handlers/directory.py:283:9 Invalid override of method `on_session_destroyed`: Definition is incompatible with `Handler.on_session_destroyed`
bokeh unresolved-attribute src/bokeh/application/handlers/document_lifecycle.py:65:17 Object of type `SessionContext` has no attribute `_document`
bokeh unresolved-attribute src/bokeh/application/handlers/document_lifecycle.py:66:5 Object of type `SessionContext` has no attribute `_document`
bokeh possibly-unresolved-reference src/bokeh/application/handlers/document_lifecycle.py:75:13 Name `callback` used when possibly not defined
bokeh invalid-argument-type src/bokeh/application/handlers/server_lifecycle.py:96:30 Argument to bound method `run` is incorrect: Expected `ModuleType`, found `ModuleType | None`
bokeh invalid-assignment src/bokeh/application/handlers/server_request_handler.py:80:13 Object of type `ModuleType | None` is not assignable to attribute `_module` of type `ModuleType`
bokeh unresolved-attribute src/bokeh/client/connection.py:216:13 Object of type `Message[Any]` has no attribute `push_to_document`
bokeh invalid-argument-type src/bokeh/client/connection.py:306:45 Argument to bound method `_handle_patch` is incorrect: Expected `patch_doc`, found `Message[Any]`
bokeh unresolved-attribute src/bokeh/client/connection.py:326:55 Object of type `() -> bool` has no attribute `__name__`
bokeh no-matching-overload src/bokeh/client/connection.py:381:15 No overload of bound method `create` matches arguments
bokeh invalid-return-type src/bokeh/client/session.py:366:16 Return type does not match returned value: expected `Document`, found `Document | None`
bokeh invalid-assignment src/bokeh/colors/color.py:297:13 Too many values to unpack: Expected 3
bokeh invalid-assignment src/bokeh/colors/color.py:300:13 Not enough values to unpack: Expected 4
bokeh invalid-type-form src/bokeh/command/subcommand.py:61:23 Invalid subscript of object of type `_UnspecifiedType` in type expression
bokeh invalid-argument-type src/bokeh/command/subcommand.py:146:46 Argument expression after ** must be a mapping with `str` key type: Found `object`
bokeh invalid-argument-type src/bokeh/command/subcommand.py:146:46 Argument to bound method `add_argument` is incorrect: Expected `str | type[Action]`, found `object`
bokeh invalid-argument-type src/bokeh/command/subcommand.py:146:46 Argument to bound method `add_argument` is incorrect: Expected `int | str | None`, found `object`
bokeh invalid-argument-type src/bokeh/command/subcommand.py:146:46 Argument to bound method `add_argument` is incorrect: Expected `((str, /) -> Any) | FileType | str`, found `object`
bokeh invalid-argument-type src/bokeh/command/subcommand.py:146:46 Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `object`
bokeh invalid-argument-type src/bokeh/command/subcommand.py:146:46 Argument to bound method `add_argument` is incorrect: Expected `bool`, found `object`
bokeh invalid-argument-type src/bokeh/command/subcommand.py:146:46 Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `object`
bokeh invalid-argument-type src/bokeh/command/subcommand.py:146:46 Argument to bound method `add_argument` is incorrect: Expected `str | tuple[str, ...] | None`, found `object`
bokeh invalid-argument-type src/bokeh/command/subcommand.py:146:46 Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `object`
bokeh invalid-argument-type src/bokeh/command/subcommand.py:146:46 Argument to bound method `add_argument` is incorrect: Expected `str`, found `object`
bokeh unresolved-attribute src/bokeh/core/has_props.py:231:65 Object of type `Self@__init__` has no attribute `properties`
bokeh invalid-argument-type src/bokeh/core/has_props.py:315:42 Argument to bound method `has_unstable_default` is incorrect: Expected `HasProps`, found `Self@__init__`
bokeh invalid-argument-type src/bokeh/core/has_props.py:316:27 Argument to bound method `_get` is incorrect: Expected `HasProps`, found `Self@__init__`
bokeh invalid-argument-type src/bokeh/core/has_props.py:454:38 Argument to bound method `set_from_json` is incorrect: Expected `HasProps`, found `Self@set_from_json`
bokeh invalid-argument-type src/bokeh/core/has_props.py:658:46 Argument to bound method `get_value` is incorrect: Expected `HasProps`, found `Self@query_properties_with_values`
bokeh invalid-argument-type src/bokeh/core/has_props.py:737:47 Argument to bound method `trigger_if_changed` is incorrect: Expected `HasProps`, found `Self@apply_theme`
bokeh invalid-assignment src/bokeh/core/has_props.py:790:35 Object of type `list[(type[Model] & ~<class 'DataModel'>) | Unknown]` is not assignable to `list[type[HasProps]]`
bokeh call-non-callable src/bokeh/core/has_props.py:812:27 Object of type `UndefinedType` is not callable
bokeh call-non-callable src/bokeh/core/has_props.py:812:27 Object of type `IntrinsicType` is not callable
bokeh unresolved-import src/bokeh/core/has_props.pyi:17:5 Module `typing` has no member `NotRequired`
bokeh unresolved-import src/bokeh/core/has_props.pyi:18:5 Module `typing` has no member `Self`
bokeh invalid-method-override src/bokeh/core/json_encoder.py:184:9 Invalid override of method `default`: Definition is incompatible with `JSONEncoder.default`
bokeh invalid-method-override src/bokeh/core/property/alias.py:88:9 Invalid override of method `make_descriptors`: Definition is incompatible with `Property.make_descriptors`
bokeh invalid-return-type src/bokeh/core/property/alias.py:89:16 Return type does not match returned value: expected `list[PropertyDescriptor[T@Alias]]`, found `list[PropertyDescriptor[T@Alias] | AliasPropertyDescriptor[Unknown]]`
bokeh invalid-method-override src/bokeh/core/property/alias.py:102:9 Invalid override of method `make_descriptors`: Definition is incompatible with `Property.make_descriptors`
bokeh invalid-return-type src/bokeh/core/property/alias.py:103:16 Return type does not match returned value: expected `list[PropertyDescriptor[T@DeprecatedAlias]]`, found `list[PropertyDescriptor[T@DeprecatedAlias] | DeprecatedAliasPropertyDescriptor[Unknown]]`
bokeh invalid-return-type src/bokeh/core/property/bases.py:187:24 Return type does not match returned value: expected `T@Property`, found `(() -> T@Property) | (T@Property & (() -> object))`
bokeh invalid-argument-type src/bokeh/core/property/bases.py:248:35 Argument to function `array_equal` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `T@Property`
bokeh invalid-argument-type src/bokeh/core/property/bases.py:248:40 Argument to function `array_equal` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `T@Property`
bokeh unresolved-import src/bokeh/core/property/bases.py:251:20 Cannot resolve imported module `pandas`
bokeh invalid-argument-type src/bokeh/core/property/bases.py:254:39 Argument to function `array_equal` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `T@Property & ~ndarray[tuple[object, ...], dtype[object]]`
bokeh invalid-argument-type src/bokeh/core/property/bases.py:254:44 Argument to function `array_equal` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `T@Property & ~ndarray[tuple[object, ...], dtype[object]]`
bokeh invalid-assignment src/bokeh/core/property/bases.py:480:30 Object of type `str` is not assignable to `type[Property[Any]] | Property[Any]`
bokeh invalid-method-override src/bokeh/core/property/container.py:138:9 Invalid override of method `wrap`: Definition is incompatible with `Property.wrap`
bokeh invalid-parameter-default src/bokeh/core/property/container.py:159:63 Default value of type `set[Unknown]` is not assignable to annotated parameter type `T@Set | UndefinedType | IntrinsicType`
bokeh invalid-method-override src/bokeh/core/property/container.py:165:9 Invalid override of method `wrap`: Definition is incompatible with `Property.wrap`
bokeh invalid-parameter-default src/bokeh/core/property/container.py:198:13 Default value of type `dict[Unknown, Unknown]` is not assignable to annotated parameter type `T@__init__ | UndefinedType | IntrinsicType`
bokeh invalid-method-override src/bokeh/core/property/container.py:255:9 Invalid override of method `make_descriptors`: Definition is incompatible with `Property.make_descriptors`
bokeh possibly-missing-attribute src/bokeh/core/property/container.py:274:27 Attribute `data` may be missing on object of type `Unknown | Model`
bokeh not-iterable src/bokeh/core/property/container.py:274:59 Object of type `Unknown | list[str] | None` may not be iterable
bokeh unresolved-import src/bokeh/core/property/data_frame.py:30:10 Cannot resolve imported module `narwhals.stable.v1.typing`
bokeh unresolved-import src/bokeh/core/property/data_frame.py:31:10 Cannot resolve imported module `pandas`
bokeh unresolved-import src/bokeh/core/property/data_frame.py:32:10 Cannot resolve imported module `pandas.core.groupby`
bokeh unresolved-import src/bokeh/core/property/data_frame.py:59:16 Cannot resolve imported module `narwhals.stable.v1`
bokeh unresolved-import src/bokeh/core/property/data_frame.py:77:16 Cannot resolve imported module `narwhals.stable.v1`
bokeh unresolved-import src/bokeh/core/property/data_frame.py:102:16 Cannot resolve imported module `pandas`
bokeh unresolved-import src/bokeh/core/property/data_frame.py:121:14 Cannot resolve imported module `pandas.core.groupby`
bokeh invalid-method-override src/bokeh/core/property/dataspec.py:218:9 Invalid override of method `make_descriptors`: Definition is incompatible with `Property.make_descriptors`
bokeh invalid-method-override src/bokeh/core/property/dataspec.py:465:9 Invalid override of method `make_descriptors`: Definition is incompatible with `Property.make_descriptors`
bokeh invalid-method-override src/bokeh/core/property/dataspec.py:514:9 Invalid override of method `prepare_value`: Definition is incompatible with `Property.prepare_value`
bokeh invalid-method-override src/bokeh/core/property/dataspec.py:529:9 Invalid override of method `prepare_value`: Definition is incompatible with `Property.prepare_value`
bokeh invalid-method-override src/bokeh/core/property/dataspec.py:543:9 Invalid override of method `prepare_value`: Definition is incompatible with `Property.prepare_value`
bokeh invalid-method-override src/bokeh/core/property/dataspec.py:612:9 Invalid override of method `prepare_value`: Definition is incompatible with `Property.prepare_value`
bokeh invalid-return-type src/bokeh/core/property/descriptors.py:161:20 Return type does not match returned value: expected `T@AliasPropertyDescriptor`, found `Self@__get__`
bokeh invalid-return-type src/bokeh/core/property/descriptors.py:286:20 Return type does not match returned value: expected `T@PropertyDescriptor`, found `Self@__get__`
bokeh unresolved-attribute src/bokeh/core/property/descriptors.py:476:30 Object of type `HasProps` has no attribute `__overridden_defaults__`
bokeh call-non-callable src/bokeh/core/property/descriptors.py:694:13 Object of type `object` is not callable
bokeh possibly-missing-attribute src/bokeh/core/property/descriptors.py:775:16 Attribute `to_serializable` may be missing on object of type `Unknown | Property[Unknown]`
bokeh possibly-missing-attribute src/bokeh/core/property/descriptors.py:808:21 Attribute `value_type` may be missing on object of type `Unknown | Property[Unknown]`
bokeh invalid-method-override src/bokeh/core/property/descriptors.py:879:9 Invalid override of method `set_from_json`: Definition is incompatible with `DataSpecPropertyDescriptor.set_from_json`
bokeh invalid-method-override src/bokeh/core/property/include.py:63:9 Invalid override of method `make_descriptors`: Definition is incompatible with `PropertyDescriptorFactory.make_descriptors`
bokeh invalid-assignment src/bokeh/core/property/instance.py:99:29 Object of type `type[T@Object] | ((() -> type[T@Object]) & type)` is not assignable to `type[Serializable]`
bokeh invalid-return-type src/bokeh/core/property/instance.py:110:16 Return type does not match returned value: expected `type[T@Object]`, found `type[Serializable] | Any`
bokeh unresolved-import src/bokeh/core/property/visual.py:165:16 Cannot resolve imported module `PIL.Image`
bokeh unresolved-import src/bokeh/core/property/visual.py:179:16 Cannot resolve imported module `PIL.Image`
bokeh unresolved-import src/bokeh/core/property/visual.pyi:25:12 Cannot resolve imported module `PIL.Image`
bokeh unresolved-attribute src/bokeh/core/property/wrappers.py:438:43 Object of type `HasProps` has no attribute `document`
bokeh invalid-argument-type src/bokeh/core/property/wrappers.py:438:59 Argument to bound method `__init__` is incorrect: Expected `Model`, found `HasProps`
bokeh invalid-assignment src/bokeh/core/property/wrappers.py:547:21 Cannot assign to a subscript on an object of type `Sequence[Any]`
bokeh unresolved-import src/bokeh/core/property_aliases.pyi:12:5 Module `typing` has no member `NotRequired`
bokeh non-subscriptable src/bokeh/core/property_aliases.pyi:65:25 Cannot subscript object of type `TypeVar` with no `__getitem__` method
bokeh no-matching-overload src/bokeh/core/property_mixins.py:231:2 No overload of bound method `join` matches arguments
bokeh too-many-positional-arguments src/bokeh/core/property_mixins.py:373:31 Too many positional arguments to bound method `__init__`: expected 1, got 2
bokeh unresolved-import src/bokeh/core/serialization.py:472:20 Cannot resolve imported module `pandas`
bokeh possibly-unresolved-reference src/bokeh/core/serialization.py:480:41 Name `arr` used when possibly not defined
bokeh no-matching-overload src/bokeh/core/serialization.py:660:40 No overload of function `__new__` matches arguments
bokeh unresolved-attribute src/bokeh/core/validation/decorators.py:67:16 Object of type `(...) -> str | None` has no attribute `__name__`
bokeh unresolved-attribute src/bokeh/core/validation/decorators.py:67:75 Object of type `(...) -> str | None` has no attribute `__qualname__`
bokeh invalid-argument-type src/bokeh/document/config.py:69:30 Argument to bound method `__init__` is incorrect: Expected `type[Property[Notifications | InstanceDefault[Notifications]]] | Property[Notifications | InstanceDefault[Notifications]]`, found `Instance[Notifications]`
bokeh invalid-argument-type src/bokeh/document/document.py:280:31 Argument to bound method `__init__` is incorrect: Expected `() -> None`, found `None`
bokeh invalid-return-type src/bokeh/document/document.py:281:16 Return type does not match returned value: expected `NextTickCallback`, found `SessionCallback`
bokeh invalid-argument-type src/bokeh/document/document.py:303:31 Argument to bound method `__init__` is incorrect: Expected `() -> None`, found `None`
bokeh invalid-return-type src/bokeh/document/document.py:304:16 Return type does not match returned value: expected `PeriodicCallback`, found `SessionCallback`
bokeh invalid-argument-type src/bokeh/document/document.py:357:30 Argument to bound method `__init__` is incorrect: Expected `() -> None`, found `None`
bokeh invalid-return-type src/bokeh/document/document.py:358:16 Return type does not match returned value: expected `TimeoutCallback`, found `SessionCallback`
bokeh invalid-assignment src/bokeh/document/document.py:446:13 Cannot assign to a subscript on an object of type `Serialized[DocJson]`
bokeh unresolved-import src/bokeh/document/events.py:84:12 Cannot resolve imported module `pandas`
bokeh call-non-callable src/bokeh/document/events.py:240:22 Object of type `Overload[]` is not callable
bokeh invalid-method-override src/bokeh/document/events.py:278:9 Invalid override of method `_handle_event`: Definition is incompatible with `DocumentPatchedEvent._handle_event`
bokeh invalid-method-override src/bokeh/document/events.py:374:9 Invalid override of method `_handle_event`: Definition is incompatible with `DocumentPatchedEvent._handle_event`
bokeh invalid-method-override src/bokeh/document/events.py:464:9 Invalid override of method `_handle_event`: Definition is incompatible with `DocumentPatchedEvent._handle_event`
bokeh unresolved-import src/bokeh/document/events.py:520:20 Cannot resolve imported module `pandas`
bokeh invalid-method-override src/bokeh/document/events.py:563:9 Invalid override of method `_handle_event`: Definition is incompatible with `DocumentPatchedEvent._handle_event`
bokeh possibly-missing-attribute src/bokeh/document/events.py:569:9 Attribute `_stream` may be missing on object of type `Unknown | Model`
bokeh invalid-method-override src/bokeh/document/events.py:644:9 Invalid override of method `_handle_event`: Definition is incompatible with `DocumentPatchedEvent._handle_event`
bokeh possibly-missing-attribute src/bokeh/document/events.py:649:9 Attribute `patch` may be missing on object of type `Unknown | Model`
bokeh invalid-method-override src/bokeh/document/events.py:726:9 Invalid override of method `_handle_event`: Definition is incompatible with `DocumentPatchedEvent._handle_event`
bokeh invalid-method-override src/bokeh/document/events.py:784:9 Invalid override of method `_handle_event`: Definition is incompatible with `DocumentPatchedEvent._handle_event`
bokeh invalid-method-override src/bokeh/document/events.py:844:9 Invalid override of method `_handle_event`: Definition is incompatible with `DocumentPatchedEvent._handle_event`
bokeh invalid-argument-type src/bokeh/embed/bundle.py:184:37 Argument to bound method `clone` is incorrect: Expected `list[Literal["bokeh", "bokeh-gl", "bokeh-widgets", "bokeh-tables", "bokeh-mathjax", "bokeh-api"]] | None`, found `list[str]`
bokeh invalid-argument-type src/bokeh/embed/bundle.py:285:26 Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
bokeh unresolved-attribute src/bokeh/embed/bundle.py:353:25 Object of type `HasProps & ~Document` has no attribute `references`
bokeh invalid-parameter-default src/bokeh/embed/notebook.py:53:78 Default value of type `<class 'FromCurdoc'>` is not assignable to annotated parameter type `Theme | FromCurdoc | None`
bokeh invalid-argument-type src/bokeh/embed/notebook.py:86:37 Argument is incorrect: Expected `Theme | type[FromCurdoc] | None`, found `Theme | FromCurdoc | None`
bokeh invalid-assignment src/bokeh/embed/standalone.py:262:18 Object of type `list[object]` is not assignable to `Model | Sequence[Model] | dict[str, Model]`
bokeh invalid-argument-type src/bokeh/embed/standalone.py:265:28 Argument is incorrect: Expected `Sequence[Model]`, found `Model | Sequence[Model] | dict[str, Model]`
bokeh invalid-argument-type src/bokeh/embed/standalone.py:266:76 Argument to function `standalone_docs_json_and_render_items` is incorrect: Expected `Model | Document | Sequence[Model | Document]`, found `Model | Sequence[Model] | dict[str, Model]`
bokeh call-non-callable src/bokeh/events.py:202:17 Object of type `None` is not callable
bokeh unresolved-import src/bokeh/io/export.py:41:10 Cannot resolve imported module `PIL`
bokeh unresolved-import src/bokeh/io/export.py:279:10 Cannot resolve imported module `PIL`
bokeh unresolved-attribute src/bokeh/io/export.py:439:23 Object of type `WebDriver` has no attribute `get_log`
bokeh unresolved-import src/bokeh/io/notebook.py:45:10 Cannot resolve imported module `ipykernel.comm`
bokeh unresolved-import src/bokeh/io/notebook.py:107:18 Cannot resolve imported module `IPython`
bokeh unresolved-import src/bokeh/io/notebook.py:409:10 Cannot resolve imported module `ipykernel.comm`
bokeh unresolved-import src/bokeh/io/notebook.py:504:10 Cannot resolve imported module `IPython.display`
bokeh invalid-argument-type src/bokeh/io/notebook.py:568:30 Argument to function `_origin_url` is incorrect: Expected `str`, found `(str & ~(() -> object)) | (((int | None, /) -> str) & ~(() -> object))`
bokeh invalid-argument-type src/bokeh/io/notebook.py:580:27 Argument to function `_server_url` is incorrect: Expected `str`, found `(str & ~(() -> object)) | (((int | None, /) -> str) & ~(() -> object))`
bokeh possibly-missing-attribute src/bokeh/io/notebook.py:688:12 Submodule `parse` may not be available as an attribute on module `urllib`
bokeh possibly-missing-attribute src/bokeh/io/notebook.py:698:16 Submodule `parse` may not be available as an attribute on module `urllib`
bokeh possibly-missing-attribute src/bokeh/io/notebook.py:699:16 Submodule `parse` may not be available as an attribute on module `urllib`
bokeh invalid-argument-type src/bokeh/io/showing.py:159:33 Argument to function `_show_with_state` is incorrect: Expected `UIElement | Sequence[UIElement]`, found `UIElement | Sequence[UIElement] | (Application & Sequence[object]) | (((Document, /) -> None) & Sequence[object])`
bokeh unresolved-import src/bokeh/io/webdriver.py:39:6 Cannot resolve imported module `packaging.version`
bokeh invalid-argument-type src/bokeh/layouts.py:189:37 Argument to function `_parse_children_arg` is incorrect: Argument type `UIElement` does not satisfy upper bound `LayoutDOM` of type variable `L`
bokeh invalid-return-type src/bokeh/layouts.py:190:12 Return type does not match returned value: expected `Column`, found `Row | Column`
bokeh invalid-return-type src/bokeh/layouts.py:351:16 Return type does not match returned value: expected `ToolProxy | Tool`, found `Tool | Literal["auto"] | None`
bokeh invalid-argument-type src/bokeh/layouts.py:355:35 Argument to function `map_to_proxy` is incorrect: Expected `Tool | Literal["auto"] | None`, found `Literal["auto"] | Drag | ToolProxy | None`
bokeh invalid-argument-type src/bokeh/layouts.py:356:38 Argument to function `map_to_proxy` is incorrect: Expected `Tool | Literal["auto"] | None`, found `Literal["auto"] | InspectTool | ToolProxy | Sequence[InspectTool] | None`
bokeh invalid-argument-type src/bokeh/layouts.py:357:37 Argument to function `map_to_proxy` is incorrect: Expected `Tool | Literal["auto"] | None`, found `Literal["auto"] | Scroll | ToolProxy | None`
bokeh invalid-argument-type src/bokeh/layouts.py:358:34 Argument to function `map_to_proxy` is incorrect: Expected `Tool | Literal["auto"] | None`, found `Literal["auto"] | Tap | ToolProxy | None`
bokeh invalid-argument-type src/bokeh/layouts.py:359:36 Argument to function `map_to_proxy` is incorrect: Expected `Tool | Literal["auto"] | None`, found `Literal["auto"] | GestureTool | ToolProxy | None`
bokeh invalid-argument-type src/bokeh/layouts.py:384:9 Argument is incorrect: Expected `Literal["normal", "grey"] | None`, found `str | None | Unknown | UndefinedType`
bokeh invalid-argument-type src/bokeh/layouts.py:385:9 Argument is incorrect: Expected `bool`, found `bool | Unknown | UndefinedType`
bokeh invalid-argument-type src/bokeh/layouts.py:386:9 Argument is incorrect: Expected `Literal["auto"] | Drag | ToolProxy | None`, found `ToolProxy | Tool | Unknown | UndefinedType`
bokeh invalid-argument-type src/bokeh/layouts.py:387:9 Argument is incorrect: Expected `Literal["auto"] | InspectTool | ToolProxy | Sequence[InspectTool] | None`, found `ToolProxy | Tool | Unknown | UndefinedType`
bokeh invalid-argument-type src/bokeh/layouts.py:388:9 Argument is incorrect: Expected `Literal["auto"] | Scroll | ToolProxy | None`, found `ToolProxy | Tool | Unknown | UndefinedType`
bokeh invalid-argument-type src/bokeh/layouts.py:389:9 Argument is incorrect: Expected `Literal["auto"] | Tap | ToolProxy | None`, found `ToolProxy | Tool | Unknown | UndefinedType`
bokeh invalid-argument-type src/bokeh/layouts.py:390:9 Argument is incorrect: Expected `Literal["auto"] | GestureTool | ToolProxy | None`, found `ToolProxy | Tool | Unknown | UndefinedType`
bokeh invalid-argument-type src/bokeh/layouts.py:394:9 Argument is incorrect: Expected `list[tuple[LayoutDOM, int, int] | tuple[LayoutDOM, int, int, int, int]]`, found `list[tuple[UIElement, int, int]]`
bokeh unsupported-operator src/bokeh/layouts.py:557:35 Operator `/` is not supported between objects of type `int` and `int | None`
bokeh invalid-argument-type src/bokeh/layouts.py:563:49 Argument to function `traverse` is incorrect: Expected `list[LayoutDOM]`, found `LayoutDOM`
bokeh invalid-argument-type src/bokeh/layouts.py:563:56 Argument to function `traverse` is incorrect: Expected `bool`, found `int`
bokeh unresolved-attribute src/bokeh/layouts.py:570:48 Object of type `LayoutDOM` has no attribute `spacing`
bokeh invalid-argument-type src/bokeh/layouts.py:575:43 Argument to function `__new__` is incorrect: Expected `(UIElement, /) -> Unknown`, found `def traverse(item: LayoutDOM, top_level: bool = False) -> Unknown`
bokeh invalid-assignment src/bokeh/layouts.py:591:22 Object of type `UIElement` is not assignable to `row | col`
bokeh invalid-argument-type src/bokeh/layouts.py:592:33 Argument to function `_has_auto_sizing` is incorrect: Expected `LayoutDOM`, found `row | col`
bokeh invalid-assignment src/bokeh/layouts.py:593:17 Object of type `Literal["stretch_width", "stretch_height", "stretch_both", "scale_width", "scale_height", ... omitted 3 literals]` is not assignable to attribute `sizing_mode` on type `row | col`
bokeh possibly-unresolved-reference src/bokeh/layouts.py:645:33 Name `tool` used when possibly not defined
bokeh invalid-return-type src/bokeh/layouts.py:670:16 Return type does not match returned value: expected `list[L@_parse_children_arg]`, found `list[L@_parse_children_arg | list[L@_parse_children_arg]]`
bokeh invalid-argument-type src/bokeh/layouts.py:688:45 Argument to function `_create_grid` is incorrect: Expected `Iterable[UIElement | list[UIElement]]`, found `(UIElement & Top[list[Unknown]]) | list[UIElement]`
bokeh unresolved-attribute src/bokeh/model/model.py:98:13 Unresolved attribute `__signature__` on type `def __init__(self, *args: Any, **kwargs: Any) -> None`.
bokeh invalid-argument-type src/bokeh/model/model.py:124:38 Argument to bound method `apply_to_model` is incorrect: Expected `Model`, found `Self@__init__`
bokeh invalid-assignment src/bokeh/model/model.py:219:22 Object of type `Bool` is not assignable to `bool`
bokeh unresolved-attribute src/bokeh/model/model.py:250:9 Object of type `_ModelResolver` has no attribute `clear_extensions`
bokeh possibly-missing-attribute src/bokeh/model/model.py:336:30 Attribute `get` may be missing on object of type `Unknown | Dict`
bokeh invalid-assignment src/bokeh/model/model.py:342:9 Cannot assign to a subscript on an object of type `Dict`
bokeh possibly-missing-attribute src/bokeh/model/model.py:463:52 Attribute `items` may be missing on object of type `Unknown | Dict`
bokeh unsupported-operator src/bokeh/model/model.py:464:12 Operator `not in` is not supported between objects of type `str` and `Unknown | Dict`
bokeh invalid-assignment src/bokeh/model/model.py:465:13 Cannot assign to a subscript on an object of type `Dict`
bokeh non-subscriptable src/bokeh/model/model.py:467:28 Cannot subscript object of type `Dict` with no `__getitem__` method
bokeh non-subscriptable src/bokeh/model/model.py:469:13 Cannot subscript object of type `Dict` with no `__getitem__` method
bokeh invalid-return-type src/bokeh/model/model.py:496:16 Return type does not match returned value: expected `set[bokeh.model.model.Model @ src/bokeh/model/model.py:79]`, found `set[bokeh.model.model.Model @ src/bokeh/model/model.py:79 | bokeh.model.model.Model @ src/bokeh/model/model.pyi:40]`
bokeh invalid-return-type src/bokeh/model/model.py:510:16 Return type does not match returned value: expected `Iterable[bokeh.model.model.Model @ src/bokeh/model/model.py:79]`, found `Iterable[bokeh.model.model.Model @ src/bokeh/model/model.pyi:40]`
bokeh invalid-argument-type src/bokeh/model/model.py:510:21 Argument to function `find` is incorrect: Expected `Iterable[Model]`, found `set[Model]`
bokeh invalid-argument-type src/bokeh/model/model.py:602:34 Argument to bound method `apply_to_model` is incorrect: Expected `Model`, found `Self@_attach_document`
bokeh invalid-assignment src/bokeh/model/model.py:613:9 Invalid assignment to data descriptor attribute `document` on type `Self@_detach_document` with custom `__set__` method
bokeh invalid-argument-type src/bokeh/model/model.py:614:38 Argument to bound method `apply_to_model` is incorrect: Expected `Model`, found `Self@_detach_document`
bokeh invalid-argument-type src/bokeh/model/model.py:617:26 Argument to function `html_repr` is incorrect: Expected `Model`, found `Self@_repr_html_`
bokeh unresolved-import src/bokeh/model/model.pyi:15:5 Module `typing` has no member `Self`
bokeh invalid-return-type src/bokeh/model/util.py:173:16 Return type does not match returned value: expected `type[Model]`, found `type[HasProps]`
bokeh invalid-assignment src/bokeh/models/__init__.py:108:11 Object of type `tuple[Literal["Model"], @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression)]` is not assignable to `tuple[@Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression)]`
bokeh unresolved-attribute src/bokeh/models/__init__.py:110:6 Object of type `_Feature` has no attribute `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:111:6 Module `bokeh.models.axes` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:112:6 Module `bokeh.models.callbacks` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:113:6 Module `bokeh.models.canvas` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:114:6 Module `bokeh.models.comparisons` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:115:6 Module `bokeh.models.coordinates` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:116:6 Module `bokeh.models.css` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:117:6 Module `bokeh.models.expressions` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:118:6 Module `bokeh.models.filters` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:119:6 Module `bokeh.models.formatters` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:120:6 Module `bokeh.models.glyphs` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:121:6 Module `bokeh.models.graphs` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:122:6 Module `bokeh.models.grids` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:123:6 Module `bokeh.models.labeling` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:124:6 Module `bokeh.models.layouts` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:125:6 Module `bokeh.models.map_plots` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:126:6 Module `bokeh.models.mappers` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:128:6 Module `bokeh.models.nodes` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:129:6 Module `bokeh.models.plots` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:130:6 Module `bokeh.models.ranges` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:132:6 Module `bokeh.models.scales` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:133:6 Module `bokeh.models.selections` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:134:6 Module `bokeh.models.selectors` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:135:6 Module `bokeh.models.sources` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:136:6 Module `bokeh.models.text` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:137:6 Module `bokeh.models.textures` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:138:6 Module `bokeh.models.tickers` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:139:6 Module `bokeh.models.tiles` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:140:6 Module `bokeh.models.tools` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/__init__.py:141:6 Module `bokeh.models.transforms` has no member `__all__`
bokeh invalid-assignment src/bokeh/models/annotations/__init__.py:44:11 Object of type `tuple[@Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression)]` is not assignable to `tuple[@Todo(StarredExpression), @Todo(StarredExpression), @Todo(StarredExpression)]`
bokeh unresolved-attribute src/bokeh/models/annotations/__init__.py:45:6 Module `bokeh.models.annotations.annotation` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/annotations/__init__.py:46:6 Module `bokeh.models.annotations.arrows` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/annotations/__init__.py:47:6 Module `bokeh.models.annotations.dimensional` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/annotations/__init__.py:48:6 Module `bokeh.models.annotations.geometry` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/annotations/__init__.py:50:6 Module `bokeh.models.annotations.html.labels` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/annotations/__init__.py:51:6 Module `bokeh.models.annotations.legends` has no member `__all__`
bokeh invalid-argument-type src/bokeh/models/annotations/annotation.py:67:35 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[ColumnDataSource]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/annotations/annotation.py:67:35 Argument to bound method `__init__` is incorrect: Expected `DataSource | UndefinedType | IntrinsicType`, found `InstanceDefault[ColumnDataSource]`
bokeh invalid-argument-type src/bokeh/models/annotations/arrows.py:187:20 Argument to bound method `__init__` is incorrect: Expected `type[Property[ArrowHead | InstanceDefault[OpenHead]]] | Property[ArrowHead | InstanceDefault[OpenHead]]`, found `Instance[ArrowHead]`
bokeh unsupported-operator src/bokeh/models/annotations/dimensional.py:104:16 Operator `in` is not supported between objects of type `str` and `Unknown | Required[Any]`
bokeh invalid-argument-type src/bokeh/models/annotations/geometry.py:222:29 Argument to bound method `__init__` is incorrect: Expected `type[Property[int]] | Property[int]`, found `<class 'Float'>`
bokeh invalid-argument-type src/bokeh/models/annotations/geometry.py:229:30 Argument to bound method `__init__` is incorrect: Expected `type[Property[int]] | Property[int]`, found `<class 'Float'>`
bokeh invalid-argument-type src/bokeh/models/annotations/geometry.py:250:34 Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners | UndefinedType | IntrinsicType`, found `Literal[0]`
bokeh invalid-argument-type src/bokeh/models/annotations/geometry.py:298:47 Argument to bound method `__init__` is incorrect: Argument type `() -> Unknown` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/annotations/geometry.py:298:47 Argument to bound method `__init__` is incorrect: Expected `BoxInteractionHandles | UndefinedType | IntrinsicType`, found `() -> Unknown`
bokeh invalid-argument-type src/bokeh/models/annotations/geometry.py:560:27 Argument to bound method `__init__` is incorrect: Expected `type[Property[ArrowHead | InstanceDefault[TeeHead]]] | Property[ArrowHead | InstanceDefault[TeeHead]]`, found `Instance[ArrowHead]`
bokeh invalid-argument-type src/bokeh/models/annotations/geometry.py:568:27 Argument to bound method `__init__` is incorrect: Expected `type[Property[ArrowHead | InstanceDefault[TeeHead]]] | Property[ArrowHead | InstanceDefault[TeeHead]]`, found `Instance[ArrowHead]`
bokeh unresolved-attribute src/bokeh/models/annotations/html/__init__.py:33:6 Module `bokeh.models.annotations.html.html_annotation` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/annotations/html/__init__.py:34:6 Module `bokeh.models.annotations.html.labels` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/annotations/html/__init__.py:35:6 Module `bokeh.models.annotations.html.toolbars` has no member `__all__`
bokeh invalid-argument-type src/bokeh/models/annotations/html/labels.py:78:23 Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown]] | XY | ... omitted 4 union elements`, found `Literal[0]`
bokeh invalid-argument-type src/bokeh/models/annotations/html/labels.py:85:34 Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners | UndefinedType | IntrinsicType`, found `Literal[0]`
bokeh invalid-argument-type src/bokeh/models/annotations/labels.py:87:23 Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown]] | XY | ... omitted 4 union elements`, found `Literal[0]`
bokeh invalid-argument-type src/bokeh/models/annotations/labels.py:94:34 Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners | UndefinedType | IntrinsicType`, found `Literal[0]`
bokeh invalid-argument-type src/bokeh/models/annotations/legends.py:170:51 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[NoOverlap]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/annotations/legends.py:170:51 Argument to bound method `__init__` is incorrect: Expected `LabelingPolicy | UndefinedType | IntrinsicType`, found `InstanceDefault[NoOverlap]`
bokeh invalid-argument-type src/bokeh/models/annotations/legends.py:306:18 Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Float'>`
bokeh not-iterable src/bokeh/models/annotations/legends.py:352:44 Object of type `Unknown | List[GlyphRenderer[Unknown]]` may not be iterable
bokeh invalid-argument-type src/bokeh/models/annotations/legends.py:358:20 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | List[GlyphRenderer[Unknown]]`
bokeh non-subscriptable src/bokeh/models/annotations/legends.py:360:22 Cannot subscript object of type `List[GlyphRenderer[Unknown]]` with no `__getitem__` method
bokeh invalid-argument-type src/bokeh/models/annotations/legends.py:510:23 Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown]] | XY | ... omitted 4 union elements`, found `Literal[10]`
bokeh invalid-argument-type src/bokeh/models/annotations/legends.py:516:34 Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners | UndefinedType | IntrinsicType`, found `Literal[0]`
bokeh possibly-missing-attribute src/bokeh/models/annotations/legends.py:577:16 Attribute `is_known` may be missing on object of type `Unknown | Instance[Unknown]`
bokeh invalid-argument-type src/bokeh/models/annotations/legends.py:592:41 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[MetricLength]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/annotations/legends.py:592:41 Argument to bound method `__init__` is incorrect: Expected `Dimensional | UndefinedType | IntrinsicType`, found `InstanceDefault[MetricLength]`
bokeh invalid-argument-type src/bokeh/models/annotations/legends.py:722:31 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[FixedTicker]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/annotations/legends.py:722:31 Argument to bound method `__init__` is incorrect: Expected `Ticker | UndefinedType | IntrinsicType`, found `InstanceDefault[FixedTicker]`
bokeh invalid-argument-type src/bokeh/models/annotations/legends.py:823:51 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[NoOverlap]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/annotations/legends.py:823:51 Argument to bound method `__init__` is incorrect: Expected `LabelingPolicy | UndefinedType | IntrinsicType`, found `InstanceDefault[NoOverlap]`
bokeh invalid-argument-type src/bokeh/models/axes.py:201:51 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[AllLabels]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/axes.py:201:51 Argument to bound method `__init__` is incorrect: Expected `LabelingPolicy | UndefinedType | IntrinsicType`, found `InstanceDefault[AllLabels]`
bokeh invalid-assignment src/bokeh/models/callbacks.py:212:21 Object of type `Required[HasProps]` is not assignable to `HasProps`
bokeh invalid-assignment src/bokeh/models/callbacks.py:216:17 Object of type `Required[Unknown]` is not assignable to `str`
bokeh invalid-argument-type src/bokeh/models/coordinates.py:48:32 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[DataRange1d]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/coordinates.py:48:32 Argument to bound method `__init__` is incorrect: Expected `Range | UndefinedType | IntrinsicType`, found `InstanceDefault[DataRange1d]`
bokeh invalid-argument-type src/bokeh/models/coordinates.py:52:32 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[DataRange1d]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/coordinates.py:52:32 Argument to bound method `__init__` is incorrect: Expected `Range | UndefinedType | IntrinsicType`, found `InstanceDefault[DataRange1d]`
bokeh invalid-argument-type src/bokeh/models/coordinates.py:56:31 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[LinearScale]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/coordinates.py:56:31 Argument to bound method `__init__` is incorrect: Expected `Scale | UndefinedType | IntrinsicType`, found `InstanceDefault[LinearScale]`
bokeh invalid-argument-type src/bokeh/models/coordinates.py:61:31 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[LinearScale]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/coordinates.py:61:31 Argument to bound method `__init__` is incorrect: Expected `Scale | UndefinedType | IntrinsicType`, found `InstanceDefault[LinearScale]`
bokeh possibly-missing-attribute src/bokeh/models/dom.py:182:12 Attribute `lookup` may be missing on object of type `Unknown | Required[HasProps]`
bokeh invalid-argument-type src/bokeh/models/expressions.py:181:18 Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'String'>`
bokeh unresolved-attribute src/bokeh/models/expressions.py:260:41 Object of type `Enumeration` has no attribute `anticlock`
bokeh unresolved-attribute src/bokeh/models/formatters.py:903:17 Object of type `TickFormatter` has no attribute `context`
bokeh invalid-argument-type src/bokeh/models/glyphs.py:226:34 Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners | UndefinedType | IntrinsicType`, found `Literal[0]`
bokeh unresolved-attribute src/bokeh/models/glyphs.py:270:41 Object of type `Enumeration` has no attribute `anticlock`
bokeh invalid-argument-type src/bokeh/models/glyphs.py:842:42 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[LinearColorMapper]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/glyphs.py:842:42 Argument to bound method `__init__` is incorrect: Expected `ColorMapper | UndefinedType | IntrinsicType`, found `InstanceDefault[LinearColorMapper]`
bokeh invalid-argument-type src/bokeh/models/glyphs.py:1391:34 Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners | UndefinedType | IntrinsicType`, found `Literal[0]`
bokeh invalid-argument-type src/bokeh/models/glyphs.py:1656:23 Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown]] | XY | ... omitted 4 union elements`, found `Literal[0]`
bokeh invalid-argument-type src/bokeh/models/glyphs.py:1663:34 Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners | UndefinedType | IntrinsicType`, found `Literal[0]`
bokeh non-subscriptable src/bokeh/models/glyphs.pyi:448:13 Cannot subscript non-generic type
bokeh non-subscriptable src/bokeh/models/glyphs.pyi:454:20 Cannot subscript non-generic type
bokeh invalid-assignment src/bokeh/models/layouts.py:291:13 Cannot assign to a subscript on an object of type `Styles`
bokeh unsupported-operator src/bokeh/models/layouts.py:318:17 Operator `<=` is not supported between two objects of type `(Unknown & ~None) | Nullable[Unknown] | Literal[0]`
bokeh unsupported-operator src/bokeh/models/layouts.py:318:30 Operator `<=` is not supported between two objects of type `(Unknown & ~None) | Nullable[Unknown] | Literal[0]`
bokeh unsupported-operator src/bokeh/models/layouts.py:327:17 Operator `<=` is not supported between two objects of type `(Unknown & ~None) | Nullable[Unknown] | Literal[0]`
bokeh unsupported-operator src/bokeh/models/layouts.py:327:31 Operator `<=` is not supported between two objects of type `(Unknown & ~None) | Nullable[Unknown] | Literal[0]`
bokeh invalid-return-type src/bokeh/models/layouts.py:332:20 Return type does not match returned value: expected `int | None`, found `Unknown | Nullable[Unknown]`
bokeh invalid-argument-type src/bokeh/models/layouts.py:386:27 Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]`
bokeh not-iterable src/bokeh/models/layouts.py:409:44 Object of type `Unknown | List[Any]` may not be iterable
bokeh invalid-argument-type src/bokeh/models/layouts.py:420:68 Argument to bound method `__init__` is incorrect: Expected `Property[Unknown]`, found `<class 'Int'>`
bokeh invalid-argument-type src/bokeh/models/layouts.py:420:88 Argument to bound method `__init__` is incorrect: Expected `Property[Unknown]`, found `<class 'Int'>`
bokeh not-iterable src/bokeh/models/layouts.py:434:48 Object of type `Unknown | Property[Unknown]` may not be iterable
bokeh invalid-argument-type src/bokeh/models/layouts.py:445:68 Argument to bound method `__init__` is incorrect: Expected `Property[Unknown]`, found `<class 'Int'>`
bokeh invalid-argument-type src/bokeh/models/layouts.py:445:88 Argument to bound method `__init__` is incorrect: Expected `Property[Unknown]`, found `<class 'Int'>`
bokeh not-iterable src/bokeh/models/layouts.py:459:48 Object of type `Unknown | Property[Unknown]` may not be iterable
bokeh invalid-argument-type src/bokeh/models/layouts.py:481:27 Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | List[UIElement]`
bokeh not-iterable src/bokeh/models/layouts.py:487:18 Object of type `Unknown | List[UIElement]` may not be iterable
bokeh invalid-argument-type src/bokeh/models/layouts.py:497:16 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | List[UIElement]`
bokeh invalid-argument-type src/bokeh/models/layouts.py:497:42 Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | List[UIElement]`
bokeh not-iterable src/bokeh/models/layouts.py:521:57 Object of type `Unknown | List[UIElement]` may not be iterable
bokeh not-iterable src/bokeh/models/layouts.py:523:53 Object of type `Unknown | List[UIElement]` may not be iterable
bokeh not-iterable src/bokeh/models/layouts.py:537:57 Object of type `Unknown | List[UIElement]` may not be iterable
bokeh not-iterable src/bokeh/models/layouts.py:539:53 Object of type `Unknown | List[UIElement]` may not be iterable
bokeh unresolved-import src/bokeh/models/layouts.pyi:10:20 Module `typing` has no member `NotRequired`
bokeh invalid-argument-type src/bokeh/models/mappers.py:167:16 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | Property[Unknown]`
bokeh invalid-argument-type src/bokeh/models/mappers.py:167:31 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | FactorSeq`
bokeh non-subscriptable src/bokeh/models/mappers.py:168:29 Cannot subscript object of type `FactorSeq` with no `__getitem__` method
bokeh invalid-argument-type src/bokeh/models/mappers.py:168:41 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | Property[Unknown]`
bokeh invalid-argument-type src/bokeh/models/mappers.py:380:26 Argument to function `len` is incorrect: Expected `Sized`, found `(Unknown & ~None) | Nullable[Unknown] | list[Unknown]`
bokeh invalid-argument-type src/bokeh/models/mappers.py:381:28 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | Property[Unknown]`
bokeh non-subscriptable src/bokeh/models/mappers.py:383:37 Cannot subscript object of type `Nullable[Unknown]` with no `__getitem__` method
bokeh invalid-argument-type src/bokeh/models/mappers.py:386:42 Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & ~None) | Nullable[Unknown] | list[Unknown]`
bokeh unresolved-attribute src/bokeh/models/misc/__init__.py:30:6 Module `bokeh.models.misc.group_by` has no member `__all__`
bokeh unresolved-import src/bokeh/models/plots.py:95:12 Cannot resolve imported module `xyzservices`
bokeh unsupported-operator src/bokeh/models/plots.py:238:18 Operator `+` is not supported between two objects of type `Unknown | List[Any]`
bokeh not-iterable src/bokeh/models/plots.py:251:32 Object of type `Unknown | List[Any]` may not be iterable
bokeh possibly-missing-attribute src/bokeh/models/plots.py:277:16 Attribute `tools` may be missing on object of type `Unknown | Instance[Unknown]`
bokeh invalid-assignment src/bokeh/models/plots.py:281:9 Object of type `list[Tool]` is not assignable to attribute `tools` on type `Unknown | Instance[Unknown]`
bokeh invalid-argument-type src/bokeh/models/plots.py:308:35 Argument to function `getattr` is incorrect: Expected `str`, found `str | int`
bokeh possibly-missing-attribute src/bokeh/models/plots.py:332:13 Attribute `tools` may be missing on object of type `Unknown | Instance[Unknown]`
bokeh possibly-missing-attribute src/bokeh/models/plots.py:347:30 Attribute `tools` may be missing on object of type `Unknown | Instance[Unknown]`
bokeh possibly-missing-attribute src/bokeh/models/plots.py:350:98 Attribute `tools` may be missing on object of type `Unknown | Instance[Unknown]`
bokeh possibly-missing-attribute src/bokeh/models/plots.py:351:13 Attribute `tools` may be missing on object of type `Unknown | Instance[Unknown]`
bokeh possibly-missing-attribute src/bokeh/models/plots.py:389:9 Attribute `append` may be missing on object of type `Unknown | List[Renderer]`
bokeh unresolved-import src/bokeh/models/plots.py:410:20 Cannot resolve imported module `xyzservices`
bokeh possibly-unresolved-reference src/bokeh/models/plots.py:435:21 Name `selected_provider` used when possibly not defined
bokeh possibly-unresolved-reference src/bokeh/models/plots.py:436:29 Name `selected_provider` used when possibly not defined
bokeh possibly-unresolved-reference src/bokeh/models/plots.py:437:26 Name `selected_provider` used when possibly not defined
bokeh possibly-unresolved-reference src/bokeh/models/plots.py:438:26 Name `selected_provider` used when possibly not defined
bokeh possibly-missing-attribute src/bokeh/models/plots.py:442:9 Attribute `append` may be missing on object of type `Unknown | List[Renderer]`
bokeh possibly-missing-attribute src/bokeh/models/plots.py:477:25 Attribute `values` may be missing on object of type `Unknown | Dict`
bokeh possibly-missing-attribute src/bokeh/models/plots.py:479:25 Attribute `values` may be missing on object of type `Unknown | Dict`
bokeh invalid-argument-type src/bokeh/models/plots.py:501:16 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | List[Renderer]`
bokeh not-iterable src/bokeh/models/plots.py:501:57 Object of type `Unknown | List[Any]` may not be iterable
bokeh invalid-argument-type src/bokeh/models/plots.py:523:31 Argument to bound method `__init__` is incorrect: Expected `Range | UndefinedType | IntrinsicType`, found `InstanceDefault[DataRange1d]`
bokeh invalid-argument-type src/bokeh/models/plots.py:523:31 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[DataRange1d]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/plots.py:527:31 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[DataRange1d]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/plots.py:527:31 Argument to bound method `__init__` is incorrect: Expected `Range | UndefinedType | IntrinsicType`, found `InstanceDefault[DataRange1d]`
bokeh invalid-argument-type src/bokeh/models/plots.py:531:31 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[LinearScale]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/plots.py:531:31 Argument to bound method `__init__` is incorrect: Expected `Scale | UndefinedType | IntrinsicType`, found `InstanceDefault[LinearScale]`
bokeh invalid-argument-type src/bokeh/models/plots.py:536:31 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[LinearScale]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/plots.py:536:31 Argument to bound method `__init__` is incorrect: Expected `Scale | UndefinedType | IntrinsicType`, found `InstanceDefault[LinearScale]`
bokeh invalid-argument-type src/bokeh/models/plots.py:606:33 Argument to bound method `__init__` is incorrect: Expected `Toolbar | UndefinedType | IntrinsicType`, found `InstanceDefault[Toolbar]`
bokeh invalid-argument-type src/bokeh/models/plots.py:606:33 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[Toolbar]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-assignment src/bokeh/models/plots.py:646:25 Object of type `Override[int]` is not assignable to `int | None`
bokeh invalid-assignment src/bokeh/models/plots.py:648:26 Object of type `Override[int]` is not assignable to `int | None`
bokeh invalid-argument-type src/bokeh/models/plots.py:660:46 Argument to bound method `__init__` is incorrect: Expected `Property[Unknown]`, found `<class 'Bool'>`
bokeh invalid-argument-type src/bokeh/models/plots.py:929:33 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[Toolbar]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/plots.py:929:33 Argument to bound method `__init__` is incorrect: Expected `Toolbar | UndefinedType | IntrinsicType`, found `InstanceDefault[Toolbar]`
bokeh not-iterable src/bokeh/models/plots.py:948:44 Object of type `Unknown | List[Any]` may not be iterable
bokeh unresolved-import src/bokeh/models/plots.pyi:54:12 Cannot resolve imported module `xyzservices`
bokeh unknown-argument src/bokeh/models/ranges.py:128:36 Argument `accept_datetime` does not match any known parameter of bound method `__init__`
bokeh unknown-argument src/bokeh/models/ranges.py:211:36 Argument `accept_datetime` does not match any known parameter of bound method `__init__`
bokeh invalid-argument-type src/bokeh/models/ranges.py:403:22 Argument to bound method `__init__` is incorrect: Expected `type[Property[int]] | Property[int]`, found `<class 'Float'>`
bokeh invalid-argument-type src/bokeh/models/ranges.py:413:20 Argument to bound method `__init__` is incorrect: Expected `type[Property[int]] | Property[int]`, found `<class 'Float'>`
bokeh unknown-argument src/bokeh/models/ranges.py:423:36 Argument `accept_datetime` does not match any known parameter of bound method `__init__`
bokeh no-matching-overload src/bokeh/models/ranges.py:467:42 No overload of bound method `__init__` matches arguments
bokeh unresolved-attribute src/bokeh/models/renderers/__init__.py:41:6 Module `bokeh.models.renderers.contour_renderer` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/renderers/__init__.py:42:6 Module `bokeh.models.renderers.glyph_renderer` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/renderers/__init__.py:43:6 Module `bokeh.models.renderers.graph_renderer` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/renderers/__init__.py:44:6 Module `bokeh.models.renderers.renderer` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/renderers/__init__.py:45:6 Module `bokeh.models.renderers.tile_renderer` has no member `__all__`
bokeh invalid-argument-type src/bokeh/models/renderers/contour_renderer.py:67:18 Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Float'>`
bokeh possibly-missing-attribute src/bokeh/models/renderers/contour_renderer.py:82:29 Attribute `data_source` may be missing on object of type `Unknown | Instance[GlyphRenderer[Unknown]]`
bokeh possibly-missing-attribute src/bokeh/models/renderers/contour_renderer.py:86:13 Attribute `data_source` may be missing on object of type `Unknown | Instance[GlyphRenderer[Unknown]]`
bokeh possibly-missing-attribute src/bokeh/models/renderers/contour_renderer.py:88:13 Attribute `data_source` may be missing on object of type `Unknown | Instance[GlyphRenderer[Unknown]]`
bokeh possibly-missing-attribute src/bokeh/models/renderers/contour_renderer.py:94:29 Attribute `data_source` may be missing on object of type `Unknown | Instance[GlyphRenderer[Unknown]]`
bokeh possibly-missing-attribute src/bokeh/models/renderers/contour_renderer.py:98:13 Attribute `data_source` may be missing on object of type `Unknown | Instance[GlyphRenderer[Unknown]]`
bokeh possibly-missing-attribute src/bokeh/models/renderers/contour_renderer.py:100:13 Attribute `data_source` may be missing on object of type `Unknown | Instance[GlyphRenderer[Unknown]]`
bokeh invalid-argument-type src/bokeh/models/renderers/contour_renderer.py:112:13 Argument is incorrect: Expected `GlyphRenderer[Glyph]`, found `Unknown | Instance[GlyphRenderer[Unknown]]`
bokeh invalid-argument-type src/bokeh/models/renderers/contour_renderer.py:113:13 Argument is incorrect: Expected `GlyphRenderer[Glyph]`, found `Unknown | Instance[GlyphRenderer[Unknown]]`
bokeh invalid-argument-type src/bokeh/models/renderers/contour_renderer.py:114:13 Argument is incorrect: Expected `Sequence[int | float]`, found `Unknown | Seq[Unknown]`
bokeh invalid-argument-type src/bokeh/models/renderers/contour_renderer.py:115:32 Argument is incorrect: Expected `Sequence[int | float]`, found `Unknown | Seq[Unknown]`
bokeh possibly-missing-attribute src/bokeh/models/renderers/glyph_renderer.py:76:72 Attribute `filter` may be missing on object of type `Unknown | Instance[Unknown]`
bokeh possibly-missing-attribute src/bokeh/models/renderers/glyph_renderer.py:88:17 Attribute `properties_with_values` may be missing on object of type `Unknown | Required[Glyph]`
bokeh possibly-missing-attribute src/bokeh/models/renderers/glyph_renderer.py:89:17 Attribute `dataspecs` may be missing on object of type `Unknown | Required[Glyph]`
bokeh possibly-unresolved-reference src/bokeh/models/renderers/glyph_renderer.py:95:47 Name `field` used when possibly not defined
bokeh possibly-unresolved-reference src/bokeh/models/renderers/glyph_renderer.py:96:46 Name `field` used when possibly not defined
bokeh possibly-unresolved-reference src/bokeh/models/renderers/glyph_renderer.py:98:46 Name `field` used when possibly not defined
bokeh invalid-argument-type src/bokeh/models/renderers/glyph_renderer.py:107:30 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[CDSView]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/renderers/glyph_renderer.py:107:30 Argument to bound method `__init__` is incorrect: Expected `CDSView | UndefinedType | IntrinsicType`, found `InstanceDefault[CDSView]`
bokeh possibly-missing-attribute src/bokeh/models/renderers/glyph_renderer.py:195:26 Attribute `fill_color` may be missing on object of type `(Unknown & FillGlyph) | (Required[Glyph] & FillGlyph)`
bokeh possibly-missing-attribute src/bokeh/models/renderers/glyph_renderer.py:201:26 Attribute `line_color` may be missing on object of type `(Unknown & LineGlyph & ~FillGlyph) | (Required[Glyph] & LineGlyph & ~FillGlyph)`
bokeh possibly-missing-attribute src/bokeh/models/renderers/glyph_renderer.py:207:26 Attribute `text_color` may be missing on object of type `(Unknown & TextGlyph & ~FillGlyph & ~LineGlyph) | (Required[Glyph] & TextGlyph & ~FillGlyph & ~LineGlyph)`
bokeh invalid-argument-type src/bokeh/models/renderers/glyph_renderer.py:213:29 Argument is incorrect: Expected `ColorMapper`, found `ColorMapper | str`
bokeh possibly-missing-attribute src/bokeh/models/renderers/graph_renderer.py:70:27 Attribute `data_source` may be missing on object of type `Unknown | Instance[Unknown]`
bokeh possibly-missing-attribute src/bokeh/models/renderers/graph_renderer.py:72:27 Attribute `data_source` may be missing on object of type `Unknown | Instance[Unknown]`
bokeh possibly-missing-attribute src/bokeh/models/renderers/graph_renderer.py:74:25 Attribute `data_source` may be missing on object of type `Unknown | Instance[Unknown]`
bokeh invalid-argument-type src/bokeh/models/renderers/graph_renderer.py:84:45 Argument to bound method `__init__` is incorrect: Argument type `() -> Unknown` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/renderers/graph_renderer.py:84:45 Argument to bound method `__init__` is incorrect: Expected `GlyphRenderer[Unknown] | UndefinedType | IntrinsicType`, found `() -> Unknown`
bokeh invalid-argument-type src/bokeh/models/renderers/graph_renderer.py:89:45 Argument to bound method `__init__` is incorrect: Argument type `() -> Unknown` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/renderers/graph_renderer.py:89:45 Argument to bound method `__init__` is incorrect: Expected `GlyphRenderer[Unknown] | UndefinedType | IntrinsicType`, found `() -> Unknown`
bokeh invalid-argument-type src/bokeh/models/renderers/graph_renderer.py:94:53 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[NodesOnly]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/renderers/graph_renderer.py:94:53 Argument to bound method `__init__` is incorrect: Expected `GraphHitTestPolicy | UndefinedType | IntrinsicType`, found `InstanceDefault[NodesOnly]`
bokeh invalid-argument-type src/bokeh/models/renderers/graph_renderer.py:99:54 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[NodesOnly]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/renderers/graph_renderer.py:99:54 Argument to bound method `__init__` is incorrect: Expected `GraphHitTestPolicy | UndefinedType | IntrinsicType`, found `InstanceDefault[NodesOnly]`
bokeh invalid-argument-type src/bokeh/models/renderers/tile_renderer.py:53:40 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[WMTSTileSource]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/renderers/tile_renderer.py:53:40 Argument to bound method `__init__` is incorrect: Expected `TileSource | UndefinedType | IntrinsicType`, found `InstanceDefault[WMTSTileSource]`
bokeh invalid-argument-type src/bokeh/models/selections.py:61:19 Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Int'>`
bokeh invalid-argument-type src/bokeh/models/selections.py:71:24 Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Int'>`
bokeh unresolved-import src/bokeh/models/sources.py:55:12 Cannot resolve imported module `pandas`
bokeh invalid-argument-type src/bokeh/models/sources.py:97:25 Argument to bound method `__init__` is incorrect: Expected `type[Property[Selection | InstanceDefault[Selection]]] | Property[Selection | InstanceDefault[Selection]]`, found `Instance[Selection]`
bokeh invalid-argument-type src/bokeh/models/sources.py:123:50 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[UnionRenderers]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/sources.py:123:50 Argument to bound method `__init__` is incorrect: Expected `SelectionPolicy | UndefinedType | IntrinsicType`, found `InstanceDefault[UnionRenderers]`
bokeh unresolved-import src/bokeh/models/sources.py:239:20 Cannot resolve imported module `narwhals.stable.v1`
bokeh unresolved-import src/bokeh/models/sources.py:242:24 Cannot resolve imported module `pandas`
bokeh possibly-missing-attribute src/bokeh/models/sources.py:255:9 Attribute `update` may be missing on object of type `Unknown | Property[Any]`
bokeh invalid-argument-type src/bokeh/models/sources.py:262:21 Argument to bound method `__init__` is incorrect: Expected `Iterable[str]`, found `Unknown | Property[Any]`
bokeh possibly-missing-attribute src/bokeh/models/sources.py:269:44 Attribute `items` may be missing on object of type `Unknown | Property[Any]`
bokeh unresolved-import src/bokeh/models/sources.py:292:16 Cannot resolve imported module `narwhals.stable.v1`
bokeh unresolved-import src/bokeh/models/sources.py:420:16 Cannot resolve imported module `pandas`
bokeh invalid-argument-type src/bokeh/models/sources.py:436:21 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | Property[Any]`
bokeh unsupported-operator src/bokeh/models/sources.py:437:19 Operator `in` is not supported between objects of type `str` and `Unknown | Property[Any]`
bokeh invalid-assignment src/bokeh/models/sources.py:440:9 Cannot assign to a subscript on an object of type `Property[Any]`
bokeh non-subscriptable src/bokeh/models/sources.py:457:17 Cannot subscript object of type `Property[Any]` with no `__getitem__` method
bokeh possibly-missing-attribute src/bokeh/models/sources.py:579:23 Attribute `keys` may be missing on object of type `Unknown | Property[Any]`
bokeh possibly-missing-attribute src/bokeh/models/sources.py:583:13 Attribute `update` may be missing on object of type `Unknown | Property[Any]`
bokeh non-subscriptable src/bokeh/models/sources.py:613:26 Cannot subscript object of type `Property[Any]` with no `__getitem__` method
bokeh possibly-missing-attribute src/bokeh/models/sources.py:622:9 Attribute `_stream` may be missing on object of type `Unknown | Property[Any]`
bokeh possibly-missing-attribute src/bokeh/models/sources.py:720:43 Attribute `keys` may be missing on object of type `Unknown | Property[Any]`
bokeh non-subscriptable src/bokeh/models/sources.py:727:27 Cannot subscript object of type `Property[Any]` with no `__getitem__` method
bokeh non-subscriptable src/bokeh/models/sources.py:757:39 Cannot subscript object of type `Property[Any]` with no `__getitem__` method
bokeh non-subscriptable src/bokeh/models/sources.py:760:28 Cannot subscript object of type `Property[Any]` with no `__getitem__` method
bokeh possibly-missing-attribute src/bokeh/models/sources.py:778:9 Attribute `_patch` may be missing on object of type `Unknown | Property[Any]`
bokeh invalid-argument-type src/bokeh/models/sources.py:788:31 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[AllIndices]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/sources.py:788:31 Argument to bound method `__init__` is incorrect: Expected `Filter | UndefinedType | IntrinsicType`, found `InstanceDefault[AllIndices]`
bokeh unresolved-import src/bokeh/models/sources.pyi:23:12 Cannot resolve imported module `pandas`
bokeh unresolved-import src/bokeh/models/sources.pyi:24:10 Cannot resolve imported module `pandas.core.groupby`
bokeh invalid-argument-type src/bokeh/models/tickers.py:192:17 Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Float'>`
bokeh invalid-argument-type src/bokeh/models/tickers.py:196:23 Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Float'>`
bokeh invalid-argument-type src/bokeh/models/tickers.py:219:21 Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown | int]]] | Property[list[Unknown | int]]`, found `<class 'Float'>`
bokeh invalid-argument-type src/bokeh/models/tickers.py:288:16 Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Int'>`
bokeh invalid-argument-type src/bokeh/models/tickers.py:303:18 Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Int'>`
bokeh invalid-argument-type src/bokeh/models/tools.py:161:52 Argument to bound method `__init__` is incorrect: Expected `Property[Unknown]`, found `<class 'Bool'>`
bokeh invalid-argument-type src/bokeh/models/tools.py:161:73 Argument to bound method `__init__` is incorrect: Expected `Property[Unknown]`, found `<class 'Bool'>`
bokeh invalid-argument-type src/bokeh/models/tools.py:161:93 Argument to bound method `__init__` is incorrect: Expected `Property[Unknown]`, found `<class 'Bool'>`
bokeh invalid-argument-type src/bokeh/models/tools.py:573:39 Argument to bound method `__init__` is incorrect: Argument type `() -> Unknown` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/tools.py:573:39 Argument to bound method `__init__` is incorrect: Expected `BoxAnnotation | UndefinedType | IntrinsicType`, found `() -> Unknown`
bokeh invalid-argument-type src/bokeh/models/tools.py:1138:39 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[BoxAnnotation]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/tools.py:1138:39 Argument to bound method `__init__` is incorrect: Expected `BoxAnnotation | UndefinedType | IntrinsicType`, found `InstanceDefault[BoxAnnotation]`
bokeh invalid-argument-type src/bokeh/models/tools.py:1257:39 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[BoxAnnotation]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/tools.py:1257:39 Argument to bound method `__init__` is incorrect: Expected `BoxAnnotation | UndefinedType | IntrinsicType`, found `InstanceDefault[BoxAnnotation]`
bokeh invalid-argument-type src/bokeh/models/tools.py:1308:40 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[PolyAnnotation]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/tools.py:1308:40 Argument to bound method `__init__` is incorrect: Expected `PolyAnnotation | UndefinedType | IntrinsicType`, found `InstanceDefault[PolyAnnotation]`
bokeh invalid-argument-type src/bokeh/models/tools.py:1342:40 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[PolyAnnotation]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/tools.py:1342:40 Argument to bound method `__init__` is incorrect: Expected `PolyAnnotation | UndefinedType | IntrinsicType`, found `InstanceDefault[PolyAnnotation]`
bokeh invalid-argument-type src/bokeh/models/tools.py:2115:45 Argument to function `GlyphRendererOf` is incorrect: Expected `type[Model]`, found `<class 'LineGlyph'>`
bokeh unresolved-import src/bokeh/models/tools.pyi:15:5 Module `typing` has no member `NotRequired`
bokeh unresolved-attribute src/bokeh/models/ui/__init__.py:48:6 Module `bokeh.models.ui.dialogs` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/ui/__init__.py:49:6 Module `bokeh.models.ui.icons` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/ui/__init__.py:50:6 Module `bokeh.models.ui.examiner` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/ui/__init__.py:51:6 Module `bokeh.models.ui.floating` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/ui/__init__.py:52:6 Module `bokeh.models.ui.menus` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/ui/__init__.py:53:6 Module `bokeh.models.ui.panels` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/ui/__init__.py:54:6 Module `bokeh.models.ui.panes` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/ui/__init__.py:55:6 Module `bokeh.models.ui.tooltips` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/ui/__init__.py:56:6 Module `bokeh.models.ui.ui_element` has no member `__all__`
bokeh invalid-assignment src/bokeh/models/util/structure.py:119:9 Object of type `str` is not assignable to attribute `text` on type `Title | str | None`
bokeh unresolved-import src/bokeh/models/util/structure.py:163:16 Cannot resolve imported module `networkx`
bokeh possibly-missing-attribute src/bokeh/models/util/structure.py:197:21 Attribute `select_one` may be missing on object of type `Model | None`
bokeh possibly-missing-attribute src/bokeh/models/util/structure.py:199:26 Attribute `properties` may be missing on object of type `Model | None`
bokeh invalid-argument-type src/bokeh/models/util/structure.py:200:39 Argument to function `test_condition` is incorrect: Expected `Model`, found `Model | None`
bokeh invalid-argument-type src/bokeh/models/util/structure.py:200:45 Argument to function `test_condition` is incorrect: Expected `Model`, found `Model | None`
bokeh unresolved-import src/bokeh/models/util/structure.py:228:16 Cannot resolve imported module `networkx`
bokeh invalid-argument-type src/bokeh/models/util/structure.py:309:40 Argument to bound method `_obj_props_to_df2` is incorrect: Expected `Model`, found `Unknown | Model | None`
bokeh unresolved-attribute src/bokeh/models/widgets/__init__.py:47:6 Module `bokeh.models.widgets.buttons` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/widgets/__init__.py:48:6 Module `bokeh.models.widgets.groups` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/widgets/__init__.py:49:6 Module `bokeh.models.widgets.indicators` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/widgets/__init__.py:50:6 Module `bokeh.models.widgets.inputs` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/widgets/__init__.py:51:6 Module `bokeh.models.widgets.markups` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/widgets/__init__.py:52:6 Module `bokeh.models.widgets.pickers` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/widgets/__init__.py:53:6 Module `bokeh.models.widgets.sliders` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/widgets/__init__.py:54:6 Module `bokeh.models.widgets.tables` has no member `__all__`
bokeh unresolved-attribute src/bokeh/models/widgets/__init__.py:55:6 Module `bokeh.models.widgets.widget` has no member `__all__`
bokeh invalid-argument-type src/bokeh/models/widgets/buttons.py:170:37 Argument to bound method `js_on_change` is incorrect: Expected `CustomCode`, found `Callback`
bokeh invalid-argument-type src/bokeh/models/widgets/buttons.py:225:49 Argument is incorrect: Expected `ID`, found `Literal["help"]`
bokeh unresolved-attribute src/bokeh/models/widgets/sliders.py:80:66 Object of type `Self@__init__` has no attribute `value`
bokeh unsupported-operator src/bokeh/models/widgets/sliders.py:237:43 Operator `/` is not supported between objects of type `(Unknown & Number) | (Required[Unknown] & Number)` and `Literal[1000]`
bokeh invalid-return-type src/bokeh/models/widgets/sliders.py:239:16 Return type does not match returned value: expected `datetime | None`, found `(Unknown & ~None & ~Number) | (Required[Unknown] & ~Number)`
bokeh unsupported-operator src/bokeh/models/widgets/sliders.py:251:41 Operator `/` is not supported between objects of type `(Unknown & Number) | (Required[Unknown] & Number)` and `Literal[1000]`
bokeh invalid-return-type src/bokeh/models/widgets/sliders.py:254:16 Return type does not match returned value: expected `date | None`, found `(Unknown & ~None & ~Number) | (Required[Unknown] & ~Number)`
bokeh not-iterable src/bokeh/models/widgets/sliders.py:294:18 Object of type `Required[Unknown]` is not iterable
bokeh not-iterable src/bokeh/models/widgets/sliders.py:314:18 Object of type `Required[Unknown]` is not iterable
bokeh not-iterable src/bokeh/models/widgets/sliders.py:363:18 Object of type `Required[Unknown]` is not iterable
bokeh invalid-argument-type src/bokeh/models/widgets/tables.py:713:41 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[StringFormatter]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/widgets/tables.py:713:41 Argument to bound method `__init__` is incorrect: Expected `CellFormatter | UndefinedType | IntrinsicType`, found `InstanceDefault[StringFormatter]`
bokeh invalid-argument-type src/bokeh/models/widgets/tables.py:718:35 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[StringEditor]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/widgets/tables.py:718:35 Argument to bound method `__init__` is incorrect: Expected `CellEditor | UndefinedType | IntrinsicType`, found `InstanceDefault[StringEditor]`
bokeh invalid-argument-type src/bokeh/models/widgets/tables.py:749:35 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[ColumnDataSource]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/widgets/tables.py:749:35 Argument to bound method `__init__` is incorrect: Expected `DataSource | UndefinedType | IntrinsicType`, found `InstanceDefault[ColumnDataSource]`
bokeh invalid-argument-type src/bokeh/models/widgets/tables.py:753:30 Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[CDSView]` does not satisfy upper bound `Serializable` of type variable `S`
bokeh invalid-argument-type src/bokeh/models/widgets/tables.py:753:30 Argument to bound method `__init__` is incorrect: Expected `CDSView | UndefinedType | IntrinsicType`, found `InstanceDefault[CDSView]`
bokeh unresolved-attribute src/bokeh/plotting/_decorators.py:60:32 Class `Marker` has no attribute `_args`
bokeh unresolved-attribute src/bokeh/plotting/_decorators.py:61:62 Class `Marker` has no attribute `_args`
bokeh unresolved-attribute src/bokeh/plotting/_decorators.py:67:9 Unresolved attribute `__signature__` on type `_Wrapped[(...), Unknown, (...), Unknown]`.
bokeh unresolved-attribute src/bokeh/plotting/_decorators.py:91:9 Unresolved attribute `__signature__` on type `_Wrapped[(...), Unknown, (...), Unknown]`.
bokeh invalid-argument-type src/bokeh/plotting/_figure.py:210:48 Argument to function `get_scale` is incorrect: Expected `Literal["linear", "log", "datetime", "timedelta", "mercator", "auto"] | None`, found `Unknown | ParameterizedProperty[Any | None]`
bokeh invalid-argument-type src/bokeh/plotting/_figure.py:211:48 Argument to function `get_scale` is incorrect: Expected `Literal["linear", "log", "datetime", "timedelta", "mercator", "auto"] | None`, found `Unknown | ParameterizedProperty[Any | None]`
bokeh invalid-argument-type src/bokeh/plotting/_figure.py:213:37 Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["linear", "log", "datetime", "timedelta", "mercator", "auto"] | None`, found `Unknown | ParameterizedProperty[Any | None]`
bokeh invalid-argument-type src/bokeh/plotting/_figure.py:213:55 Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["above", "below", "left", "right"] | None`, found `Unknown | Nullable[Any | Literal["below"]]`
bokeh invalid-argument-type src/bokeh/plotting/_figure.py:213:77 Argument to function `process_axis_and_grid` is incorrect: Expected `int | Literal["auto"] | None`, found `Unknown | Either`
bokeh invalid-argument-type src/bokeh/plotting/_figure.py:213:97 Argument to function `process_axis_and_grid` is incorrect: Expected `str | BaseText | None`, found `Unknown | Nullable[str]`
bokeh invalid-argument-type src/bokeh/plotting/_figure.py:214:37 Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["linear", "log", "datetime", "timedelta", "mercator", "auto"] | None`, found `Unknown | ParameterizedProperty[Any | None]`
bokeh invalid-argument-type src/bokeh/plotting/_figure.py:214:55 Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["above", "below", "left", "right"] | None`, found `Unknown | Nullable[Any | Literal["left"]]`
bokeh invalid-argument-type src/bokeh/plotting/_figure.py:214:77 Argument to function `process_axis_and_grid` is incorrect: Expected `int | Literal["auto"] | None`, found `Unknown | Either`
bokeh invalid-argument-type src/bokeh/plotting/_figure.py:214:97 Argument to function `process_axis_and_grid` is incorrect: Expected `str | BaseText | None`, found `Unknown | Nullable[str]`
bokeh invalid-argument-type src/bokeh/plotting/_figure.py:216:55 Argument to function `process_tools_arg` is incorrect: Expected `Sequence[Tool | str]`, found `Unknown | Either`
bokeh invalid-argument-type src/bokeh/plotting/_figure.py:216:67 Argument to function `process_tools_arg` is incorrect: Expected `str | list[tuple[str, str]] | None`, found `Unknown | Nullable[Any]`
bokeh invalid-argument-type src/bokeh/plotting/_figure.py:221:13 Argument to function `process_active_tools` is incorrect: Expected `Drag | str | None`, found `Unknown | Nullable[Any | Literal["auto"]]`
bokeh invalid-argument-type src/bokeh/plotting/_figure.py:222:13 Argument to function `process_active_tools` is incorrect: Expected `list[InspectTool] | InspectTool | str | None`, found `Unknown | Nullable[Any | Literal["auto"]]`
bokeh invalid-argument-type src/bokeh/plotting/_figure.py:223:13 Argument to function `process_active_tools` is incorrect: Expected `Scroll | str | None`, found `Unknown | Nullable[Any | Literal["auto"]]`
bokeh invalid-argument-type src/bokeh/plotting/_figure.py:224:13 Argument to function `process_active_tools` is incorrect: Expected `Tap | str | None`, found `Unknown | Nullable[Any | Literal["auto"]]`
bokeh invalid-argument-type src/bokeh/plotting/_figure.py:225:13 Argument to function `process_active_tools` is incorrect: Expected `GestureTool | str | None`, found `Unknown | Nullable[Any | Literal["auto"]]`
bokeh invalid-argument-type src/bokeh/plotting/_figure.py:243:41 Argument is incorrect: Expected `Range`, found `Range | None`
bokeh invalid-argument-type src/bokeh/plotting/_figure.py:243:60 Argument is incorrect: Expected `Range`, found `Range | None`
bokeh unresolved-import src/bokeh/plotting/_figure.pyi:16:5 Module `typing` has no member `Unpack`
bokeh unresolved-import src/bokeh/plotting/_figure.pyi:20:8 Cannot resolve imported module `cartopy.crs`
bokeh unresolved-import src/bokeh/plotting/_figure.pyi:25:10 Cannot resolve imported module `narwhals.stable.v1.typing`
bokeh unresolved-import src/bokeh/plotting/_figure.pyi:26:10 Cannot resolve imported module `pandas`
bokeh unresolved-import src/bokeh/plotting/_figure.pyi:27:10 Cannot resolve imported module `pandas.core.groupby`
bokeh unresolved-import src/bokeh/plotting/_geo_feature.py:30:12 Cannot resolve imported module `cartopy.crs`
bokeh unresolved-import src/bokeh/plotting/_geo_feature.py:31:12 Cannot resolve imported module `cartopy.feature`
bokeh invalid-argument-type src/bokeh/plotting/_geo_feature.py:505:23 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
bokeh non-subscriptable src/bokeh/plotting/_geo_feature.py:521:40 Cannot subscript object of type `None` with no `__getitem__` method
bokeh possibly-unresolved-reference src/bokeh/plotting/_geo_feature.py:521:48 Name `n_color` used when possibly not defined
bokeh unresolved-import src/bokeh/plotting/_geo_feature.pyi:9:25 Module `typing` has no member `Unpack`
bokeh unresolved-import src/bokeh/plotting/_geo_feature.pyi:12:8 Cannot resolve imported module `cartopy.crs`
bokeh unresolved-import src/bokeh/plotting/_geo_feature.pyi:13:8 Cannot resolve imported module `cartopy.feature`
bokeh unresolved-import src/bokeh/plotting/_geo_feature.pyi:17:8 Cannot resolve imported module `..glyph_api` - did you mean `.glyph_api`?
bokeh invalid-type-form src/bokeh/plotting/_geo_feature.pyi:103:21 Variable of type `Overload[(object: Unknown, dtype: None = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: Literal[True], ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> Unknown, (object: _SupportsArray[Unknown], dtype: None = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: Literal[True], ndmin: Literal[0] = ..., like: _SupportsArrayFunc | None = ...) -> Unknown, (object: _SupportsArray[dtype[Unknown]] | _NestedSequence[_SupportsArray[dtype[Unknown]]], dtype: None = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: bool = ..., ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Unknown]], (object: Any, dtype: type[Unknown] | dtype[Unknown] | _SupportsDType[dtype[Unknown]], *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: bool = ..., ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Unknown]], (object: Any, dtype: type[Any] | dtype[Any] | _SupportsDType[dtype[Any]] | ... omitted 5 union elements = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: bool = ..., ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Any]]]` is not allowed in a type expression
bokeh invalid-type-form src/bokeh/plotting/_geo_feature.pyi:103:37 Variable of type `Overload[(object: Unknown, dtype: None = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: Literal[True], ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> Unknown, (object: _SupportsArray[Unknown], dtype: None = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: Literal[True], ndmin: Literal[0] = ..., like: _SupportsArrayFunc | None = ...) -> Unknown, (object: _SupportsArray[dtype[Unknown]] | _NestedSequence[_SupportsArray[dtype[Unknown]]], dtype: None = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: bool = ..., ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Unknown]], (object: Any, dtype: type[Unknown] | dtype[Unknown] | _SupportsDType[dtype[Unknown]], *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: bool = ..., ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Unknown]], (object: Any, dtype: type[Any] | dtype[Any] | _SupportsDType[dtype[Any]] | ... omitted 5 union elements = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: bool = ..., ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Any]]]` is not allowed in a type expression
bokeh invalid-type-form src/bokeh/plotting/_geo_feature.pyi:109:27 Variable of type `Overload[(object: Unknown, dtype: None = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: Literal[True], ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> Unknown, (object: _SupportsArray[Unknown], dtype: None = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: Literal[True], ndmin: Literal[0] = ..., like: _SupportsArrayFunc | None = ...) -> Unknown, (object: _SupportsArray[dtype[Unknown]] | _NestedSequence[_SupportsArray[dtype[Unknown]]], dtype: None = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: bool = ..., ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Unknown]], (object: Any, dtype: type[Unknown] | dtype[Unknown] | _SupportsDType[dtype[Unknown]], *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: bool = ..., ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Unknown]], (object: Any, dtype: type[Any] | dtype[Any] | _SupportsDType[dtype[Any]] | ... omitted 5 union elements = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: bool = ..., ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Any]]]` is not allowed in a type expression
bokeh invalid-type-form src/bokeh/plotting/_geo_feature.pyi:109:49 Variable of type `Overload[(object: Unknown, dtype: None = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: Literal[True], ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> Unknown, (object: _SupportsArray[Unknown], dtype: None = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: Literal[True], ndmin: Literal[0] = ..., like: _SupportsArrayFunc | None = ...) -> Unknown, (object: _SupportsArray[dtype[Unknown]] | _NestedSequence[_SupportsArray[dtype[Unknown]]], dtype: None = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: bool = ..., ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Unknown]], (object: Any, dtype: type[Unknown] | dtype[Unknown] | _SupportsDType[dtype[Unknown]], *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: bool = ..., ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Unknown]], (object: Any, dtype: type[Any] | dtype[Any] | _SupportsDType[dtype[Any]] | ... omitted 5 union elements = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: bool = ..., ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Any]]]` is not allowed in a type expression
bokeh invalid-type-form src/bokeh/plotting/_geo_feature.pyi:112:30 Variable of type `Overload[(object: Unknown, dtype: None = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: Literal[True], ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> Unknown, (object: _SupportsArray[Unknown], dtype: None = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: Literal[True], ndmin: Literal[0] = ..., like: _SupportsArrayFunc | None = ...) -> Unknown, (object: _SupportsArray[dtype[Unknown]] | _NestedSequence[_SupportsArray[dtype[Unknown]]], dtype: None = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: bool = ..., ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Unknown]], (object: Any, dtype: type[Unknown] | dtype[Unknown] | _SupportsDType[dtype[Unknown]], *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: bool = ..., ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Unknown]], (object: Any, dtype: type[Any] | dtype[Any] | _SupportsDType[dtype[Any]] | ... omitted 5 union elements = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: bool = ..., ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Any]]]` is not allowed in a type expression
bokeh invalid-type-form src/bokeh/plotting/_geo_feature.pyi:113:30 Variable of type `Overload[(object: Unknown, dtype: None = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: Literal[True], ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> Unknown, (object: _SupportsArray[Unknown], dtype: None = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: Literal[True], ndmin: Literal[0] = ..., like: _SupportsArrayFunc | None = ...) -> Unknown, (object: _SupportsArray[dtype[Unknown]] | _NestedSequence[_SupportsArray[dtype[Unknown]]], dtype: None = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: bool = ..., ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Unknown]], (object: Any, dtype: type[Unknown] | dtype[Unknown] | _SupportsDType[dtype[Unknown]], *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: bool = ..., ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Unknown]], (object: Any, dtype: type[Any] | dtype[Any] | _SupportsDType[dtype[Any]] | ... omitted 5 union elements = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: bool = ..., ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Any]]]` is not allowed in a type expression
bokeh invalid-type-form src/bokeh/plotting/_geo_feature.pyi:114:21 Variable of type `Overload[(object: Unknown, dtype: None = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: Literal[True], ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> Unknown, (object: _SupportsArray[Unknown], dtype: None = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: Literal[True], ndmin: Literal[0] = ..., like: _SupportsArrayFunc | None = ...) -> Unknown, (object: _SupportsArray[dtype[Unknown]] | _NestedSequence[_SupportsArray[dtype[Unknown]]], dtype: None = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: bool = ..., ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Unknown]], (object: Any, dtype: type[Unknown] | dtype[Unknown] | _SupportsDType[dtype[Unknown]], *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: bool = ..., ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Unknown]], (object: Any, dtype: type[Any] | dtype[Any] | _SupportsDType[dtype[Any]] | ... omitted 5 union elements = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: bool = ..., ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Any]]]` is not allowed in a type expression
bokeh invalid-type-form src/bokeh/plotting/_geo_feature.pyi:114:37 Variable of type `Overload[(object: Unknown, dtype: None = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: Literal[True], ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> Unknown, (object: _SupportsArray[Unknown], dtype: None = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: Literal[True], ndmin: Literal[0] = ..., like: _SupportsArrayFunc | None = ...) -> Unknown, (object: _SupportsArray[dtype[Unknown]] | _NestedSequence[_SupportsArray[dtype[Unknown]]], dtype: None = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: bool = ..., ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Unknown]], (object: Any, dtype: type[Unknown] | dtype[Unknown] | _SupportsDType[dtype[Unknown]], *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: bool = ..., ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Unknown]], (object: Any, dtype: type[Any] | dtype[Any] | _SupportsDType[dtype[Any]] | ... omitted 5 union elements = ..., *, copy: bool | _CopyMode | None = ..., order: Literal["K", "A", "C", "F"] | None = ..., subok: bool = ..., ndmin: int = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Any]]]` is not allowed in a type expression
bokeh invalid-argument-type src/bokeh/plotting/_graph.py:131:9 Argument is incorrect: Argument type `Glyph | None` does not satisfy upper bound `Glyph` of type variable `GlyphType`
bokeh invalid-argument-type src/bokeh/plotting/_graph.py:131:9 Argument is incorrect: Expected `Glyph`, found `Glyph | None`
bokeh invalid-argument-type src/bokeh/plotting/_graph.py:149:9 Argument is incorrect: Argument type `Glyph | None` does not satisfy upper bound `Glyph` of type variable `GlyphType`
bokeh invalid-argument-type src/bokeh/plotting/_graph.py:149:9 Argument is incorrect: Expected `Glyph`, found `Glyph | None`
bokeh possibly-missing-attribute src/bokeh/plotting/_legends.py:75:12 Attribute `label` may be missing on object of type `LegendItem | tuple[str, list[GlyphRenderer[Glyph]]]`
bokeh invalid-return-type src/bokeh/plotting/_legends.py:76:20 Return type does not match returned value: expected `LegendItem | None`, found `LegendItem | tuple[str, list[GlyphRenderer[Glyph]]]`
bokeh invalid-assignment src/bokeh/plotting/_legends.py:111:13 Object of type `Field` is not assignable to `str`
bokeh invalid-argument-type src/bokeh/plotting/_legends.py:117:29 Argument to bound method `append` is incorrect: Expected `tuple[str, list[GlyphRenderer[Glyph]]]`, found `LegendItem`
bokeh unsupported-operator src/bokeh/plotting/_legends.py:126:49 Operator `in` is not supported between objects of type `str` and `object`
bokeh unresolved-attribute src/bokeh/plotting/_legends.py:129:14 Object of type `DataSource & <Protocol with members 'column_names'>` has no attribute `data`
bokeh no-matching-overload src/bokeh/plotting/_legends.py:130:18 No overload of function `unique` matches arguments
bokeh invalid-assignment src/bokeh/plotting/_legends.py:132:17 Object of type `Value[str]` is not assignable to `str`
bokeh invalid-argument-type src/bokeh/plotting/_legends.py:134:29 Argument to bound method `append` is incorrect: Expected `tuple[str, list[GlyphRenderer[Glyph]]]`, found `LegendItem`
bokeh invalid-assignment src/bokeh/plotting/_legends.py:139:13 Object of type `Value[str]` is not assignable to `str`
bokeh invalid-argument-type src/bokeh/plotting/_legends.py:145:29 Argument to bound method `append` is incorrect: Expected `tuple[str, list[GlyphRenderer[Glyph]]]`, found `LegendItem`
bokeh unresolved-import src/bokeh/plotting/_plot.py:57:12 Cannot resolve imported module `pandas`
bokeh unresolved-import src/bokeh/plotting/_plot.py:58:10 Cannot resolve imported module `pandas.core.groupby`
bokeh unresolved-import src/bokeh/plotting/_plot.py:83:16 Cannot resolve imported module `pandas`
bokeh unresolved-import src/bokeh/plotting/_plot.py:84:14 Cannot resolve imported module `pandas.core.groupby`
bokeh possibly-missing-attribute src/bokeh/plotting/_plot.py:91:48 Attribute `groups` may be missing on object of type `Range | tuple[int | float, int | float] | Sequence[str] | (Unknown & ~None)`
bokeh invalid-argument-type src/bokeh/plotting/_plot.py:106:32 Argument is incorrect: Expected `int | float | datetime | timedelta`, found `int | float | str | (@Todo & ~None) | IntrinsicType`
bokeh invalid-argument-type src/bokeh/plotting/_plot.py:106:45 Argument is incorrect: Expected `int | float | datetime | timedelta`, found `int | float | str | (@Todo & ~None) | IntrinsicType`
bokeh invalid-argument-type src/bokeh/plotting/_renderer.py:127:9 Argument is incorrect: Argument type `Glyph | None` does not satisfy upper bound `Glyph` of type variable `GlyphType`
bokeh invalid-argument-type src/bokeh/plotting/_renderer.py:127:9 Argument is incorrect: Expected `Glyph`, found `Glyph | None`
bokeh unresolved-attribute src/bokeh/plotting/_renderer.py:305:13 Object of type `ColumnarDataSource` has no attribute `add`
bokeh invalid-return-type src/bokeh/plotting/_renderer.py:313:12 Return type does not match returned value: expected `tuple[str, str | None]`, found `tuple[str, ...] | tuple[str, None]`
bokeh unresolved-import src/bokeh/plotting/contour.py:42:10 Cannot resolve imported module `contourpy._contourpy`
bokeh possibly-unresolved-reference src/bokeh/plotting/contour.py:260:28 Name `fill_cds` used when possibly not defined
bokeh unresolved-attribute src/bokeh/plotting/contour.py:261:13 Object of type `DataSource` has no attribute `add`
bokeh unresolved-attribute src/bokeh/plotting/contour.py:263:9 Unresolved attribute `line_alpha` on type `Glyph`.
bokeh unresolved-attribute src/bokeh/plotting/contour.py:264:9 Unresolved attribute `line_width` on type `Glyph`.
bokeh possibly-unresolved-reference src/bokeh/plotting/contour.py:268:28 Name `line_visuals` used when possibly not defined
bokeh possibly-unresolved-reference src/bokeh/plotting/contour.py:272:28 Name `line_cds` used when possibly not defined
bokeh unresolved-attribute src/bokeh/plotting/contour.py:273:13 Object of type `DataSource` has no attribute `add`
bokeh invalid-argument-type src/bokeh/plotting/contour.py:305:41 Argument to function `_palette_from_collection` is incorrect: Expected `dict[int, tuple[str, ...]]`, found `(Sequence[str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]] & Top[dict[Unknown, Unknown]]) | (Color & Top[dict[Unknown, Unknown]]) | dict[int, tuple[str, ...]]`
bokeh invalid-argument-type src/bokeh/plotting/contour.py:308:31 Argument to function `interp_palette` is incorrect: Expected `tuple[str, ...]`, found `(Sequence[str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]] & ~Top[dict[Unknown, Unknown]] & ~bytes & ~str) | (Color & Sequence[object] & ~Top[dict[Unknown, Unknown]] & ~bytes & ~str) | tuple[int, int, int] | tuple[int, int, int, int | float]`
bokeh unresolved-import src/bokeh/plotting/contour.py:326:10 Cannot resolve imported module `contourpy`
bokeh invalid-argument-type src/bokeh/plotting/contour.py:333:28 Argument to function `len` is incorrect: Expected `Sized`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`
bokeh non-subscriptable src/bokeh/plotting/contour.py:334:38 Cannot subscript object of type `_Buffer` with no `__getitem__` method
bokeh non-subscriptable src/bokeh/plotting/contour.py:334:38 Cannot subscript object of type `_SupportsArray[dtype[Any]]` with no `__getitem__` method
bokeh non-subscriptable src/bokeh/plotting/contour.py:334:38 Cannot subscript object of type `int` with no `__getitem__` method
bokeh non-subscriptable src/bokeh/plotting/contour.py:334:38 Cannot subscript object of type `float` with no `__getitem__` method
bokeh non-subscriptable src/bokeh/plotting/contour.py:334:38 Cannot subscript object of type `complex` with no `__getitem__` method
bokeh non-subscriptable src/bokeh/plotting/contour.py:334:49 Cannot subscript object of type `_Buffer` with no `__getitem__` method
bokeh non-subscriptable src/bokeh/plotting/contour.py:334:49 Cannot subscript object of type `_SupportsArray[dtype[Any]]` with no `__getitem__` method
bokeh non-subscriptable src/bokeh/plotting/contour.py:334:49 Cannot subscript object of type `int` with no `__getitem__` method
bokeh non-subscriptable src/bokeh/plotting/contour.py:334:49 Cannot subscript object of type `float` with no `__getitem__` method
bokeh non-subscriptable src/bokeh/plotting/contour.py:334:49 Cannot subscript object of type `complex` with no `__getitem__` method
bokeh not-iterable src/bokeh/plotting/contour.py:346:22 Object of type `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements` may not be iterable
bokeh invalid-type-arguments src/bokeh/plotting/contour.py:406:59 Type `int | float` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:64:47 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:68:41 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:85:49 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:89:54 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:105:52 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:109:53 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:153:51 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:169:58 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:186:56 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:203:54 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:220:54 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:237:51 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:254:50 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:271:53 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:288:59 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:305:57 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:322:49 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:338:51 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:355:56 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:372:50 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:388:51 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:404:52 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:420:53 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:437:49 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:453:53 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:470:54 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:486:51 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:496:56 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:505:57 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:509:55 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:513:63 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:529:50 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:545:52 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:574:56 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:595:60 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:616:50 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:632:51 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:648:53 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:669:50 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:685:50 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:702:55 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:706:49 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:723:50 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:745:50 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:761:53 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:779:52 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:795:58 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:812:56 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:829:56 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:846:54 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:863:50 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:880:54 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:897:49 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:913:50 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:922:54 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:939:58 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:956:58 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:973:51 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:990:56 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:1007:50 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:1023:51 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:1039:52 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:1055:51 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:1072:47 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:1088:47 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh invalid-return-type src/bokeh/plotting/glyph_api.py:1106:54 Function always implicitly returns `None`, which is not assignable to return type `GlyphRenderer[Unknown]`
bokeh unresolved-import src/bokeh/plotting/glyph_api.pyi:9:31 Module `typing` has no member `Unpack`
bokeh too-many-positional-arguments src/bokeh/plotting/gmap.py:72:34 Too many positional arguments to bound method `__init__`: expected 1, got 2
bokeh invalid-argument-type src/bokeh/plotting/gmap.py:87:67 Argument to function `process_tools_arg` is incorrect: Expected `str | list[tuple[str, str]] | None`, found `Template | str | list[tuple[str, str]] | None`
bokeh invalid-argument-type src/bokeh/plotting/gmap.py:93:13 Argument to function `process_active_tools` is incorrect: Expected `list[InspectTool] | InspectTool | str | None`, found `str | InspectTool | Sequence[InspectTool] | None`
bokeh unresolved-import src/bokeh/plotting/graph.py:28:12 Cannot resolve imported module `networkx`
bokeh unresolved-attribute src/bokeh/plotting/graph.py:119:9 Unresolved attribute `data` on type `DataSource`.
bokeh unresolved-attribute src/bokeh/plotting/graph.py:120:9 Unresolved attribute `data` on type `DataSource`.
bokeh unresolved-attribute src/bokeh/plotting/graph.py:127:25 Object of type `DataSource` has no attribute `data`
bokeh unresolved-attribute src/bokeh/protocol/receiver.py:183:94 Object of type `(str | bytes, /) -> None` has no attribute `__name__`
bokeh unresolved-attribute src/bokeh/protocol/receiver.py:188:94 Object of type `(str | bytes, /) -> None` has no attribute `__name__`
bokeh invalid-return-type src/bokeh/resources.py:114:12 Return type does not match returned value: expected `tuple[str, ...]`, found `set[str]`
bokeh invalid-argument-type src/bokeh/resources.py:471:39 Argument to function `__call__` is incorrect: Expected `list[str]`, found `list[Literal["bokeh", "bokeh-gl", "bokeh-widgets", "bokeh-tables", "bokeh-mathjax", "bokeh-api"]]`
bokeh invalid-argument-type src/bokeh/resources.py:476:42 Argument to function `__call__` is incorrect: Expected `list[str]`, found `list[Literal["bokeh", "bokeh-gl", "bokeh-widgets", "bokeh-tables", "bokeh-mathjax", "bokeh-api"]]`
bokeh unresolved-import src/bokeh/sampledata/__init__.py:32:6 Cannot resolve imported module `packaging.version`
bokeh unresolved-import src/bokeh/sampledata/__init__.py:68:12 Cannot resolve imported module `bokeh_sampledata`
bokeh invalid-argument-type src/bokeh/server/auth_provider.py:298:46 Argument to function `module_from_spec` is incorrect: Expected `ModuleSpec`, found `ModuleSpec | None`
bokeh possibly-missing-attribute src/bokeh/server/auth_provider.py:299:5 Attribute `loader` may be missing on object of type `ModuleSpec | None`
bokeh possibly-missing-attribute src/bokeh/server/auth_provider.py:299:5 Attribute `exec_module` may be missing on object of type `Loader | None`
bokeh unresolved-attribute src/bokeh/server/contexts.py:286:17 Object of type `Logger` has no attribute `trace`
bokeh invalid-await src/bokeh/server/contexts.py:289:15 `None` is not awaitable
bokeh invalid-assignment src/bokeh/server/contexts.py:341:13 Object of type `dict[str, bytes | list[bytes]]` is not assignable to attribute `_arguments` of type `dict[str, list[bytes]]`
bokeh unresolved-attribute src/bokeh/server/contexts.py:381:16 Object of type `<super: <class '_RequestProxy'>, _RequestProxy>` has no attribute `__getattr__`
bokeh possibly-missing-attribute src/bokeh/server/server.py:419:24 Member `bind_unix_socket` may be missing on module `tornado.netutil`
bokeh invalid-return-type src/bokeh/server/session.py:110:12 Return type does not match returned value: expected `F@_needs_document_lock`, found `_Wrapped[(...), Unknown, (...), Unknown]`
bokeh invalid-argument-type src/bokeh/server/session.py:145:49 Argument to bound method `__init__` is incorrect: Expected `IOLoop`, found `IOLoop | None`
bokeh invalid-argument-type src/bokeh/server/session.py:260:47 Argument to bound method `_wrap_session_callback` is incorrect: Expected `SessionCallback`, found `() -> None`
bokeh invalid-argument-type src/bokeh/server/tornado.py:286:56 Argument to bound method `__init__` is incorrect: Expected `(Document, /) -> None`, found `(Mapping[str, Application | ((Document, /) -> None)] & (() -> object)) | (Application & (() -> object)) | (((Document, /) -> None) & (() -> object))`
bokeh no-matching-overload src/bokeh/server/tornado.py:291:28 No overload of bound method `__init__` matches arguments
bokeh invalid-argument-type src/bokeh/server/tornado.py:295:71 Argument to bound method `__init__` is incorrect: Expected `(Document, /) -> None`, found `(Unknown & (() -> object)) | (Application & (() -> object))`
bokeh invalid-argument-type src/bokeh/server/tornado.py:295:71 Argument to bound method `__init__` is incorrect: Expected `(Document, /) -> None`, found `(Unknown & (() -> object)) | (Application & (() -> object))`
bokeh index-out-of-bounds src/bokeh/server/tornado.py:431:17 Index 2 is out of bounds for tuple `tuple[str, type[RequestHandler]]` with length 2
bokeh possibly-missing-attribute src/bokeh/server/views/auth_request_handler.py:59:12 Attribute `auth_provider` may be missing on object of type `Unknown | Application`
bokeh possibly-missing-attribute src/bokeh/server/views/auth_request_handler.py:60:20 Attribute `auth_provider` may be missing on object of type `Unknown | Application`
bokeh possibly-missing-attribute src/bokeh/server/views/auth_request_handler.py:61:12 Attribute `auth_provider` may be missing on object of type `Unknown | Application`
bokeh possibly-missing-attribute src/bokeh/server/views/auth_request_handler.py:62:20 Attribute `auth_provider` may be missing on object of type `Unknown | Application`
bokeh possibly-missing-attribute src/bokeh/server/views/auth_request_handler.py:70:12 Attribute `auth_provider` may be missing on object of type `Unknown | Application`
bokeh possibly-missing-attribute src/bokeh/server/views/auth_request_handler.py:71:20 Attribute `auth_provider` may be missing on object of type `Unknown | Application`
bokeh possibly-missing-attribute src/bokeh/server/views/auth_request_handler.py:78:12 Attribute `auth_provider` may be missing on object of type `Unknown | Application`
bokeh possibly-missing-attribute src/bokeh/server/views/auth_request_handler.py:79:39 Attribute `auth_provider` may be missing on object of type `Unknown | Application`
bokeh invalid-await src/bokeh/server/views/autoload_js_handler.py:68:25 `Awaitable[None] | None` is not awaitable
bokeh invalid-argument-type src/bokeh/server/views/autoload_js_handler.py:88:57 Argument to bound method `__init__` is incorrect: Expected `ID | None`, found `str & ~AlwaysFalsy`
bokeh invalid-await src/bokeh/server/views/doc_handler.py:54:25 `Awaitable[None] | None` is not awaitable
bokeh possibly-missing-attribute src/bokeh/server/views/ico_handler.py:53:12 Attribute `icon` may be missing on object of type `Unknown | None`
bokeh possibly-missing-attribute src/bokeh/server/views/ico_handler.py:57:20 Attribute `icon` may be missing on object of type `Unknown | None`
bokeh invalid-method-override src/bokeh/server/views/multi_root_static_handler.py:52:9 Invalid override of method `initialize`: Definition is incompatible with `StaticFileHandler.initialize`
bokeh invalid-method-override src/bokeh/server/views/multi_root_static_handler.py:57:9 Invalid override of method `get_absolute_path`: Definition is incompatible with `StaticFileHandler.get_absolute_path`
bokeh invalid-method-override src/bokeh/server/views/multi_root_static_handler.py:69:9 Invalid override of method `validate_absolute_path`: Definition is incompatible with `StaticFileHandler.validate_absolute_path`
bokeh invalid-assignment src/bokeh/server/views/session_handler.py:87:33 Object of type `str | None` is not assignable to `ID | None`
bokeh invalid-assignment src/bokeh/server/views/session_handler.py:92:26 Object of type `Unknown | str | None` is not assignable to `ID | None`
bokeh possibly-missing-attribute src/bokeh/server/views/ws.py:111:25 Attribute `websocket_origins` may be missing on object of type `Unknown | Application`
bokeh invalid-argument-type src/bokeh/server/views/ws.py:115:48 Argument to function `check_allowlist` is incorrect: Expected `Sequence[str]`, found `Unknown | set[str]`
bokeh possibly-missing-attribute src/bokeh/server/views/ws.py:151:47 Attribute `sign_sessions` may be missing on object of type `Unknown | Application`
bokeh possibly-missing-attribute src/bokeh/server/views/ws.py:152:51 Attribute `secret_key` may be missing on object of type `Unknown | Application`
bokeh possibly-missing-attribute src/bokeh/server/views/ws.py:158:13 Attribute `io_loop` may be missing on object of type `Unknown | Application`
bokeh unresolved-attribute src/bokeh/server/views/ws.py:167:9 Object of type `Logger` has no attribute `trace`
bokeh possibly-missing-attribute src/bokeh/server/views/ws.py:212:31 Attribute `new_connection` may be missing on object of type `Unknown | Application`
bokeh invalid-method-override src/bokeh/server/views/ws.py:225:15 Invalid override of method `on_message`: Definition is incompatible with `WebSocketHandler.on_message`
bokeh unresolved-attribute src/bokeh/server/views/ws.py:270:13 Object of type `Logger` has no attribute `trace`
bokeh unresolved-attribute src/bokeh/server/views/ws.py:272:13 Object of type `Logger` has no attribute `trace`
bokeh invalid-argument-type src/bokeh/server/views/ws.py:284:32 Argument to bound method `send` is incorrect: Expected `WebSocketClientConnectionWrapper`, found `Self@send_message`
bokeh invalid-method-override src/bokeh/server/views/ws.py:290:15 Invalid override of method `write_message`: Definition is incompatible with `WebSocketHandler.write_message`
bokeh possibly-missing-attribute src/bokeh/server/views/ws.py:309:13 Attribute `client_lost` may be missing on object of type `Unknown | Application`
bokeh possibly-missing-attribute src/bokeh/server/views/ws.py:314:29 Attribute `consume` may be missing on object of type `Unknown | None | Receiver`
bokeh possibly-missing-attribute src/bokeh/server/views/ws.py:323:26 Attribute `handle` may be missing on object of type `Unknown | None | ProtocolHandler`
bokeh unresolved-import src/bokeh/settings.py:137:8 Cannot resolve imported module `yaml`
bokeh invalid-return-type src/bokeh/settings.py:414:20 Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | str, Literal[SettingProvenance.IMMEDIATE]]`
bokeh invalid-argument-type src/bokeh/settings.py:414:34 Argument to function `convert_str` is incorrect: Expected `str`, found `(T@PrioritizedSetting & ~None) | str`
bokeh invalid-return-type src/bokeh/settings.py:418:20 Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | str, Literal[SettingProvenance.USER_SET]]`
bokeh invalid-argument-type src/bokeh/settings.py:418:34 Argument to function `convert_str` is incorrect: Expected `str`, found `str | (T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)`
bokeh invalid-return-type src/bokeh/settings.py:422:20 Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | str, Literal[SettingProvenance.CONFIG_OVERRIDE]]`
bokeh invalid-return-type src/bokeh/settings.py:426:20 Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | str, Literal[SettingProvenance.ENV_VAR]]`
bokeh invalid-return-type src/bokeh/settings.py:430:20 Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | str, Literal[SettingProvenance.CONFIG_USER]]`
bokeh invalid-return-type src/bokeh/settings.py:434:20 Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | str, Literal[SettingProvenance.CONFIG_SYSTEM]]`
bokeh invalid-return-type src/bokeh/settings.py:438:20 Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | str, Literal[SettingProvenance.DEV_DEFAULT]]`
bokeh invalid-argument-type src/bokeh/settings.py:438:34 Argument to function `convert_str` is incorrect: Expected `str`, found `(Unknown & ~<class '_Unset'>) | (T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)`
bokeh invalid-return-type src/bokeh/settings.py:442:20 Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | str, Literal[SettingProvenance.DEFAULT]]`
bokeh invalid-argument-type src/bokeh/settings.py:442:34 Argument to function `convert_str` is incorrect: Expected `str`, found `(T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)`
bokeh invalid-return-type src/bokeh/settings.py:446:20 Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | str, Literal[SettingProvenance.GLOBAL_DEFAULT]]`
bokeh invalid-argument-type src/bokeh/settings.py:446:34 Argument to function `convert_str` is incorrect: Expected `str`, found `(Unknown & ~<class '_Unset'>) | (T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)`
bokeh invalid-assignment src/bokeh/settings.py:610:56 Object of type `PrioritizedSetting[list[str] | str]` is not assignable to `PrioritizedSetting[list[str]]`
bokeh invalid-assignment src/bokeh/settings.py:646:50 Object of type `PrioritizedSetting[int | str]` is not assignable to `PrioritizedSetting[int]`
bokeh invalid-assignment src/bokeh/settings.py:705:49 Object of type `PrioritizedSetting[bool | str]` is not assignable to `PrioritizedSetting[bool]`
bokeh invalid-assignment src/bokeh/settings.py:723:42 Object of type `PrioritizedSetting[bool | str]` is not assignable to `PrioritizedSetting[bool]`
bokeh invalid-assignment src/bokeh/settings.py:736:61 Object of type `PrioritizedSetting[bool | str]` is not assignable to `PrioritizedSetting[bool]`
bokeh invalid-argument-type src/bokeh/settings.py:747:46 Argument to bound method `__init__` is incorrect: Expected `((int | None | str, /) -> int | None | str) | None`, found `def convert_logging(value: str | int) -> int | None`
bokeh invalid-assignment src/bokeh/settings.py:778:52 Object of type `PrioritizedSetting[int | str]` is not assignable to `PrioritizedSetting[int]`
bokeh invalid-assignment src/bokeh/settings.py:799:44 Object of type `PrioritizedSetting[bool | str]` is not assignable to `PrioritizedSetting[bool]`
bokeh invalid-assignment src/bokeh/settings.py:818:61 Object of type `PrioritizedSetting[str]` is not assignable to `PrioritizedSetting[Literal["none", "errors", "all"]]`
bokeh invalid-assignment src/bokeh/settings.py:830:46 Object of type `PrioritizedSetting[bool | str]` is not assignable to `PrioritizedSetting[bool]`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_autodoc.py:28:6 Cannot resolve imported module `sphinx.ext.autodoc`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_color.py:37:6 Cannot resolve imported module `docutils`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_color.py:38:6 Cannot resolve imported module `docutils.parsers.rst.directives`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_dataframe.py:41:6 Cannot resolve imported module `docutils`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_dataframe.py:42:6 Cannot resolve imported module `sphinx.errors`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_dataframe.py:76:12 Cannot resolve imported module `pandas`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_directive.py:28:6 Cannot resolve imported module `docutils`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_directive.py:29:6 Cannot resolve imported module `docutils.statemachine`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_directive.py:30:6 Cannot resolve imported module `sphinx.util.docutils`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_directive.py:31:6 Cannot resolve imported module `sphinx.util.nodes`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_enum.py:42:6 Cannot resolve imported module `docutils.parsers.rst.directives`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_enum.py:43:6 Cannot resolve imported module `sphinx.errors`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_example_metadata.py:25:6 Cannot resolve imported module `sphinx.util`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_example_metadata.py:33:6 Cannot resolve imported module `docutils.parsers.rst.directives`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_example_metadata.py:34:6 Cannot resolve imported module `sphinx.errors`
bokeh invalid-assignment src/bokeh/sphinxext/_internal/bokeh_example_metadata.py:110:12 Object of type `GeneratorType[str, None, None]` is not assignable to `str | None`
bokeh not-iterable src/bokeh/sphinxext/_internal/bokeh_example_metadata.py:112:85 Object of type `str | None` may not be iterable
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_gallery.py:40:6 Cannot resolve imported module `sphinx.errors`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_gallery.py:41:6 Cannot resolve imported module `sphinx.util`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_gallery.py:42:6 Cannot resolve imported module `sphinx.util.display`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_jinja.py:47:6 Cannot resolve imported module `sphinx.errors`
bokeh possibly-unresolved-reference src/bokeh/sphinxext/_internal/bokeh_jinja.py:89:28 Name `module` used when possibly not defined
bokeh possibly-missing-attribute src/bokeh/sphinxext/_internal/bokeh_jinja.py:93:30 Attribute `filename` may be missing on object of type `Any | None`
bokeh possibly-missing-attribute src/bokeh/sphinxext/_internal/bokeh_jinja.py:97:29 Attribute `filename` may be missing on object of type `Any | None`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_model.py:43:6 Cannot resolve imported module `docutils.parsers.rst.directives`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_model.py:44:6 Cannot resolve imported module `sphinx.errors`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_options.py:39:6 Cannot resolve imported module `docutils.parsers.rst.directives`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_options.py:40:6 Cannot resolve imported module `sphinx.errors`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_palette.py:83:6 Cannot resolve imported module `docutils`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_palette.py:84:6 Cannot resolve imported module `sphinx.errors`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_palette_group.py:42:6 Cannot resolve imported module `docutils`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_palette_group.py:43:6 Cannot resolve imported module `docutils.parsers.rst`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_palette_group.py:44:6 Cannot resolve imported module `sphinx.errors`
bokeh unresolved-attribute src/bokeh/sphinxext/_internal/bokeh_palette_group.py:91:12 Function `visit_html` has no attribute `__func__`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_prop.py:41:6 Cannot resolve imported module `docutils.parsers.rst.directives`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_prop.py:42:6 Cannot resolve imported module `sphinx.errors`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_releases.py:45:6 Cannot resolve imported module `packaging.version`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_roles.py:60:8 Cannot resolve imported module `toml`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_roles.py:61:6 Cannot resolve imported module `docutils`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_roles.py:62:6 Cannot resolve imported module `docutils.parsers.rst.roles`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_sampledata_xref.py:24:6 Cannot resolve imported module `sphinx.util`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_sampledata_xref.py:35:6 Cannot resolve imported module `docutils`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_sampledata_xref.py:36:6 Cannot resolve imported module `sphinx.locale`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_settings.py:39:6 Cannot resolve imported module `docutils.parsers.rst.directives`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_settings.py:40:6 Cannot resolve imported module `sphinx.errors`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_sitemap.py:33:6 Cannot resolve imported module `sphinx.errors`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokeh_sitemap.py:34:6 Cannot resolve imported module `sphinx.util.display`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokehjs_content.py:61:6 Cannot resolve imported module `docutils`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokehjs_content.py:62:6 Cannot resolve imported module `docutils.parsers.rst.directives`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokehjs_content.py:63:6 Cannot resolve imported module `sphinx.directives.code`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokehjs_content.py:64:6 Cannot resolve imported module `sphinx.errors`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokehjs_content.py:65:6 Cannot resolve imported module `sphinx.locale`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokehjs_content.py:66:6 Cannot resolve imported module `sphinx.util`
bokeh unresolved-import src/bokeh/sphinxext/_internal/bokehjs_content.py:67:6 Cannot resolve imported module `sphinx.util.nodes`
bokeh unresolved-attribute src/bokeh/sphinxext/_internal/bokehjs_content.py:113:12 Function `visit_html` has no attribute `__func__`
bokeh unresolved-attribute src/bokeh/sphinxext/_internal/bokehjs_content.py:113:33 Function `depart_html` has no attribute `__func__`
bokeh unknown-argument src/bokeh/sphinxext/_internal/bokehjs_content.py:146:102 Argument `location` does not match any known parameter of bound method `warning`
bokeh invalid-argument-type src/bokeh/sphinxext/_internal/example_handler.py:68:25 Argument to bound method `add` is incorrect: Expected `ModuleType`, found `Unknown | ModuleType | None`
bokeh invalid-argument-type src/bokeh/sphinxext/_internal/example_handler.py:76:30 Argument to bound method `run` is incorrect: Expected `ModuleType`, found `Unknown | ModuleType | None`
bokeh invalid-assignment src/bokeh/sphinxext/_internal/example_handler.py:113:9 Implicit shadowing of class `Document`
bokeh unresolved-import src/bokeh/sphinxext/bokeh_plot.py:81:6 Cannot resolve imported module `sphinx.util`
bokeh unresolved-import src/bokeh/sphinxext/bokeh_plot.py:96:6 Cannot resolve imported module `docutils`
bokeh unresolved-import src/bokeh/sphinxext/bokeh_plot.py:97:6 Cannot resolve imported module `docutils.parsers.rst.directives`
bokeh unresolved-import src/bokeh/sphinxext/bokeh_plot.py:98:6 Cannot resolve imported module `sphinx.errors`
bokeh unresolved-import src/bokeh/sphinxext/bokeh_plot.py:99:6 Cannot resolve imported module `sphinx.util`
bokeh unresolved-import src/bokeh/sphinxext/bokeh_plot.py:100:6 Cannot resolve imported module `sphinx.util.display`
bokeh unresolved-import src/bokeh/sphinxext/bokeh_plot.py:101:6 Cannot resolve imported module `sphinx.util.nodes`
bokeh unresolved-attribute src/bokeh/sphinxext/bokeh_plot.py:146:12 Function `visit_html` has no attribute `__func__`
bokeh unresolved-import src/bokeh/themes/theme.py:27:8 Cannot resolve imported module `yaml`
bokeh invalid-argument-type src/bokeh/transform.py:155:13 Argument is incorrect: Expected `Sequence[str | tuple[int, int, int] | tuple[int, int, int, int | float]]`, found `Sequence[str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]]`
bokeh invalid-argument-type src/bokeh/transform.py:158:13 Argument is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float]`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]`
bokeh invalid-argument-type src/bokeh/transform.py:159:13 Argument is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float] | None`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float] | None`
bokeh invalid-argument-type src/bokeh/transform.py:160:13 Argument is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float] | None`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float] | None`
bokeh invalid-argument-type src/bokeh/transform.py:200:13 Argument is incorrect: Expected `Sequence[str | tuple[int, int, int] | tuple[int, int, int, int | float]]`, found `Sequence[str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]]`
bokeh invalid-argument-type src/bokeh/transform.py:202:13 Argument is incorrect: Expected `int`, found `int | float`
bokeh invalid-argument-type src/bokeh/transform.py:203:13 Argument is incorrect: Expected `int | None`, found `int | float | None`
bokeh invalid-argument-type src/bokeh/transform.py:204:13 Argument is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float]`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]`
bokeh invalid-argument-type src/bokeh/transform.py:242:13 Argument is incorrect: Expected `Sequence[Property[Literal["blank", "dot", "ring", "horizontal_line", "vertical_line", ... omitted 29 literals]]]`, found `Sequence[str]`
bokeh invalid-argument-type src/bokeh/transform.py:244:13 Argument is incorrect: Expected `int`, found `int | float`
bokeh invalid-argument-type src/bokeh/transform.py:245:13 Argument is incorrect: Expected `int | None`, found `int | float | None`
bokeh invalid-argument-type src/bokeh/transform.py:285:13 Argument is incorrect: Expected `Sequence[Literal["asterisk", "circle", "circle_cross", "circle_dot", "circle_x", ... omitted 23 literals]]`, found `Sequence[str]`
bokeh invalid-argument-type src/bokeh/transform.py:287:13 Argument is incorrect: Expected `int`, found `int | float`
bokeh invalid-argument-type src/bokeh/transform.py:288:13 Argument is incorrect: Expected `int | None`, found `int | float | None`
bokeh invalid-argument-type src/bokeh/transform.py:368:13 Argument is incorrect: Expected `Sequence[str | tuple[int, int, int] | tuple[int, int, int, int | float]]`, found `Sequence[str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]]`
bokeh invalid-argument-type src/bokeh/transform.py:371:13 Argument is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float]`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]`
bokeh invalid-argument-type src/bokeh/transform.py:372:13 Argument is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float] | None`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float] | None`
bokeh invalid-argument-type src/bokeh/transform.py:373:13 Argument is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float] | None`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float] | None`
bokeh invalid-argument-type src/bokeh/transform.py:415:13 Argument is incorrect: Expected `Sequence[str | tuple[int, int, int] | tuple[int, int, int, int | float]]`, found `Sequence[str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]]`
bokeh invalid-argument-type src/bokeh/transform.py:418:13 Argument is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float]`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]`
bokeh invalid-argument-type src/bokeh/transform.py:419:13 Argument is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float] | None`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float] | None`
bokeh invalid-argument-type src/bokeh/transform.py:420:13 Argument is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float] | None`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float] | None`
bokeh possibly-unresolved-reference src/bokeh/util/compiler.py:116:38 Name `i` used when possibly not defined
bokeh possibly-unresolved-reference src/bokeh/util/compiler.py:233:28 Name `file` used when possibly not defined
bokeh redundant-cast src/bokeh/util/datatypes.py:73:13 Value is already of type `set[V@MultiValuedDict]`
bokeh redundant-cast src/bokeh/util/datatypes.py:85:25 Value is already of type `set[V@MultiValuedDict]`
bokeh redundant-cast src/bokeh/util/datatypes.py:95:24 Value is already of type `set[V@MultiValuedDict]`
bokeh redundant-cast src/bokeh/util/datatypes.py:112:24 Value is already of type `set[V@MultiValuedDict]`
bokeh unresolved-import src/bokeh/util/serialization.py:48:12 Cannot resolve imported module `pandas`
bokeh unresolved-import src/bokeh/util/serialization.py:61:16 Cannot resolve imported module `pandas`
bokeh unresolved-import src/bokeh/util/serialization.py:183:16 Cannot resolve imported module `pandas`
bokeh unresolved-import src/bokeh/util/serialization.py:383:12 Cannot resolve imported module `pandas`
bokeh unresolved-import src/bokeh/util/terminal.py:51:12 Cannot resolve imported module `colorama`
bokeh unresolved-import src/bokeh/util/terminal.py:52:10 Cannot resolve imported module `colorama`
bokeh no-matching-overload src/bokeh/util/warnings.py:74:15 No overload of function `dirname` matches arguments
jinja unresolved-import docs/conf.py:1:6 Cannot resolve imported module `pallets_sphinx_themes`
jinja unresolved-import docs/conf.py:2:6 Cannot resolve imported module `pallets_sphinx_themes`
jinja possibly-missing-attribute docs/examples/cache_extension.py:44:15 Attribute `fragment_cache_prefix` may be missing on object of type `Unknown | Environment`
jinja possibly-missing-attribute docs/examples/cache_extension.py:49:14 Attribute `fragment_cache` may be missing on object of type `Unknown | Environment`
jinja possibly-missing-attribute docs/examples/cache_extension.py:53:9 Attribute `fragment_cache` may be missing on object of type `Unknown | Environment`
jinja invalid-argument-type docs/examples/inline_gettext_extension.py:48:56 Argument is incorrect: Expected `str`, found `None`
jinja invalid-argument-type docs/examples/inline_gettext_extension.py:50:54 Argument is incorrect: Expected `str`, found `None`
jinja unused-ignore-comment src/jinja2/async_utils.py:15:34 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/async_utils.py:16:33 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/async_utils.py:39:40 Unused blanket `type: ignore` directive
jinja redundant-cast src/jinja2/async_utils.py:68:22 Value is already of type `Awaitable[V@auto_await]`
jinja call-non-callable src/jinja2/async_utils.py:91:16 Object of type `object` is not callable
jinja unused-ignore-comment src/jinja2/compiler.py:120:45 Unused blanket `type: ignore` directive
jinja possibly-unresolved-reference src/jinja2/compiler.py:1257:27 Name `loop_filter_func` used when possibly not defined
jinja possibly-unresolved-reference src/jinja2/compiler.py:1280:31 Name `iteration_indicator` used when possibly not defined
jinja possibly-unresolved-reference src/jinja2/compiler.py:1287:34 Name `iteration_indicator` used when possibly not defined
jinja unused-ignore-comment src/jinja2/compiler.py:1422:50 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/debug.py:76:22 Unused blanket `type: ignore` directive
jinja invalid-return-type src/jinja2/debug.py:78:6 Function can implicitly return `None`, which is not assignable to return type `TracebackType`
jinja escape-character-in-forward-annotation src/jinja2/defaults.py:24:19 Type expressions cannot contain escape characters
jinja unused-ignore-comment src/jinja2/environment.py:25:40 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/environment.py:28:38 Unused blanket `type: ignore` directive
jinja escape-character-in-forward-annotation src/jinja2/environment.py:307:27 Type expressions cannot contain escape characters
jinja escape-character-in-forward-annotation src/jinja2/environment.py:399:27 Type expressions cannot contain escape characters
jinja unused-ignore-comment src/jinja2/environment.py:514:35 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/environment.py:674:49 Unused blanket `type: ignore` directive
jinja possibly-unresolved-reference src/jinja2/environment.py:894:17 Name `zip_file` used when possibly not defined
jinja escape-character-in-forward-annotation src/jinja2/environment.py:1177:27 Type expressions cannot contain escape characters
jinja unused-ignore-comment src/jinja2/environment.py:1187:37 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/environment.py:1202:25 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/environment.py:1290:73 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/environment.py:1311:46 Unused blanket `type: ignore` directive
jinja invalid-return-type src/jinja2/environment.py:1496:20 Return type does not match returned value: expected `list[tuple[int, int]]`, found `list[tuple[int, ...] | Unknown]`
jinja unused-ignore-comment src/jinja2/environment.py:1497:48 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/environment.py:1614:34 Unused blanket `type: ignore` directive
jinja no-matching-overload src/jinja2/environment.py:1617:17 No overload of bound method `writelines` matches arguments
jinja unused-ignore-comment src/jinja2/environment.py:1661:30 Unused blanket `type: ignore` directive
jinja invalid-assignment src/jinja2/exceptions.py:43:23 Object of type `str | Undefined | None` is not assignable to `str | None`
jinja unused-ignore-comment src/jinja2/exceptions.py:131:28 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/ext.py:14:30 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/ext.py:178:32 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/ext.py:197:32 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/ext.py:214:32 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/ext.py:239:32 Unused blanket `type: ignore` directive
jinja invalid-assignment src/jinja2/filters.py:169:48 Object of type `dict_items[object, object]` is not assignable to `Iterable[tuple[str, Any]]`
jinja unused-ignore-comment src/jinja2/filters.py:171:24 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/filters.py:474:33 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/filters.py:637:31 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/filters.py:661:32 Unused blanket `type: ignore` directive
jinja possibly-unresolved-reference src/jinja2/filters.py:730:34 Name `unit` used when possibly not defined
jinja possibly-unresolved-reference src/jinja2/filters.py:730:45 Name `prefix` used when possibly not defined
jinja unused-ignore-comment src/jinja2/filters.py:1098:32 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/filters.py:1281:34 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/filters.py:1335:30 Unused blanket `type: ignore` directive
jinja unsupported-operator src/jinja2/filters.py:1352:9 Operator `+=` is not supported between objects of type `V@do_sum` and `Any | V@do_sum`
jinja unused-ignore-comment src/jinja2/filters.py:1364:31 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/filters.py:1520:30 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/filters.py:1565:33 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/filters.py:1601:33 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/filters.py:1641:37 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/filters.py:1679:37 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/lexer.py:452:31 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/lexer.py:461:44 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/lexer.py:531:62 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/lexer.py:578:65 Unused blanket `type: ignore` directive
jinja invalid-argument-type src/jinja2/lexer.py:667:40 Argument is incorrect: Expected `str`, found `str | int | Any`
jinja unused-ignore-comment src/jinja2/lexer.py:781:60 Unused blanket `type: ignore` directive
jinja possibly-unresolved-reference src/jinja2/loaders.py:143:32 Name `bucket` used when possibly not defined
jinja possibly-unresolved-reference src/jinja2/loaders.py:144:13 Name `bucket` used when possibly not defined
jinja possibly-unresolved-reference src/jinja2/loaders.py:145:28 Name `bucket` used when possibly not defined
jinja no-matching-overload src/jinja2/loaders.py:190:28 No overload of function `fspath` matches arguments
jinja unused-ignore-comment src/jinja2/loaders.py:266:23 Unused blanket `type: ignore` directive
jinja no-matching-overload src/jinja2/loaders.py:639:25 No overload of function `fspath` matches arguments
jinja unused-ignore-comment src/jinja2/meta.py:80:47 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/nativetypes.py:92:43 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/nativetypes.py:108:52 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/nativetypes.py:123:52 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/nodes.py:59:40 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/nodes.py:203:30 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/nodes.py:791:24 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/parser.py:173:29 Unused blanket `type: ignore` directive
jinja invalid-assignment src/jinja2/parser.py:429:9 Object of type `Expr` is not assignable to attribute `call` of type `Call`
jinja invalid-argument-type src/jinja2/parser.py:1024:37 Argument to bound method `extend` is incorrect: Expected `Iterable[Node]`, found `(Node & Top[list[Unknown]]) | list[Node]`
jinja unresolved-attribute src/jinja2/runtime.py:144:2 Class `Mapping` has no attribute `register`
jinja unused-ignore-comment src/jinja2/runtime.py:370:49 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/runtime.py:384:49 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/runtime.py:592:40 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/runtime.py:601:37 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/runtime.py:615:40 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/runtime.py:619:39 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/runtime.py:634:36 Unused blanket `type: ignore` directive
jinja invalid-assignment src/jinja2/runtime.py:690:38 Object of type `(Unknown & ~(() -> object)) | bool | (((str | None, /) -> bool) & ~(() -> object))` is not assignable to `bool | None`
jinja invalid-argument-type src/jinja2/runtime.py:770:40 Argument to bound method `_invoke` is incorrect: Expected `bool`, found `@Todo | bool | None`
jinja unused-ignore-comment src/jinja2/runtime.py:778:20 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/runtime.py:946:42 Unused blanket `type: ignore` directive
jinja invalid-return-type src/jinja2/runtime.py:948:14 Function always implicitly returns `None`, which is not assignable to return type `Never`
jinja unused-ignore-comment src/jinja2/runtime.py:952:65 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/runtime.py:957:39 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/runtime.py:961:40 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/runtime.py:965:40 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/runtime.py:1003:65 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/runtime.py:1028:45 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/sandbox.py:111:31 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/utils.py:51:42 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/utils.py:68:47 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/utils.py:81:46 Unused blanket `type: ignore` directive
jinja unused-ignore-comment src/jinja2/utils.py:93:40 Unused blanket `type: ignore` directive
jinja unresolved-attribute src/jinja2/utils.py:431:2 Class `MutableMapping` has no attribute `register`
jinja unresolved-import tests/conftest.py:4:8 Cannot resolve imported module `pytest`
jinja unresolved-import tests/conftest.py:5:8 Cannot resolve imported module `trio`
jinja unresolved-import tests/test_api.py:5:8 Cannot resolve imported module `pytest`
jinja unused-ignore-comment tests/test_api.py:276:24 Unused blanket `type: ignore` directive
jinja invalid-argument-type tests/test_api.py:295:52 Argument to function `make_logging_undefined` is incorrect: Expected `Logger | None`, found `DebugLogger`
jinja invalid-argument-type tests/test_api.py:408:47 Argument to bound method `visit_Const` is incorrect: Expected `Frame`, found `Unknown | None`
jinja unresolved-import tests/test_async.py:1:8 Cannot resolve imported module `pytest`
jinja unresolved-import tests/test_async_filters.py:4:8 Cannot resolve imported module `pytest`
jinja unused-ignore-comment tests/test_async_filters.py:187:20 Unused blanket `type: ignore` directive
jinja unresolved-import tests/test_bytecode_cache.py:1:8 Cannot resolve imported module `pytest`
jinja invalid-argument-type tests/test_bytecode_cache.py:51:20 Argument to bound method `__init__` is incorrect: Expected `Environment`, found `None`
jinja invalid-assignment tests/test_bytecode_cache.py:52:9 Object of type `Literal["code"]` is not assignable to attribute `code` of type `CodeType | None`
jinja invalid-argument-type tests/test_bytecode_cache.py:56:20 Argument to bound method `__init__` is incorrect: Expected `Environment`, found `None`
jinja invalid-assignment tests/test_bytecode_cache.py:62:9 Implicit shadowing of function `get`
jinja invalid-assignment tests/test_bytecode_cache.py:63:9 Implicit shadowing of function `set`
jinja invalid-argument-type tests/test_bytecode_cache.py:65:20 Argument to bound method `__init__` is incorrect: Expected `Environment`, found `None`
jinja invalid-assignment tests/test_bytecode_cache.py:66:9 Object of type `Literal["code"]` is not assignable to attribute `code` of type `CodeType | None`
jinja unresolved-import tests/test_compile.py:4:8 Cannot resolve imported module `pytest`
jinja unresolved-import tests/test_core_tags.py:1:8 Cannot resolve imported module `pytest`
jinja unresolved-import tests/test_debug.py:5:8 Cannot resolve imported module `pytest`
jinja division-by-zero tests/test_debug.py:32:38 Cannot divide object of type `Literal[1]` by zero
jinja unresolved-import tests/test_ext.py:4:8 Cannot resolve imported module `pytest`
jinja unused-ignore-comment tests/test_ext.py:180:65 Unused blanket `type: ignore` directive
jinja invalid-argument-type tests/test_ext.py:208:51 Argument is incorrect: Expected `str`, found `None`
jinja invalid-argument-type tests/test_ext.py:210:43 Argument is incorrect: Expected `str`, found `None`
jinja invalid-argument-type tests/test_ext.py:212:43 Argument is incorrect: Expected `str`, found `None`
jinja invalid-argument-type tests/test_ext.py:213:49 Argument is incorrect: Expected `str`, found `None`
jinja unresolved-attribute tests/test_ext.py:331:13 Function `get_user_count` has no attribute `called`
jinja unresolved-attribute tests/test_ext.py:334:9 Unresolved attribute `called` on type `def get_user_count() -> Unknown`.
jinja unresolved-attribute tests/test_ext.py:336:16 Function `get_user_count` has no attribute `called`
jinja unresolved-attribute tests/test_ext.py:551:9 Object of type `Environment` has no attribute `install_gettext_callables`
jinja unresolved-import tests/test_filters.py:4:8 Cannot resolve imported module `pytest`
jinja unresolved-import tests/test_imports.py:1:8 Cannot resolve imported module `pytest`
jinja unresolved-import tests/test_inheritance.py:1:8 Cannot resolve imported module `pytest`
jinja unresolved-import tests/test_lexnparse.py:1:8 Cannot resolve imported module `pytest`
jinja unresolved-import tests/test_loader.py:12:8 Cannot resolve imported module `pytest`
jinja unsupported-operator tests/test_loader.py:94:16 Operator `in` is not supported between objects of type `tuple[ReferenceType[DictLoader], Literal["one"]]` and `Unknown | MutableMapping[tuple[ReferenceType[BaseLoader], str], Template] | None`
jinja unsupported-operator tests/test_loader.py:95:16 Operator `not in` is not supported between objects of type `tuple[ReferenceType[DictLoader], Literal["two"]]` and `Unknown | MutableMapping[tuple[ReferenceType[BaseLoader], str], Template] | None`
jinja unsupported-operator tests/test_loader.py:96:16 Operator `in` is not supported between objects of type `tuple[ReferenceType[DictLoader], Literal["three"]]` and `Unknown | MutableMapping[tuple[ReferenceType[BaseLoader], str], Template] | None`
jinja possibly-missing-attribute tests/test_loader.py:240:17 Attribute `get_template` may be missing on object of type `Unknown | None | Environment`
jinja possibly-missing-attribute tests/test_loader.py:244:17 Attribute `get_template` may be missing on object of type `Unknown | None | Environment`
jinja possibly-missing-attribute tests/test_loader.py:261:9 Attribute `get_template` may be missing on object of type `Unknown | None | Environment`
jinja possibly-missing-attribute tests/test_loader.py:263:16 Attribute `loader` may be missing on object of type `Unknown | None | Environment`
jinja possibly-missing-attribute tests/test_loader.py:263:16 Attribute `module` may be missing on object of type `Unknown | BaseLoader | None`
jinja possibly-missing-attribute tests/test_loader.py:265:24 Attribute `loader` may be missing on object of type `Unknown | None | Environment`
jinja possibly-missing-attribute tests/test_loader.py:265:24 Attribute `module` may be missing on object of type `Unknown | BaseLoader | None`
jinja invalid-assignment tests/test_loader.py:282:9 Object of type `ChoiceLoader` is not assignable to attribute `loader` on type `Unknown | None | Environment`
jinja invalid-argument-type tests/test_loader.py:283:13 Argument to bound method `__init__` is incorrect: Expected `Sequence[BaseLoader]`, found `list[Unknown | BaseLoader | None]`
jinja possibly-missing-attribute tests/test_loader.py:283:14 Attribute `loader` may be missing on object of type `Unknown | None | Environment`
jinja possibly-missing-attribute tests/test_loader.py:285:17 Attribute `get_template` may be missing on object of type `Unknown | None | Environment`
jinja possibly-missing-attribute tests/test_loader.py:287:17 Attribute `get_template` may be missing on object of type `Unknown | None | Environment`
jinja invalid-assignment tests/test_loader.py:292:9 Object of type `PrefixLoader` is not assignable to attribute `loader` on type `Unknown | None | Environment`
jinja invalid-argument-type tests/test_loader.py:293:13 Argument to bound method `__init__` is incorrect: Expected `Mapping[str, BaseLoader]`, found `dict[Unknown | str, Unknown | BaseLoader | None]`
jinja possibly-missing-attribute tests/test_loader.py:294:24 Attribute `loader` may be missing on object of type `Unknown | None | Environment`
jinja possibly-missing-attribute tests/test_loader.py:298:17 Attribute `get_template` may be missing on object of type `Unknown | None | Environment`
jinja possibly-missing-attribute tests/test_loader.py:300:17 Attribute `get_template` may be missing on object of type `Unknown | None | Environment`
jinja possibly-missing-attribute tests/test_loader.py:306:20 Attribute `loader` may be missing on object of type `Unknown | None | Environment`
jinja possibly-missing-attribute tests/test_loader.py:306:20 Attribute `module` may be missing on object of type `Unknown | BaseLoader | None`
jinja possibly-missing-attribute tests/test_loader.py:315:20 Attribute `loader` may be missing on object of type `Unknown | None | Environment`
jinja possibly-missing-attribute tests/test_loader.py:315:20 Attribute `module` may be missing on object of type `Unknown | BaseLoader | None`
jinja invalid-argument-type tests/test_loader.py:399:38 Argument to bound method `get_source` is incorrect: Expected `Environment`, found `None`
jinja possibly-missing-attribute tests/test_loader.py:412:17 Attribute `origin` may be missing on object of type `ModuleSpec | None`
jinja possibly-missing-attribute tests/test_loader.py:414:44 Attribute `submodule_search_locations` may be missing on object of type `ModuleSpec | None`
jinja unresolved-import tests/test_nativetypes.py:3:8 Cannot resolve imported module `pytest`
jinja unresolved-import tests/test_regression.py:1:8 Cannot resolve imported module `pytest`
jinja unresolved-import tests/test_runtime.py:5:8 Cannot resolve imported module `pytest`
jinja unresolved-import tests/test_security.py:1:8 Cannot resolve imported module `pytest`
jinja unresolved-attribute tests/test_security.py:89:16 Object of type `TemplateModule` has no attribute `say_hello`
jinja unresolved-attribute tests/test_security.py:91:20 Object of type `TemplateModule` has no attribute `say_hello`
jinja unresolved-attribute tests/test_security.py:94:23 Object of type `TemplateModule` has no attribute `say_hello`
jinja unresolved-import tests/test_tests.py:1:8 Cannot resolve imported module `pytest`
jinja unresolved-import tests/test_utils.py:7:8 Cannot resolve imported module `pytest`
jinja invalid-argument-type tests/test_utils.py:122:13 Argument to function `select_autoescape` is incorrect: Expected `bool`, found `Literal["STRING"]`
jinja invalid-argument-type tests/test_utils.py:123:13 Argument to function `select_autoescape` is incorrect: Expected `bool`, found `Literal["NONE"]`
koda-validate invalid-return-type koda_validate/_internal.py:33:20 Return type does not match returned value: expected `Valid[SuccessT@_ToTupleValidator] | Invalid`, found `Valid[SuccessT@_ToTupleValidator | Invalid]`
koda-validate invalid-return-type koda_validate/_internal.py:35:20 Return type does not match returned value: expected `Valid[SuccessT@_ToTupleValidator] | Invalid`, found `SuccessT@_ToTupleValidator | Invalid`
koda-validate invalid-return-type koda_validate/_internal.py:40:20 Return type does not match returned value: expected `Valid[SuccessT@_ToTupleValidator] | Invalid`, found `Valid[SuccessT@_ToTupleValidator | Invalid]`
koda-validate invalid-return-type koda_validate/_internal.py:42:20 Return type does not match returned value: expected `Valid[SuccessT@_ToTupleValidator] | Invalid`, found `SuccessT@_ToTupleValidator | Invalid`
koda-validate invalid-method-override koda_validate/_internal.py:115:9 Invalid override of method `_validate_to_tuple`: Definition is incompatible with `_ToTupleValidator._validate_to_tuple`
koda-validate invalid-return-type koda_validate/_internal.py:214:24 Return type does not match returned value: expected `tuple[Literal[True], A@_union_validator] | tuple[Literal[False], Invalid]`, found `tuple[Literal[True], object]`
koda-validate invalid-return-type koda_validate/_internal.py:234:24 Return type does not match returned value: expected `tuple[Literal[True], A@_union_validator_async] | tuple[Literal[False], Invalid]`, found `tuple[Literal[True], object]`
koda-validate possibly-missing-attribute koda_validate/_internal.py:240:30 Attribute `val` may be missing on object of type `Valid[Any] | Invalid`
koda-validate invalid-return-type koda_validate/_internal.py:248:16 Return type does not match returned value: expected `(Any, /) -> tuple[Literal[True], A@_wrap_sync_validator] | tuple[Literal[False], Invalid]`, found `bound method Top[_ToTupleValidator[Unknown]]._validate_to_tuple(val: Never) -> tuple[Literal[True], object] | tuple[Literal[False], Invalid]`
koda-validate possibly-missing-attribute koda_validate/_internal.py:272:30 Attribute `val` may be missing on object of type `Valid[A@_wrap_async_validator] | Invalid`
koda-validate invalid-return-type koda_validate/_internal.py:274:24 Return type does not match returned value: expected `tuple[Literal[True], A@_wrap_async_validator] | tuple[Literal[False], Invalid]`, found `tuple[Literal[False], Valid[A@_wrap_async_validator] | Invalid]`
koda-validate possibly-missing-attribute koda_validate/base.py:215:20 Attribute `val` may be missing on object of type `Just[Valid[A@CacheValidatorBase] | Invalid] | Nothing`
koda-validate possibly-missing-attribute koda_validate/base.py:224:20 Attribute `val` may be missing on object of type `Just[Valid[A@CacheValidatorBase] | Invalid] | Nothing`
koda-validate redundant-cast koda_validate/dataclasses.py:117:25 Value is already of type `type[_DCT@DataclassValidator]`
koda-validate possibly-unresolved-reference koda_validate/dataclasses.py:213:39 Name `result` used when possibly not defined
koda-validate possibly-unresolved-reference koda_validate/dataclasses.py:265:39 Name `result` used when possibly not defined
koda-validate possibly-unresolved-reference koda_validate/dataclasses.py:269:39 Name `result_async` used when possibly not defined
koda-validate invalid-return-type koda_validate/dictionary.py:60:20 Return type does not match returned value: expected `Valid[Just[A@KeyNotRequired] | Nothing] | Invalid`, found `Valid[Just[Unknown | A@KeyNotRequired]]`
koda-validate possibly-missing-attribute koda_validate/dictionary.py:60:31 Attribute `val` may be missing on object of type `Unknown | Valid[A@KeyNotRequired] | Invalid`
koda-validate invalid-return-type koda_validate/dictionary.py:62:20 Return type does not match returned value: expected `Valid[Just[A@KeyNotRequired] | Nothing] | Invalid`, found `Unknown | Valid[A@KeyNotRequired] | Invalid`
koda-validate invalid-return-type koda_validate/dictionary.py:67:20 Return type does not match returned value: expected `Valid[Just[A@KeyNotRequired] | Nothing] | Invalid`, found `Valid[Just[Unknown | A@KeyNotRequired]]`
koda-validate possibly-missing-attribute koda_validate/dictionary.py:67:31 Attribute `val` may be missing on object of type `Unknown | Valid[A@KeyNotRequired] | Invalid`
koda-validate invalid-return-type koda_validate/dictionary.py:69:20 Return type does not match returned value: expected `Valid[Just[A@KeyNotRequired] | Nothing] | Invalid`, found `Unknown | Valid[A@KeyNotRequired] | Invalid`
koda-validate possibly-missing-attribute koda_validate/dictionary.py:149:29 Attribute `val` may be missing on object of type `Unknown | Valid[T1@MapValidator] | Invalid`
koda-validate possibly-missing-attribute koda_validate/dictionary.py:149:47 Attribute `val` may be missing on object of type `Unknown | Valid[T2@MapValidator] | Invalid`
koda-validate invalid-argument-type koda_validate/dictionary.py:152:21 Argument is incorrect: Expected `Invalid | None`, found `None | Unknown | Valid[T1@MapValidator] | Invalid`
koda-validate invalid-argument-type koda_validate/dictionary.py:153:21 Argument is incorrect: Expected `Invalid | None`, found `None | Unknown | Valid[T2@MapValidator] | Invalid`
koda-validate possibly-missing-attribute koda_validate/dictionary.py:199:29 Attribute `val` may be missing on object of type `Unknown | Valid[T1@MapValidator] | Invalid`
koda-validate possibly-missing-attribute koda_validate/dictionary.py:199:47 Attribute `val` may be missing on object of type `Unknown | Valid[T2@MapValidator] | Invalid`
koda-validate invalid-argument-type koda_validate/dictionary.py:202:21 Argument is incorrect: Expected `Invalid | None`, found `None | Unknown | Valid[T1@MapValidator] | Invalid`
koda-validate invalid-argument-type koda_validate/dictionary.py:203:21 Argument is incorrect: Expected `Invalid | None`, found `None | Unknown | Valid[T2@MapValidator] | Invalid`
koda-validate non-subscriptable koda_validate/dictionary.py:294:21 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:309:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:310:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:326:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:327:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:328:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:344:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:345:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:346:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:347:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:363:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:364:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:365:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:366:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:367:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:383:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:384:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:385:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:386:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:387:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:388:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:404:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:405:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:406:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:407:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:408:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:409:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:410:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:426:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:427:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:428:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:429:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:430:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:431:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:432:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:433:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:449:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:450:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:451:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:452:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:453:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:454:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:455:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:456:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:457:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:473:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:474:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:475:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:476:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:477:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:478:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:479:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:480:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:481:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:482:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:498:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:499:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:500:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:501:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:502:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:503:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:504:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:505:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:506:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:507:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:508:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:524:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:525:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:526:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:527:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:528:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:529:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:530:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:531:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:532:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:533:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:534:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:535:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:551:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:552:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:553:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:554:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:555:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:556:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:557:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:558:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:559:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:560:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:561:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:562:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:563:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:581:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:582:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:583:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:584:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:585:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:586:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:587:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:588:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:589:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:590:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:591:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:592:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:593:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:594:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:612:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:613:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:614:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:615:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:616:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:617:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:618:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:619:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:620:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:621:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:622:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:623:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:624:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:625:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:626:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:644:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:645:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:646:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:647:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:648:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:649:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:650:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:651:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:652:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:653:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:654:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:655:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:656:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:657:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:658:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:659:13 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:695:19 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:696:19 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:696:37 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:697:19 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:697:37 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:697:55 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:698:19 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:698:37 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:698:55 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:698:73 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:700:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:701:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:702:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:703:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:704:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:707:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:708:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:709:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:710:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:711:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:712:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:715:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:716:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:717:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:718:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:719:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:720:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:721:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:724:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:725:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:726:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:727:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:728:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:729:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:730:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:731:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:734:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:735:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:736:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:737:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:738:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:739:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:740:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:741:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:742:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:745:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:746:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:747:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:748:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:749:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:750:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:751:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:752:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:753:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:754:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:757:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:758:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:759:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:760:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:761:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:762:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:763:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:764:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:765:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:766:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:767:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:770:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:771:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:772:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:773:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:774:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:775:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:776:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:777:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:778:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:779:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:780:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:781:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:784:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:785:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:786:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:787:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:788:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:789:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:790:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:791:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:792:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:793:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:794:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:795:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:796:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:799:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:800:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:801:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:802:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:803:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:804:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:805:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:806:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:807:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:808:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:809:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:810:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:811:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:812:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:815:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:816:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:817:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:818:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:819:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:820:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:821:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:822:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:823:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:824:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:825:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:826:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:827:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:828:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:829:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:832:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:833:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:834:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:835:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:836:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:837:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:838:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:839:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:840:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:841:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:842:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:843:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:844:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:845:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:846:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:847:17 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate non-subscriptable koda_validate/dictionary.py:858:26 Cannot subscript non-generic type: `<class 'tuple[Hashable, Validator[A@KeyValidator]]'>` is already specialized
koda-validate invalid-method-override koda_validate/dictionary.py:885:9 Invalid override of method `_validate_to_tuple`: Definition is incompatible with `_ToTupleValidator._validate_to_tuple`
koda-validate possibly-unresolved-reference koda_validate/dictionary.py:917:39 Name `result` used when possibly not defined
koda-validate invalid-method-override koda_validate/dictionary.py:920:15 Invalid override of method `_validate_to_tuple_async`: Definition is incompatible with `_ToTupleValidator._validate_to_tuple_async`
koda-validate possibly-unresolved-reference koda_validate/dictionary.py:950:39 Name `result` used when possibly not defined
koda-validate possibly-unresolved-reference koda_validate/dictionary.py:954:39 Name `async_result` used when possibly not defined
koda-validate unresolved-attribute koda_validate/dictionary.py:1038:17 Object of type `Validator[Any]` has no attribute `validator`
koda-validate invalid-method-override koda_validate/dictionary.py:1051:9 Invalid override of method `_validate_to_tuple`: Definition is incompatible with `_ToTupleValidator._validate_to_tuple`
koda-validate possibly-unresolved-reference koda_validate/dictionary.py:1080:35 Name `result` used when possibly not defined
koda-validate invalid-method-override koda_validate/dictionary.py:1084:15 Invalid override of method `_validate_to_tuple_async`: Definition is incompatible with `_ToTupleValidator._validate_to_tuple_async`
koda-validate possibly-unresolved-reference koda_validate/dictionary.py:1111:35 Name `result` used when possibly not defined
koda-validate possibly-unresolved-reference koda_validate/dictionary.py:1115:35 Name `result` used when possibly not defined
koda-validate invalid-method-override koda_validate/generic.py:40:15 Invalid override of method `validate_async`: Definition is incompatible with `Validator.validate_async`
koda-validate invalid-method-override koda_validate/generic.py:43:9 Invalid override of method `__call__`: Definition is incompatible with `Validator.__call__`
koda-validate unsupported-operator koda_validate/generic.py:82:20 Operator `>` is not supported between objects of type `MinMaxT@Min` and `Unknown | MinMaxT@Min`
koda-validate unsupported-operator koda_validate/generic.py:84:20 Operator `>=` is not supported between objects of type `MinMaxT@Min` and `Unknown | MinMaxT@Min`
koda-validate unsupported-operator koda_validate/generic.py:94:20 Operator `<` is not supported between objects of type `MinMaxT@Max` and `Unknown | MinMaxT@Max`
koda-validate unsupported-operator koda_validate/generic.py:96:20 Operator `<=` is not supported between objects of type `MinMaxT@Max` and `Unknown | MinMaxT@Max`
koda-validate unsupported-operator koda_validate/generic.py:107:16 Operator `%` is not supported between objects of type `Num@MultipleOf` and `Unknown | Num@MultipleOf`
koda-validate invalid-argument-type koda_validate/generic.py:152:56 Argument is incorrect: Argument type `ExactMatchT@EqualsValidator` does not satisfy constraints (`bool`, `bytes`, `int`, `Decimal`, `str`, `int | float`, `date`, `datetime`, `UUID`) of type variable `ExactMatchT`
koda-validate invalid-argument-type koda_validate/generic.py:290:16 Argument to bound method `startswith` is incorrect: Expected `str`, found `StrOrBytes@StartsWith`
koda-validate invalid-argument-type koda_validate/generic.py:290:16 Argument to bound method `startswith` is incorrect: Expected `bytes`, found `StrOrBytes@StartsWith`
koda-validate invalid-argument-type koda_validate/generic.py:290:31 Argument to bound method `startswith` is incorrect: Expected `str | tuple[str, ...]`, found `StrOrBytes@StartsWith`
koda-validate invalid-argument-type koda_validate/generic.py:290:31 Argument to bound method `startswith` is incorrect: Expected `Buffer | tuple[Buffer, ...]`, found `StrOrBytes@StartsWith`
koda-validate invalid-argument-type koda_validate/generic.py:298:16 Argument to bound method `endswith` is incorrect: Expected `str`, found `StrOrBytes@EndsWith`
koda-validate invalid-argument-type koda_validate/generic.py:298:16 Argument to bound method `endswith` is incorrect: Expected `bytes`, found `StrOrBytes@EndsWith`
koda-validate invalid-argument-type koda_validate/generic.py:298:29 Argument to bound method `endswith` is incorrect: Expected `str | tuple[str, ...]`, found `StrOrBytes@EndsWith`
koda-validate invalid-argument-type koda_validate/generic.py:298:29 Argument to bound method `endswith` is incorrect: Expected `Buffer | tuple[Buffer, ...]`, found `StrOrBytes@EndsWith`
koda-validate invalid-argument-type koda_validate/generic.py:312:20 Argument to bound method `strip` is incorrect: Expected `bytes`, found `StrOrBytes@NotBlank`
koda-validate no-matching-overload koda_validate/generic.py:312:20 No overload of bound method `strip` matches arguments
koda-validate invalid-argument-type koda_validate/generic.py:321:16 Argument to bound method `strip` is incorrect: Expected `bytes`, found `StrOrBytes@Strip`
koda-validate invalid-return-type koda_validate/generic.py:321:16 Return type does not match returned value: expected `StrOrBytes@Strip`, found `Unknown | bytes`
koda-validate no-matching-overload koda_validate/generic.py:321:16 No overload of bound method `strip` matches arguments
koda-validate invalid-argument-type koda_validate/generic.py:330:16 Argument to bound method `upper` is incorrect: Expected `bytes`, found `StrOrBytes@UpperCase`
koda-validate invalid-return-type koda_validate/generic.py:330:16 Return type does not match returned value: expected `StrOrBytes@UpperCase`, found `Unknown | bytes`
koda-validate no-matching-overload koda_validate/generic.py:330:16 No overload of bound method `upper` matches arguments
koda-validate invalid-argument-type koda_validate/generic.py:336:16 Argument to bound method `lower` is incorrect: Expected `bytes`, found `StrOrBytes@LowerCase`
koda-validate invalid-return-type koda_validate/generic.py:336:16 Return type does not match returned value: expected `StrOrBytes@LowerCase`, found `Unknown | bytes`
koda-validate no-matching-overload koda_validate/generic.py:336:16 No overload of bound method `lower` matches arguments
koda-validate unused-ignore-comment koda_validate/list.py:122:78 Unused blanket `type: ignore` directive
koda-validate invalid-return-type koda_validate/maybe.py:31:24 Return type does not match returned value: expected `tuple[Literal[True], Just[A@MaybeValidator] | Nothing] | tuple[Literal[False], Invalid]`, found `tuple[Literal[True], Just[Unknown | A@MaybeValidator | Invalid]]`
koda-validate invalid-argument-type koda_validate/maybe.py:33:52 Argument is incorrect: Expected `Invalid`, found `Unknown | A@MaybeValidator | Invalid`
koda-validate invalid-return-type koda_validate/maybe.py:43:24 Return type does not match returned value: expected `tuple[Literal[True], Just[A@MaybeValidator] | Nothing] | tuple[Literal[False], Invalid]`, found `tuple[Literal[True], Just[Unknown | A@MaybeValidator | Invalid]]`
koda-validate invalid-argument-type koda_validate/maybe.py:45:52 Argument is incorrect: Expected `Invalid`, found `Unknown | A@MaybeValidator | Invalid`
koda-validate unused-ignore-comment koda_validate/namedtuple.py:204:57 Unused blanket `type: ignore` directive
koda-validate possibly-unresolved-reference koda_validate/namedtuple.py:206:39 Name `result` used when possibly not defined
koda-validate unused-ignore-comment koda_validate/namedtuple.py:255:57 Unused blanket `type: ignore` directive
koda-validate possibly-unresolved-reference koda_validate/namedtuple.py:257:39 Name `result` used when possibly not defined
koda-validate possibly-unresolved-reference koda_validate/namedtuple.py:261:39 Name `result_async` used when possibly not defined
koda-validate invalid-argument-type koda_validate/serialization/errors.py:66:42 Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
koda-validate unused-ignore-comment koda_validate/serialization/json_schema.py:213:32 Unused blanket `type: ignore` directive
koda-validate unused-ignore-comment koda_validate/serialization/json_schema.py:233:32 Unused blanket `type: ignore` directive
koda-validate unused-ignore-comment koda_validate/serialization/json_schema.py:249:43 Unused blanket `type: ignore` directive
koda-validate unused-ignore-comment koda_validate/serialization/json_schema.py:265:43 Unused blanket `type: ignore` directive
koda-validate unused-ignore-comment koda_validate/serialization/json_schema.py:281:49 Unused blanket `type: ignore` directive
koda-validate invalid-argument-type koda_validate/serialization/json_schema.py:313:38 Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
koda-validate invalid-argument-type koda_validate/serialization/json_schema.py:319:43 Argument to function `escape` is incorrect: Argument type `object` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
koda-validate invalid-argument-type koda_validate/serialization/json_schema.py:321:42 Argument to function `escape` is incorrect: Argument type `object` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
koda-validate unresolved-attribute koda_validate/serialization/json_schema.py:328:20 Object of type `object` has no attribute `isoformat`
koda-validate invalid-return-type koda_validate/serialization/json_schema.py:334:17 Return type does not match returned value: expected `dict[str, None | int | str | ... omitted 4 union elements]`, found `dict[str, object]`
koda-validate invalid-return-type koda_validate/serialization/json_schema.py:340:17 Return type does not match returned value: expected `dict[str, None | int | str | ... omitted 4 union elements]`, found `dict[str, object]`
koda-validate unresolved-attribute koda_validate/serialization/json_schema.py:349:20 Object of type `object` has no attribute `isoformat`
koda-validate invalid-return-type koda_validate/serialization/json_schema.py:356:17 Return type does not match returned value: expected `dict[str, None | int | str | ... omitted 4 union elements]`, found `dict[str, object]`
koda-validate invalid-return-type koda_validate/serialization/json_schema.py:362:17 Return type does not match returned value: expected `dict[str, None | int | str | ... omitted 4 union elements]`, found `dict[str, object]`
koda-validate unresolved-attribute koda_validate/serialization/json_schema.py:378:22 Object of type `object` has no attribute `isoformat`
koda-validate unresolved-attribute koda_validate/serialization/json_schema.py:380:22 Object of type `object` has no attribute `isoformat`
koda-validate unresolved-attribute koda_validate/serialization/json_schema.py:386:22 Object of type `object` has no attribute `decode`
koda-validate invalid-argument-type koda_validate/serialization/json_schema.py:431:38 Argument is incorrect: Expected `Validator[Any] | Predicate[Any] | PredicateAsync[Any]`, found `object`
koda-validate invalid-argument-type koda_validate/serialization/json_schema.py:451:29 Argument is incorrect: Expected `Validator[Any] | Predicate[Any] | PredicateAsync[Any]`, found `object`
koda-validate invalid-argument-type koda_validate/serialization/json_schema.py:464:37 Argument to function `len` is incorrect: Expected `Sized`, found `object`
koda-validate invalid-argument-type koda_validate/serialization/json_schema.py:467:29 Argument to function `len` is incorrect: Expected `Sized`, found `object`
koda-validate invalid-argument-type koda_validate/serialization/json_schema.py:468:29 Argument to function `len` is incorrect: Expected `Sized`, found `object`
koda-validate not-iterable koda_validate/serialization/json_schema.py:469:54 Object of type `object` is not iterable
koda-validate possibly-missing-attribute koda_validate/set.py:68:28 Attribute `val` may be missing on object of type `Unknown | Valid[_ItemT@SetValidator] | Invalid`
koda-validate invalid-argument-type koda_validate/set.py:72:34 Argument to bound method `append` is incorrect: Expected `Invalid`, found `Unknown | Valid[_ItemT@SetValidator] | Invalid`
koda-validate invalid-argument-type koda_validate/set.py:74:32 Argument to bound method `add` is incorrect: Expected `_ItemT@SetValidator`, found `Unknown | Valid[_ItemT@SetValidator] | Invalid`
koda-validate possibly-missing-attribute koda_validate/set.py:124:28 Attribute `val` may be missing on object of type `Unknown | Valid[_ItemT@SetValidator] | Invalid`
koda-validate invalid-argument-type koda_validate/set.py:128:34 Argument to bound method `append` is incorrect: Expected `Invalid`, found `Unknown | Valid[_ItemT@SetValidator] | Invalid`
koda-validate invalid-argument-type koda_validate/set.py:130:32 Argument to bound method `add` is incorrect: Expected `_ItemT@SetValidator`, found `Unknown | Valid[_ItemT@SetValidator] | Invalid`
koda-validate invalid-assignment koda_validate/signature.py:205:29 Invalid subscript assignment with key of type `str` and value of type `Valid[Any] | Invalid` on object of type `dict[str, Invalid]`
koda-validate possibly-missing-attribute koda_validate/signature.py:207:42 Attribute `val` may be missing on object of type `Valid[Any] | Invalid`
koda-validate invalid-argument-type koda_validate/signature.py:217:50 Argument to bound method `append` is incorrect: Expected `tuple[Any, Invalid]`, found `tuple[Any, Valid[Any] | Invalid]`
koda-validate possibly-missing-attribute koda_validate/signature.py:219:42 Attribute `val` may be missing on object of type `Valid[Any] | Invalid`
koda-validate invalid-assignment koda_validate/signature.py:234:29 Invalid subscript assignment with key of type `str` and value of type `Valid[Any] | Invalid` on object of type `dict[str, Invalid]`
koda-validate possibly-missing-attribute koda_validate/signature.py:236:50 Attribute `val` may be missing on object of type `Valid[Any] | Invalid`
koda-validate invalid-assignment koda_validate/signature.py:241:25 Invalid subscript assignment with key of type `str` and value of type `Valid[Any] | Invalid` on object of type `dict[str, Invalid]`
koda-validate possibly-missing-attribute koda_validate/signature.py:243:46 Attribute `val` may be missing on object of type `Valid[Any] | Invalid`
koda-validate invalid-argument-type koda_validate/signature.py:252:46 Argument to bound method `__init__` is incorrect: Expected `Invalid`, found `Valid[Any] | Invalid`
koda-validate invalid-assignment koda_validate/signature.py:276:29 Invalid subscript assignment with key of type `str` and value of type `Valid[Any] | Invalid` on object of type `dict[str, Invalid]`
koda-validate possibly-missing-attribute koda_validate/signature.py:278:42 Attribute `val` may be missing on object of type `Valid[Any] | Invalid`
koda-validate invalid-argument-type koda_validate/signature.py:284:50 Argument to bound method `append` is incorrect: Expected `tuple[Any, Invalid]`, found `tuple[Any, Valid[Any] | Invalid]`
koda-validate possibly-missing-attribute koda_validate/signature.py:286:42 Attribute `val` may be missing on object of type `Valid[Any] | Invalid`
koda-validate unused-ignore-comment koda_validate/tuple.py:262:12 Unused blanket `type: ignore` directive
koda-validate possibly-missing-attribute koda_validate/tuple.py:439:28 Attribute `val` may be missing on object of type `Unknown | Valid[A@UniformTupleValidator] | Invalid`
koda-validate invalid-assignment koda_validate/tuple.py:443:17 Invalid subscript assignment with key of type `int` and value of type `Unknown | A@UniformTupleValidator | Valid[A@UniformTupleValidator] | Invalid` on object of type `dict[int, Invalid]`
koda-validate invalid-argument-type koda_validate/tuple.py:445:36 Argument to bound method `append` is incorrect: Expected `A@UniformTupleValidator`, found `Unknown | A@UniformTupleValidator | Valid[A@UniformTupleValidator] | Invalid`
koda-validate possibly-missing-attribute koda_validate/tuple.py:495:28 Attribute `val` may be missing on object of type `Unknown | Valid[A@UniformTupleValidator] | Invalid`
koda-validate invalid-assignment koda_validate/tuple.py:499:17 Invalid subscript assignment with key of type `int` and value of type `Unknown | A@UniformTupleValidator | Valid[A@UniformTupleValidator] | Invalid` on object of type `dict[int, Invalid]`
koda-validate invalid-argument-type koda_validate/tuple.py:501:36 Argument to bound method `append` is incorrect: Expected `A@UniformTupleValidator`, found `Unknown | A@UniformTupleValidator | Valid[A@UniformTupleValidator] | Invalid`
koda-validate invalid-method-override koda_validate/typeddict.py:157:9 Invalid override of method `_validate_to_tuple`: Definition is incompatible with `_ToTupleValidator._validate_to_tuple`
koda-validate possibly-unresolved-reference koda_validate/typeddict.py:199:39 Name `result` used when possibly not defined
koda-validate invalid-method-override koda_validate/typeddict.py:202:15 Invalid override of method `_validate_to_tuple_async`: Definition is incompatible with `_ToTupleValidator._validate_to_tuple_async`
koda-validate possibly-unresolved-reference koda_validate/typeddict.py:241:39 Name `result` used when possibly not defined
koda-validate possibly-unresolved-reference koda_validate/typeddict.py:245:39 Name `result_async` used when possibly not defined
isort possibly-unresolved-reference isort/api.py:206:33 Name `file_content` used when possibly not defined
isort invalid-argument-type isort/api.py:636:50 Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `Iterator[str | Path]`
isort invalid-argument-type isort/core.py:86:27 Argument to function `__new__` is incorrect: Expected `Iterable[None]`, found `TextIO`
isort invalid-argument-type isort/core.py:126:40 Argument to function `__new__` is incorrect: Expected `Iterable[None]`, found `TextIO`
isort unused-ignore-comment isort/exceptions.py:13:28 Unused blanket `type: ignore` directive
isort unresolved-import isort/format.py:9:12 Cannot resolve imported module `colorama`
isort unused-ignore-comment isort/main.py:1219:36 Unused blanket `type: ignore` directive
isort unused-ignore-comment isort/output.py:463:88 Unused blanket `type: ignore` directive
isort possibly-unresolved-reference isort/output.py:491:69 Name `from_import` used when possibly not defined
isort unused-ignore-comment isort/output.py:522:97 Unused blanket `type: ignore` directive
isort invalid-argument-type isort/output.py:534:25 Argument to function `import_statement` is incorrect: Expected `Sequence[str]`, found `@Todo | None | list[Unknown]`
isort invalid-argument-type isort/output.py:544:25 Argument to function `import_statement` is incorrect: Expected `Sequence[str]`, found `@Todo | None | list[Unknown]`
isort unused-ignore-comment isort/output.py:548:70 Unused blanket `type: ignore` directive
isort invalid-argument-type isort/output.py:552:29 Argument to function `import_statement` is incorrect: Expected `Sequence[str]`, found `@Todo | None | list[Unknown]`
isort unused-ignore-comment isort/output.py:555:74 Unused blanket `type: ignore` directive
isort possibly-missing-attribute isort/place.py:104:31 Submodule `machinery` may not be available as an attribute on module `importlib`
isort unused-ignore-comment isort/settings.py:157:52 Unused blanket `type: ignore` directive
isort unused-ignore-comment isort/settings.py:261:81 Unused blanket `type: ignore` directive
isort unused-ignore-comment isort/settings.py:262:70 Unused blanket `type: ignore` directive
isort invalid-assignment isort/settings.py:641:9 Property `_known_patterns` defined in `Self@known_patterns` is read-only
isort invalid-assignment isort/settings.py:665:9 Property `_section_comments` defined in `Self@section_comments` is read-only
isort invalid-assignment isort/settings.py:673:9 Property `_section_comments_end` defined in `Self@section_comments_end` is read-only
isort invalid-assignment isort/settings.py:681:9 Property `_skips` defined in `Self@skips` is read-only
isort invalid-assignment isort/settings.py:689:9 Property `_skip_globs` defined in `Self@skip_globs` is read-only
isort invalid-assignment isort/settings.py:698:13 Property `_sorting_function` defined in `Self@sorting_function` is read-only
isort invalid-assignment isort/settings.py:700:13 Property `_sorting_function` defined in `Self@sorting_function` is read-only
isort invalid-assignment isort/settings.py:706:21 Property `_sorting_function` defined in `Self@sorting_function` is read-only
isort unused-ignore-comment isort/wrap.py:74:72 Unused blanket `type: ignore` directive
isort unused-ignore-comment isort/wrap.py:119:61 Unused blanket `type: ignore` directive
isort unused-ignore-comment isort/wrap.py:120:59 Unused blanket `type: ignore` directive
isort unused-ignore-comment isort/wrap.py:141:102 Unused blanket `type: ignore` directive
isort unresolved-attribute isort/wrap_modes.py:41:17 Object of type `(...) -> str` has no attribute `__name__`
isort unused-ignore-comment isort/wrap_modes.py:373:25 Unused blanket `type: ignore` directive
kopf unresolved-import kopf/__init__.py:40:6 Cannot resolve imported module `kopf._cogs.helpers.versions`
kopf invalid-argument-type kopf/_cogs/aiokits/aioadapters.py:50:29 Argument to bound method `set_result` is incorrect: Expected `Never`, found `None`
kopf invalid-argument-type kopf/_cogs/aiokits/aioadapters.py:54:29 Argument to bound method `set_result` is incorrect: Expected `Never`, found `None`
kopf unresolved-import kopf/_cogs/clients/api.py:10:8 Cannot resolve imported module `aiohttp`
kopf unresolved-import kopf/_cogs/clients/auth.py:10:8 Cannot resolve imported module `aiohttp`
kopf unresolved-import kopf/_cogs/clients/auth.py:13:32 Module `kopf._cogs.helpers` has no member `versions`
kopf unresolved-import kopf/_cogs/clients/errors.py:33:8 Cannot resolve imported module `aiohttp`
kopf unresolved-import kopf/_cogs/clients/events.py:4:8 Cannot resolve imported module `aiohttp`
kopf unresolved-import kopf/_cogs/clients/watching.py:27:8 Cannot resolve imported module `aiohttp`
kopf invalid-assignment kopf/_cogs/configs/configuration.py:330:13 Object of type `int` is not assignable to attribute `_max_workers` on type `Executor & <Protocol with members '_max_workers'>`
kopf unresolved-import kopf/_cogs/helpers/thirdparty.py:19:10 Cannot resolve imported module `pykube.objects`
kopf unresolved-import kopf/_cogs/helpers/thirdparty.py:25:10 Cannot resolve imported module `kubernetes.client`
kopf unsupported-operator kopf/_cogs/structs/credentials.py:162:16 Operator `not in` is not supported between objects of type `str` and `dict[str, object] | None`
kopf unsupported-operator kopf/_cogs/structs/credentials.py:164:24 Operator `not in` is not supported between objects of type `str` and `dict[str, object] | None`
kopf invalid-assignment kopf/_cogs/structs/credentials.py:165:25 Cannot assign to a subscript on an object of type `None`
kopf non-subscriptable kopf/_cogs/structs/credentials.py:166:44 Cannot subscript object of type `None` with no `__getitem__` method
kopf unresolved-attribute kopf/_cogs/structs/dicts.py:242:29 Object of type `(_T@walk & ~None) | Iterable[_T@walk | Iterable[_T@walk]]` has no attribute `obj`
kopf unused-ignore-comment kopf/_cogs/structs/dicts.py:251:25 Unused blanket `type: ignore` directive
kopf invalid-method-override kopf/_cogs/structs/diffs.py:95:9 Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`
kopf invalid-argument-type kopf/_cogs/structs/patches.py:105:56 Argument to bound method `_as_json_patch` is incorrect: Expected `list[str]`, found `list[object]`
kopf no-matching-overload kopf/_cogs/structs/references.py:299:45 No overload of bound method `fullmatch` matches arguments
kopf possibly-missing-attribute kopf/_cogs/structs/references.py:300:24 Attribute `split` may be missing on object of type `str | Marker | None`
kopf possibly-missing-attribute kopf/_cogs/structs/references.py:301:55 Attribute `split` may be missing on object of type `str | Marker | None`
kopf possibly-missing-attribute kopf/_cogs/structs/references.py:302:53 Attribute `split` may be missing on object of type `str | Marker | None`
kopf possibly-missing-attribute kopf/_cogs/structs/references.py:303:54 Attribute `split` may be missing on object of type `str | Marker | None`
kopf unsupported-operator kopf/_cogs/structs/references.py:304:45 Operator `in` is not supported between objects of type `Literal["."]` and `str | Marker | None`
kopf possibly-missing-attribute kopf/_cogs/structs/references.py:305:51 Attribute `split` may be missing on object of type `str | Marker | None`
kopf possibly-missing-attribute kopf/_cogs/structs/references.py:306:54 Attribute `split` may be missing on object of type `str | Marker | None`
kopf unsupported-operator kopf/_cogs/structs/references.py:309:42 Operator `in` is not supported between objects of type `Literal["/"]` and `str | Marker | None`
kopf possibly-missing-attribute kopf/_cogs/structs/references.py:310:51 Attribute `rsplit` may be missing on object of type `str | Marker | None`
kopf possibly-missing-attribute kopf/_cogs/structs/references.py:311:53 Attribute `rsplit` may be missing on object of type `str | Marker | None`
kopf invalid-argument-type kopf/_core/actions/invocation.py:156:28 Argument to function `is_async_fn` is incorrect: Expected `((...) -> object) | None`, found `object`
kopf unresolved-import kopf/_core/actions/loggers.py:20:10 Cannot resolve imported module `pythonjsonlogger.core`
kopf unresolved-import kopf/_core/actions/loggers.py:21:10 Cannot resolve imported module `pythonjsonlogger.json`
kopf unresolved-import kopf/_core/actions/progression.py:21:8 Cannot resolve imported module `iso8601`
kopf call-non-callable kopf/_core/engines/admission.py:267:40 Object of type `object` is not callable
kopf invalid-assignment kopf/_core/engines/admission.py:449:42 Object of type `list[dict[Unknown | str, Unknown | str] | Unknown]` is not assignable to `Collection[MatchExpression]`
kopf unresolved-import kopf/_core/engines/peering.py:41:8 Cannot resolve imported module `iso8601`
kopf unresolved-import kopf/_core/engines/probing.py:7:8 Cannot resolve imported module `aiohttp.web`
kopf unresolved-import kopf/_core/intents/callbacks.py:33:10 Cannot resolve imported module `mypy_extensions`
kopf invalid-type-form kopf/_core/intents/callbacks.py:40:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:41:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:42:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:43:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:44:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:45:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:46:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:47:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:48:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:55:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:56:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:57:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:58:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:59:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:60:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:61:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:62:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:63:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:64:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:65:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:66:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:67:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:68:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:69:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:76:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:77:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:78:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:79:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:80:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:81:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:82:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:83:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:84:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:85:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:86:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:87:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:88:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:89:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:90:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:91:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:92:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:99:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:100:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:101:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:102:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:103:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:104:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:105:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:106:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:107:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:108:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:109:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:110:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:111:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:112:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:113:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:114:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:115:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:116:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:117:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:118:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:119:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:120:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:127:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:128:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:129:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:130:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:131:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:132:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:133:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:134:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:135:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:136:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:137:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:138:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:139:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:140:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:141:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:142:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:143:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:144:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:145:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:146:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:147:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:154:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:155:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:156:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:157:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:158:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:159:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:160:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:161:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:162:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:163:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:164:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:165:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:166:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:167:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:168:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:169:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:170:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:171:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:172:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:179:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:180:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:181:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:182:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:183:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:184:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:185:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:186:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:187:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:188:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:189:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:190:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:191:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:192:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:193:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:194:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:201:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:202:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:203:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:204:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:205:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:206:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:207:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:208:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:209:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:210:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:211:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:212:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:213:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:214:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:215:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:216:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:217:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:218:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:219:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:220:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:227:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:228:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:229:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:230:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:231:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:232:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:233:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:234:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:235:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:236:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:237:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:238:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:239:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:240:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:241:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:242:13 Function calls are not allowed in type expressions
kopf invalid-type-form kopf/_core/intents/callbacks.py:243:13 Function calls are not allowed in type expressions
kopf unresolved-import kopf/_core/intents/piggybacking.py:33:16 Cannot resolve imported module `kubernetes`
kopf unresolved-import kopf/_core/intents/piggybacking.py:42:16 Cannot resolve imported module `pykube`
kopf unresolved-import kopf/_core/intents/piggybacking.py:59:16 Cannot resolve imported module `kubernetes.config`
kopf unresolved-import kopf/_core/intents/piggybacking.py:114:16 Cannot resolve imported module `pykube`
kopf invalid-argument-type kopf/_core/intents/registries.py:276:17 Argument is incorrect: Expected `(Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, /) -> object`, found `def login_via_pykube(*, logger: Logger | LoggerAdapter[Any], **_: Any) -> ConnectionInfo | None`
kopf invalid-argument-type kopf/_core/intents/registries.py:285:17 Argument is incorrect: Expected `(Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, /) -> object`, found `def login_via_client(*, logger: Logger | LoggerAdapter[Any], **_: Any) -> ConnectionInfo | None`
kopf invalid-argument-type kopf/_core/intents/registries.py:297:17 Argument is incorrect: Expected `(Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, /) -> object`, found `def login_with_kubeconfig(**_: Any) -> ConnectionInfo | None`
kopf invalid-argument-type kopf/_core/intents/registries.py:306:17 Argument is incorrect: Expected `(Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, /) -> object`, found `def login_with_service_account(**_: Any) -> ConnectionInfo | None`
kopf missing-argument kopf/_core/intents/registries.py:559:12 No arguments provided for required parameters 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20
kopf unresolved-import kopf/_core/reactor/running.py:12:32 Module `kopf._cogs.helpers` has no member `versions`
kopf invalid-argument-type kopf/_core/reactor/subhandling.py:70:46 Argument to function `generate_id` is incorrect: Expected `(...) -> Any`, found `object`
kopf invalid-argument-type kopf/_core/reactor/subhandling.py:70:53 Argument to function `generate_id` is incorrect: Expected `str | None`, found `object`
kopf invalid-argument-type kopf/_core/reactor/subhandling.py:72:17 Argument is incorrect: Expected `(Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, /) -> object`, found `object`
kopf no-matching-overload kopf/_kits/hierarchies.py:44:24 No overload of bound method `setdefault` matches arguments
kopf no-matching-overload kopf/_kits/hierarchies.py:44:24 No overload of bound method `setdefault` matches arguments
kopf call-non-callable kopf/_kits/hierarchies.py:49:36 Object of type `None` is not callable
kopf possibly-missing-attribute kopf/_kits/hierarchies.py:50:20 Attribute `owner_references` may be missing on object of type `V1ObjectMetaProtocol | None`
kopf invalid-assignment kopf/_kits/hierarchies.py:51:21 Object of type `list[Unknown]` is not assignable to attribute `owner_references` on type `V1ObjectMetaProtocol | None`
kopf possibly-missing-attribute kopf/_kits/hierarchies.py:52:24 Attribute `owner_references` may be missing on object of type `V1ObjectMetaProtocol | None`
kopf call-non-callable kopf/_kits/hierarchies.py:54:33 Object of type `None` is not callable
kopf no-matching-overload kopf/_kits/hierarchies.py:82:24 No overload of bound method `setdefault` matches arguments
kopf no-matching-overload kopf/_kits/hierarchies.py:82:24 No overload of bound method `setdefault` matches arguments
kopf call-non-callable kopf/_kits/hierarchies.py:87:36 Object of type `None` is not callable
kopf possibly-missing-attribute kopf/_kits/hierarchies.py:88:20 Attribute `owner_references` may be missing on object of type `V1ObjectMetaProtocol | None`
kopf invalid-assignment kopf/_kits/hierarchies.py:89:21 Object of type `list[Unknown]` is not assignable to attribute `owner_references` on type `V1ObjectMetaProtocol | None`
kopf possibly-missing-attribute kopf/_kits/hierarchies.py:90:24 Attribute `owner_references` may be missing on object of type `V1ObjectMetaProtocol | None`
kopf no-matching-overload kopf/_kits/hierarchies.py:125:30 No overload of bound method `setdefault` matches arguments
kopf no-matching-overload kopf/_kits/hierarchies.py:125:30 No overload of bound method `setdefault` matches arguments
kopf call-non-callable kopf/_kits/hierarchies.py:128:36 Object of type `None` is not callable
kopf possibly-missing-attribute kopf/_kits/hierarchies.py:129:20 Attribute `labels` may be missing on object of type `V1ObjectMetaProtocol | None`
kopf invalid-assignment kopf/_kits/hierarchies.py:130:21 Object of type `dict[Unknown, Unknown]` is not assignable to attribute `labels` on type `V1ObjectMetaProtocol | None`
kopf possibly-missing-attribute kopf/_kits/hierarchies.py:131:30 Attribute `labels` may be missing on object of type `V1ObjectMetaProtocol | None`
kopf invalid-assignment kopf/_kits/hierarchies.py:137:17 Invalid subscript assignment with key of type `str | Any` and value of type `str | None | Any` on object of type `dict[str, str]`
kopf no-matching-overload kopf/_kits/hierarchies.py:139:17 No overload of bound method `setdefault` matches arguments
kopf no-matching-overload kopf/_kits/hierarchies.py:139:17 No overload of bound method `setdefault` matches arguments
kopf no-matching-overload kopf/_kits/hierarchies.py:181:25 No overload of bound method `setdefault` matches arguments
kopf no-matching-overload kopf/_kits/hierarchies.py:181:25 No overload of bound method `setdefault` matches arguments
kopf no-matching-overload kopf/_kits/hierarchies.py:185:25 No overload of bound method `setdefault` matches arguments
kopf no-matching-overload kopf/_kits/hierarchies.py:185:25 No overload of bound method `setdefault` matches arguments
kopf call-non-callable kopf/_kits/hierarchies.py:190:36 Object of type `None` is not callable
kopf possibly-missing-attribute kopf/_kits/hierarchies.py:191:26 Attribute `name` may be missing on object of type `V1ObjectMetaProtocol | None`
kopf possibly-missing-attribute kopf/_kits/hierarchies.py:191:56 Attribute `generate_name` may be missing on object of type `V1ObjectMetaProtocol | None`
kopf invalid-assignment kopf/_kits/hierarchies.py:194:25 Object of type `str | (Any & ~_UNSET & ~None)` is not assignable to attribute `name` on type `V1ObjectMetaProtocol | None`
kopf possibly-missing-attribute kopf/_kits/hierarchies.py:195:28 Attribute `generate_name` may be missing on object of type `V1ObjectMetaProtocol | None`
kopf invalid-assignment kopf/_kits/hierarchies.py:196:29 Object of type `None` is not assignable to attribute `generate_name` on type `V1ObjectMetaProtocol | None`
kopf invalid-assignment kopf/_kits/hierarchies.py:198:25 Object of type `str` is not assignable to attribute `generate_name` on type `V1ObjectMetaProtocol | None`
kopf possibly-missing-attribute kopf/_kits/hierarchies.py:199:28 Attribute `name` may be missing on object of type `V1ObjectMetaProtocol | None`
kopf invalid-assignment kopf/_kits/hierarchies.py:200:29 Object of type `None` is not assignable to attribute `name` on type `V1ObjectMetaProtocol | None`
kopf no-matching-overload kopf/_kits/hierarchies.py:232:30 No overload of bound method `get` matches arguments
kopf no-matching-overload kopf/_kits/hierarchies.py:232:30 No overload of bound method `get` matches arguments
kopf no-matching-overload kopf/_kits/hierarchies.py:233:21 No overload of bound method `setdefault` matches arguments
kopf no-matching-overload kopf/_kits/hierarchies.py:233:21 No overload of bound method `setdefault` matches arguments
kopf call-non-callable kopf/_kits/hierarchies.py:236:36 Object of type `None` is not callable
kopf possibly-missing-attribute kopf/_kits/hierarchies.py:237:30 Attribute `namespace` may be missing on object of type `V1ObjectMetaProtocol | None`
kopf invalid-assignment kopf/_kits/hierarchies.py:238:21 Object of type `str | None | (Any & ~_UNSET)` is not assignable to attribute `namespace` on type `V1ObjectMetaProtocol | None`
kopf unresolved-import kopf/_kits/loops.py:43:24 Cannot resolve imported module `uvloop`
kopf unresolved-import kopf/_kits/loops.py:54:24 Cannot resolve imported module `uvloop`
kopf unresolved-import kopf/_kits/runner.py:8:8 Cannot resolve imported module `click.testing`
kopf invalid-argument-type kopf/_kits/webhacks.py:88:42 Argument to bound method `append` is incorrect: Expected `AsyncGenerator[WebhookClientConfig, None]`, found `AsyncGenerator[object, None]`
kopf invalid-argument-type kopf/_kits/webhacks.py:92:42 Argument to bound method `remove` is incorrect: Expected `AsyncGenerator[WebhookClientConfig, None]`, found `AsyncGenerator[object, None]`
kopf unresolved-import kopf/_kits/webhooks.py:20:8 Cannot resolve imported module `aiohttp.web`
kopf unresolved-import kopf/_kits/webhooks.py:371:20 Cannot resolve imported module `certbuilder`
kopf unresolved-import kopf/_kits/webhooks.py:372:20 Cannot resolve imported module `oscrypto.asymmetric`
kopf unresolved-import kopf/_kits/webhooks.py:524:18 Cannot resolve imported module `pyngrok`
kopf unresolved-import kopf/_kits/webhooks.py:584:20 Cannot resolve imported module `certvalidator`
kopf unresolved-import kopf/cli.py:8:8 Cannot resolve imported module `click`
kopf invalid-assignment kopf/on.py:899:22 Object of type `frozenset[Unknown | str]` is not assignable to `Collection[Literal["CREATE", "UPDATE", "DELETE", "CONNECT"]] | None`
kornia unresolved-import kornia/augmentation/_2d/base.py:20:6 Cannot resolve imported module `torch`
kornia possibly-unresolved-reference kornia/augmentation/_2d/geometric/base.py:93:12 Name `resample_method` used when possibly not defined
kornia possibly-unresolved-reference kornia/augmentation/_2d/geometric/base.py:94:33 Name `resample_method` used when possibly not defined
kornia unresolved-import kornia/augmentation/_2d/geometric/crop.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/geometric/elastic_transform.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/geometric/horizontal_flip.py:20:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/geometric/pad.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/geometric/pad.py:21:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/geometric/resize.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/geometric/thin_plate_spline.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/intensity/base.py:20:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/intensity/box_blur.py:20:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/intensity/channel_shuffle.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/intensity/color_jitter.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/intensity/denormalize.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/intensity/denormalize.py:21:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/intensity/equalize.py:20:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/intensity/gaussian_blur.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/intensity/gaussian_blur.py:21:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/intensity/gaussian_illumination.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/intensity/gaussian_noise.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/intensity/grayscale.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/intensity/grayscale.py:21:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/intensity/invert.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/intensity/invert.py:21:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/intensity/median_blur.py:20:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/intensity/motion_blur.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/intensity/normalize.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/intensity/normalize.py:23:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/intensity/random_rain.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/intensity/random_snow.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/mix/base.py:20:8 Cannot resolve imported module `torch`
kornia unused-ignore-comment kornia/augmentation/_2d/mix/base.py:167:19 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/augmentation/_2d/mix/jigsaw.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/mix/mosaic.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_2d/mix/transplantation.py:22:8 Cannot resolve imported module `torch`
kornia unused-ignore-comment kornia/augmentation/_2d/mix/transplantation.py:194:95 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/augmentation/_2d/mix/transplantation.py:200:94 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/augmentation/_2d/mix/transplantation.py:296:19 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/augmentation/_3d/base.py:20:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_3d/geometric/depthical_flip.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_3d/geometric/depthical_flip.py:21:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_3d/geometric/horizontal_flip.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_3d/geometric/horizontal_flip.py:21:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_3d/geometric/vertical_flip.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_3d/geometric/vertical_flip.py:21:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/_3d/intensity/equalize.py:20:6 Cannot resolve imported module `torch`
kornia unused-ignore-comment kornia/augmentation/_3d/mix/transplantation.py:24:76 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/augmentation/auto/autoaugment/autoaugment.py:20:6 Cannot resolve imported module `torch.distributions`
kornia unresolved-import kornia/augmentation/auto/base.py:20:8 Cannot resolve imported module `torch`
kornia unused-ignore-comment kornia/augmentation/auto/base.py:44:89 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/augmentation/auto/operations/base.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/auto/operations/base.py:21:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/auto/operations/base.py:22:6 Cannot resolve imported module `torch.autograd`
kornia unresolved-import kornia/augmentation/auto/operations/base.py:23:6 Cannot resolve imported module `torch.distributions`
kornia unresolved-import kornia/augmentation/auto/operations/policy.py:20:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/auto/rand_augment/rand_augment.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/auto/trivial_augment/trivial_augment.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/auto/trivial_augment/trivial_augment.py:21:6 Cannot resolve imported module `torch.distributions`
kornia unresolved-import kornia/augmentation/base.py:21:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/base.py:22:6 Cannot resolve imported module `torch.distributions`
kornia unresolved-import kornia/augmentation/container/augment.py:21:8 Cannot resolve imported module `torch`
kornia unused-ignore-comment kornia/augmentation/container/augment.py:300:19 Unused blanket `type: ignore` directive
kornia invalid-argument-type kornia/augmentation/container/augment.py:313:84 Argument to bound method `_preproc_dict_data` is incorrect: Expected `dict[str, Unknown | list[Unknown] | Boxes | Keypoints]`, found `(Unknown & Top[dict[Unknown, Unknown]]) | (Boxes & Top[dict[Unknown, Unknown]]) | (Keypoints & Top[dict[Unknown, Unknown]]) | dict[str, Unknown | list[Unknown] | Boxes | Keypoints]`
kornia unused-ignore-comment kornia/augmentation/container/augment.py:321:85 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/augmentation/container/augment.py:323:90 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/augmentation/container/augment.py:336:51 Unused blanket `type: ignore` directive
kornia possibly-unresolved-reference kornia/augmentation/container/augment.py:347:16 Name `invalid_data` used when possibly not defined
kornia possibly-unresolved-reference kornia/augmentation/container/augment.py:348:31 Name `invalid_data` used when possibly not defined
kornia unresolved-attribute kornia/augmentation/container/augment.py:405:35 Object of type `object` has no attribute `type`
kornia unresolved-attribute kornia/augmentation/container/augment.py:414:35 Object of type `object` has no attribute `type`
kornia unused-ignore-comment kornia/augmentation/container/augment.py:427:19 Unused blanket `type: ignore` directive
kornia invalid-argument-type kornia/augmentation/container/augment.py:439:84 Argument to bound method `_preproc_dict_data` is incorrect: Expected `dict[str, Unknown | list[Unknown] | Boxes | Keypoints]`, found `(Unknown & Top[dict[Unknown, Unknown]]) | (Boxes & Top[dict[Unknown, Unknown]]) | (Keypoints & Top[dict[Unknown, Unknown]]) | dict[str, Unknown | list[Unknown] | Boxes | Keypoints]`
kornia unused-ignore-comment kornia/augmentation/container/augment.py:443:85 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/augmentation/container/augment.py:445:90 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/augmentation/container/augment.py:465:53 Unused blanket `type: ignore` directive
kornia possibly-unresolved-reference kornia/augmentation/container/augment.py:481:16 Name `invalid_data` used when possibly not defined
kornia possibly-unresolved-reference kornia/augmentation/container/augment.py:482:31 Name `invalid_data` used when possibly not defined
kornia possibly-unresolved-reference kornia/augmentation/container/augment.py:531:44 Name `original_keys` used when possibly not defined
kornia possibly-unresolved-reference kornia/augmentation/container/augment.py:531:80 Name `original_keys` used when possibly not defined
kornia possibly-unresolved-reference kornia/augmentation/container/augment.py:535:40 Name `original_keys` used when possibly not defined
kornia possibly-unresolved-reference kornia/augmentation/container/augment.py:535:76 Name `original_keys` used when possibly not defined
kornia unresolved-import kornia/augmentation/container/base.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/container/base.py:23:6 Cannot resolve imported module `torch`
kornia unused-ignore-comment kornia/augmentation/container/base.py:318:51 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/augmentation/container/dispatcher.py:20:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/container/image.py:20:8 Cannot resolve imported module `torch`
kornia unused-ignore-comment kornia/augmentation/container/ops.py:141:28 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/augmentation/container/ops.py:143:41 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/augmentation/container/ops.py:496:30 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/augmentation/container/patch.py:21:8 Cannot resolve imported module `torch`
kornia unused-ignore-comment kornia/augmentation/container/patch.py:170:55 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/augmentation/container/patch.py:259:85 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/augmentation/container/patch.py:334:28 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/augmentation/container/patch.py:344:26 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/augmentation/container/patch.py:352:27 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/augmentation/container/patch.py:360:25 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/augmentation/container/patch.py:368:27 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/augmentation/container/patch.py:376:25 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/augmentation/container/patch.py:384:31 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/augmentation/container/patch.py:392:29 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/augmentation/container/patch.py:400:19 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/augmentation/container/patch.py:413:97 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/augmentation/container/video.py:20:8 Cannot resolve imported module `torch`
kornia unused-ignore-comment kornia/augmentation/container/video.py:288:27 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/augmentation/container/video.py:308:25 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/augmentation/container/video.py:328:31 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/augmentation/container/video.py:348:29 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/augmentation/presets/ada.py:21:8 Cannot resolve imported module `torch`
kornia unused-ignore-comment kornia/augmentation/presets/ada.py:242:19 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/augmentation/presets/ada.py:286:35 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/augmentation/random_generator/_2d/affine.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_2d/channel_dropout.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_2d/color_jiggle.py:21:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_2d/color_jitter.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_2d/crop.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_2d/crop.py:21:6 Cannot resolve imported module `torch.distributions`
kornia unresolved-import kornia/augmentation/random_generator/_2d/cutmix.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_2d/cutmix.py:21:6 Cannot resolve imported module `torch.distributions`
kornia unresolved-import kornia/augmentation/random_generator/_2d/gaussian_blur.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_2d/gaussian_blur.py:21:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_2d/gaussian_illumination.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_2d/jigsaw.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_2d/jpeg.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_2d/linear_illumination.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_2d/mixup.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_2d/mixup.py:21:6 Cannot resolve imported module `torch.distributions`
kornia unresolved-import kornia/augmentation/random_generator/_2d/mosaic.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_2d/mosaic.py:21:6 Cannot resolve imported module `torch.distributions`
kornia unresolved-import kornia/augmentation/random_generator/_2d/motion_blur.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_2d/perspective.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_2d/perspective.py:21:6 Cannot resolve imported module `torch.distributions`
kornia possibly-unresolved-reference kornia/augmentation/random_generator/_2d/perspective.py:102:37 Name `offset` used when possibly not defined
kornia unresolved-import kornia/augmentation/random_generator/_2d/plain_uniform.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_2d/plain_uniform.py:21:6 Cannot resolve imported module `torch.distributions`
kornia unresolved-import kornia/augmentation/random_generator/_2d/planckian_jitter.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_2d/posterize.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_2d/probability.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_2d/probability.py:21:6 Cannot resolve imported module `torch.distributions`
kornia unresolved-import kornia/augmentation/random_generator/_2d/random_rain.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_2d/rectangle_earase.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_2d/resize.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_2d/salt_pepper_noise.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_2d/shear.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_2d/translate.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_3d/affine.py:20:8 Cannot resolve imported module `torch`
kornia non-subscriptable kornia/augmentation/random_generator/_3d/affine.py:146:35 Cannot subscript object of type `None` with no `__getitem__` method
kornia non-subscriptable kornia/augmentation/random_generator/_3d/affine.py:147:35 Cannot subscript object of type `None` with no `__getitem__` method
kornia non-subscriptable kornia/augmentation/random_generator/_3d/affine.py:148:35 Cannot subscript object of type `None` with no `__getitem__` method
kornia non-subscriptable kornia/augmentation/random_generator/_3d/affine.py:149:56 Cannot subscript object of type `None` with no `__getitem__` method
kornia non-subscriptable kornia/augmentation/random_generator/_3d/affine.py:149:75 Cannot subscript object of type `None` with no `__getitem__` method
kornia non-subscriptable kornia/augmentation/random_generator/_3d/affine.py:150:56 Cannot subscript object of type `None` with no `__getitem__` method
kornia non-subscriptable kornia/augmentation/random_generator/_3d/affine.py:150:75 Cannot subscript object of type `None` with no `__getitem__` method
kornia non-subscriptable kornia/augmentation/random_generator/_3d/affine.py:151:56 Cannot subscript object of type `None` with no `__getitem__` method
kornia non-subscriptable kornia/augmentation/random_generator/_3d/affine.py:151:75 Cannot subscript object of type `None` with no `__getitem__` method
kornia unresolved-import kornia/augmentation/random_generator/_3d/crop.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_3d/crop.py:21:6 Cannot resolve imported module `torch.distributions`
kornia unresolved-import kornia/augmentation/random_generator/_3d/motion_blur.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_3d/perspective.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/_3d/perspective.py:21:6 Cannot resolve imported module `torch.distributions`
kornia unresolved-import kornia/augmentation/random_generator/_3d/rotation.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/base.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/random_generator/base.py:21:6 Cannot resolve imported module `torch.distributions`
kornia unused-ignore-comment kornia/augmentation/random_generator/base.py:111:66 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/augmentation/random_generator/base.py:117:65 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/augmentation/random_generator/utils.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/utils/helpers.py:21:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/augmentation/utils/helpers.py:22:6 Cannot resolve imported module `torch.distributions`
kornia possibly-unresolved-reference kornia/augmentation/utils/helpers.py:265:52 Name `required_shape` used when possibly not defined
kornia unresolved-import kornia/augmentation/utils/param_validation.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/color/colormap.py:23:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/color/colormap.py:24:6 Cannot resolve imported module `torch.nn.functional`
kornia invalid-type-form kornia/color/colormap.py:61:29 Invalid subscript of object of type `def list(cls) -> Unknown` in type expression
kornia invalid-type-form kornia/color/colormap.py:91:22 Invalid subscript of object of type `def list(cls) -> Unknown` in type expression
kornia unresolved-import kornia/color/gray.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/color/hls.py:23:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/color/hsv.py:23:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/color/lab.py:27:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/color/luv.py:27:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/color/raw.py:23:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/color/rgb.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/color/sepia.py:18:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/color/xyz.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/color/ycbcr.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/color/yuv.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/constants.py:21:8 Cannot resolve imported module `torch`
kornia unused-ignore-comment kornia/constants.py:35:44 Unused blanket `type: ignore` directive
kornia invalid-return-type kornia/constants.py:36:16 Return type does not match returned value: expected `Iterator[Enum]`, found `Iterator[object]`
kornia unresolved-import kornia/contrib/classification.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/classification.py:21:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/connected_components.py:18:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/connected_components.py:19:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/contrib/diamond_square.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/distance_transform.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/distance_transform.py:21:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/extract_patches.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/extract_patches.py:23:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/contrib/extract_patches.py:24:6 Cannot resolve imported module `torch.nn.modules.utils`
kornia not-iterable kornia/contrib/extract_patches.py:411:47 Object of type `(int & ~AlwaysTruthy & ~AlwaysFalsy) | tuple[int, int, int, int]` may not be iterable
kornia not-iterable kornia/contrib/extract_patches.py:416:81 Object of type `(int & ~AlwaysTruthy & ~AlwaysFalsy) | tuple[int, int, int, int]` may not be iterable
kornia possibly-unresolved-reference kornia/contrib/extract_patches.py:421:46 Name `dtype` used when possibly not defined
kornia unresolved-import kornia/contrib/face_detection.py:23:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/face_detection.py:24:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/contrib/face_detection.py:25:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/histogram_matching.py:18:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/image_stitching.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/kmeans.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/models/base.py:24:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/models/common.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/models/common.py:21:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/contrib/models/common.py:22:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/models/efficient_vit/backbone.py:25:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/models/efficient_vit/backbone.py:26:6 Cannot resolve imported module `torch`
kornia unused-ignore-comment kornia/contrib/models/efficient_vit/backbone.py:28:59 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/contrib/models/efficient_vit/model.py:23:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/models/efficient_vit/nn/act.py:26:6 Cannot resolve imported module `torch`
kornia invalid-assignment kornia/contrib/models/efficient_vit/nn/act.py:31:51 Object of type `dict[str, type[Unknown] | partial[Unknown]]` is not assignable to `dict[str, type[Unknown]]`
kornia unused-ignore-comment kornia/contrib/models/efficient_vit/nn/act.py:36:52 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/contrib/models/efficient_vit/nn/norm.py:25:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/models/efficient_vit/nn/norm.py:26:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/models/rt_detr/architecture/hgnetv2.py:27:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/models/rt_detr/architecture/hybrid_encoder.py:28:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/models/rt_detr/architecture/hybrid_encoder.py:29:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/contrib/models/rt_detr/architecture/hybrid_encoder.py:30:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/models/rt_detr/architecture/hybrid_encoder.py:31:6 Cannot resolve imported module `torch.nn.utils.fusion`
kornia unresolved-import kornia/contrib/models/rt_detr/architecture/resnet_d.py:28:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/models/rt_detr/architecture/rtdetr_head.py:26:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/models/rt_detr/architecture/rtdetr_head.py:27:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/models/rt_detr/model.py:27:8 Cannot resolve imported module `torch`
kornia possibly-unresolved-reference kornia/contrib/models/rt_detr/model.py:208:13 Name `backbone` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/models/rt_detr/model.py:209:27 Name `backbone` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/models/rt_detr/model.py:209:50 Name `neck_hidden_dim` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/models/rt_detr/model.py:209:67 Name `neck_dim_feedforward` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/models/rt_detr/model.py:209:89 Name `neck_expansion` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/models/rt_detr/model.py:214:30 Name `neck_hidden_dim` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/models/rt_detr/model.py:215:36 Name `head_num_decoder_layers` used when possibly not defined
kornia unused-ignore-comment kornia/contrib/models/rt_detr/model.py:255:55 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/contrib/models/rt_detr/post_processor.py:24:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/models/sam/architecture/common.py:28:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/models/sam/architecture/image_encoder.py:28:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/models/sam/architecture/image_encoder.py:29:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/contrib/models/sam/architecture/image_encoder.py:30:6 Cannot resolve imported module `torch`
kornia possibly-unresolved-reference kornia/contrib/models/sam/architecture/image_encoder.py:189:57 Name `pad_hw` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/models/sam/architecture/image_encoder.py:189:66 Name `H` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/models/sam/architecture/image_encoder.py:189:69 Name `W` used when possibly not defined
kornia unresolved-import kornia/contrib/models/sam/architecture/mask_decoder.py:26:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/models/sam/architecture/mask_decoder.py:27:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/models/sam/architecture/prompt_encoder.py:29:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/models/sam/architecture/prompt_encoder.py:30:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/models/sam/architecture/transformer.py:28:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/models/sam/model.py:34:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/models/tiny_vit.py:26:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/models/tiny_vit.py:27:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/contrib/models/tiny_vit.py:28:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/models/tiny_vit.py:29:6 Cannot resolve imported module `torch.utils`
kornia unused-ignore-comment kornia/contrib/models/tiny_vit.py:442:31 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/contrib/visual_prompter.py:22:8 Cannot resolve imported module `torch`
kornia possibly-unresolved-reference kornia/contrib/visual_prompter.py:241:31 Name `points` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/visual_prompter.py:241:45 Name `bbox` used when possibly not defined
kornia unused-ignore-comment kornia/contrib/visual_prompter.py:347:44 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/contrib/visual_prompter.py:357:52 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/contrib/visual_prompter.py:367:51 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/contrib/visual_prompter.py:379:42 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/contrib/visual_prompter.py:388:51 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/contrib/visual_prompter.py:397:53 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/contrib/vit.py:31:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/vit.py:32:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/vit_mobile.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/contrib/vit_mobile.py:21:6 Cannot resolve imported module `torch`
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:278:47 Name `channels` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:281:34 Name `channels` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:281:47 Name `channels` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:281:63 Name `expansion` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:282:34 Name `channels` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:282:47 Name `channels` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:282:63 Name `expansion` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:283:34 Name `channels` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:283:47 Name `channels` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:283:63 Name `expansion` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:284:34 Name `channels` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:284:47 Name `channels` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:284:63 Name `expansion` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:285:34 Name `channels` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:285:47 Name `channels` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:285:63 Name `expansion` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:286:34 Name `channels` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:286:47 Name `channels` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:286:63 Name `expansion` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:287:34 Name `channels` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:287:47 Name `channels` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:287:63 Name `expansion` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:291:28 Name `dims` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:291:47 Name `channels` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:291:89 Name `dims` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:294:28 Name `dims` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:294:47 Name `channels` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:294:89 Name `dims` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:297:28 Name `dims` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:297:47 Name `channels` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:297:89 Name `dims` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:300:34 Name `channels` used when possibly not defined
kornia possibly-unresolved-reference kornia/contrib/vit_mobile.py:300:48 Name `channels` used when possibly not defined
kornia unused-ignore-comment kornia/core/__init__.py:60:44 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/core/_backend.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/core/check.py:24:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/core/check.py:25:6 Cannot resolve imported module `torch`
kornia unresolved-attribute kornia/core/mixin/image_module.py:66:63 Object of type `(Any, /) -> Any` has no attribute `__code__`
kornia unused-ignore-comment kornia/core/mixin/image_module.py:113:45 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/core/mixin/image_module.py:137:43 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/core/mixin/image_module.py:141:44 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/core/mixin/image_module.py:157:43 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/core/mixin/image_module.py:159:44 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/core/mixin/image_module.py:183:43 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/core/mixin/image_module.py:185:44 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/core/mixin/image_module.py:201:99 Unused blanket `type: ignore` directive
kornia possibly-unresolved-reference kornia/core/mixin/image_module.py:253:27 Name `out_image` used when possibly not defined
kornia unresolved-import kornia/core/mixin/onnx.py:29:8 Cannot resolve imported module `torch`
kornia unused-ignore-comment kornia/core/mixin/onnx.py:133:29 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/core/mixin/onnx.py:134:27 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/core/mixin/onnx.py:135:27 Unused blanket `type: ignore` directive
kornia possibly-unresolved-reference kornia/core/mixin/onnx.py:192:26 Name `sess_options` used when possibly not defined
kornia unresolved-attribute kornia/core/module.py:72:63 Object of type `(Any, /) -> Any` has no attribute `__code__`
kornia unused-ignore-comment kornia/core/module.py:119:45 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/core/module.py:141:43 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/core/module.py:143:44 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/core/module.py:159:43 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/core/module.py:161:44 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/core/module.py:190:43 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/core/module.py:192:44 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/core/module.py:217:99 Unused blanket `type: ignore` directive
kornia possibly-unresolved-reference kornia/core/module.py:264:37 Name `out_image` used when possibly not defined
kornia unresolved-import kornia/enhance/adjust.py:23:8 Cannot resolve imported module `torch`
kornia possibly-missing-attribute kornia/enhance/adjust.py:180:14 Attribute `to` may be missing on object of type `int | Unknown`
kornia unresolved-import kornia/enhance/equalization.py:23:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/enhance/equalization.py:24:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/enhance/histogram.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/enhance/jpeg.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/enhance/jpeg.py:23:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/enhance/normalize.py:22:8 Cannot resolve imported module `torch`
kornia possibly-missing-attribute kornia/enhance/normalize.py:250:12 Attribute `shape` may be missing on object of type `Unknown | int`
kornia possibly-missing-attribute kornia/enhance/normalize.py:250:27 Attribute `shape` may be missing on object of type `Unknown | int`
kornia possibly-missing-attribute kornia/enhance/normalize.py:251:16 Attribute `shape` may be missing on object of type `Unknown | int`
kornia possibly-missing-attribute kornia/enhance/normalize.py:251:52 Attribute `shape` may be missing on object of type `Unknown | int`
kornia possibly-missing-attribute kornia/enhance/normalize.py:252:90 Attribute `shape` may be missing on object of type `Unknown | int`
kornia possibly-missing-attribute kornia/enhance/normalize.py:255:12 Attribute `shape` may be missing on object of type `Unknown | int`
kornia possibly-missing-attribute kornia/enhance/normalize.py:255:26 Attribute `shape` may be missing on object of type `Unknown | int`
kornia possibly-missing-attribute kornia/enhance/normalize.py:256:16 Attribute `shape` may be missing on object of type `Unknown | int`
kornia possibly-missing-attribute kornia/enhance/normalize.py:256:51 Attribute `shape` may be missing on object of type `Unknown | int`
kornia possibly-missing-attribute kornia/enhance/normalize.py:257:89 Attribute `shape` may be missing on object of type `Unknown | int`
kornia unresolved-import kornia/enhance/zca.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/adalam/adalam.py:24:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/adalam/core.py:21:8 Cannot resolve imported module `torch`
kornia no-matching-overload kornia/feature/adalam/core.py:399:96 No overload of bound method `__init__` matches arguments
kornia unresolved-import kornia/feature/adalam/ransac.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/adalam/utils.py:21:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/affine_shape.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/affine_shape.py:23:6 Cannot resolve imported module `torch`
kornia possibly-unresolved-reference kornia/feature/affine_shape.py:166:52 Name `ori_orig` used when possibly not defined
kornia possibly-unresolved-reference kornia/feature/affine_shape.py:263:52 Name `ori_orig` used when possibly not defined
kornia unresolved-import kornia/feature/dedode/decoder.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/dedode/decoder.py:21:6 Cannot resolve imported module `torch`
kornia unused-ignore-comment kornia/feature/dedode/decoder.py:27:121 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/dedode/decoder.py:45:20 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/dedode/decoder.py:81:24 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/feature/dedode/dedode.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/dedode/dedode.py:21:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/feature/dedode/dedode_models.py:18:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/dedode/dedode_models.py:19:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/dedode/descriptor.py:18:8 Cannot resolve imported module `torch.nn.functional`
kornia unused-ignore-comment kornia/feature/dedode/descriptor.py:24:85 Unused blanket `type: ignore` directive
kornia unresolved-reference kornia/feature/dedode/descriptor.py:41:32 Name `descriptions` used when not defined
kornia possibly-unresolved-reference kornia/feature/dedode/descriptor.py:46:16 Name `descriptions` used when possibly not defined
kornia unresolved-import kornia/feature/dedode/detector.py:18:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/feature/dedode/detector.py:19:6 Cannot resolve imported module `torch`
kornia unused-ignore-comment kornia/feature/dedode/detector.py:25:85 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/feature/dedode/encoder.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/dedode/encoder.py:21:6 Cannot resolve imported module `torch`
kornia unused-ignore-comment kornia/feature/dedode/encoder.py:31:64 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/dedode/encoder.py:36:46 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/dedode/encoder.py:72:36 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/dedode/encoder.py:83:63 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/feature/dedode/transformer/dinov2.py:32:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/dedode/transformer/dinov2.py:33:8 Cannot resolve imported module `torch.utils.checkpoint`
kornia unresolved-import kornia/feature/dedode/transformer/dinov2.py:34:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/dedode/transformer/dinov2.py:35:6 Cannot resolve imported module `torch.nn.init`
kornia unresolved-import kornia/feature/dedode/transformer/layers/attention.py:30:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/dedode/transformer/layers/attention.py:36:10 Cannot resolve imported module `xformers.ops`
kornia unused-ignore-comment kornia/feature/dedode/transformer/layers/attention.py:80:62 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/feature/dedode/transformer/layers/block.py:31:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/dedode/transformer/layers/block.py:32:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/dedode/transformer/layers/block.py:45:10 Cannot resolve imported module `xformers.ops`
kornia unresolved-import kornia/feature/dedode/transformer/layers/dino_head.py:24:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/dedode/transformer/layers/dino_head.py:25:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/dedode/transformer/layers/dino_head.py:26:6 Cannot resolve imported module `torch.nn.init`
kornia unresolved-import kornia/feature/dedode/transformer/layers/dino_head.py:27:6 Cannot resolve imported module `torch.nn.utils`
kornia unresolved-import kornia/feature/dedode/transformer/layers/layer_scale.py:28:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/dedode/transformer/layers/layer_scale.py:29:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/dedode/transformer/layers/mlp.py:31:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/dedode/transformer/layers/patch_embed.py:30:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/dedode/transformer/layers/swiglu_ffn.py:26:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/feature/dedode/transformer/layers/swiglu_ffn.py:27:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/dedode/transformer/layers/swiglu_ffn.py:54:10 Cannot resolve imported module `xformers.ops`
kornia unresolved-import kornia/feature/dedode/utils.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/dedode/utils.py:21:8 Cannot resolve imported module `torch.nn.functional`
kornia unused-ignore-comment kornia/feature/dedode/utils.py:41:75 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/dedode/utils.py:42:87 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/feature/dedode/vgg.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/dedode/vgg.py:21:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/defmo.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/defmo.py:21:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/disk/_unets/blocks.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/disk/_unets/blocks.py:23:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/feature/disk/_unets/blocks.py:24:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/disk/_unets/unet.py:22:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/disk/detector.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/disk/detector.py:23:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/feature/disk/disk.py:22:8 Cannot resolve imported module `torch`
kornia possibly-unresolved-reference kornia/feature/disk/disk.py:118:39 Name `h` used when possibly not defined
kornia possibly-unresolved-reference kornia/feature/disk/disk.py:118:43 Name `w` used when possibly not defined
kornia possibly-unresolved-reference kornia/feature/disk/disk.py:119:45 Name `h` used when possibly not defined
kornia possibly-unresolved-reference kornia/feature/disk/disk.py:119:49 Name `w` used when possibly not defined
kornia unresolved-import kornia/feature/disk/structs.py:23:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/feature/hardnet.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/hardnet.py:21:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/feature/hardnet.py:22:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/hynet.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/hynet.py:21:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/integrated.py:21:8 Cannot resolve imported module `torch`
kornia unused-ignore-comment kornia/feature/integrated.py:470:93 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/feature/keynet.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/keynet.py:21:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/feature/keynet.py:22:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/laf.py:21:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/laf.py:22:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/feature/lightglue.py:24:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/lightglue.py:25:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/feature/lightglue.py:26:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/lightglue.py:48:10 Cannot resolve imported module `flash_attn.modules.mha`
kornia unused-ignore-comment kornia/feature/lightglue.py:58:33 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/lightglue.py:148:88 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/lightglue.py:157:72 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/lightglue.py:220:32 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/lightglue.py:222:87 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/lightglue.py:251:43 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/lightglue.py:420:73 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/lightglue.py:432:46 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/lightglue.py:492:67 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/lightglue.py:496:47 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/lightglue.py:498:45 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/lightglue.py:521:46 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/lightglue.py:535:91 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/lightglue.py:536:91 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/lightglue.py:613:73 Unused blanket `type: ignore` directive
kornia possibly-unresolved-reference kornia/feature/lightglue.py:615:24 Name `ind0` used when possibly not defined
kornia possibly-unresolved-reference kornia/feature/lightglue.py:618:17 Name `prune0` used when possibly not defined
kornia unused-ignore-comment kornia/feature/lightglue.py:621:73 Unused blanket `type: ignore` directive
kornia possibly-unresolved-reference kornia/feature/lightglue.py:623:24 Name `ind1` used when possibly not defined
kornia possibly-unresolved-reference kornia/feature/lightglue.py:626:17 Name `prune1` used when possibly not defined
kornia possibly-unresolved-reference kornia/feature/lightglue.py:629:41 Name `i` used when possibly not defined
kornia possibly-unresolved-reference kornia/feature/lightglue.py:637:31 Name `ind0` used when possibly not defined
kornia possibly-unresolved-reference kornia/feature/lightglue.py:638:31 Name `ind1` used when possibly not defined
kornia possibly-unresolved-reference kornia/feature/lightglue.py:646:20 Name `ind0` used when possibly not defined
kornia possibly-unresolved-reference kornia/feature/lightglue.py:646:48 Name `ind1` used when possibly not defined
kornia possibly-unresolved-reference kornia/feature/lightglue.py:647:20 Name `ind1` used when possibly not defined
kornia possibly-unresolved-reference kornia/feature/lightglue.py:647:48 Name `ind0` used when possibly not defined
kornia possibly-unresolved-reference kornia/feature/lightglue.py:650:26 Name `ind0` used when possibly not defined
kornia possibly-unresolved-reference kornia/feature/lightglue.py:651:26 Name `ind1` used when possibly not defined
kornia possibly-unresolved-reference kornia/feature/lightglue.py:663:21 Name `i` used when possibly not defined
kornia possibly-unresolved-reference kornia/feature/lightglue.py:666:23 Name `prune0` used when possibly not defined
kornia possibly-unresolved-reference kornia/feature/lightglue.py:667:23 Name `prune1` used when possibly not defined
kornia unresolved-import kornia/feature/lightglue_onnx/lightglue.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/lightglue_onnx/lightglue.py:30:12 Cannot resolve imported module `numpy`
kornia unresolved-import kornia/feature/lightglue_onnx/lightglue.py:31:12 Cannot resolve imported module `onnxruntime`
kornia unused-ignore-comment kornia/feature/lightglue_onnx/lightglue.py:33:16 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/lightglue_onnx/lightglue.py:69:40 Unused blanket `type: ignore` directive
kornia possibly-missing-attribute kornia/feature/lightglue_onnx/lightglue.py:92:24 Attribute `InferenceSession` may be missing on object of type `Unknown | None`
kornia unused-ignore-comment kornia/feature/lightglue_onnx/lightglue.py:150:82 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/lightglue_onnx/lightglue.py:151:82 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/lightglue_onnx/lightglue.py:153:58 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/lightglue_onnx/lightglue.py:154:58 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/lightglue_onnx/lightglue.py:156:91 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/lightglue_onnx/lightglue.py:157:91 Unused blanket `type: ignore` directive
kornia possibly-missing-attribute kornia/feature/lightglue_onnx/lightglue.py:169:30 Attribute `float32` may be missing on object of type `Unknown | None`
kornia unresolved-import kornia/feature/lightglue_onnx/utils/download.py:25:6 Cannot resolve imported module `torch.hub`
kornia unresolved-import kornia/feature/lightglue_onnx/utils/keypoints.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/loftr/backbone/resnet_fpn.py:20:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/feature/loftr/backbone/resnet_fpn.py:21:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/loftr/loftr.py:22:8 Cannot resolve imported module `torch`
kornia unused-ignore-comment kornia/feature/loftr/loftr.py:208:95 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/feature/loftr/loftr_module/fine_preprocess.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/loftr/loftr_module/fine_preprocess.py:21:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/feature/loftr/loftr_module/fine_preprocess.py:22:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/loftr/loftr_module/linear_attention.py:26:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/loftr/loftr_module/linear_attention.py:27:6 Cannot resolve imported module `torch.nn`
kornia unresolved-import kornia/feature/loftr/loftr_module/transformer.py:23:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/loftr/loftr_module/transformer.py:24:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/loftr/utils/coarse_matching.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/loftr/utils/coarse_matching.py:21:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/feature/loftr/utils/coarse_matching.py:22:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/loftr/utils/coarse_matching.py:100:23 Cannot resolve imported module `.superglue`
kornia possibly-unresolved-reference kornia/feature/loftr/utils/coarse_matching.py:170:37 Name `conf_matrix` used when possibly not defined
kornia possibly-unresolved-reference kornia/feature/loftr/utils/coarse_matching.py:173:45 Name `conf_matrix` used when possibly not defined
kornia unused-ignore-comment kornia/feature/loftr/utils/coarse_matching.py:263:45 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/feature/loftr/utils/fine_matching.py:23:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/loftr/utils/geometry.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/loftr/utils/position_encoding.py:21:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/loftr/utils/supervision.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/matching.py:20:8 Cannot resolve imported module `torch`
kornia unused-ignore-comment kornia/feature/matching.py:549:42 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/feature/mkd.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/mkd.py:21:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/feature/mkd.py:22:6 Cannot resolve imported module `torch`
kornia possibly-unresolved-reference kornia/feature/mkd.py:252:64 Name `coeffs_` used when possibly not defined
kornia possibly-unresolved-reference kornia/feature/mkd.py:253:64 Name `coeffs_` used when possibly not defined
kornia possibly-unresolved-reference kornia/feature/mkd.py:255:31 Name `params_` used when possibly not defined
kornia possibly-unresolved-reference kornia/feature/mkd.py:256:31 Name `params_` used when possibly not defined
kornia unresolved-import kornia/feature/orientation.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/orientation.py:21:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/feature/orientation.py:22:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/responses.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/scale_space_detector.py:21:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/scale_space_detector.py:22:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/feature/siftdesc.py:21:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/siftdesc.py:22:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/sold2/backbones.py:24:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/sold2/backbones.py:25:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/feature/sold2/backbones.py:26:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/sold2/backbones.py:27:6 Cannot resolve imported module `torch.nn.functional`
kornia unused-ignore-comment kornia/feature/sold2/backbones.py:152:37 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/sold2/backbones.py:154:41 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/sold2/backbones.py:159:45 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/feature/sold2/backbones.py:160:41 Unused blanket `type: ignore` directive
kornia possibly-unresolved-reference kornia/feature/sold2/backbones.py:257:16 Name `y` used when possibly not defined
kornia unresolved-import kornia/feature/sold2/sold2.py:21:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/sold2/sold2.py:22:8 Cannot resolve imported module `torch.nn.functional`
kornia invalid-argument-type kornia/feature/sold2/sold2.py:73:40 Argument to function `dict_to_dataclass` is incorrect: Expected `dict[str, Any]`, found `DetectorCfg & Top[dict[Unknown, Unknown]]`
kornia unresolved-import kornia/feature/sold2/sold2_detector.py:22:8 Cannot resolve imported module `torch`
kornia invalid-argument-type kornia/feature/sold2/sold2_detector.py:67:40 Argument to function `dict_to_dataclass` is incorrect: Expected `dict[str, Any]`, found `DetectorCfg & Top[dict[Unknown, Unknown]]`
kornia unresolved-import kornia/feature/sosnet.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/sosnet.py:21:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/steerers.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/tfeat.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/feature/tfeat.py:21:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/filters/blur_pool.py:20:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/filters/canny.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/filters/canny.py:23:8 Cannot resolve imported module `torch.nn.functional`
kornia possibly-unresolved-reference kornia/filters/canny.py:160:17 Name `hysteresis_magnitude` used when possibly not defined
kornia unresolved-import kornia/filters/dexined.py:25:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/filters/dexined.py:26:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/filters/dexined.py:27:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/filters/dissolving.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/filters/filter.py:20:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/filters/guided.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/filters/guided.py:21:6 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/filters/in_range.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/filters/kernels.py:23:8 Cannot resolve imported module `torch`
kornia possibly-missing-attribute kornia/filters/kernels.py:105:18 Attribute `shape` may be missing on object of type `Unknown | int`
kornia possibly-missing-attribute kornia/filters/kernels.py:109:40 Attribute `device` may be missing on object of type `Unknown | int`
kornia possibly-missing-attribute kornia/filters/kernels.py:109:60 Attribute `dtype` may be missing on object of type `Unknown | int`
kornia possibly-missing-attribute kornia/filters/kernels.py:114:43 Attribute `device` may be missing on object of type `Unknown | int`
kornia possibly-missing-attribute kornia/filters/kernels.py:114:63 Attribute `dtype` may be missing on object of type `Unknown | int`
kornia possibly-missing-attribute kornia/filters/kernels.py:119:42 Attribute `pow` may be missing on object of type `Unknown | int`
kornia possibly-missing-attribute kornia/filters/kernels.py:145:18 Attribute `shape` may be missing on object of type `Unknown | int`
kornia possibly-missing-attribute kornia/filters/kernels.py:147:43 Attribute `device` may be missing on object of type `Unknown | int`
kornia possibly-missing-attribute kornia/filters/kernels.py:147:63 Attribute `dtype` may be missing on object of type `Unknown | int`
kornia possibly-missing-attribute kornia/filters/kernels.py:149:22 Attribute `abs` may be missing on object of type `Unknown | int`
kornia possibly-missing-attribute kornia/filters/kernels.py:276:55 Attribute `exp` may be missing on object of type `Unknown | int`
kornia unresolved-import kornia/filters/kernels_geometry.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/filters/median.py:20:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/filters/otsu_thresholding.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/filters/sobel.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/filters/sobel.py:23:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/geometry/bbox.py:23:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/boxes.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/boxes.py:23:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/calibration/distort.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/calibration/pnp.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/calibration/pnp.py:21:6 Cannot resolve imported module `torch.linalg`
kornia unresolved-import kornia/geometry/calibration/undistort.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/camera/distortion_kannala_brandt.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/camera/perspective.py:18:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/camera/perspective.py:19:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/geometry/camera/pinhole.py:20:8 Cannot resolve imported module `torch`
kornia invalid-argument-type kornia/geometry/camera/pinhole.py:179:5 Argument to bound method `setter` is incorrect: Expected `(Any, Any, /) -> None`, found `def tx(self, value: Unknown | int | float) -> PinholeCamera`
kornia invalid-argument-type kornia/geometry/camera/pinhole.py:195:5 Argument to bound method `setter` is incorrect: Expected `(Any, Any, /) -> None`, found `def ty(self, value: Unknown | int | float) -> PinholeCamera`
kornia invalid-argument-type kornia/geometry/camera/pinhole.py:211:5 Argument to bound method `setter` is incorrect: Expected `(Any, Any, /) -> None`, found `def tz(self, value: Unknown | int | float) -> PinholeCamera`
kornia unresolved-import kornia/geometry/camera/stereo.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/camera/utils.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/camera/utils.py:23:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/conversions.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/conversions.py:23:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/geometry/depth.py:24:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/epipolar/_metrics.py:20:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/epipolar/essential.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/epipolar/fundamental.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/epipolar/numeric.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/epipolar/projection.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/epipolar/projection.py:23:6 Cannot resolve imported module `torch.linalg`
kornia unresolved-import kornia/geometry/epipolar/scene.py:23:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/epipolar/triangulation.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/homography.py:21:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/keypoints.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/keypoints.py:21:6 Cannot resolve imported module `torch`
kornia invalid-method-override kornia/geometry/keypoints.py:202:9 Invalid override of method `from_tensor`: Definition is incompatible with `Keypoints.from_tensor`
kornia unresolved-import kornia/geometry/liegroup/so3.py:24:8 Cannot resolve imported module `torch`
kornia unused-ignore-comment kornia/geometry/liegroup/so3.py:176:56 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/geometry/linalg.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/line.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/plane.py:23:8 Cannot resolve imported module `torch`
kornia unused-ignore-comment kornia/geometry/plane.py:27:54 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/geometry/quaternion.py:25:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/ransac.py:24:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/solvers/polynomial_solver.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/subpix/dsnt.py:27:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/subpix/nms.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/subpix/nms.py:21:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/geometry/subpix/spatial_soft_argmax.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/subpix/spatial_soft_argmax.py:23:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/geometry/transform/affwarp.py:21:8 Cannot resolve imported module `torch`
kornia possibly-unresolved-reference kornia/geometry/transform/affwarp.py:664:20 Name `height` used when possibly not defined
kornia possibly-unresolved-reference kornia/geometry/transform/affwarp.py:665:19 Name `width` used when possibly not defined
kornia not-iterable kornia/geometry/transform/affwarp.py:705:36 Object of type `int` is not iterable
kornia unresolved-import kornia/geometry/transform/crop2d.py:20:8 Cannot resolve imported module `torch`
kornia unused-ignore-comment kornia/geometry/transform/crop2d.py:466:55 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/geometry/transform/crop2d.py:468:47 Unused blanket `type: ignore` directive
kornia unused-ignore-comment kornia/geometry/transform/crop2d.py:472:118 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/geometry/transform/crop3d.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/transform/elastic_transform.py:20:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/geometry/transform/flips.py:18:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/transform/homography_warper.py:23:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/geometry/transform/image_registrator.py:21:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/transform/image_registrator.py:22:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/geometry/transform/image_registrator.py:23:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/transform/imgwarp.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/transform/imgwarp.py:23:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/geometry/transform/pyramid.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/transform/pyramid.py:23:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/geometry/transform/thin_plate_spline.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/geometry/transform/thin_plate_spline.py:21:6 Cannot resolve imported module `torch`
kornia unused-ignore-comment kornia/geometry/vector.py:22:61 Unused blanket `type: ignore` directive
kornia invalid-method-override kornia/geometry/vector.py:42:9 Invalid override of method `__getitem__`: Definition is incompatible with `TensorWrapper.__getitem__`
kornia invalid-method-override kornia/geometry/vector.py:120:9 Invalid override of method `__getitem__`: Definition is incompatible with `TensorWrapper.__getitem__`
kornia unresolved-import kornia/grad_estimator/ste.py:20:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/grad_estimator/ste.py:21:6 Cannot resolve imported module `torch.autograd`
kornia unresolved-import kornia/image/image.py:23:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/image/image.py:24:6 Cannot resolve imported module `torch.utils.dlpack`
kornia unresolved-import kornia/io/io.py:24:8 Cannot resolve imported module `kornia_rs`
kornia unresolved-import kornia/io/io.py:25:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/_utils.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/cauchy.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/cauchy.py:21:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/charbonnier.py:20:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/depth_smooth.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/depth_smooth.py:21:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/dice.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/dice.py:23:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/divergence.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/divergence.py:23:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/losses/focal.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/focal.py:23:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/geman_mcclure.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/geman_mcclure.py:21:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/hausdorff.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/hausdorff.py:23:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/lovasz_hinge.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/lovasz_hinge.py:21:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/lovasz_softmax.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/lovasz_softmax.py:23:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/ms_ssim.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/ms_ssim.py:23:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/losses/ms_ssim.py:24:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/psnr.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/psnr.py:21:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/ssim.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/ssim.py:21:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/tversky.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/tversky.py:23:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/losses/tversky.py:24:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/losses/welsch.py:20:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/metrics/confusion_matrix.py:18:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/metrics/endpoint_error.py:18:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/metrics/endpoint_error.py:19:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/metrics/mean_average_precision.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/metrics/mean_iou.py:18:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/metrics/psnr.py:18:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/metrics/psnr.py:19:6 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/metrics/ssim.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/metrics/ssim.py:21:6 Cannot resolve imported module `torch`
kornia invalid-method-override kornia/models/_hf_models/preprocessor.py:50:9 Invalid override of method `from_json`: Definition is incompatible with `PreprocessingLoader.from_json`
kornia unresolved-import kornia/models/detection/base.py:24:8 Cannot resolve imported module `torch`
kornia unused-ignore-comment kornia/models/detection/base.py:234:38 Unused blanket `type: ignore` directive
kornia unresolved-import kornia/models/detection/rtdetr.py:21:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/models/edge_detection/base.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/models/edge_detection/dexined.py:18:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/models/segmentation/base.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/models/segmentation/segmentation_models.py:22:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/models/super_resolution/base.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/models/super_resolution/rrdbnet.py:18:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/models/super_resolution/rrdbnet.py:19:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/models/super_resolution/small_sr.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/models/super_resolution/small_sr.py:21:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/models/utils.py:21:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/models/utils.py:22:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/morphology/morphology.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/morphology/morphology.py:21:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/nerf/camera_utils.py:21:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/nerf/data_utils.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/nerf/data_utils.py:21:6 Cannot resolve imported module `torch.utils.data`
kornia possibly-missing-attribute kornia/nerf/data_utils.py:100:23 Attribute `to` may be missing on object of type `Unknown | str`
kornia unresolved-import kornia/nerf/nerf_model.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/nerf/nerf_model.py:21:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/nerf/nerf_model.py:22:6 Cannot resolve imported module `torch.nn`
kornia unresolved-import kornia/nerf/nerf_solver.py:24:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/nerf/nerf_solver.py:25:8 Cannot resolve imported module `torch.nn.functional`
kornia unresolved-import kornia/nerf/nerf_solver.py:26:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/nerf/positional_encoder.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/nerf/positional_encoder.py:21:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/nerf/samplers.py:21:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/nerf/volume_renderer.py:18:8 Cannot resolve imported module `torch`
kornia unresolved-reference kornia/onnx/utils.py:68:37 Name `file_path` used when not defined
kornia possibly-unresolved-reference kornia/onnx/utils.py:196:69 Name `in_name` used when possibly not defined
kornia possibly-unresolved-reference kornia/onnx/utils.py:198:46 Name `i` used when possibly not defined
kornia possibly-unresolved-reference kornia/onnx/utils.py:199:34 Name `i` used when possibly not defined
kornia possibly-unresolved-reference kornia/onnx/utils.py:200:35 Name `i` used when possibly not defined
kornia possibly-unresolved-reference kornia/onnx/utils.py:200:66 Name `out_name` used when possibly not defined
kornia unresolved-import kornia/testing/__init__.py:28:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/testing/__init__.py:29:6 Cannot resolve imported module `torch.autograd`
kornia unresolved-import kornia/testing/__init__.py:30:6 Cannot resolve imported module `torch.testing`
kornia unresolved-import kornia/tracking/planar_tracker.py:20:8 Cannot resolve imported module `torch`
kornia possibly-unresolved-reference kornia/tracking/planar_tracker.py:133:9 Name `Hwarp` used when possibly not defined
kornia possibly-unresolved-reference kornia/tracking/planar_tracker.py:133:30 Name `Hwarp` used when possibly not defined
kornia possibly-unresolved-reference kornia/tracking/planar_tracker.py:134:9 Name `Hwarp` used when possibly not defined
kornia possibly-unresolved-reference kornia/tracking/planar_tracker.py:135:30 Name `Hwarp` used when possibly not defined
kornia possibly-unresolved-reference kornia/tracking/planar_tracker.py:145:39 Name `Hwarp` used when possibly not defined
kornia unresolved-import kornia/utils/_compat.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/utils/_compat.py:21:6 Cannot resolve imported module `packaging`
kornia unresolved-import kornia/utils/_compat.py:22:6 Cannot resolve imported module `torch`
kornia possibly-missing-attribute kornia/utils/download.py:99:20 Submodule `error` may not be available as an attribute on module `urllib`
kornia unresolved-import kornia/utils/draw.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/utils/draw.py:21:6 Cannot resolve imported module `torch`
kornia invalid-assignment kornia/utils/draw.py:376:5 Not enough values to unpack: Expected 5
kornia invalid-assignment kornia/utils/draw.py:379:5 Not enough values to unpack: Expected 5
kornia invalid-assignment kornia/utils/draw.py:382:5 Not enough values to unpack: Expected 3
kornia unresolved-import kornia/utils/grid.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/utils/helpers.py:27:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/utils/helpers.py:28:6 Cannot resolve imported module `torch.linalg`
kornia unresolved-reference kornia/utils/helpers.py:244:12 Name `out` used when not defined
kornia unresolved-reference kornia/utils/helpers.py:292:26 Name `info` used when not defined
kornia unresolved-reference kornia/utils/helpers.py:307:12 Name `X` used when not defined
kornia unresolved-reference kornia/utils/helpers.py:307:27 Name `A_LU` used when not defined
kornia unresolved-import kornia/utils/image.py:21:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/utils/image.py:22:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/utils/image.py:23:6 Cannot resolve imported module `torch.nn`
kornia unresolved-import kornia/utils/image_print.py:28:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/utils/image_print.py:29:6 Cannot resolve imported module `torch`
kornia unresolved-import kornia/utils/misc.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/utils/one_hot.py:18:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/utils/pointcloud_io.py:20:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/x/callbacks.py:22:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/x/trainer.py:23:8 Cannot resolve imported module `torch`
kornia unresolved-import kornia/x/trainer.py:24:6 Cannot resolve imported module `torch.optim`
kornia unresolved-import kornia/x/trainer.py:25:6 Cannot resolve imported module `torch.utils.data`
kornia unresolved-import kornia/x/trainer.py:28:10 Cannot resolve imported module `accelerate`
kornia unresolved-import kornia/x/trainers.py:20:6 Cannot resolve imported module `torch.optim`
kornia unresolved-import kornia/x/trainers.py:21:6 Cannot resolve imported module `torch.utils.data`
mkdocs invalid-assignment mkdocs/__main__.py:58:9 Implicit shadowing of function `showwarning`
mkdocs unresolved-import mkdocs/__main__.py:340:10 Cannot resolve imported module `mkdocs_get_deps`
mkdocs possibly-unresolved-reference mkdocs/config/base.py:326:50 Name `result_config_file` used when possibly not defined
mkdocs possibly-unresolved-reference mkdocs/config/base.py:329:13 Name `result_config_file` used when possibly not defined
mkdocs possibly-unresolved-reference mkdocs/config/base.py:334:15 Name `result_config_file` used when possibly not defined
mkdocs possibly-unresolved-reference mkdocs/config/base.py:336:20 Name `result_config_file` used when possibly not defined
mkdocs possibly-unresolved-reference mkdocs/config/base.py:337:13 Name `result_config_file` used when possibly not defined
mkdocs unresolved-attribute mkdocs/config/config_options.py:137:34 Object of type `type` has no attribute `_schema`
mkdocs no-matching-overload mkdocs/config/config_options.py:139:39 No overload of bound method `setdefault` matches arguments
mkdocs invalid-return-type mkdocs/config/config_options.py:274:20 Return type does not match returned value: expected `dict[str, T@DictOfItems]`, found `Top[dict[Unknown, Unknown]] & ~AlwaysTruthy`
mkdocs invalid-return-type mkdocs/config/config_options.py:298:16 Return type does not match returned value: expected `dict[str, T@DictOfItems]`, found `Top[dict[Unknown, Unknown]] & ~AlwaysFalsy`
mkdocs invalid-argument-type mkdocs/config/config_options.py:509:35 Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | None`
mkdocs unused-ignore-comment mkdocs/config/config_options.py:560:65 Unused blanket `type: ignore` directive
mkdocs invalid-assignment mkdocs/config/config_options.py:692:45 Object of type `staticmethod[(path: int | str | bytes | PathLike[str] | PathLike[bytes]), bool]` is not assignable to `(str, /) -> bool`
mkdocs invalid-argument-type mkdocs/config/config_options.py:834:12 Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[dict[Unknown, Unknown]]`
mkdocs invalid-argument-type mkdocs/config/config_options.py:834:49 Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[dict[Unknown, Unknown]]`
mkdocs invalid-argument-type mkdocs/config/config_options.py:836:46 Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[dict[Unknown, Unknown]]`
mkdocs invalid-argument-type mkdocs/config/config_options.py:840:16 Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[dict[Unknown, Unknown]]`
mkdocs invalid-argument-type mkdocs/config/config_options.py:844:63 Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["custom_dir"]` on object of type `Top[dict[Unknown, Unknown]]`
mkdocs invalid-argument-type mkdocs/config/config_options.py:844:63 Argument to function `isabs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `object`
mkdocs invalid-assignment mkdocs/config/config_options.py:846:13 Invalid subscript assignment with key of type `Literal["custom_dir"]` and value of type `Unknown` on object of type `Top[dict[Unknown, Unknown]]`
mkdocs no-matching-overload mkdocs/config/config_options.py:846:42 No overload of function `join` matches arguments
mkdocs invalid-argument-type mkdocs/config/config_options.py:846:67 Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["custom_dir"]` on object of type `Top[dict[Unknown, Unknown]]`
mkdocs invalid-argument-type mkdocs/config/config_options.py:848:63 Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["custom_dir"]` on object of type `Top[dict[Unknown, Unknown]]`
mkdocs invalid-argument-type mkdocs/config/config_options.py:848:63 Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `object`
mkdocs invalid-argument-type mkdocs/config/config_options.py:851:26 Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["custom_dir"]` on object of type `Top[dict[Unknown, Unknown]]`
mkdocs invalid-argument-type mkdocs/config/config_options.py:855:56 Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["locale"]` on object of type `Top[dict[Unknown, Unknown]]`
mkdocs invalid-argument-type mkdocs/config/config_options.py:858:28 Argument expression after ** must be a mapping with `str` key type: Found `object`
mkdocs invalid-argument-type mkdocs/config/config_options.py:858:28 Argument to bound method `__init__` is incorrect: Expected `str | None`, found `object`
mkdocs invalid-argument-type mkdocs/config/config_options.py:858:28 Argument to bound method `__init__` is incorrect: Expected `str | None`, found `object`
mkdocs invalid-argument-type mkdocs/config/config_options.py:858:28 Argument to bound method `__init__` is incorrect: Expected `Collection[str]`, found `object`
mkdocs invalid-argument-type mkdocs/config/config_options.py:858:28 Argument to bound method `__init__` is incorrect: Expected `str | None`, found `object`
mkdocs invalid-argument-type mkdocs/config/config_options.py:944:28 Argument to bound method `__init__` is incorrect: Expected `SubConfig[LegacyConfig]`, found `SubConfig[ExtraScriptValue]`
mkdocs unused-ignore-comment mkdocs/config/config_options.py:989:66 Unused blanket `type: ignore` directive
mkdocs invalid-argument-type mkdocs/config/defaults.py:199:18 Argument to bound method `__init__` is incorrect: Expected `SubConfig[LegacyConfig]`, found `PropagatingSubConfig[Validation]`
mkdocs invalid-argument-type mkdocs/contrib/search/__init__.py:39:21 Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> object, (s: slice[Never, Never, Never], /) -> Top[list[Unknown]]]` cannot be called with key of type `slice[None, None, None]` on object of type `Top[list[Unknown]]`
mkdocs invalid-argument-type mkdocs/contrib/search/__init__.py:44:34 Argument to bound method `remove` is incorrect: Expected `Never`, found `Unknown & ~Literal["en"]`
mkdocs invalid-argument-type mkdocs/contrib/search/__init__.py:46:38 Argument to bound method `append` is incorrect: Expected `Never`, found `Literal["en"]`
mkdocs invalid-argument-type mkdocs/contrib/search/__init__.py:48:34 Argument to bound method `remove` is incorrect: Expected `Never`, found `Unknown & ~Literal["en"]`
mkdocs invalid-argument-type mkdocs/contrib/search/__init__.py:49:34 Argument to bound method `append` is incorrect: Expected `Never`, found `Unknown & ~AlwaysFalsy`
mkdocs unused-ignore-comment mkdocs/contrib/search/__init__.py:73:67 Unused blanket `type: ignore` directive
mkdocs invalid-argument-type mkdocs/contrib/search/search_index.py:75:25 Argument to bound method `_add_entry` is incorrect: Expected `str | None`, found `Unknown | weak_property`
mkdocs unused-ignore-comment mkdocs/livereload/__init__.py:142:57 Unused blanket `type: ignore` directive
mkdocs unused-ignore-comment mkdocs/localization.py:20:69 Unused blanket `type: ignore` directive
mkdocs unresolved-import mkdocs/plugins.py:12:10 Cannot resolve imported module `importlib_metadata`
mkdocs possibly-missing-attribute mkdocs/plugins.py:490:32 Attribute `__get__` may be missing on object of type `Unknown | ((...) -> T@CombinedEvent)`
mkdocs not-iterable mkdocs/plugins.py:514:24 Object of type `object` is not iterable
mkdocs possibly-missing-attribute mkdocs/structure/files.py:47:29 Attribute `value` may be missing on object of type `Unknown | Literal[-2]`
mkdocs possibly-missing-attribute mkdocs/structure/files.py:50:30 Attribute `value` may be missing on object of type `Unknown | Literal[-2]`
mkdocs possibly-missing-attribute mkdocs/structure/files.py:53:30 Attribute `value` may be missing on object of type `Unknown | Literal[-2]`
mkdocs possibly-missing-attribute mkdocs/structure/files.py:56:29 Attribute `value` may be missing on object of type `Unknown | Literal[-1]`
mkdocs possibly-missing-attribute mkdocs/structure/files.py:59:30 Attribute `value` may be missing on object of type `Unknown | Literal[-1]`
mkdocs invalid-argument-type mkdocs/structure/nav.py:223:17 Argument to bound method `__init__` is incorrect: Expected `str`, found `@Todo | None`
mkdocs unused-ignore-comment mkdocs/structure/pages.py:13:29 Unused blanket `type: ignore` directive
mkdocs invalid-assignment mkdocs/structure/pages.py:40:13 Object of type `str` is not assignable to attribute `title` of type `weak_property`
mkdocs unused-ignore-comment mkdocs/structure/pages.py:228:37 Unused blanket `type: ignore` directive
mkdocs possibly-missing-attribute mkdocs/structure/pages.py:522:28 Submodule `preprocessors` may not be available as an attribute on module `markdown`
mkdocs unused-ignore-comment mkdocs/tests/__init__.py:16:45 Unused blanket `type: ignore` directive
mkdocs unresolved-attribute mkdocs/tests/base.py:23:12 Object of type `Markdown` has no attribute `toc_tokens`
mkdocs unresolved-attribute mkdocs/tests/base.py:105:9 Object of type `Self@assertPathsEqual` has no attribute `assertEqual`
mkdocs unresolved-attribute mkdocs/tests/base.py:110:19 Object of type `Self@assertPathExists` has no attribute `_formatMessage`
mkdocs unresolved-attribute mkdocs/tests/base.py:111:19 Object of type `Self@assertPathExists` has no attribute `failureException`
mkdocs unresolved-attribute mkdocs/tests/base.py:116:19 Object of type `Self@assertPathNotExists` has no attribute `_formatMessage`
mkdocs unresolved-attribute mkdocs/tests/base.py:117:19 Object of type `Self@assertPathNotExists` has no attribute `failureException`
mkdocs unresolved-attribute mkdocs/tests/base.py:122:19 Object of type `Self@assertPathIsFile` has no attribute `_formatMessage`
mkdocs unresolved-attribute mkdocs/tests/base.py:123:19 Object of type `Self@assertPathIsFile` has no attribute `failureException`
mkdocs unresolved-attribute mkdocs/tests/base.py:128:19 Object of type `Self@assertPathIsDir` has no attribute `_formatMessage`
mkdocs unresolved-attribute mkdocs/tests/base.py:129:19 Object of type `Self@assertPathIsDir` has no attribute `failureException`
mkdocs possibly-missing-attribute mkdocs/tests/build_tests.py:336:25 Attribute `startswith` may be missing on object of type `str | None`
mkdocs possibly-missing-attribute mkdocs/tests/build_tests.py:338:13 Attribute `startswith` may be missing on object of type `str | None`
mkdocs invalid-assignment mkdocs/tests/build_tests.py:398:9 Object of type `Literal["Title"]` is not assignable to attribute `title` on type `Page | None`
mkdocs invalid-assignment mkdocs/tests/build_tests.py:399:9 Object of type `Literal["page content"]` is not assignable to attribute `markdown` on type `Page | None`
mkdocs invalid-assignment mkdocs/tests/build_tests.py:400:9 Object of type `Literal["<p>page content</p>"]` is not assignable to attribute `content` on type `Page | None`
mkdocs invalid-argument-type mkdocs/tests/build_tests.py:401:27 Argument to function `_build_page` is incorrect: Expected `Page`, found `Page | None`
mkdocs invalid-argument-type mkdocs/tests/build_tests.py:401:38 Argument to function `_build_page` is incorrect: Expected `Sequence[File]`, found `Files`
mkdocs invalid-argument-type mkdocs/tests/build_tests.py:413:17 Argument to function `_build_page` is incorrect: Expected `Page`, found `Page | None`
mkdocs invalid-argument-type mkdocs/tests/build_tests.py:413:59 Argument to function `_build_page` is incorrect: Expected `Sequence[File]`, found `Files`
mkdocs invalid-assignment mkdocs/tests/build_tests.py:432:9 Object of type `Literal["Title"]` is not assignable to attribute `title` on type `Page | None`
mkdocs invalid-assignment mkdocs/tests/build_tests.py:433:9 Object of type `Literal["new page content"]` is not assignable to attribute `markdown` on type `Page | None`
mkdocs invalid-assignment mkdocs/tests/build_tests.py:434:9 Object of type `Literal["<p>new page content</p>"]` is not assignable to attribute `content` on type `Page | None`
mkdocs invalid-argument-type mkdocs/tests/build_tests.py:436:13 Argument to function `_build_page` is incorrect: Expected `Page`, found `Page | None`
mkdocs invalid-argument-type mkdocs/tests/build_tests.py:436:24 Argument to function `_build_page` is incorrect: Expected `Sequence[File]`, found `Files`
mkdocs invalid-assignment mkdocs/tests/build_tests.py:449:9 Object of type `Literal["Title"]` is not assignable to attribute `title` on type `Page | None`
mkdocs invalid-assignment mkdocs/tests/build_tests.py:450:9 Object of type `Literal["page content"]` is not assignable to attribute `markdown` on type `Page | None`
mkdocs invalid-assignment mkdocs/tests/build_tests.py:451:9 Object of type `Literal["<p>page content</p>"]` is not assignable to attribute `content` on type `Page | None`
mkdocs invalid-argument-type mkdocs/tests/build_tests.py:453:13 Argument to function `_build_page` is incorrect: Expected `Page`, found `Page | None`
mkdocs invalid-argument-type mkdocs/tests/build_tests.py:453:24 Argument to function `_build_page` is incorrect: Expected `Sequence[File]`, found `Files`
mkdocs invalid-assignment mkdocs/tests/build_tests.py:465:9 Object of type `Literal["Title"]` is not assignable to attribute `title` on type `Page | None`
mkdocs invalid-assignment mkdocs/tests/build_tests.py:466:9 Object of type `dict[Unknown | str, Unknown | str]` is not assignable to attribute `meta` on type `Page | None`
mkdocs invalid-assignment mkdocs/tests/build_tests.py:467:9 Object of type `Literal["page content"]` is not assignable to attribute `markdown` on type `Page | None`
mkdocs invalid-assignment mkdocs/tests/build_tests.py:468:9 Object of type `Literal["<p>page content</p>"]` is not assignable to attribute `content` on type `Page | None`
mkdocs invalid-argument-type mkdocs/tests/build_tests.py:469:27 Argument to function `_build_page` is incorrect: Expected `Page`, found `Page | None`
mkdocs invalid-argument-type mkdocs/tests/build_tests.py:469:38 Argument to function `_build_page` is incorrect: Expected `Sequence[File]`, found `Files`
mkdocs invalid-assignment mkdocs/tests/build_tests.py:481:9 Object of type `Literal["Title"]` is not assignable to attribute `title` on type `Page | None`
mkdocs invalid-assignment mkdocs/tests/build_tests.py:482:9 Object of type `Literal["page content"]` is not assignable to attribute `markdown` on type `Page | None`
mkdocs invalid-assignment mkdocs/tests/build_tests.py:483:9 Object of type `Literal["<p>page content</p>"]` is not assignable to attribute `content` on type `Page | None`
mkdocs invalid-argument-type mkdocs/tests/build_tests.py:486:35 Argument to function `_build_page` is incorrect: Expected `Page`, found `Page | None`
mkdocs invalid-argument-type mkdocs/tests/build_tests.py:486:46 Argument to function `_build_page` is incorrect: Expected `Sequence[File]`, found `Files`
mkdocs invalid-assignment mkdocs/tests/build_tests.py:505:9 Object of type `Literal["Title"]` is not assignable to attribute `title` on type `Page | None`
mkdocs invalid-assignment mkdocs/tests/build_tests.py:506:9 Object of type `Literal["page content"]` is not assignable to attribute `markdown` on type `Page | None`
mkdocs invalid-assignment mkdocs/tests/build_tests.py:507:9 Object of type `Literal["<p>page content</p>"]` is not assignable to attribute `content` on type `Page | None`
mkdocs invalid-argument-type mkdocs/tests/build_tests.py:510:35 Argument to function `_build_page` is incorrect: Expected `Page`, found `Page | None`
mkdocs invalid-argument-type mkdocs/tests/build_tests.py:510:46 Argument to function `_build_page` is incorrect: Expected `Sequence[File]`, found `Files`
mkdocs unknown-argument mkdocs/tests/config/base_tests.py:148:28 Argument `schema` does not match any known parameter of bound method `__init__`
mkdocs unknown-argument mkdocs/tests/config/base_tests.py:160:28 Argument `schema` does not match any known parameter of bound method `__init__`
mkdocs unknown-argument mkdocs/tests/config/base_tests.py:172:28 Argument `schema` does not match any known parameter of bound method `__init__`
mkdocs unknown-argument mkdocs/tests/config/base_tests.py:189:28 Argument `schema` does not match any known parameter of bound method `__init__`
mkdocs unknown-argument mkdocs/tests/config/base_tests.py:212:28 Argument `schema` does not match any known parameter of bound method `__init__`
mkdocs unknown-argument mkdocs/tests/config/base_tests.py:230:28 Argument `schema` does not match any known parameter of bound method `__init__`
mkdocs possibly-missing-attribute mkdocs/tests/config/config_options_legacy_tests.py:60:26 Attribute `required` may be missing on object of type `Unknown | BaseConfigOption[Unknown]`
mkdocs possibly-missing-attribute mkdocs/tests/config/config_options_legacy_tests.py:69:26 Attribute `required` may be missing on object of type `Unknown | BaseConfigOption[Unknown]`
mkdocs invalid-argument-type mkdocs/tests/config/config_options_legacy_tests.py:182:22 Argument to bound method `__init__` is incorrect: Expected `Collection[Unknown]`, found `Literal[5]`
mkdocs possibly-missing-attribute mkdocs/tests/config/config_options_legacy_tests.py:857:22 Attribute `split` may be missing on object of type `str | None`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:72:9 Type `str` does not match asserted type `Unknown | str`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:95:9 Type `str` does not match asserted type `Unknown | str`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:114:9 Type `str` does not match asserted type `Unknown | str`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:122:9 Type `str | None` does not match asserted type `Unknown | str | None`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:136:9 Type `str` does not match asserted type `Unknown | str`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:300:9 Type `_IpAddressValue` does not match asserted type `Unknown | _IpAddressValue`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:301:9 Type `str` does not match asserted type `Unknown | str`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:302:9 Type `int` does not match asserted type `Unknown | int`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:401:9 Type `str` does not match asserted type `Unknown | str`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:461:9 Type `str | None` does not match asserted type `Unknown | str | None`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:490:9 Type `str | None` does not match asserted type `Unknown | str | None`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:491:9 Type `str | None` does not match asserted type `Unknown | str | None`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:533:9 Type `str | None` does not match asserted type `Unknown | str | None`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:587:9 Type `list[int]` does not match asserted type `Unknown | list[int]`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:612:9 Type `list[int]` does not match asserted type `Unknown | list[int]`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:636:9 Type `list[str] | None` does not match asserted type `Unknown | list[str] | None`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:650:9 Type `list[int | None]` does not match asserted type `Unknown | list[int | None]`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:694:9 Type `list[ExtraScriptValue | str]` does not match asserted type `Unknown | list[ExtraScriptValue | str]`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:712:9 Type `list[ExtraScriptValue | str]` does not match asserted type `Unknown | list[ExtraScriptValue | str]`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:753:9 Type `dict[str, int]` does not match asserted type `Unknown | dict[str, int]`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:778:9 Type `dict[str, int]` does not match asserted type `Unknown | dict[str, int]`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:802:9 Type `dict[str, str] | None` does not match asserted type `Unknown | dict[str, str] | None`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:816:9 Type `dict[str, int | None]` does not match asserted type `Unknown | dict[str, int | None]`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:862:17 Type `str` does not match asserted type `Unknown | str`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:874:17 Type `str` does not match asserted type `Unknown | str`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:886:17 Type `str` does not match asserted type `Unknown | str`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:1017:9 Type `list[str]` does not match asserted type `Unknown | list[str]`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:1043:9 Type `list[str]` does not match asserted type `Unknown | list[str]`
mkdocs possibly-missing-attribute mkdocs/tests/config/config_options_tests.py:1070:22 Attribute `split` may be missing on object of type `str | None`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:1124:9 Type `Theme` does not match asserted type `Unknown | Theme`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:1125:9 Type `str | None` does not match asserted type `Unknown | str | None`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:1440:9 Type `Sub` does not match asserted type `Unknown | Sub`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:1442:9 Type `str` does not match asserted type `Unknown | str`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:1462:9 Type `list[Sub]` does not match asserted type `Unknown | list[Sub]`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:1464:9 Type `str` does not match asserted type `Unknown | str`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:1481:9 Type `list[Sub] | None` does not match asserted type `Unknown | list[Sub] | None`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:1484:9 Type `int | None` does not match asserted type `@Todo | int | None`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:1513:9 Type `list[Sub]` does not match asserted type `Unknown | list[Sub]`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:1515:9 Type `int` does not match asserted type `Unknown | int`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:1542:9 Type `list[Sub]` does not match asserted type `Unknown | list[Sub]`
mkdocs invalid-argument-type mkdocs/tests/config/config_options_tests.py:1585:22 Argument to bound method `__init__` is incorrect: Expected `SubConfig[LegacyConfig]`, found `PropagatingSubConfig[Validation]`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:1669:9 Type `list[str]` does not match asserted type `Unknown | list[str]`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:1670:9 Type `dict[str, dict[Unknown, Unknown]]` does not match asserted type `Unknown | dict[str, dict[Unknown, Unknown]]`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:1971:9 Type `PluginCollection` does not match asserted type `Unknown | PluginCollection`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:1976:9 Type `BasePlugin[Unknown]` does not match asserted type `Unknown | BasePlugin[Unknown]`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:2405:9 Type `int` does not match asserted type `Unknown | int`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:2407:9 Type `str | None` does not match asserted type `Unknown | str | None`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:2409:9 Type `list[str]` does not match asserted type `Unknown | list[str]`
mkdocs type-assertion-failure mkdocs/tests/config/config_options_tests.py:2418:9 Type `int` does not match asserted type `Unknown | int`
mkdocs no-matching-overload mkdocs/tests/config/config_tests.py:98:38 No overload of function `dirname` matches arguments
mkdocs unknown-argument mkdocs/tests/config/config_tests.py:217:38 Argument `schema` does not match any known parameter of bound method `__init__`
mkdocs unknown-argument mkdocs/tests/config/config_tests.py:261:21 Argument `schema` does not match any known parameter of bound method `__init__`
mkdocs invalid-assignment mkdocs/tests/livereload_tests.py:21:9 Implicit shadowing of function `close`
mkdocs division-by-zero mkdocs/tests/livereload_tests.py:448:49 Cannot divide object of type `Literal[0]` by zero
mkdocs type-assertion-failure mkdocs/tests/plugin_tests.py:78:9 Type `int` does not match asserted type `Unknown | int`
mkdocs type-assertion-failure mkdocs/tests/plugin_tests.py:80:9 Type `str | None` does not match asserted type `Unknown | str | None`
mkdocs invalid-argument-type mkdocs/tests/plugin_tests.py:211:56 Argument to bound method `on_page_content` is incorrect: Expected `Page`, found `None`
mkdocs invalid-argument-type mkdocs/tests/plugin_tests.py:211:67 Argument to bound method `on_page_content` is incorrect: Expected `MkDocsConfig`, found `dict[Unknown, Unknown]`
mkdocs invalid-argument-type mkdocs/tests/plugin_tests.py:211:78 Argument to bound method `on_page_content` is incorrect: Expected `Files`, found `list[Unknown]`
mkdocs invalid-argument-type mkdocs/tests/plugin_tests.py:229:56 Argument to bound method `on_page_content` is incorrect: Expected `Page`, found `None`
mkdocs invalid-argument-type mkdocs/tests/plugin_tests.py:229:67 Argument to bound method `on_page_content` is incorrect: Expected `MkDocsConfig`, found `dict[Unknown, Unknown]`
mkdocs invalid-argument-type mkdocs/tests/plugin_tests.py:229:78 Argument to bound method `on_page_content` is incorrect: Expected `Files`, found `list[Unknown]`
mkdocs invalid-argument-type mkdocs/tests/plugin_tests.py:238:44 Argument to bound method `on_nav` is incorrect: Expected `Navigation`, found `list[Unknown | str]`
mkdocs invalid-argument-type mkdocs/tests/plugin_tests.py:238:58 Argument to bound method `on_nav` is incorrect: Expected `MkDocsConfig`, found `dict[Unknown, Unknown]`
mkdocs invalid-argument-type mkdocs/tests/plugin_tests.py:238:69 Argument to bound method `on_nav` is incorrect: Expected `Files`, found `list[Unknown]`
mkdocs invalid-argument-type mkdocs/tests/plugin_tests.py:245:57 Argument to bound method `on_page_read_source` is incorrect: Expected `Page`, found `None`
mkdocs invalid-argument-type mkdocs/tests/plugin_tests.py:245:68 Argument to bound method `on_page_read_source` is incorrect: Expected `MkDocsConfig`, found `dict[Unknown, Unknown]`
mkdocs invalid-argument-type mkdocs/tests/plugin_tests.py:252:50 Argument to bound method `on_pre_build` is incorrect: Expected `MkDocsConfig`, found `dict[Unknown, Unknown]`
mkdocs invalid-argument-type mkdocs/tests/plugin_tests.py:257:58 Argument to bound method `on_page_markdown` is incorrect: Expected `Page`, found `None`
mkdocs invalid-argument-type mkdocs/tests/plugin_tests.py:257:69 Argument to bound method `on_page_markdown` is incorrect: Expected `MkDocsConfig`, found `dict[Unknown, Unknown]`
mkdocs invalid-argument-type mkdocs/tests/plugin_tests.py:257:80 Argument to bound method `on_page_markdown` is incorrect: Expected `Files`, found `list[Unknown]`
mkdocs possibly-missing-attribute mkdocs/tests/search_tests.py:330:26 Attribute `url` may be missing on object of type `AnchorLink | None`
mkdocs possibly-missing-attribute mkdocs/tests/search_tests.py:331:26 Attribute `title` may be missing on object of type `AnchorLink | None`
mkdocs possibly-missing-attribute mkdocs/tests/search_tests.py:334:26 Attribute `url` may be missing on object of type `AnchorLink | None`
mkdocs possibly-missing-attribute mkdocs/tests/search_tests.py:335:26 Attribute `title` may be missing on object of type `AnchorLink | None`
mkdocs possibly-missing-attribute mkdocs/tests/search_tests.py:338:26 Attribute `url` may be missing on object of type `AnchorLink | None`
mkdocs possibly-missing-attribute mkdocs/tests/search_tests.py:339:26 Attribute `title` may be missing on object of type `AnchorLink | None`
mkdocs possibly-missing-attribute mkdocs/tests/structure/file_tests.py:387:13 Attribute `abs_src_path` may be missing on object of type `File | None`
mkdocs invalid-assignment mkdocs/tests/structure/file_tests.py:660:9 Implicit shadowing of function `is_modified`
mkdocs invalid-assignment mkdocs/tests/structure/file_tests.py:671:9 Implicit shadowing of function `is_modified`
mkdocs invalid-assignment mkdocs/tests/structure/file_tests.py:682:9 Implicit shadowing of function `is_modified`
mkdocs invalid-argument-type mkdocs/tests/structure/nav_tests.py:96:18 Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
mkdocs invalid-argument-type mkdocs/tests/structure/nav_tests.py:97:18 Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["About"]` on object of type `str`
mkdocs invalid-assignment mkdocs/tests/structure/page_tests.py:66:9 Object of type `Literal["foo"]` is not assignable to attribute `parent` of type `Section | None`
mkdocs invalid-assignment mkdocs/tests/structure/page_tests.py:138:9 Object of type `Literal["foo"]` is not assignable to attribute `parent` of type `Section | None`
mkdocs possibly-missing-attribute mkdocs/tests/structure/page_tests.py:290:25 Attribute `startswith` may be missing on object of type `str | None`
mkdocs possibly-missing-attribute mkdocs/tests/structure/page_tests.py:314:25 Attribute `startswith` may be missing on object of type `str | None`
mkdocs possibly-missing-attribute mkdocs/tests/structure/page_tests.py:434:25 Attribute `startswith` may be missing on object of type `str | None`
mkdocs possibly-missing-attribute mkdocs/tests/structure/page_tests.py:460:25 Attribute `startswith` may be missing on object of type `str | None`
mkdocs possibly-missing-attribute mkdocs/tests/structure/page_tests.py:485:25 Attribute `startswith` may be missing on object of type `str | None`
mkdocs possibly-missing-attribute mkdocs/tests/structure/page_tests.py:508:25 Attribute `startswith` may be missing on object of type `str | None`
mkdocs invalid-argument-type mkdocs/tests/structure/page_tests.py:544:36 Argument to bound method `assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | None`
mkdocs invalid-argument-type mkdocs/tests/structure/page_tests.py:670:39 Argument expression after ** must be a mapping type: Found `Unknown | dict[Unknown | str, Unknown | str] | str | None | dict[Unknown, Unknown]`
mkdocs invalid-argument-type mkdocs/tests/structure/page_tests.py:693:39 Argument expression after ** must be a mapping type: Found `Unknown | dict[Unknown | str, Unknown | str] | str`
mkdocs invalid-assignment mkdocs/tests/structure/page_tests.py:715:17 Object of type `Unknown | str | None` is not assignable to attribute `edit_uri` of type `weak_property`
mkdocs possibly-missing-attribute mkdocs/tests/structure/page_tests.py:729:13 Attribute `startswith` may be missing on object of type `str | None`
mkdocs no-matching-overload mkdocs/tests/theme_tests.py:11:30 No overload of function `dirname` matches arguments
mkdocs invalid-argument-type mkdocs/tests/utils/templates_tests.py:36:49 Argument to function `script_tag_filter` is incorrect: Expected `TemplateContext`, found `dict[Unknown | str, Unknown | None | str]`
mkdocs invalid-argument-type mkdocs/tests/utils/templates_tests.py:36:85 Argument to function `script_tag_filter` is incorrect: Expected `ExtraScriptValue`, found `Unknown | ExtraScriptValue | str`
mkdocs invalid-argument-type mkdocs/tests/utils/utils_tests.py:115:56 Argument to function `normalize_url` is incorrect: Expected `Page | None`, found `_Page`
mkdocs invalid-argument-type mkdocs/tests/utils/utils_tests.py:176:56 Argument to function `normalize_url` is incorrect: Expected `Page | None`, found `_Page`
mkdocs unused-ignore-comment mkdocs/theme.py:14:34 Unused blanket `type: ignore` directive
mkdocs unresolved-import mkdocs/utils/__init__.py:26:10 Cannot resolve imported module `importlib_metadata`
mkdocs unresolved-import mkdocs/utils/cache.py:5:8 Cannot resolve imported module `mkdocs_get_deps.cache`
mkdocs unused-ignore-comment mkdocs/utils/meta.py:45:34 Unused blanket `type: ignore` directive
mkdocs unused-ignore-comment mkdocs/utils/meta.py:71:28 Unused blanket `type: ignore` directive
mkdocs possibly-unresolved-reference mkdocs/utils/rendering.py:34:36 Name `end` used when possibly not defined
mkdocs possibly-unresolved-reference mkdocs/utils/rendering.py:37:36 Name `end` used when possibly not defined
mkdocs possibly-unresolved-reference mkdocs/utils/rendering.py:85:16 Name `alt` used when possibly not defined
mkdocs unused-ignore-comment mkdocs/utils/templates.py:11:55 Unused blanket `type: ignore` directive
mkdocs invalid-assignment mkdocs/utils/yaml.py:27:18 Object of type `(ScalarNode & ~AlwaysTruthy & ~AlwaysFalsy) | (Any & ~AlwaysFalsy) | Literal[""]` is not assignable to `str`
mkosi possibly-unresolved-reference mkosi/__init__.py:444:39 Name `level` used when possibly not defined
mkosi possibly-unresolved-reference mkosi/__init__.py:447:35 Name `version` used when possibly not defined
mkosi invalid-argument-type mkosi/__init__.py:1666:9 Argument to function `run` is incorrect: Expected `Sequence[Path | str]`, found `list[Unknown | Path | str | None]`
mkosi unsupported-operator mkosi/__init__.py:1757:13 Operator `>=` is not supported between objects of type `GenericVersion` and `Literal["258"]`
mkosi invalid-argument-type mkosi/__init__.py:1759:17 Argument to function `systemd_tool_version` is incorrect: Expected `Path | str`, found `Unknown | Path | None`
mkosi unsupported-operator mkosi/__init__.py:1817:13 Operator `>=` is not supported between objects of type `GenericVersion` and `Literal["256"]`
mkosi invalid-argument-type mkosi/__init__.py:1819:17 Argument to function `systemd_tool_version` is incorrect: Expected `Path | str`, found `Unknown | Path | None`
mkosi unsupported-operator mkosi/__init__.py:1824:17 Operator `>=` is not supported between objects of type `GenericVersion & ~AlwaysFalsy` and `Literal["256"]`
mkosi possibly-missing-attribute mkosi/__init__.py:1876:27 Attribute `group` may be missing on object of type `Match[str] | None`
mkosi possibly-unresolved-reference mkosi/__init__.py:2034:24 Name `root` used when possibly not defined
mkosi invalid-argument-type mkosi/__init__.py:2567:17 Argument to bound method `sandbox` is incorrect: Expected `Sequence[Path | str]`, found `list[Unknown | str | None | Path]`
mkosi invalid-return-type mkosi/__init__.py:2776:12 Return type does not match returned value: expected `Path`, found `Path | None`
mkosi possibly-unresolved-reference mkosi/__init__.py:3285:29 Name `uid` used when possibly not defined
mkosi unsupported-operator mkosi/__init__.py:3425:17 Operator `>=` is not supported between objects of type `GenericVersion` and `Literal[256]`
mkosi unsupported-operator mkosi/__init__.py:3430:17 Operator `>=` is not supported between objects of type `GenericVersion` and `Literal[258]`
mkosi possibly-unresolved-reference mkosi/__init__.py:3766:77 Name `roothash` used when possibly not defined
mkosi possibly-unresolved-reference mkosi/__init__.py:4326:36 Name `stat` used when possibly not defined
mkosi possibly-unresolved-reference mkosi/__init__.py:4326:49 Name `stat` used when possibly not defined
mkosi invalid-argument-type mkosi/__init__.py:4405:9 Argument to function `run` is incorrect: Expected `Sequence[Path | str]`, found `list[Unknown | Path | None | str]`
mkosi unsupported-operator mkosi/__init__.py:4496:15 Operator `/` is not supported between objects of type `Path | None` and `Literal["mkosi.key"]`
mkosi unsupported-operator mkosi/__init__.py:4496:40 Operator `/` is not supported between objects of type `Path | None` and `Literal["mkosi.crt"]`
mkosi unsupported-operator mkosi/__init__.py:4520:24 Operator `/` is not supported between objects of type `Path | None` and `Literal["mkosi.key"]`
mkosi unsupported-operator mkosi/__init__.py:4521:21 Operator `/` is not supported between objects of type `Path | None` and `Literal["mkosi.crt"]`
mkosi unsupported-operator mkosi/__init__.py:4534:9 Operator `/` is not supported between objects of type `Path | None` and `Literal["mkosi.version"]`
mkosi unresolved-reference mkosi/__init__.py:5134:80 Name `c` used when not defined
mkosi unresolved-reference mkosi/__init__.py:5139:79 Name `c` used when not defined
mkosi invalid-argument-type mkosi/bootloader.py:396:52 Argument to function `extract_pe_section` is incorrect: Expected `Path`, found `Path | None`
mkosi unsupported-operator mkosi/bootloader.py:739:83 Operator `>=` is not supported between objects of type `GenericVersion` and `Literal["257"]`
mkosi unused-ignore-comment mkosi/completion.py:33:110 Unused blanket `type: ignore` directive
mkosi unused-ignore-comment mkosi/completion.py:34:79 Unused blanket `type: ignore` directive
mkosi invalid-return-type mkosi/config.py:291:16 Return type does not match returned value: expected `str`, found `Unknown | str | None`
mkosi invalid-return-type mkosi/config.py:497:16 Return type does not match returned value: expected `Architecture`, found `Unknown | Architecture | None`
mkosi invalid-return-type mkosi/config.py:540:16 Return type does not match returned value: expected `str`, found `Unknown | str | None`
mkosi invalid-return-type mkosi/config.py:562:16 Return type does not match returned value: expected `str`, found `Unknown | str | None`
mkosi invalid-return-type mkosi/config.py:707:12 Return type does not match returned value: expected `bool`, found `bool | None`
mkosi possibly-unresolved-reference mkosi/config.py:1029:35 Name `r` used when possibly not defined
mkosi possibly-unresolved-reference mkosi/config.py:1473:17 Name `p` used when possibly not defined
mkosi possibly-unresolved-reference mkosi/config.py:1478:30 Name `p` used when possibly not defined
mkosi possibly-unresolved-reference mkosi/config.py:1479:17 Name `p` used when possibly not defined
mkosi possibly-unresolved-reference mkosi/config.py:1480:17 Name `p` used when possibly not defined
mkosi unsupported-operator mkosi/config.py:1560:8 Operator `>` is not supported between objects of type `GenericVersion` and `Literal["26~devel"]`
mkosi unsupported-operator mkosi/config.py:1566:21 Operator `>` is not supported between objects of type `GenericVersion` and `str & ~AlwaysFalsy`
mkosi invalid-argument-type mkosi/config.py:1889:33 Argument to function `key_transformer` is incorrect: Expected `str`, found `object`
mkosi invalid-argument-type mkosi/config.py:1898:37 Argument to function `key_transformer` is incorrect: Expected `str`, found `object`
mkosi no-matching-overload mkosi/config.py:2461:9 No overload of bound method `pop` matches arguments
mkosi no-matching-overload mkosi/config.py:2461:9 No overload of bound method `pop` matches arguments
mkosi invalid-argument-type mkosi/config.py:2464:33 Argument to function `key_transformer` is incorrect: Expected `str`, found `object`
mkosi invalid-argument-type mkosi/config.py:2473:40 Argument to function `key_transformer` is incorrect: Expected `str`, found `object`
mkosi unresolved-reference mkosi/config.py:4570:41 Name `missing` used when not defined
mkosi unused-ignore-comment mkosi/config.py:4750:39 Unused blanket `type: ignore` directive
mkosi unused-ignore-comment mkosi/config.py:4753:39 Unused blanket `type: ignore` directive
mkosi unused-ignore-comment mkosi/config.py:4756:39 Unused blanket `type: ignore` directive
mkosi call-non-callable mkosi/config.py:4864:30 Object of type `None` is not callable
mkosi possibly-unresolved-reference mkosi/config.py:5116:20 Name `p` used when possibly not defined
mkosi possibly-unresolved-reference mkosi/config.py:5116:25 Name `p` used when possibly not defined
mkosi possibly-unresolved-reference mkosi/config.py:5117:38 Name `p` used when possibly not defined
mkosi possibly-unresolved-reference mkosi/config.py:5117:56 Name `p` used when possibly not defined
mkosi possibly-unresolved-reference mkosi/config.py:5117:80 Name `p` used when possibly not defined
mkosi possibly-unresolved-reference mkosi/config.py:5381:24 Name `imagedir` used when possibly not defined
mkosi invalid-return-type mkosi/distribution/arch.py:125:16 Return type does not match returned value: expected `str`, found `Unknown | str | None`
mkosi invalid-return-type mkosi/distribution/azure.py:112:16 Return type does not match returned value: expected `str`, found `Unknown | str | None`
mkosi unsupported-operator mkosi/distribution/centos.py:61:13 Operator `>` is not supported between objects of type `GenericVersion` and `Literal[9]`
mkosi unsupported-operator mkosi/distribution/centos.py:70:12 Operator `<=` is not supported between objects of type `GenericVersion` and `Literal[8]`
mkosi invalid-return-type mkosi/distribution/centos.py:96:16 Return type does not match returned value: expected `str`, found `Unknown | str | None`
mkosi unsupported-operator mkosi/distribution/centos.py:255:12 Operator `>=` is not supported between objects of type `GenericVersion` and `Literal[10]`
mkosi invalid-return-type mkosi/distribution/debian.py:257:16 Return type does not match returned value: expected `str`, found `Unknown | str | None`
mkosi possibly-missing-attribute mkosi/distribution/fedora.py:57:23 Attribute `group` may be missing on object of type `Match[str] | None`
mkosi possibly-unresolved-reference mkosi/distribution/fedora.py:91:23 Name `rawhide_will_be` used when possibly not defined
mkosi invalid-return-type mkosi/distribution/fedora.py:260:16 Return type does not match returned value: expected `str`, found `Unknown | str | None`
mkosi invalid-return-type mkosi/distribution/kali.py:65:16 Return type does not match returned value: expected `str`, found `Unknown | str | None`
mkosi invalid-return-type mkosi/distribution/mageia.py:67:16 Return type does not match returned value: expected `str`, found `Unknown | str | None`
mkosi invalid-return-type mkosi/distribution/openmandriva.py:63:16 Return type does not match returned value: expected `str`, found `Unknown | str | None`
mkosi unsupported-operator mkosi/distribution/opensuse.py:60:60 Operator `>=` is not supported between objects of type `GenericVersion` and `Literal[16]`
mkosi unsupported-operator mkosi/distribution/opensuse.py:224:20 Operator `>=` is not supported between objects of type `GenericVersion` and `Literal[16]`
mkosi invalid-return-type mkosi/distribution/opensuse.py:252:16 Return type does not match returned value: expected `str`, found `Unknown | str | None`
mkosi possibly-missing-attribute mkosi/distribution/opensuse.py:277:18 Attribute `iter` may be missing on object of type `Element[str] | None`
mkosi invalid-return-type mkosi/distribution/postmarketos.py:111:16 Return type does not match returned value: expected `str`, found `Unknown | str | None`
mkosi deprecated mkosi/documentation.py:32:29 The function `warn` is deprecated: Deprecated since Python 3.3. Use `warning()` instead.
mkosi possibly-unresolved-reference mkosi/initrd.py:191:56 Name `keyfile` used when possibly not defined
mkosi possibly-unresolved-reference mkosi/initrd.py:191:66 Name `keyfile` used when possibly not defined
mkosi possibly-unresolved-reference mkosi/installer/__init__.py:83:37 Name `mirror` used when possibly not defined
mkosi possibly-unresolved-reference mkosi/installer/__init__.py:83:45 Name `mirror` used when possibly not defined
mkosi unsupported-operator mkosi/qemu.py:277:24 Operator `>=` is not supported between objects of type `GenericVersion` and `Literal["0.10.0"]`
mkosi invalid-assignment mkosi/qemu.py:347:33 Object of type `list[Path | str | None]` is not assignable to `list[Path | str]`
mkosi invalid-argument-type mkosi/qemu.py:526:13 Argument is incorrect: Expected `Sequence[Path | str]`, found `list[Unknown | Path | None | str]`
mkosi unsupported-operator mkosi/qemu.py:957:42 Operator `>=` is not supported between objects of type `GenericVersion` and `Literal[254]`
mkosi unsupported-operator mkosi/qemu.py:1117:9 Operator `>=` is not supported between two objects of type `GenericVersion`
mkosi unsupported-operator mkosi/qemu.py:1226:12 Operator `>=` is not supported between two objects of type `GenericVersion`
mkosi possibly-unresolved-reference mkosi/qemu.py:1389:36 Name `initrd` used when possibly not defined
mkosi possibly-unresolved-reference mkosi/qemu.py:1543:49 Name `status` used when possibly not defined
mkosi possibly-unresolved-reference mkosi/run.py:599:42 Name `p` used when possibly not defined
mkosi possibly-unresolved-reference mkosi/run.py:599:45 Name `p` used when possibly not defined
mkosi possibly-unresolved-reference mkosi/run.py:602:38 Name `p` used when possibly not defined
mkosi possibly-unresolved-reference mkosi/run.py:602:41 Name `p` used when possibly not defined
mkosi invalid-assignment mkosi/sysupdate.py:70:33 Object of type `list[Path | str | None]` is not assignable to `list[Path | str]`
mkosi unsupported-operator mkosi/tree.py:149:69 Operator `>=` is not supported between objects of type `GenericVersion` and `Literal["9.5"]`
mkosi possibly-unresolved-reference mkosi/vmspawn.py:98:41 Name `initrd` used when possibly not defined
more-itertools unresolved-import more_itertools/more.py:45:5 Module `more_itertools.recipes` has no member `_marker`
more-itertools unresolved-import more_itertools/more.py:181:22 Module `math` has no member `sumprod`
more-itertools possibly-unresolved-reference more_itertools/more.py:774:21 Name `j` used when possibly not defined
more-itertools possibly-unresolved-reference more_itertools/more.py:774:28 Name `j` used when possibly not defined
more-itertools possibly-unresolved-reference more_itertools/more.py:852:17 Name `permuted_items` used when possibly not defined
more-itertools possibly-unresolved-reference more_itertools/more.py:853:51 Name `indices` used when possibly not defined
more-itertools invalid-argument-type more_itertools/more.py:1057:33 Argument to function `__new__` is incorrect: Expected `Iterable[Never]`, found `repeat[tuple[Unknown, ...]]`
more-itertools invalid-method-override more_itertools/more.py:2278:9 Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
more-itertools invalid-method-override more_itertools/more.py:2303:9 Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`
more-itertools invalid-method-override more_itertools/more.py:2383:9 Invalid override of method `index`: Definition is incompatible with `Sequence.index`
more-itertools unsupported-operator more_itertools/more.py:3466:31 Operator `<=` is not supported between objects of type `Unknown | None | Literal[0]` and `int`
more-itertools unsupported-operator more_itertools/more.py:3466:43 Operator `<=` is not supported between objects of type `int` and `Unknown | None | int`
more-itertools unsupported-operator more_itertools/more.py:3471:27 Operator `<=` is not supported between objects of type `Unknown | None | Literal[0]` and `int`
more-itertools unsupported-operator more_itertools/more.py:3471:39 Operator `<=` is not supported between objects of type `int` and `Unknown | None | int`
more-itertools call-non-callable more_itertools/more.py:4675:13 Object of type `None` is not callable
more-itertools call-non-callable more_itertools/more.py:4699:13 Object of type `None` is not callable
more-itertools call-non-callable more_itertools/more.py:4753:13 Object of type `None` is not callable
more-itertools possibly-unresolved-reference more_itertools/more.py:5293:15 Name `value` used when possibly not defined
more-itertools possibly-unresolved-reference more_itertools/more.py:5311:25 Name `value` used when possibly not defined
more-itertools non-subscriptable more_itertools/more.py:5443:12 Cannot subscript object of type `None` with no `__getitem__` method
more-itertools non-subscriptable more_itertools/more.py:5445:20 Cannot subscript object of type `None` with no `__getitem__` method
more-itertools invalid-assignment more_itertools/more.py:5446:21 Cannot assign to a subscript on an object of type `None`
more-itertools invalid-assignment more_itertools/more.py:5447:21 Cannot assign to a subscript on an object of type `None`
more-itertools not-iterable more_itertools/more.py:5448:28 Object of type `None` is not iterable
more-itertools inconsistent-mro more_itertools/more.pyi:166:1 Cannot create a consistent method resolution order (MRO) for class `_SizedIterable` with bases list `[<special-form 'typing.Protocol[_T_co]'>, <class 'Sized'>, <class 'Iterable[_T_co@_SizedIterable]'>]`
more-itertools inconsistent-mro more_itertools/more.pyi:169:1 Cannot create a consistent method resolution order (MRO) for class `_SizedReversible` with bases list `[<special-form 'typing.Protocol[_T_co]'>, <class 'Sized'>, <class 'Reversible[_T_co@_SizedReversible]'>]`
more-itertools invalid-method-override more_itertools/more.pyi:520:9 Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
more-itertools invalid-method-override more_itertools/more.pyi:525:9 Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`
more-itertools unresolved-import more_itertools/recipes.py:98:23 Module `heapq` has no member `heappush_max`
more-itertools unresolved-import more_itertools/recipes.py:98:37 Module `heapq` has no member `heappushpop_max`
more-itertools unresolved-import more_itertools/recipes.py:286:22 Module `math` has no member `sumprod`
more-itertools call-non-callable more_itertools/recipes.py:472:13 Object of type `None` is not callable
more-itertools invalid-argument-type more_itertools/recipes.py:826:25 Argument to function `__new__` is incorrect: Expected `Iterable[Never]`, found `repeat[list[Unknown]]`
more-itertools unresolved-import more_itertools/recipes.py:934:27 Module `itertools` has no member `batched`
more-itertools invalid-argument-type more_itertools/recipes.py:1106:18 Argument to function `__new__` is incorrect: Expected `(int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], /) -> int | float | complex | ... omitted 3 union elements`, found `Overload[(base: int, exp: int, mod: int) -> int, (base: int, exp: Literal[0], mod: None = None) -> Literal[1], (base: int, exp: Literal[1, 2, 3, 4, 5, ... omitted 20 literals], mod: None = None) -> int, (base: int, exp: Literal[-1, -2, -3, -4, -5, ... omitted 15 literals], mod: None = None) -> int | float, (base: int, exp: int, mod: None = None) -> Any, (base: Literal[1, 2, 3, 4, 5, ... omitted 20 literals], exp: int | float, mod: None = None) -> int | float, (base: Literal[-1, -2, -3, -4, -5, ... omitted 15 literals], exp: int | float, mod: None = None) -> int | float | complex, (base: int | float, exp: int, mod: None = None) -> int | float, (base: int | float, exp: int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], mod: None = None) -> Any, (base: int | float | complex, exp: int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], mod: None = None) -> int | float | complex, (base: _SupportsPow2[_E_contra@pow, _T_co@pow], exp: _E_contra@pow, mod: None = None) -> _T_co@pow, (base: _SupportsPow3NoneOnly[_E_contra@pow, _T_co@pow], exp: _E_contra@pow, mod: None = None) -> _T_co@pow, (base: _SupportsPow3[_E_contra@pow, _M_contra@pow, _T_co@pow], exp: _E_contra@pow, mod: _M_contra@pow) -> _T_co@pow, (base: _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], exp: int | float, mod: None = None) -> Any, (base: _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], exp: int | float | complex, mod: None = None) -> int | float | complex]`
mypy-protobuf possibly-unresolved-reference mypy_protobuf/main.py:322:33 Name `comments` used when possibly not defined
mypy-protobuf unresolved-import test/async_only/test_async_only.py:10:8 Cannot resolve imported module `grpc.aio`
mypy-protobuf unresolved-import test/async_only/test_async_only.py:11:8 Cannot resolve imported module `pytest`
mypy-protobuf unresolved-import test/async_only/test_async_only.py:13:6 Cannot resolve imported module `testproto.grpc`
mypy-protobuf deprecated test/generated/testproto/grpc/dummy_pb2.pyi:71:59 The class `DeprecatedRequest` is deprecated: This message has been marked as deprecated using proto message options.
mypy-protobuf unresolved-import test/generated/testproto/grpc/dummy_pb2_grpc.pyi:8:8 Cannot resolve imported module `grpc`
mypy-protobuf unresolved-import test/generated/testproto/grpc/dummy_pb2_grpc.pyi:9:8 Cannot resolve imported module `grpc.aio`
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:23:74 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:50:127 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:52:129 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:54:129 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:56:131 Unused blanket `type: ignore` directive
mypy-protobuf deprecated test/generated/testproto/grpc/dummy_pb2_grpc.pyi:101:48 The class `DeprecatedServiceStub` is deprecated: This service is deprecated
mypy-protobuf deprecated test/generated/testproto/grpc/dummy_pb2_grpc.pyi:103:52 The class `DeprecatedServiceAsyncStub` is deprecated: This service is deprecated
mypy-protobuf deprecated test/generated/testproto/grpc/dummy_pb2_grpc.pyi:104:77 The class `DeprecatedRequest` is deprecated: This message has been marked as deprecated using proto message options.
mypy-protobuf deprecated test/generated/testproto/grpc/dummy_pb2_grpc.pyi:111:34 The class `DeprecatedServiceStub` is deprecated: This service is deprecated
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:117:153 Unused blanket `type: ignore` directive
mypy-protobuf deprecated test/generated/testproto/grpc/dummy_pb2_grpc.pyi:127:43 The class `DeprecatedRequest` is deprecated: This message has been marked as deprecated using proto message options.
mypy-protobuf deprecated test/generated/testproto/grpc/dummy_pb2_grpc.pyi:141:55 The class `DeprecatedServiceServicer` is deprecated: This service is deprecated
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:251:127 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:252:127 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:253:127 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:254:127 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:255:127 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:256:127 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:257:127 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:258:127 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:259:127 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:260:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:261:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:262:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:263:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:264:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:265:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:266:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:267:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:268:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:269:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:270:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:271:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:272:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:273:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:274:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:275:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:276:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:277:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:278:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:279:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:280:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:281:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:282:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:283:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:284:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:285:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:286:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:287:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:288:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:289:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:290:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:291:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:292:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:293:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:294:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:295:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:296:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:297:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:298:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:299:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:300:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:301:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:302:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:303:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:304:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:305:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:306:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:307:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:308:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:309:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:310:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:311:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:312:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:313:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:314:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:315:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:316:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:317:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:318:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:319:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:320:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:321:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:322:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:323:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:324:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:325:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:326:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:327:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:328:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:329:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:330:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:331:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:332:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:333:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:334:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:335:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:336:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:337:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:338:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:339:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:340:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:341:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:342:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:343:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:344:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:345:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:346:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:347:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:348:130 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/dummy_pb2_grpc.pyi:349:130 Unused blanket `type: ignore` directive
mypy-protobuf unresolved-import test/generated/testproto/grpc/import_pb2_grpc.pyi:9:8 Cannot resolve imported module `grpc`
mypy-protobuf unresolved-import test/generated/testproto/grpc/import_pb2_grpc.pyi:10:8 Cannot resolve imported module `grpc.aio`
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/import_pb2_grpc.pyi:18:74 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/import_pb2_grpc.pyi:42:112 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/import_pb2_grpc.pyi:44:113 Unused blanket `type: ignore` directive
mypy-protobuf unused-ignore-comment test/generated/testproto/grpc/import_pb2_grpc.pyi:46:111 Unused blanket `type: ignore` directive
mypy-protobuf deprecated test/generated/testproto/test_pb2.pyi:86:17 The class `DeprecatedEnum` is deprecated: This enum is deprecated
mypy-protobuf deprecated test/generated/testproto/test_pb2.pyi:87:17 The class `DeprecatedEnum` is deprecated: This enum is deprecated
mypy-protobuf deprecated test/generated/testproto/test_pb2.pyi:88:56 The class `DeprecatedEnum` is deprecated: This enum is deprecated
mypy-protobuf deprecated test/generated/testproto/test_pb2.pyi:446:59 The class `DeprecatedMessage` is deprecated: This message is deprecated
mypy-protobuf deprecated test/generated/testproto/test_pb2.pyi:465:69 The class `DeprecatedMessageBadComment` is deprecated: This message has been marked as deprecated using proto message options.
mypy-protobuf deprecated test/generated_async_only/testproto/grpc/dummy_pb2.pyi:71:59 The class `DeprecatedRequest` is deprecated: This message has been marked as deprecated using proto message options.
mypy-protobuf unresolved-import test/generated_async_only/testproto/grpc/dummy_pb2_grpc.pyi:8:8 Cannot resolve imported module `grpc`
mypy-protobuf unresolved-import test/generated_async_only/testproto/grpc/dummy_pb2_grpc.pyi:9:8 Cannot resolve imported module `grpc.aio`
mypy-protobuf deprecated test/generated_async_only/testproto/grpc/dummy_pb2_grpc.pyi:78:81 The class `DeprecatedRequest` is deprecated: This message has been marked as deprecated using proto message options.
mypy-protobuf deprecated test/generated_async_only/testproto/grpc/dummy_pb2_grpc.pyi:90:43 The class `DeprecatedRequest` is deprecated: This message has been marked as deprecated using proto message options.
mypy-protobuf deprecated test/generated_async_only/testproto/grpc/dummy_pb2_grpc.pyi:91:68 The class `DeprecatedRequest` is deprecated: This message has been marked as deprecated using proto message options.
mypy-protobuf deprecated test/generated_async_only/testproto/grpc/dummy_pb2_grpc.pyi:104:55 The class `DeprecatedServiceServicer` is deprecated: This service is deprecated
mypy-protobuf unresolved-import test/generated_async_only/testproto/grpc/import_pb2_grpc.pyi:9:8 Cannot resolve imported module `grpc`
mypy-protobuf unresolved-import test/generated_async_only/testproto/grpc/import_pb2_grpc.pyi:10:8 Cannot resolve imported module `grpc.aio`
mypy-protobuf unresolved-import test/generated_async_only/testproto/test_no_generic_services_pb2_grpc.pyi:8:8 Cannot resolve imported module `grpc`
mypy-protobuf unresolved-import test/generated_async_only/testproto/test_no_generic_services_pb2_grpc.pyi:9:8 Cannot resolve imported module `grpc.aio`
mypy-protobuf deprecated test/generated_async_only/testproto/test_pb2.pyi:86:17 The class `DeprecatedEnum` is deprecated: This enum is deprecated
mypy-protobuf deprecated test/generated_async_only/testproto/test_pb2.pyi:87:17 The class `DeprecatedEnum` is deprecated: This enum is deprecated
mypy-protobuf deprecated test/generated_async_only/testproto/test_pb2.pyi:88:56 The class `DeprecatedEnum` is deprecated: This enum is deprecated
mypy-protobuf deprecated test/generated_async_only/testproto/test_pb2.pyi:446:59 The class `DeprecatedMessage` is deprecated: This message is deprecated
mypy-protobuf deprecated test/generated_async_only/testproto/test_pb2.pyi:465:69 The class `DeprecatedMessageBadComment` is deprecated: This message has been marked as deprecated using proto message options.
mypy-protobuf unresolved-import test/generated_async_only/testproto/test_pb2_grpc.pyi:8:8 Cannot resolve imported module `grpc`
mypy-protobuf unresolved-import test/generated_async_only/testproto/test_pb2_grpc.pyi:9:8 Cannot resolve imported module `grpc.aio`
mypy-protobuf deprecated test/generated_concrete/testproto/grpc/dummy_pb2.pyi:71:59 The class `DeprecatedRequest` is deprecated: This message has been marked as deprecated using proto message options.
mypy-protobuf unresolved-import test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:9:8 Cannot resolve imported module `grpc.aio`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:33:31 Attribute `Channel` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:35:31 Attribute `aio` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:36:17 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:38:18 Attribute `UnaryStreamMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:40:18 Attribute `StreamUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:42:19 Attribute `StreamStreamMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:49:33 Attribute `aio` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:90:93 Attribute `Server` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:90:106 Attribute `aio` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:97:31 Attribute `Channel` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf deprecated test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:97:48 The class `DeprecatedServiceStub` is deprecated: This service is deprecated
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:99:31 Attribute `aio` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf deprecated test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:99:52 The class `DeprecatedServiceAsyncStub` is deprecated: This service is deprecated
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:100:23 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf deprecated test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:100:77 The class `DeprecatedRequest` is deprecated: This message has been marked as deprecated using proto message options.
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:102:43 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf deprecated test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:107:34 The class `DeprecatedServiceStub` is deprecated: This service is deprecated
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:110:33 Attribute `aio` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf deprecated test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:122:43 The class `DeprecatedRequest` is deprecated: This message has been marked as deprecated using proto message options.
mypy-protobuf deprecated test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:135:55 The class `DeprecatedServiceServicer` is deprecated: This service is deprecated
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:135:103 Attribute `Server` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:135:116 Attribute `aio` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:139:31 Attribute `Channel` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:141:31 Attribute `aio` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:142:14 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:143:14 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:144:14 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:145:14 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:146:14 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:147:14 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:148:14 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:149:14 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:150:14 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:151:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:152:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:153:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:154:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:155:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:156:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:157:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:158:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:159:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:160:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:161:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:162:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:163:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:164:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:165:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:166:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:167:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:168:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:169:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:170:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:171:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:172:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:173:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:174:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:175:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:176:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:177:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:178:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:179:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:180:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:181:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:182:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:183:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:184:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:185:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:186:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:187:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:188:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:189:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:190:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:191:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:192:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:193:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:194:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:195:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:196:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:197:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:198:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:199:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:200:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:201:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:202:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:203:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:204:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:205:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:206:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:207:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:208:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:209:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:210:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:211:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:212:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:213:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:214:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:215:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:216:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:217:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:218:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:219:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:220:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:221:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:222:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:223:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:224:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:225:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:226:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:227:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:228:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:229:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:230:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:231:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:232:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:233:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:234:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:235:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:236:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:237:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:238:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:239:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:240:15 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:244:33 Attribute `aio` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:940:99 Attribute `Server` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:940:112 Attribute `aio` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:944:31 Attribute `Channel` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:946:31 Attribute `aio` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:950:33 Attribute `aio` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:955:93 Attribute `Server` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/dummy_pb2_grpc.pyi:955:106 Attribute `aio` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf unresolved-import test/generated_concrete/testproto/grpc/import_pb2_grpc.pyi:10:8 Cannot resolve imported module `grpc.aio`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/import_pb2_grpc.pyi:28:31 Attribute `Channel` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/import_pb2_grpc.pyi:30:31 Attribute `aio` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/import_pb2_grpc.pyi:31:17 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/import_pb2_grpc.pyi:33:18 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/import_pb2_grpc.pyi:35:16 Attribute `UnaryUnaryMultiCallable` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/import_pb2_grpc.pyi:41:33 Attribute `aio` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/import_pb2_grpc.pyi:71:95 Attribute `Server` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf possibly-missing-attribute test/generated_concrete/testproto/grpc/import_pb2_grpc.pyi:71:108 Attribute `aio` may be missing on object of type `<module 'grpc'> | Unknown`
mypy-protobuf deprecated test/generated_concrete/testproto/test_pb2.pyi:86:17 The class `DeprecatedEnum` is deprecated: This enum is deprecated
mypy-protobuf deprecated test/generated_concrete/testproto/test_pb2.pyi:87:17 The class `DeprecatedEnum` is deprecated: This enum is deprecated
mypy-protobuf deprecated test/generated_concrete/testproto/test_pb2.pyi:88:56 The class `DeprecatedEnum` is deprecated: This enum is deprecated
mypy-protobuf deprecated test/generated_concrete/testproto/test_pb2.pyi:446:59 The class `DeprecatedMessage` is deprecated: This message is deprecated
mypy-protobuf deprecated test/generated_concrete/testproto/test_pb2.pyi:465:69 The class `DeprecatedMessageBadComment` is deprecated: This message has been marked as deprecated using proto message options.
mypy-protobuf deprecated test/generated_sync_only/testproto/grpc/dummy_pb2.pyi:71:59 The class `DeprecatedRequest` is deprecated: This message has been marked as deprecated using proto message options.
mypy-protobuf unresolved-import test/generated_sync_only/testproto/grpc/dummy_pb2_grpc.pyi:8:8 Cannot resolve imported module `grpc`
mypy-protobuf deprecated test/generated_sync_only/testproto/grpc/dummy_pb2_grpc.pyi:77:77 The class `DeprecatedRequest` is deprecated: This message has been marked as deprecated using proto message options.
mypy-protobuf deprecated test/generated_sync_only/testproto/grpc/dummy_pb2_grpc.pyi:89:43 The class `DeprecatedRequest` is deprecated: This message has been marked as deprecated using proto message options.
mypy-protobuf deprecated test/generated_sync_only/testproto/grpc/dummy_pb2_grpc.pyi:103:55 The class `DeprecatedServiceServicer` is deprecated: This service is deprecated
mypy-protobuf unresolved-import test/generated_sync_only/testproto/grpc/import_pb2_grpc.pyi:9:8 Cannot resolve imported module `grpc`
mypy-protobuf unresolved-import test/generated_sync_only/testproto/test_no_generic_services_pb2_grpc.pyi:8:8 Cannot resolve imported module `grpc`
mypy-protobuf deprecated test/generated_sync_only/testproto/test_pb2.pyi:86:17 The class `DeprecatedEnum` is deprecated: This enum is deprecated
mypy-protobuf deprecated test/generated_sync_only/testproto/test_pb2.pyi:87:17 The class `DeprecatedEnum` is deprecated: This enum is deprecated
mypy-protobuf deprecated test/generated_sync_only/testproto/test_pb2.pyi:88:56 The class `DeprecatedEnum` is deprecated: This enum is deprecated
mypy-protobuf deprecated test/generated_sync_only/testproto/test_pb2.pyi:446:59 The class `DeprecatedMessage` is deprecated: This message is deprecated
mypy-protobuf deprecated test/generated_sync_only/testproto/test_pb2.pyi:465:69 The class `DeprecatedMessageBadComment` is deprecated: This message has been marked as deprecated using proto message options.
mypy-protobuf unresolved-import test/generated_sync_only/testproto/test_pb2_grpc.pyi:8:8 Cannot resolve imported module `grpc`
mypy-protobuf unresolved-import test/sync_only/test_sync_only.py:12:8 Cannot resolve imported module `grpc`
mypy-protobuf unresolved-import test/sync_only/test_sync_only.py:14:6 Cannot resolve imported module `testproto.grpc`
mypy-protobuf unresolved-import test/test_concrete.py:1:6 Cannot resolve imported module `testproto.grpc.dummy_pb2_grpc`
mypy-protobuf unresolved-import test/test_generated_mypy.py:15:8 Cannot resolve imported module `pytest`
mypy-protobuf unresolved-import test/test_generated_mypy.py:16:8 Cannot resolve imported module `testproto.test_pb2`
mypy-protobuf unresolved-import test/test_generated_mypy.py:21:6 Cannot resolve imported module `testproto.Capitalized.Capitalized_pb2`
mypy-protobuf unresolved-import test/test_generated_mypy.py:22:6 Cannot resolve imported module `testproto.reexport_pb2`
mypy-protobuf unresolved-import test/test_generated_mypy.py:23:6 Cannot resolve imported module `testproto.reexport_pb2`
mypy-protobuf unresolved-import test/test_generated_mypy.py:24:6 Cannot resolve imported module `testproto.test3_pb2`
mypy-protobuf unresolved-import test/test_generated_mypy.py:25:6 Cannot resolve imported module `testproto.test_extensions2_pb2`
mypy-protobuf unresolved-import test/test_generated_mypy.py:26:6 Cannot resolve imported module `testproto.test_extensions3_pb2`
mypy-protobuf unresolved-import test/test_generated_mypy.py:36:6 Cannot resolve imported module `testproto.test_pb2`
mypy-protobuf unresolved-import test/test_generated_mypy.py:42:6 Cannot resolve imported module `testproto.test_pb2`
mypy-protobuf unresolved-import test/test_generated_mypy.py:43:6 Cannot resolve imported module `testproto.test_pb2`
mypy-protobuf type-assertion-failure test/test_generated_mypy.py:492:5 Type `UserId` does not match asserted type `Unknown`
mypy-protobuf type-assertion-failure test/test_generated_mypy.py:493:5 Type `Email` does not match asserted type `Unknown`
mypy-protobuf type-assertion-failure test/test_generated_mypy.py:494:5 Type `ScalarMap[UserId, Email]` does not match asserted type `Unknown`
mypy-protobuf type-assertion-failure test/test_generated_mypy.py:503:5 Type `UserId` does not match asserted type `Unknown`
mypy-protobuf type-assertion-failure test/test_generated_mypy.py:504:5 Type `Email` does not match asserted type `Unknown`
mypy-protobuf type-assertion-failure test/test_generated_mypy.py:505:5 Type `ScalarMap[UserId, Email]` does not match asserted type `Unknown`
mypy-protobuf unresolved-import test/test_generated_mypy.py:530:10 Cannot resolve imported module `testproto.edition2024_pb2`
mypy-protobuf unused-ignore-comment test/test_generated_mypy.py:553:48 Unused blanket `type: ignore` directive
mypy-protobuf unresolved-import test/test_generated_mypy.py:558:10 Cannot resolve imported module `testproto.edition2024_pb2`
mypy-protobuf unresolved-import test/test_grpc_async_usage.py:1:8 Cannot resolve imported module `grpc.aio`
mypy-protobuf unresolved-import test/test_grpc_async_usage.py:2:8 Cannot resolve imported module `pytest`
mypy-protobuf unresolved-import test/test_grpc_async_usage.py:4:6 Cannot resolve imported module `testproto.grpc`
mypy-protobuf unresolved-import test/test_grpc_usage.py:3:8 Cannot resolve imported module `grpc`
mypy-protobuf unresolved-import test/test_grpc_usage.py:5:6 Cannot resolve imported module `testproto.grpc`
mypy-protobuf unresolved-import test_negative/negative.py:11:8 Cannot resolve imported module `grpc`
mypy-protobuf unresolved-import test_negative/negative.py:12:8 Cannot resolve imported module `grpc.aio`
mypy-protobuf unresolved-import test_negative/negative.py:13:6 Cannot resolve imported module `testproto.dot.com.test_pb2`
mypy-protobuf unresolved-import test_negative/negative.py:14:6 Cannot resolve imported module `testproto.edition2024_pb2`
mypy-protobuf unresolved-import test_negative/negative.py:15:6 Cannot resolve imported module `testproto.grpc`
mypy-protobuf unresolved-import test_negative/negative.py:16:6 Cannot resolve imported module `testproto.grpc.dummy_pb2`
mypy-protobuf unresolved-import test_negative/negative.py:21:6 Cannot resolve imported module `testproto.grpc.dummy_pb2_grpc`
mypy-protobuf unresolved-import test_negative/negative.py:28:6 Cannot resolve imported module `testproto.test3_pb2`
mypy-protobuf unresolved-import test_negative/negative.py:29:6 Cannot resolve imported module `testproto.test_extensions2_pb2`
mypy-protobuf unresolved-import test_negative/negative.py:30:6 Cannot resolve imported module `testproto.test_pb2`
mypy-protobuf unresolved-import test_negative/negative.py:31:6 Cannot resolve imported module `testproto.test_pb2`
mypy-protobuf unresolved-import test_negative/negative.py:181:6 Cannot resolve imported module `testproto.reexport_pb2`
mypy_primer invalid-argument-type mypy_primer/git_utils.py:66:56 Argument to function `get_revision_for_revision_or_date` is incorrect: Expected `str`, found `@Todo | (str & ~(() -> object)) | (((Path, /) -> Awaitable[str]) & ~(() -> object))`
mypy_primer invalid-argument-type mypy_primer/model.py:189:40 Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `Generator[Path, None, None]`
mypy_primer invalid-assignment mypy_primer/utils.py:32:16 Object of type `str` is not assignable to `Path`
mypy_primer invalid-argument-type mypy_primer/utils.py:33:16 Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Path`
mypy_primer unsupported-operator mypy_primer/utils.py:37:16 Operator `+` is not supported between objects of type `Literal["\""]` and `Path`
nionutils invalid-method-override nion/utils/Converter.py:112:9 Invalid override of method `convert_back`: Definition is incompatible with `ConverterLike.convert_back`
nionutils invalid-method-override nion/utils/Converter.py:161:9 Invalid override of method `convert_back`: Definition is incompatible with `ConverterLike.convert_back`
nionutils invalid-method-override nion/utils/Converter.py:172:9 Invalid override of method `convert_back`: Definition is incompatible with `ConverterLike.convert_back`
nionutils invalid-method-override nion/utils/Converter.py:181:9 Invalid override of method `convert_back`: Definition is incompatible with `ConverterLike.convert_back`
nionutils invalid-method-override nion/utils/Converter.py:192:9 Invalid override of method `convert_back`: Definition is incompatible with `ConverterLike.convert_back`
nionutils invalid-method-override nion/utils/Converter.py:220:9 Invalid override of method `convert_back`: Definition is incompatible with `ConverterLike.convert_back`
nionutils invalid-method-override nion/utils/Converter.py:254:9 Invalid override of method `convert_back`: Definition is incompatible with `ConverterLike.convert_back`
nionutils invalid-type-form nion/utils/Geometry.py:690:37 Variable of type `property` is not allowed in a type expression
nionutils invalid-type-form nion/utils/Geometry.py:690:44 Variable of type `property` is not allowed in a type expression
nionutils unresolved-attribute nion/utils/ListModel.py:632:59 Object of type `object` has no attribute `listen`
nionutils unresolved-attribute nion/utils/ListModel.py:633:57 Object of type `object` has no attribute `listen`
nionutils unresolved-attribute nion/utils/ListModel.py:792:55 Object of type `object` has no attribute `listen`
nionutils unresolved-attribute nion/utils/ListModel.py:793:53 Object of type `object` has no attribute `listen`
nionutils invalid-assignment nion/utils/Stream.py:344:29 Object of type `(Observable & AbstractStream[object]) | AbstractStream[Observable]` is not assignable to `AbstractStream[Observable]`
nionutils invalid-generic-class nion/utils/Stream.py:552:15 Generic class `AValueChangeStreamReactor` must not reference type variables bound in an enclosing scope: `T` referenced in class definition here
nionutils invalid-return-type nion/utils/StructuredModel.py:91:16 Return type does not match returned value: expected `ModelLike`, found `RecordModel`
nionutils invalid-return-type nion/utils/StructuredModel.py:93:16 Return type does not match returned value: expected `ModelLike`, found `ArrayModel`
nionutils unused-ignore-comment nion/utils/StructuredModel.py:247:56 Unused blanket `type: ignore` directive
nionutils invalid-method-override nion/utils/StructuredModel.py:256:9 Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
nionutils invalid-method-override nion/utils/StructuredModel.py:259:9 Invalid override of method `__setitem__`: Definition is incompatible with `MutableSequence.__setitem__`
nionutils invalid-method-override nion/utils/StructuredModel.py:262:9 Invalid override of method `__delitem__`: Definition is incompatible with `MutableSequence.__delitem__`
nionutils invalid-method-override nion/utils/StructuredModel.py:265:9 Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
nionutils unused-ignore-comment nion/utils/ThreadPool.py:30:39 Unused blanket `type: ignore` directive
mongo-python-driver possibly-unresolved-reference bson/__init__.py:638:21 Name `_cbson` used when possibly not defined
mongo-python-driver unused-ignore-comment bson/__init__.py:930:71 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment bson/__init__.py:948:53 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment bson/__init__.py:968:57 Unused blanket `type: ignore` directive
mongo-python-driver possibly-unresolved-reference bson/__init__.py:1021:21 Name `_cbson` used when possibly not defined
mongo-python-driver possibly-unresolved-reference bson/__init__.py:1133:19 Name `_cbson` used when possibly not defined
mongo-python-driver possibly-unresolved-reference bson/__init__.py:1226:37 Name `_cbson` used when possibly not defined
mongo-python-driver unused-ignore-comment bson/__init__.py:1378:46 Unused blanket `type: ignore` directive
mongo-python-driver unresolved-import bson/binary.py:68:12 Cannot resolve imported module `numpy`
mongo-python-driver unresolved-import bson/binary.py:69:12 Cannot resolve imported module `numpy.typing`
mongo-python-driver unused-ignore-comment bson/binary.py:479:35 Unused blanket `type: ignore` directive
mongo-python-driver unresolved-import bson/binary.py:508:24 Cannot resolve imported module `numpy`
mongo-python-driver unresolved-import bson/binary.py:605:24 Cannot resolve imported module `numpy`
mongo-python-driver unused-ignore-comment bson/code.py:72:45 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment bson/code.py:78:46 Unused blanket `type: ignore` directive
mongo-python-driver deprecated bson/codec_options.py:63:10 The class `abstractproperty` is deprecated: Deprecated since Python 3.3. Use `@property` stacked on top of `@abstractmethod` instead.
mongo-python-driver deprecated bson/codec_options.py:82:10 The class `abstractproperty` is deprecated: Deprecated since Python 3.3. Use `@property` stacked on top of `@abstractmethod` instead.
mongo-python-driver invalid-parameter-default bson/codec_options.py:259:13 Default value of type `ellipsis` is not assignable to annotated parameter type `type[_DocumentType@CodecOptions] | None`
mongo-python-driver invalid-parameter-default bson/codec_options.py:260:13 Default value of type `ellipsis` is not assignable to annotated parameter type `bool`
mongo-python-driver invalid-parameter-default bson/codec_options.py:261:13 Default value of type `ellipsis` is not assignable to annotated parameter type `int | None`
mongo-python-driver invalid-parameter-default bson/codec_options.py:262:13 Default value of type `ellipsis` is not assignable to annotated parameter type `str | None`
mongo-python-driver invalid-parameter-default bson/codec_options.py:263:13 Default value of type `ellipsis` is not assignable to annotated parameter type `tzinfo | None`
mongo-python-driver invalid-parameter-default bson/codec_options.py:264:13 Default value of type `ellipsis` is not assignable to annotated parameter type `TypeRegistry | None`
mongo-python-driver invalid-parameter-default bson/codec_options.py:265:13 Default value of type `ellipsis` is not assignable to annotated parameter type `int | None`
mongo-python-driver invalid-argument-type bson/codec_options.py:400:45 Argument to function `issubclass` is incorrect: Expected `type`, found `object`
mongo-python-driver possibly-unresolved-reference bson/json_util.py:663:17 Name `secs` used when possibly not defined
mongo-python-driver possibly-unresolved-reference bson/json_util.py:664:56 Name `secs` used when possibly not defined
mongo-python-driver unused-ignore-comment bson/json_util.py:847:71 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment bson/json_util.py:858:66 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment bson/json_util.py:876:66 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment bson/json_util.py:921:83 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment bson/json_util.py:944:68 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment bson/json_util.py:948:74 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment bson/json_util.py:952:71 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment bson/json_util.py:960:60 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment bson/json_util.py:964:62 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment bson/json_util.py:968:63 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment bson/json_util.py:972:68 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment bson/json_util.py:976:56 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment bson/json_util.py:980:56 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment bson/json_util.py:988:63 Unused blanket `type: ignore` directive
mongo-python-driver invalid-assignment bson/json_util.py:1015:9 Invalid subscript assignment with key of type `object` and value of type `(Any, JSONOptions, /) -> Any` on object of type `dict[int, (Any, JSONOptions, /) -> Any]`
mongo-python-driver unused-ignore-comment bson/json_util.py:1059:42 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment bson/json_util.py:1142:30 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment bson/regex.py:112:22 Unused blanket `type: ignore` directive
mongo-python-driver no-matching-overload bson/regex.py:133:16 No overload of function `compile` matches arguments
mongo-python-driver invalid-method-override bson/son.py:119:9 Invalid override of method `setdefault`: Definition is incompatible with `MutableMapping.setdefault`
mongo-python-driver redundant-cast bson/son.py:176:16 Value is already of type `bool`
mongo-python-driver unused-ignore-comment bson/typings.py:31:73 Unused blanket `type: ignore` directive
mongo-python-driver invalid-type-form gridfs/asynchronous/grid_file.py:288:75 Invalid subscript of object of type `def list(self, session: AsyncClientSession | None = None) -> CoroutineType[Any, Any, Unknown]` in type expression
mongo-python-driver unused-ignore-comment gridfs/asynchronous/grid_file.py:1453:42 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment gridfs/asynchronous/grid_file.py:1593:26 Unused blanket `type: ignore` directive
mongo-python-driver possibly-missing-attribute gridfs/asynchronous/grid_file.py:1873:26 Attribute `next` may be missing on object of type `AsyncCursor[Any] | None`
mongo-python-driver possibly-missing-attribute gridfs/asynchronous/grid_file.py:1875:19 Attribute `close` may be missing on object of type `AsyncCursor[Any] | None`
mongo-python-driver possibly-missing-attribute gridfs/asynchronous/grid_file.py:1877:26 Attribute `next` may be missing on object of type `AsyncCursor[Any] | None`
mongo-python-driver unused-ignore-comment gridfs/asynchronous/grid_file.py:1938:41 Unused blanket `type: ignore` directive
mongo-python-driver invalid-type-form gridfs/synchronous/grid_file.py:288:64 Invalid subscript of object of type `def list(self, session: ClientSession | None = None) -> Unknown` in type expression
mongo-python-driver unused-ignore-comment gridfs/synchronous/grid_file.py:1441:37 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment gridfs/synchronous/grid_file.py:1581:26 Unused blanket `type: ignore` directive
mongo-python-driver possibly-missing-attribute gridfs/synchronous/grid_file.py:1861:20 Attribute `next` may be missing on object of type `Cursor[Any] | None`
mongo-python-driver possibly-missing-attribute gridfs/synchronous/grid_file.py:1863:13 Attribute `close` may be missing on object of type `Cursor[Any] | None`
mongo-python-driver possibly-missing-attribute gridfs/synchronous/grid_file.py:1865:20 Attribute `next` may be missing on object of type `Cursor[Any] | None`
mongo-python-driver unused-ignore-comment gridfs/synchronous/grid_file.py:1924:31 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/aggregation.py:128:66 Unused blanket `type: ignore` directive
mongo-python-driver invalid-method-override pymongo/asynchronous/aggregation.py:215:9 Invalid override of method `_cursor_collection`: Definition is incompatible with `_AggregationCommand._cursor_collection`
mongo-python-driver invalid-method-override pymongo/asynchronous/aggregation.py:248:9 Invalid override of method `_cursor_collection`: Definition is incompatible with `_AggregationCommand._cursor_collection`
mongo-python-driver invalid-argument-type pymongo/asynchronous/auth.py:131:43 Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray`, found `@Todo | None | bytes`
mongo-python-driver unused-ignore-comment pymongo/asynchronous/auth.py:196:11 Unused blanket `type: ignore` directive
mongo-python-driver invalid-assignment pymongo/asynchronous/auth.py:365:69 Object of type `dict[Unknown | str, Unknown | ((credentials: @Todo, conn: AsyncConnection) -> CoroutineType[Any, Any, None]) | ((credentials: @Todo, conn: AsyncConnection, reauthenticate: bool) -> CoroutineType[Any, Any, Mapping[str, Any] | None]) | partial[CoroutineType[Any, Any, None]]]` is not assignable to `Mapping[str, (...) -> Coroutine[Any, Any, None]]`
mongo-python-driver unused-ignore-comment pymongo/asynchronous/auth.py:369:42 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/auth_aws.py:52:61 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/auth_oidc.py:87:65 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/auth_oidc.py:89:75 Unused blanket `type: ignore` directive
mongo-python-driver possibly-unresolved-reference pymongo/asynchronous/auth_oidc.py:191:12 Name `cb` used when possibly not defined
mongo-python-driver possibly-unresolved-reference pymongo/asynchronous/auth_oidc.py:194:31 Name `cb` used when possibly not defined
mongo-python-driver unused-ignore-comment pymongo/asynchronous/auth_oidc.py:195:36 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/bulk.py:294:60 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/bulk.py:327:23 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/bulk.py:362:71 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/bulk.py:390:40 Unused blanket `type: ignore` directive
mongo-python-driver invalid-argument-type pymongo/asynchronous/bulk.py:413:39 Argument to bound method `_fail` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `Mapping[str, Any] | Sequence[Any]`
mongo-python-driver unused-ignore-comment pymongo/asynchronous/bulk.py:415:24 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/bulk.py:464:33 Unused blanket `type: ignore` directive
mongo-python-driver invalid-argument-type pymongo/asynchronous/bulk.py:503:17 Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `Unknown | _EventListeners | None`
mongo-python-driver invalid-argument-type pymongo/asynchronous/bulk.py:538:75 Argument to bound method `_execute_batch` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
mongo-python-driver invalid-argument-type pymongo/asynchronous/bulk.py:558:73 Argument to bound method `_execute_batch_unack` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
mongo-python-driver unused-ignore-comment pymongo/asynchronous/bulk.py:609:25 Unused blanket `type: ignore` directive
mongo-python-driver invalid-argument-type pymongo/asynchronous/bulk.py:637:17 Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `Unknown | _EventListeners | None`
mongo-python-driver invalid-argument-type pymongo/asynchronous/bulk.py:652:69 Argument to bound method `_execute_batch_unack` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
mongo-python-driver unused-ignore-comment pymongo/asynchronous/change_stream.py:167:45 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/change_stream.py:240:31 Unused blanket `type: ignore` directive
mongo-python-driver invalid-argument-type pymongo/asynchronous/change_stream.py:245:13 Argument to bound method `__init__` is incorrect: Expected `AsyncDatabase[Any] | AsyncCollection[Any]`, found `Unknown | AsyncDatabase[Any] | AsyncCollection[Any] | ... omitted 3 union elements`
mongo-python-driver unused-ignore-comment pymongo/asynchronous/change_stream.py:259:60 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/client_bulk.py:280:60 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/client_bulk.py:317:23 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/client_bulk.py:352:71 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/client_bulk.py:380:40 Unused blanket `type: ignore` directive
mongo-python-driver invalid-argument-type pymongo/asynchronous/client_bulk.py:403:39 Argument to bound method `_fail` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `Mapping[str, Any] | Sequence[Any]`
mongo-python-driver unused-ignore-comment pymongo/asynchronous/client_bulk.py:431:12 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/client_bulk.py:432:49 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/client_bulk.py:473:84 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/client_bulk.py:476:94 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/client_bulk.py:478:73 Unused blanket `type: ignore` directive
mongo-python-driver possibly-unresolved-reference pymongo/asynchronous/client_bulk.py:479:76 Name `res` used when possibly not defined
mongo-python-driver unused-ignore-comment pymongo/asynchronous/client_bulk.py:524:44 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/client_bulk.py:531:48 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/client_bulk.py:697:45 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/client_bulk.py:699:48 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/client_session.py:461:79 Unused blanket `type: ignore` directive
mongo-python-driver possibly-missing-attribute pymongo/asynchronous/client_session.py:573:16 Attribute `session_id` may be missing on object of type `Unknown | None | _ServerSession`
mongo-python-driver possibly-missing-attribute pymongo/asynchronous/client_session.py:579:16 Attribute `transaction_id` may be missing on object of type `Unknown | None | _ServerSession`
mongo-python-driver invalid-return-type pymongo/asynchronous/client_session.py:602:20 Return type does not match returned value: expected `_T@_inherit_option`, found `(TransactionOptions & ~AlwaysTruthy & ~AlwaysFalsy) | (Any & ~AlwaysFalsy)`
mongo-python-driver invalid-assignment pymongo/asynchronous/client_session.py:1033:9 Object of type `int | float` is not assignable to attribute `last_use` on type `Unknown | None | _ServerSession`
mongo-python-driver possibly-missing-attribute pymongo/asynchronous/client_session.py:1034:27 Attribute `session_id` may be missing on object of type `Unknown | None | _ServerSession`
mongo-python-driver possibly-missing-attribute pymongo/asynchronous/client_session.py:1037:36 Attribute `transaction_id` may be missing on object of type `Unknown | None | _ServerSession`
mongo-python-driver possibly-missing-attribute pymongo/asynchronous/client_session.py:1058:36 Attribute `transaction_id` may be missing on object of type `Unknown | None | _ServerSession`
mongo-python-driver possibly-missing-attribute pymongo/asynchronous/client_session.py:1063:9 Attribute `inc_transaction_id` may be missing on object of type `Unknown | None | _ServerSession`
mongo-python-driver unused-ignore-comment pymongo/asynchronous/client_session.py:1129:47 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/collection.py:263:48 Unused blanket `type: ignore` directive
mongo-python-driver invalid-argument-type pymongo/asynchronous/collection.py:2585:23 Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary`
mongo-python-driver unused-ignore-comment pymongo/asynchronous/collection.py:2898:50 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/collection.py:3204:21 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/collection.py:3210:37 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/command_cursor.py:355:86 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/cursor.py:218:38 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/cursor.py:243:39 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/cursor.py:282:98 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/cursor.py:324:83 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/cursor.py:641:36 Unused blanket `type: ignore` directive
mongo-python-driver no-matching-overload pymongo/asynchronous/cursor.py:686:21 No overload of bound method `__init__` matches arguments
mongo-python-driver no-matching-overload pymongo/asynchronous/cursor.py:708:21 No overload of bound method `__init__` matches arguments
mongo-python-driver unused-ignore-comment pymongo/asynchronous/cursor.py:866:44 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/cursor.py:890:39 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/cursor.py:966:101 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/cursor.py:972:28 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/cursor.py:973:63 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/cursor.py:974:17 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/cursor.py:979:45 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/cursor.py:980:63 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/cursor.py:992:81 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/cursor.py:1011:33 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/cursor.py:1272:86 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/cursor.py:1332:66 Unused blanket `type: ignore` directive
mongo-python-driver invalid-assignment pymongo/asynchronous/database.py:933:31 Object of type `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary` is not assignable to `_ServerMode | None`
mongo-python-driver invalid-argument-type pymongo/asynchronous/database.py:935:13 Argument to bound method `_conn_for_reads` is incorrect: Expected `_ServerMode`, found `_ServerMode | None`
mongo-python-driver unused-ignore-comment pymongo/asynchronous/database.py:947:24 Unused blanket `type: ignore` directive
mongo-python-driver invalid-assignment pymongo/asynchronous/database.py:1021:35 Object of type `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary` is not assignable to `_ServerMode | None`
mongo-python-driver invalid-argument-type pymongo/asynchronous/database.py:1025:17 Argument to bound method `_conn_for_reads` is incorrect: Expected `_ServerMode`, found `_ServerMode | None`
mongo-python-driver invalid-argument-type pymongo/asynchronous/database.py:1078:57 Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary`
mongo-python-driver invalid-argument-type pymongo/asynchronous/database.py:1151:19 Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary`
mongo-python-driver unresolved-import pymongo/asynchronous/encryption.py:99:10 Cannot resolve imported module `pymongocrypt.mongocrypt`
mongo-python-driver unused-ignore-comment pymongo/asynchronous/encryption.py:139:48 Unused blanket `type: ignore` directive
mongo-python-driver redundant-cast pymongo/asynchronous/encryption.py:154:75 Value is already of type `AsyncCollection[RawBSONDocument]`
mongo-python-driver invalid-argument-type pymongo/asynchronous/encryption.py:196:13 Argument to bound method `__init__` is incorrect: Expected `SSLContext | None`, found `Unknown | SSLContext | SSLContext`
mongo-python-driver unused-ignore-comment pymongo/asynchronous/encryption.py:214:62 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/encryption.py:440:40 Unused blanket `type: ignore` directive
mongo-python-driver invalid-argument-type pymongo/asynchronous/encryption.py:441:13 Argument to bound method `__init__` is incorrect: Expected `AsyncMongoClient[Mapping[str, Any]] | None`, found `None | AsyncMongoClient[_DocumentTypeArg@__init__]`
mongo-python-driver possibly-missing-attribute pymongo/asynchronous/encryption.py:899:23 Attribute `create_data_key` may be missing on object of type `Unknown | None`
mongo-python-driver possibly-missing-attribute pymongo/asynchronous/encryption.py:944:35 Attribute `encrypt` may be missing on object of type `Unknown | None`
mongo-python-driver possibly-missing-attribute pymongo/asynchronous/encryption.py:1089:35 Attribute `decrypt` may be missing on object of type `Unknown | None`
mongo-python-driver possibly-missing-attribute pymongo/asynchronous/encryption.py:1239:32 Attribute `rewrap_many_data_key` may be missing on object of type `Unknown | None`
mongo-python-driver possibly-missing-attribute pymongo/asynchronous/encryption.py:1281:13 Attribute `close` may be missing on object of type `Unknown | None`
mongo-python-driver unused-ignore-comment pymongo/asynchronous/helpers.py:61:42 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/mongo_client.py:164:17 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/mongo_client.py:167:18 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/mongo_client.py:179:76 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/mongo_client.py:772:42 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/mongo_client.py:774:59 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/mongo_client.py:856:46 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/mongo_client.py:891:35 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/mongo_client.py:1073:63 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/mongo_client.py:1557:80 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/mongo_client.py:1738:53 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/mongo_client.py:1739:54 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/mongo_client.py:1896:32 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/mongo_client.py:2182:97 Unused blanket `type: ignore` directive
mongo-python-driver possibly-missing-attribute pymongo/asynchronous/mongo_client.py:2285:21 Attribute `mark_dirty` may be missing on object of type `Unknown | None | _ServerSession`
mongo-python-driver unused-ignore-comment pymongo/asynchronous/mongo_client.py:2648:36 Unused blanket `type: ignore` directive
mongo-python-driver possibly-missing-attribute pymongo/asynchronous/mongo_client.py:2689:17 Attribute `mark_dirty` may be missing on object of type `Unknown | None | _ServerSession`
mongo-python-driver unused-ignore-comment pymongo/asynchronous/mongo_client.py:2723:42 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/mongo_client.py:2746:65 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/mongo_client.py:2749:38 Unused blanket `type: ignore` directive
mongo-python-driver possibly-unresolved-reference pymongo/asynchronous/mongo_client.py:2910:45 Name `max_wire_version` used when possibly not defined
mongo-python-driver possibly-unresolved-reference pymongo/asynchronous/mongo_client.py:2910:63 Name `is_mongos` used when possibly not defined
mongo-python-driver unused-ignore-comment pymongo/asynchronous/monitor.py:39:46 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/monitor.py:199:12 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/monitor.py:354:88 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/monitor.py:537:19 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/monitor.py:540:19 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/pool.py:49:31 Unused blanket `type: ignore` directive
mongo-python-driver possibly-unresolved-reference pymongo/asynchronous/pool.py:287:51 Name `start` used when possibly not defined
mongo-python-driver invalid-return-type pymongo/asynchronous/pool.py:357:10 Function can implicitly return `None`, which is not assignable to return type `dict[str, Any]`
mongo-python-driver invalid-return-type pymongo/asynchronous/pool.py:398:20 Return type does not match returned value: expected `dict[str, Any]`, found `Mapping[str, Any]`
mongo-python-driver unused-ignore-comment pymongo/asynchronous/pool.py:404:33 Unused blanket `type: ignore` directive
mongo-python-driver invalid-return-type pymongo/asynchronous/pool.py:445:67 Function can implicitly return `None`, which is not assignable to return type `_OpReply | _OpMsg`
mongo-python-driver unused-ignore-comment pymongo/asynchronous/pool.py:824:67 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/pool.py:825:64 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/pool.py:851:98 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/pool.py:888:92 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/pool.py:941:95 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/pool.py:1462:40 Unused blanket `type: ignore` directive
mongo-python-driver possibly-unresolved-reference pymongo/asynchronous/server.py:207:41 Name `data` used when possibly not defined
mongo-python-driver possibly-unresolved-reference pymongo/asynchronous/server.py:207:47 Name `max_doc_size` used when possibly not defined
mongo-python-driver unused-ignore-comment pymongo/asynchronous/server.py:227:93 Unused blanket `type: ignore` directive
mongo-python-driver invalid-assignment pymongo/asynchronous/server.py:275:17 Cannot assign to a subscript on an object of type `int`
mongo-python-driver invalid-assignment pymongo/asynchronous/server.py:277:17 Cannot assign to a subscript on an object of type `int`
mongo-python-driver unresolved-import pymongo/asynchronous/srv_resolver.py:26:10 Cannot resolve imported module `dns`
mongo-python-driver unresolved-import pymongo/asynchronous/srv_resolver.py:33:16 Cannot resolve imported module `dns`
mongo-python-driver unresolved-import pymongo/asynchronous/srv_resolver.py:55:14 Cannot resolve imported module `dns`
mongo-python-driver unused-ignore-comment pymongo/asynchronous/srv_resolver.py:57:62 Unused blanket `type: ignore` directive
mongo-python-driver unresolved-import pymongo/asynchronous/srv_resolver.py:93:14 Cannot resolve imported module `dns`
mongo-python-driver unused-ignore-comment pymongo/asynchronous/srv_resolver.py:104:89 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/srv_resolver.py:126:80 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/asynchronous/topology.py:87:83 Unused blanket `type: ignore` directive
mongo-python-driver invalid-argument-type pymongo/asynchronous/topology.py:857:46 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["topologyVersion"]`
mongo-python-driver unused-ignore-comment pymongo/asynchronous/topology.py:1079:83 Unused blanket `type: ignore` directive
mongo-python-driver invalid-return-type pymongo/client_options.py:145:16 Return type does not match returned value: expected `tuple[pymongo.pyopenssl_context.SSLContext | None, bool]`, found `tuple[pymongo.pyopenssl_context.SSLContext | ssl.SSLContext | Unknown, Any]`
mongo-python-driver invalid-return-type pymongo/collation.py:225:16 Return type does not match returned value: expected `dict[str, Any] | None`, found `Mapping[str, Any] & Top[dict[Unknown, Unknown]]`
mongo-python-driver invalid-argument-type pymongo/common.py:1165:34 Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `Self@__str__`
mongo-python-driver unresolved-import pymongo/compression_support.py:51:18 Cannot resolve imported module `backports`
mongo-python-driver unresolved-import pymongo/compression_support.py:136:16 Cannot resolve imported module `snappy`
mongo-python-driver unresolved-import pymongo/compression_support.py:161:18 Cannot resolve imported module `backports`
mongo-python-driver unresolved-import pymongo/compression_support.py:172:16 Cannot resolve imported module `snappy`
mongo-python-driver unresolved-import pymongo/compression_support.py:183:18 Cannot resolve imported module `backports`
mongo-python-driver unresolved-import pymongo/encryption_options.py:29:10 Cannot resolve imported module `pymongocrypt`
mongo-python-driver invalid-argument-type pymongo/errors.py:106:43 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["errorLabels"]`
mongo-python-driver unused-ignore-comment pymongo/helpers_shared.py:160:39 Unused blanket `type: ignore` directive
mongo-python-driver invalid-return-type pymongo/helpers_shared.py:162:20 Return type does not match returned value: expected `Sequence[tuple[str, int | str | Mapping[str, Any]]]`, found `list[tuple[object, object]]`
mongo-python-driver invalid-return-type pymongo/helpers_shared.py:341:16 Return type does not match returned value: expected `Mapping[str, Any]`, found `Iterable[str] & Top[Mapping[Unknown, object]]`
mongo-python-driver possibly-unresolved-reference pymongo/message.py:391:28 Name `_cmessage` used when possibly not defined
mongo-python-driver possibly-unresolved-reference pymongo/message.py:493:27 Name `_cmessage` used when possibly not defined
mongo-python-driver possibly-unresolved-reference pymongo/message.py:549:30 Name `_cmessage` used when possibly not defined
mongo-python-driver possibly-unresolved-reference pymongo/message.py:855:30 Name `_cmessage` used when possibly not defined
mongo-python-driver possibly-unresolved-reference pymongo/message.py:905:23 Name `_cmessage` used when possibly not defined
mongo-python-driver unused-ignore-comment pymongo/message.py:1116:47 Unused blanket `type: ignore` directive
mongo-python-driver possibly-unresolved-reference pymongo/message.py:1142:39 Name `ns_doc_encoded` used when possibly not defined
mongo-python-driver possibly-unresolved-reference pymongo/message.py:1267:37 Name `_cmessage` used when possibly not defined
mongo-python-driver invalid-argument-type pymongo/message.py:1719:47 Argument to function `_maybe_add_read_preference` is incorrect: Expected `MutableMapping[str, Any]`, found `(Unknown & Top[MutableMapping[Unknown, Unknown]]) | (Mapping[str, Any] & Top[MutableMapping[Unknown, Unknown]])`
mongo-python-driver possibly-missing-import pymongo/network_layer.py:57:5 Member `BLOCKING_IO_LOOKUP_ERROR` of module `pymongo.ssl_support` may be missing
mongo-python-driver possibly-missing-import pymongo/network_layer.py:58:5 Member `BLOCKING_IO_READ_ERROR` of module `pymongo.ssl_support` may be missing
mongo-python-driver possibly-missing-import pymongo/network_layer.py:59:5 Member `BLOCKING_IO_WRITE_ERROR` of module `pymongo.ssl_support` may be missing
mongo-python-driver call-non-callable pymongo/network_layer.py:301:41 Object of type `object` is not callable
mongo-python-driver unused-ignore-comment pymongo/network_layer.py:474:43 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/ocsp_cache.py:49:35 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/pool_shared.py:33:31 Unused blanket `type: ignore` directive
mongo-python-driver possibly-missing-import pymongo/pool_shared.py:42:33 Member `PYSSLError` of module `pymongo.ssl_support` may be missing
mongo-python-driver unused-ignore-comment pymongo/pool_shared.py:233:22 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/pool_shared.py:268:90 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/pool_shared.py:272:89 Unused blanket `type: ignore` directive
mongo-python-driver invalid-argument-type pymongo/pool_shared.py:315:13 Argument to bound method `__init__` is incorrect: Expected `tuple[Transport, PyMongoProtocol]`, found `tuple[Transport, BaseProtocol]`
mongo-python-driver unused-ignore-comment pymongo/pool_shared.py:385:89 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/pool_shared.py:443:77 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/pool_shared.py:445:55 Unused blanket `type: ignore` directive
mongo-python-driver unresolved-import pymongo/pyopenssl_context.py:31:8 Cannot resolve imported module `service_identity`
mongo-python-driver unused-ignore-comment pymongo/pyopenssl_context.py:36:47 Unused blanket `type: ignore` directive
mongo-python-driver possibly-unresolved-reference pymongo/pyopenssl_context.py:131:56 Name `start` used when possibly not defined
mongo-python-driver possibly-unresolved-reference pymongo/pyopenssl_context.py:144:52 Name `start` used when possibly not defined
mongo-python-driver invalid-return-type pymongo/pyopenssl_context.py:277:16 Return type does not match returned value: expected `int`, found `Unknown | None`
mongo-python-driver unresolved-import pymongo/pyopenssl_context.py:416:22 Cannot resolve imported module `service_identity`
mongo-python-driver unused-ignore-comment pymongo/read_preferences.py:535:66 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/server_description.py:302:42 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/socket_checker.py:79:53 Unused blanket `type: ignore` directive
mongo-python-driver possibly-unresolved-reference pymongo/ssl_support.py:58:27 Name `_pyssl` used when possibly not defined
mongo-python-driver unused-ignore-comment pymongo/ssl_support.py:59:40 Unused blanket `type: ignore` directive
mongo-python-driver possibly-unresolved-reference pymongo/ssl_support.py:60:13 Name `_ssl` used when possibly not defined
mongo-python-driver possibly-unresolved-reference pymongo/ssl_support.py:60:39 Name `_pyssl` used when possibly not defined
mongo-python-driver unused-ignore-comment pymongo/ssl_support.py:62:44 Unused blanket `type: ignore` directive
mongo-python-driver possibly-unresolved-reference pymongo/ssl_support.py:63:13 Name `_pyssl` used when possibly not defined
mongo-python-driver possibly-unresolved-reference pymongo/ssl_support.py:64:13 Name `_ssl` used when possibly not defined
mongo-python-driver unused-ignore-comment pymongo/ssl_support.py:66:45 Unused blanket `type: ignore` directive
mongo-python-driver possibly-unresolved-reference pymongo/ssl_support.py:67:13 Name `_pyssl` used when possibly not defined
mongo-python-driver possibly-unresolved-reference pymongo/ssl_support.py:68:13 Name `_ssl` used when possibly not defined
mongo-python-driver possibly-unresolved-reference pymongo/ssl_support.py:71:22 Name `_ssl` used when possibly not defined
mongo-python-driver possibly-unresolved-reference pymongo/ssl_support.py:75:16 Name `_ssl` used when possibly not defined
mongo-python-driver unused-ignore-comment pymongo/ssl_support.py:92:54 Unused blanket `type: ignore` directive
mongo-python-driver invalid-assignment pymongo/ssl_support.py:105:13 Object of type `bool` is not assignable to attribute `check_ocsp_endpoint` on type `SSLContext | (SSLContext & <Protocol with members 'check_ocsp_endpoint'>)`
mongo-python-driver invalid-assignment pymongo/ssl_support.py:124:13 Object of type `Any | Literal[0]` is not assignable to attribute `verify_flags` on type `SSLContext | SSLContext`
mongo-python-driver unused-ignore-comment pymongo/ssl_support.py:135:33 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/ssl_support.py:139:37 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/ssl_support.py:144:35 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/aggregation.py:128:66 Unused blanket `type: ignore` directive
mongo-python-driver invalid-method-override pymongo/synchronous/aggregation.py:215:9 Invalid override of method `_cursor_collection`: Definition is incompatible with `_AggregationCommand._cursor_collection`
mongo-python-driver invalid-method-override pymongo/synchronous/aggregation.py:248:9 Invalid override of method `_cursor_collection`: Definition is incompatible with `_AggregationCommand._cursor_collection`
mongo-python-driver invalid-argument-type pymongo/synchronous/auth.py:128:43 Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray`, found `@Todo | None | bytes`
mongo-python-driver unused-ignore-comment pymongo/synchronous/auth.py:193:11 Unused blanket `type: ignore` directive
mongo-python-driver invalid-assignment pymongo/synchronous/auth.py:360:48 Object of type `dict[Unknown | str, Unknown | ((credentials: @Todo, conn: Connection) -> None) | ((credentials: @Todo, conn: Connection, reauthenticate: bool) -> Mapping[str, Any] | None) | partial[None]]` is not assignable to `Mapping[str, (...) -> None]`
mongo-python-driver unused-ignore-comment pymongo/synchronous/auth.py:364:42 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/auth_aws.py:52:61 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/auth_oidc.py:87:59 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/auth_oidc.py:89:69 Unused blanket `type: ignore` directive
mongo-python-driver possibly-unresolved-reference pymongo/synchronous/auth_oidc.py:191:12 Name `cb` used when possibly not defined
mongo-python-driver possibly-unresolved-reference pymongo/synchronous/auth_oidc.py:194:31 Name `cb` used when possibly not defined
mongo-python-driver unused-ignore-comment pymongo/synchronous/auth_oidc.py:195:30 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/auth_oidc.py:221:97 Unused blanket `type: ignore` directive
mongo-python-driver possibly-unresolved-reference pymongo/synchronous/auth_oidc.py:223:28 Name `cb` used when possibly not defined
mongo-python-driver unused-ignore-comment pymongo/synchronous/bulk.py:274:73 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/bulk.py:359:63 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/bulk.py:390:40 Unused blanket `type: ignore` directive
mongo-python-driver invalid-argument-type pymongo/synchronous/bulk.py:413:39 Argument to bound method `_fail` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `Mapping[str, Any] | Sequence[Any]`
mongo-python-driver unused-ignore-comment pymongo/synchronous/bulk.py:426:32 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/bulk.py:453:41 Unused blanket `type: ignore` directive
mongo-python-driver invalid-argument-type pymongo/synchronous/bulk.py:503:17 Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `Unknown | _EventListeners | None`
mongo-python-driver invalid-argument-type pymongo/synchronous/bulk.py:538:69 Argument to bound method `_execute_batch` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
mongo-python-driver invalid-argument-type pymongo/synchronous/bulk.py:558:67 Argument to bound method `_execute_batch_unack` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
mongo-python-driver unused-ignore-comment pymongo/synchronous/bulk.py:609:25 Unused blanket `type: ignore` directive
mongo-python-driver invalid-argument-type pymongo/synchronous/bulk.py:635:17 Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `Unknown | _EventListeners | None`
mongo-python-driver invalid-argument-type pymongo/synchronous/bulk.py:650:63 Argument to bound method `_execute_batch_unack` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
mongo-python-driver unused-ignore-comment pymongo/synchronous/change_stream.py:167:40 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/change_stream.py:238:89 Unused blanket `type: ignore` directive
mongo-python-driver invalid-argument-type pymongo/synchronous/change_stream.py:243:13 Argument to bound method `__init__` is incorrect: Expected `Database[Any] | Collection[Any]`, found `Unknown | Database[Any] | Collection[Any] | ... omitted 3 union elements`
mongo-python-driver unused-ignore-comment pymongo/synchronous/change_stream.py:257:49 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/client_bulk.py:349:68 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/client_bulk.py:380:40 Unused blanket `type: ignore` directive
mongo-python-driver invalid-argument-type pymongo/synchronous/client_bulk.py:403:39 Argument to bound method `_fail` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `Mapping[str, Any] | Sequence[Any]`
mongo-python-driver unused-ignore-comment pymongo/synchronous/client_bulk.py:429:103 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/client_bulk.py:430:49 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/client_bulk.py:471:84 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/client_bulk.py:474:94 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/client_bulk.py:476:73 Unused blanket `type: ignore` directive
mongo-python-driver possibly-unresolved-reference pymongo/synchronous/client_bulk.py:477:76 Name `res` used when possibly not defined
mongo-python-driver unused-ignore-comment pymongo/synchronous/client_bulk.py:522:44 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/client_bulk.py:529:48 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/client_bulk.py:695:45 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/client_bulk.py:697:48 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/client_session.py:460:79 Unused blanket `type: ignore` directive
mongo-python-driver possibly-missing-attribute pymongo/synchronous/client_session.py:572:16 Attribute `session_id` may be missing on object of type `Unknown | None | _ServerSession`
mongo-python-driver possibly-missing-attribute pymongo/synchronous/client_session.py:578:16 Attribute `transaction_id` may be missing on object of type `Unknown | None | _ServerSession`
mongo-python-driver invalid-return-type pymongo/synchronous/client_session.py:601:20 Return type does not match returned value: expected `_T@_inherit_option`, found `(TransactionOptions & ~AlwaysTruthy & ~AlwaysFalsy) | (Any & ~AlwaysFalsy)`
mongo-python-driver invalid-assignment pymongo/synchronous/client_session.py:1030:9 Object of type `int | float` is not assignable to attribute `last_use` on type `Unknown | None | _ServerSession`
mongo-python-driver possibly-missing-attribute pymongo/synchronous/client_session.py:1031:27 Attribute `session_id` may be missing on object of type `Unknown | None | _ServerSession`
mongo-python-driver possibly-missing-attribute pymongo/synchronous/client_session.py:1034:36 Attribute `transaction_id` may be missing on object of type `Unknown | None | _ServerSession`
mongo-python-driver possibly-missing-attribute pymongo/synchronous/client_session.py:1055:36 Attribute `transaction_id` may be missing on object of type `Unknown | None | _ServerSession`
mongo-python-driver possibly-missing-attribute pymongo/synchronous/client_session.py:1060:9 Attribute `inc_transaction_id` may be missing on object of type `Unknown | None | _ServerSession`
mongo-python-driver unused-ignore-comment pymongo/synchronous/client_session.py:1126:47 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/collection.py:266:48 Unused blanket `type: ignore` directive
mongo-python-driver invalid-argument-type pymongo/synchronous/collection.py:2582:23 Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary`
mongo-python-driver unused-ignore-comment pymongo/synchronous/collection.py:2891:45 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/collection.py:3197:21 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/collection.py:3203:37 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/command_cursor.py:355:80 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/cursor.py:218:38 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/cursor.py:243:39 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/cursor.py:282:88 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/cursor.py:324:73 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/cursor.py:639:36 Unused blanket `type: ignore` directive
mongo-python-driver no-matching-overload pymongo/synchronous/cursor.py:684:21 No overload of bound method `__init__` matches arguments
mongo-python-driver no-matching-overload pymongo/synchronous/cursor.py:706:21 No overload of bound method `__init__` matches arguments
mongo-python-driver unused-ignore-comment pymongo/synchronous/cursor.py:864:44 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/cursor.py:888:39 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/cursor.py:964:101 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/cursor.py:970:28 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/cursor.py:971:63 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/cursor.py:972:17 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/cursor.py:977:45 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/cursor.py:978:63 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/cursor.py:990:81 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/cursor.py:1009:33 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/cursor.py:1270:80 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/cursor.py:1330:56 Unused blanket `type: ignore` directive
mongo-python-driver invalid-assignment pymongo/synchronous/database.py:933:31 Object of type `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary` is not assignable to `_ServerMode | None`
mongo-python-driver invalid-argument-type pymongo/synchronous/database.py:934:43 Argument to bound method `_conn_for_reads` is incorrect: Expected `_ServerMode`, found `_ServerMode | None`
mongo-python-driver no-matching-overload pymongo/synchronous/database.py:938:20 No overload of bound method `_command` matches arguments
mongo-python-driver unused-ignore-comment pymongo/synchronous/database.py:945:24 Unused blanket `type: ignore` directive
mongo-python-driver invalid-assignment pymongo/synchronous/database.py:1019:35 Object of type `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary` is not assignable to `_ServerMode | None`
mongo-python-driver invalid-argument-type pymongo/synchronous/database.py:1022:47 Argument to bound method `_conn_for_reads` is incorrect: Expected `_ServerMode`, found `_ServerMode | None`
mongo-python-driver invalid-argument-type pymongo/synchronous/database.py:1074:51 Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary`
mongo-python-driver invalid-argument-type pymongo/synchronous/database.py:1145:19 Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary`
mongo-python-driver unresolved-import pymongo/synchronous/encryption.py:98:10 Cannot resolve imported module `pymongocrypt.mongocrypt`
mongo-python-driver unused-ignore-comment pymongo/synchronous/encryption.py:138:43 Unused blanket `type: ignore` directive
mongo-python-driver redundant-cast pymongo/synchronous/encryption.py:153:70 Value is already of type `Collection[RawBSONDocument]`
mongo-python-driver invalid-argument-type pymongo/synchronous/encryption.py:195:13 Argument to bound method `__init__` is incorrect: Expected `SSLContext | None`, found `Unknown | SSLContext | SSLContext`
mongo-python-driver unused-ignore-comment pymongo/synchronous/encryption.py:213:62 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/encryption.py:437:40 Unused blanket `type: ignore` directive
mongo-python-driver invalid-argument-type pymongo/synchronous/encryption.py:438:13 Argument to bound method `__init__` is incorrect: Expected `MongoClient[Mapping[str, Any]] | None`, found `None | MongoClient[_DocumentTypeArg@__init__]`
mongo-python-driver possibly-missing-attribute pymongo/synchronous/encryption.py:892:17 Attribute `create_data_key` may be missing on object of type `Unknown | None`
mongo-python-driver possibly-missing-attribute pymongo/synchronous/encryption.py:937:29 Attribute `encrypt` may be missing on object of type `Unknown | None`
mongo-python-driver possibly-missing-attribute pymongo/synchronous/encryption.py:1082:29 Attribute `decrypt` may be missing on object of type `Unknown | None`
mongo-python-driver possibly-missing-attribute pymongo/synchronous/encryption.py:1232:26 Attribute `rewrap_many_data_key` may be missing on object of type `Unknown | None`
mongo-python-driver possibly-missing-attribute pymongo/synchronous/encryption.py:1274:13 Attribute `close` may be missing on object of type `Unknown | None`
mongo-python-driver unused-ignore-comment pymongo/synchronous/helpers.py:61:42 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/helpers.py:86:56 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/mongo_client.py:161:17 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/mongo_client.py:164:18 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/mongo_client.py:176:76 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/mongo_client.py:772:42 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/mongo_client.py:774:59 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/mongo_client.py:856:46 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/mongo_client.py:891:35 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/mongo_client.py:1073:58 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/mongo_client.py:1555:75 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/mongo_client.py:1734:53 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/mongo_client.py:1735:54 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/mongo_client.py:1892:32 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/mongo_client.py:2178:91 Unused blanket `type: ignore` directive
mongo-python-driver possibly-missing-attribute pymongo/synchronous/mongo_client.py:2281:21 Attribute `mark_dirty` may be missing on object of type `Unknown | None | _ServerSession`
mongo-python-driver unused-ignore-comment pymongo/synchronous/mongo_client.py:2638:31 Unused blanket `type: ignore` directive
mongo-python-driver possibly-missing-attribute pymongo/synchronous/mongo_client.py:2679:17 Attribute `mark_dirty` may be missing on object of type `Unknown | None | _ServerSession`
mongo-python-driver unused-ignore-comment pymongo/synchronous/mongo_client.py:2713:37 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/mongo_client.py:2736:65 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/mongo_client.py:2739:38 Unused blanket `type: ignore` directive
mongo-python-driver possibly-unresolved-reference pymongo/synchronous/mongo_client.py:2900:45 Name `max_wire_version` used when possibly not defined
mongo-python-driver possibly-unresolved-reference pymongo/synchronous/mongo_client.py:2900:63 Name `is_mongos` used when possibly not defined
mongo-python-driver unused-ignore-comment pymongo/synchronous/monitor.py:39:45 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/monitor.py:352:77 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/monitor.py:535:19 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/monitor.py:538:19 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/pool.py:46:31 Unused blanket `type: ignore` directive
mongo-python-driver possibly-unresolved-reference pymongo/synchronous/pool.py:287:51 Name `start` used when possibly not defined
mongo-python-driver invalid-return-type pymongo/synchronous/pool.py:398:20 Return type does not match returned value: expected `dict[str, Any]`, found `Mapping[str, Any]`
mongo-python-driver unused-ignore-comment pymongo/synchronous/pool.py:404:33 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/pool.py:822:67 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/pool.py:823:64 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/pool.py:849:98 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/pool.py:886:92 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/pool.py:937:95 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/pool.py:1458:40 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/server.py:130:57 Unused blanket `type: ignore` directive
mongo-python-driver invalid-argument-type pymongo/synchronous/server.py:133:34 Argument to bound method `update_command` is incorrect: Expected `dict[str, Any]`, found `dict[str, Any] | Unknown | CoroutineType[Any, Any, dict[str, Any]]`
mongo-python-driver invalid-argument-type pymongo/synchronous/server.py:133:34 Argument to bound method `update_command` is incorrect: Expected `dict[str, Any]`, found `dict[str, Any] | Unknown | CoroutineType[Any, Any, dict[str, Any]]`
mongo-python-driver invalid-return-type pymongo/synchronous/server.py:135:16 Return type does not match returned value: expected `tuple[dict[str, Any], str]`, found `tuple[dict[str, Any] | Unknown | CoroutineType[Any, Any, dict[str, Any]], str]`
mongo-python-driver possibly-unresolved-reference pymongo/synchronous/server.py:207:35 Name `data` used when possibly not defined
mongo-python-driver possibly-unresolved-reference pymongo/synchronous/server.py:207:41 Name `max_doc_size` used when possibly not defined
mongo-python-driver unused-ignore-comment pymongo/synchronous/server.py:227:93 Unused blanket `type: ignore` directive
mongo-python-driver invalid-assignment pymongo/synchronous/server.py:275:17 Cannot assign to a subscript on an object of type `int`
mongo-python-driver invalid-assignment pymongo/synchronous/server.py:277:17 Cannot assign to a subscript on an object of type `int`
mongo-python-driver unresolved-import pymongo/synchronous/srv_resolver.py:26:10 Cannot resolve imported module `dns`
mongo-python-driver unresolved-import pymongo/synchronous/srv_resolver.py:33:16 Cannot resolve imported module `dns`
mongo-python-driver unresolved-import pymongo/synchronous/srv_resolver.py:51:14 Cannot resolve imported module `dns`
mongo-python-driver unused-ignore-comment pymongo/synchronous/srv_resolver.py:57:56 Unused blanket `type: ignore` directive
mongo-python-driver unresolved-import pymongo/synchronous/srv_resolver.py:93:14 Cannot resolve imported module `dns`
mongo-python-driver unused-ignore-comment pymongo/synchronous/srv_resolver.py:104:89 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/srv_resolver.py:126:80 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/synchronous/topology.py:87:83 Unused blanket `type: ignore` directive
mongo-python-driver invalid-argument-type pymongo/synchronous/topology.py:855:46 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["topologyVersion"]`
mongo-python-driver unused-ignore-comment pymongo/synchronous/topology.py:1077:77 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/topology_description.py:111:46 Unused blanket `type: ignore` directive
mongo-python-driver invalid-argument-type pymongo/topology_description.py:112:17 Argument to function `min` is incorrect: Argument type `int | None` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
mongo-python-driver unused-ignore-comment pymongo/topology_description.py:137:76 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/topology_description.py:149:75 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/topology_description.py:608:103 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment pymongo/topology_description.py:609:73 Unused blanket `type: ignore` directive
mongo-python-driver unsupported-operator pymongo/topology_description.py:611:51 Operator `<` is not supported between two objects of type `tuple[int | None, ObjectId | None]`
mongo-python-driver unused-ignore-comment pymongo/typings.py:54:66 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment tools/ocsptest.py:47:55 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment tools/synchro.py:391:43 Unused blanket `type: ignore` directive
mongo-python-driver unused-ignore-comment tools/synchro.py:395:49 Unused blanket `type: ignore` directive
nox possibly-unresolved-reference nox/_cli.py:148:16 Name `main_filename` used when possibly not defined
nox unused-ignore-comment nox/_decorators.py:60:47 Unused blanket `type: ignore` directive
nox unresolved-attribute nox/_decorators.py:61:5 Unresolved attribute `__kwdefaults__` on type `_Wrapped[(...), Unknown, (...), Unknown]`.
nox invalid-assignment nox/_option_set.py:63:66 Object of type `dataclasses.Field[Unknown | str | None]` is not assignable to `None | Literal["auto", "never", "always"]`
nox unused-ignore-comment nox/_options.py:110:44 Unused blanket `type: ignore` directive
nox unused-ignore-comment nox/_options.py:111:40 Unused blanket `type: ignore` directive
nox invalid-return-type nox/_options.py:293:12 Return type does not match returned value: expected `Iterable[str]`, found `filter[Unknown | Sequence[str] | bool]`
nox unused-ignore-comment nox/_options.py:296:34 Unused blanket `type: ignore` directive
nox unused-ignore-comment nox/_options.py:408:65 Unused blanket `type: ignore` directive
nox unused-ignore-comment nox/_options.py:533:67 Unused blanket `type: ignore` directive
nox unused-ignore-comment nox/_options.py:625:70 Unused blanket `type: ignore` directive
nox unused-ignore-comment nox/_parametrize.py:77:22 Unused blanket `type: ignore` directive
nox invalid-argument-type nox/_parametrize.py:153:37 Argument to bound method `__init__` is incorrect: Expected `Iterable[Param | Iterable[Any | Param | Iterable[Any]]]`, found `(Iterable[Param | Iterable[Any]] & tuple[object, ...]) | (Param & tuple[object, ...]) | (Iterable[Any] & tuple[object, ...]) | ... omitted 3 union elements`
nox invalid-argument-type nox/manifest.py:358:43 Argument to bound method `generate_calls` is incorrect: Expected `Iterable[Param]`, found `object`
nox invalid-return-type nox/registry.py:91:16 Return type does not match returned value: expected `Func | ((((...) -> Any) | Func, /) -> Func)`, found `partial[Func | ((((...) -> Any) | Func, /) -> Func)]`
nox unresolved-attribute nox/registry.py:115:26 Object of type `((...) -> Any) | Func` has no attribute `__name__`
nox unresolved-attribute nox/registry.py:129:24 Object of type `((...) -> Any) | Func` has no attribute `__name__`
nox unresolved-import nox/sessions.py:35:8 Cannot resolve imported module `humanize`
nox unused-ignore-comment nox/sessions.py:185:54 Unused blanket `type: ignore` directive
nox unused-ignore-comment nox/sessions.py:315:57 Unused blanket `type: ignore` directive
nox unused-ignore-comment nox/sessions.py:618:55 Unused blanket `type: ignore` directive
nox possibly-missing-attribute nox/sessions.py:731:49 Attribute `_reused` may be missing on object of type `(Unknown & ~PassthroughEnv) | (ProcessEnv & ~PassthroughEnv) | None`
nox possibly-missing-attribute nox/sessions.py:743:29 Attribute `is_offline` may be missing on object of type `Unknown | ProcessEnv | None`
nox possibly-missing-attribute nox/sessions.py:757:13 Attribute `conda_cmd` may be missing on object of type `Unknown | ProcessEnv | None`
nox unresolved-import nox/virtualenv.py:221:16 Cannot resolve imported module `pbs_installer`
operator unresolved-import ops/__init__.py:351:12 Cannot resolve imported module `ops_tracing`
operator unresolved-import ops/_main.py:28:8 Cannot resolve imported module `opentelemetry.trace`
operator unresolved-import ops/_private/__init__.py:17:8 Cannot resolve imported module `opentelemetry.trace`
operator invalid-argument-type ops/_private/harness.py:303:47 Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `_TestingModelBackend`
operator unresolved-attribute ops/_private/harness.py:378:48 Object of type `property` has no attribute `Container`
operator unresolved-attribute ops/_private/harness.py:401:24 Object of type `property` has no attribute `Model`
operator unresolved-attribute ops/_private/harness.py:406:28 Object of type `property` has no attribute `Framework`
operator unsupported-base ops/_private/harness.py:426:26 Unsupported class base with type `type[Unknown] | <class 'property'>`
operator invalid-generic-class ops/_private/harness.py:431:15 Generic class `TestCharm` must not reference type variables bound in an enclosing scope: `CharmType` referenced in class definition here
operator unsupported-base ops/_private/harness.py:431:25 Unsupported class base with type `Unknown | type[CharmType@Harness]`
operator invalid-argument-type ops/_private/harness.py:479:64 Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `Unknown | _TestingModelBackend`
operator invalid-argument-type ops/_private/harness.py:819:60 Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `Unknown | _TestingModelBackend`
operator invalid-argument-type ops/_private/harness.py:846:60 Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `Unknown | _TestingModelBackend`
operator invalid-argument-type ops/_private/harness.py:878:56 Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `Unknown | _TestingModelBackend`
operator invalid-argument-type ops/_private/harness.py:905:60 Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `Unknown | _TestingModelBackend`
operator invalid-argument-type ops/_private/harness.py:1037:64 Argument to bound method `_emit_relation_broken` is incorrect: Expected `str`, found `Unknown | str | None`
operator invalid-return-type ops/_private/harness.py:1216:16 Return type does not match returned value: expected `Mapping[str, str]`, found `Unknown | dict[str, str] | None`
operator invalid-return-type ops/_private/harness.py:1224:16 Return type does not match returned value: expected `tuple[Mapping[Any, Any], Mapping[Any, Any]]`, found `Unknown | tuple[Mapping[str, Any], Any] | None`
operator invalid-return-type ops/_private/harness.py:1314:16 Return type does not match returned value: expected `str`, found `Unknown | str | None`
operator unused-ignore-comment ops/_private/harness.py:2075:74 Unused blanket `type: ignore` directive
operator unresolved-attribute ops/_private/harness.py:2144:36 Object of type `property` has no attribute `CloudSpec`
operator unused-ignore-comment ops/_private/harness.py:2306:45 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/_private/harness.py:2695:51 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/_private/harness.py:2699:67 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/_private/harness.py:2702:38 Unused blanket `type: ignore` directive
operator missing-argument ops/_private/harness.py:3127:16 No argument provided for required parameter `pebble_client` of function `_can_connect`
operator invalid-argument-type ops/_private/harness.py:3127:43 Argument to function `_can_connect` is incorrect: Expected `_TestingModelBackend`, found `Self@_check_connection`
operator unused-ignore-comment ops/charm.py:1478:38 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/charm.py:1687:55 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/charm.py:1689:70 Unused blanket `type: ignore` directive
operator unresolved-import ops/framework.py:36:8 Cannot resolve imported module `opentelemetry.trace`
operator ambiguous-protocol-member ops/framework.py:47:5 Cannot assign to undeclared variable in the body of a protocol class: Consider adding an annotation, e.g. `handle_kind: str = ...`
operator invalid-method-override ops/framework.py:116:9 Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
operator unused-ignore-comment ops/framework.py:383:43 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/framework.py:384:37 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/framework.py:573:29 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/framework.py:610:36 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/framework.py:623:79 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/framework.py:625:84 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/framework.py:636:49 Unused blanket `type: ignore` directive
operator invalid-assignment ops/framework.py:667:13 Implicit shadowing of function `breakpointhook`
operator unused-ignore-comment ops/framework.py:749:31 Unused blanket `type: ignore` directive
operator invalid-argument-type ops/framework.py:1044:36 Argument to bound method `_forget` is incorrect: Expected `Serializable`, found `EventBase`
operator unused-ignore-comment ops/framework.py:1311:48 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/framework.py:1313:48 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/framework.py:1315:47 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/framework.py:1370:31 Unused blanket `type: ignore` directive
operator invalid-method-override ops/framework.py:1385:9 Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
operator invalid-method-override ops/framework.py:1388:9 Invalid override of method `__setitem__`: Definition is incompatible with `MutableSequence.__setitem__`
operator invalid-method-override ops/framework.py:1392:9 Invalid override of method `__delitem__`: Definition is incompatible with `MutableSequence.__delitem__`
operator unused-ignore-comment ops/framework.py:1449:31 Unused blanket `type: ignore` directive
operator invalid-method-override ops/framework.py:1464:9 Invalid override of method `add`: Definition is incompatible with `MutableSet.add`
operator invalid-method-override ops/framework.py:1472:9 Invalid override of method `discard`: Definition is incompatible with `MutableSet.discard`
operator invalid-method-override ops/framework.py:1480:9 Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`
operator unused-ignore-comment ops/framework.py:1524:31 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/hookcmds/_port.py:175:33 Unused blanket `type: ignore` directive
operator invalid-method-override ops/jujuversion.py:65:9 Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
operator unresolved-attribute ops/lib/__init__.py:86:16 Object of type `None` has no attribute `get`
operator invalid-argument-type ops/lib/__init__.py:194:19 Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | bool`
operator invalid-argument-type ops/lib/__init__.py:218:34 Argument to bound method `__init__` is incorrect: Expected `bool`, found `dict[Unknown, Unknown]`
operator invalid-argument-type ops/lib/__init__.py:240:34 Argument to bound method `__init__` is incorrect: Expected `bool`, found `dict[Unknown, Unknown]`
operator possibly-missing-attribute ops/lib/__init__.py:272:13 Attribute `exec_module` may be missing on object of type `Unknown | Loader | None`
operator invalid-assignment ops/log.py:82:5 Implicit shadowing of function `showwarning`
operator unused-ignore-comment ops/main.py:24:24 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/main.py:25:19 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/main.py:26:23 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/main.py:27:14 Unused blanket `type: ignore` directive
operator invalid-method-override ops/model.py:885:9 Invalid override of method `__contains__`: Definition is incompatible with `Mapping.__contains__`
operator invalid-method-override ops/model.py:932:9 Invalid override of method `__contains__`: Definition is incompatible with `Mapping.__contains__`
operator invalid-method-override ops/model.py:938:9 Invalid override of method `__iter__`: Definition is incompatible with `Iterable.__iter__`
operator invalid-method-override ops/model.py:1016:9 Invalid override of method `get`: Definition is incompatible with `Mapping.get`
operator invalid-method-override ops/model.py:1041:9 Invalid override of method `__iter__`: Definition is incompatible with `Iterable.__iter__`
operator unused-ignore-comment ops/model.py:1905:69 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/model.py:1907:68 Unused blanket `type: ignore` directive
operator invalid-method-override ops/model.py:1961:9 Invalid override of method `__contains__`: Definition is incompatible with `Mapping.__contains__`
operator invalid-method-override ops/model.py:2120:9 Invalid override of method `update`: Definition is incompatible with `MutableMapping.update`
operator invalid-method-override ops/model.py:2191:9 Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
operator invalid-method-override ops/model.py:2402:9 Invalid override of method `__contains__`: Definition is incompatible with `Mapping.__contains__`
operator unresolved-attribute ops/model.py:2544:65 Object of type `property` has no attribute `Client`
operator unresolved-attribute ops/model.py:2635:22 Object of type `property` has no attribute `LayerDict`
operator unresolved-attribute ops/model.py:2635:41 Object of type `property` has no attribute `Layer`
operator unresolved-attribute ops/model.py:2654:27 Object of type `property` has no attribute `Plan`
operator unresolved-attribute ops/model.py:2663:65 Object of type `property` has no attribute `ServiceInfo`
operator unresolved-attribute ops/model.py:2673:49 Object of type `property` has no attribute `ServiceInfo`
operator unresolved-attribute ops/model.py:2687:41 Object of type `property` has no attribute `CheckLevel`
operator unresolved-attribute ops/model.py:2700:45 Object of type `property` has no attribute `CheckInfo`
operator unresolved-attribute ops/model.py:2827:15 Object of type `property` has no attribute `FileInfo`
operator unresolved-attribute ops/model.py:3007:46 Object of type `property` has no attribute `FileInfo`
operator unresolved-attribute ops/model.py:3048:46 Object of type `property` has no attribute `FileInfo`
operator unresolved-attribute ops/model.py:3049:20 Object of type `property` has no attribute `FileInfo`
operator unresolved-attribute ops/model.py:3191:10 Object of type `property` has no attribute `ExecProcess`
operator unresolved-attribute ops/model.py:3212:10 Object of type `property` has no attribute `ExecProcess`
operator unresolved-attribute ops/model.py:3231:10 Object of type `property` has no attribute `ExecProcess`
operator no-matching-overload ops/model.py:3249:16 No overload of bound method `exec` matches arguments
operator unused-ignore-comment ops/model.py:3259:27 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/model.py:3260:29 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/model.py:3261:29 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/model.py:3262:33 Unused blanket `type: ignore` directive
operator unresolved-attribute ops/model.py:3283:38 Object of type `property` has no attribute `Notice`
operator unresolved-attribute ops/model.py:3301:16 Object of type `property` has no attribute `NoticesUsers`
operator unresolved-attribute ops/model.py:3303:25 Object of type `property` has no attribute `NoticeType`
operator unresolved-attribute ops/model.py:3305:15 Object of type `property` has no attribute `Notice`
operator unresolved-attribute ops/model.py:3322:25 Object of type `property` has no attribute `Client`
operator unused-ignore-comment ops/model.py:3730:40 Unused blanket `type: ignore` directive
operator no-matching-overload ops/model.py:3921:20 No overload of function `secret_get` matches arguments
operator unused-ignore-comment ops/model.py:3923:31 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/model.py:3924:35 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/model.py:3925:29 Unused blanket `type: ignore` directive
operator unresolved-import ops/pebble.py:75:8 Cannot resolve imported module `websocket`
operator ambiguous-protocol-member ops/pebble.py:224:5 Cannot assign to undeclared variable in the body of a protocol class: Consider adding an annotation, e.g. `name: str = ...`
operator invalid-argument-type ops/pebble.py:567:19 Method `__getitem__` of type `(Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes])` cannot be called with key of type `slice[Any, Any, Any]` on object of type `AnyStr@ExecError`
operator unused-ignore-comment ops/pebble.py:630:58 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/pebble.py:720:58 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/pebble.py:789:58 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/pebble.py:822:44 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/pebble.py:912:44 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/pebble.py:1170:40 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/pebble.py:1188:40 Unused blanket `type: ignore` directive
operator invalid-method-override ops/pebble.py:1951:9 Invalid override of method `write`: Definition is incompatible with `_BufferedIOBase.write`
operator invalid-method-override ops/pebble.py:1975:9 Invalid override of method `read`: Definition is incompatible with `_BufferedIOBase.read`
operator invalid-method-override ops/pebble.py:2008:9 Invalid override of method `read1`: Definition is incompatible with `_BufferedIOBase.read1`
operator unused-ignore-comment ops/pebble.py:2711:40 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/pebble.py:2872:40 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/pebble.py:3226:74 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/storage.py:336:36 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/storage.py:347:66 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/storage.py:350:33 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/storage.py:352:44 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/storage.py:356:36 Unused blanket `type: ignore` directive
operator unused-ignore-comment ops/storage.py:366:70 Unused blanket `type: ignore` directive
operator unresolved-import ops/testing.py:77:10 Cannot resolve imported module `scenario`
operator unused-ignore-comment ops/testing.py:182:39 Unused blanket `type: ignore` directive
freqtrade no-matching-overload freqtrade/commands/arguments.py:356:29 No overload of bound method `get` matches arguments
freqtrade unresolved-import freqtrade/commands/build_config_commands.py:51:10 Cannot resolve imported module `rich`
freqtrade invalid-assignment freqtrade/commands/data_commands.py:172:21 Not enough values to unpack: Expected 6
freqtrade invalid-assignment freqtrade/commands/data_commands.py:226:21 Not enough values to unpack: Expected 4
freqtrade unresolved-import freqtrade/commands/list_commands.py:19:10 Cannot resolve imported module `rich.table`
freqtrade unresolved-import freqtrade/commands/list_commands.py:20:10 Cannot resolve imported module `rich.text`
freqtrade unresolved-import freqtrade/commands/list_commands.py:96:10 Cannot resolve imported module `rich.table`
freqtrade unresolved-import freqtrade/commands/list_commands.py:97:10 Cannot resolve imported module `rich.text`
freqtrade unresolved-import freqtrade/commands/list_commands.py:348:20 Cannot resolve imported module `rapidjson`
freqtrade unresolved-import freqtrade/commands/pairlist_commands.py:4:8 Cannot resolve imported module `rapidjson`
freqtrade unresolved-import freqtrade/configuration/config_validation.py:6:6 Cannot resolve imported module `jsonschema`
freqtrade unresolved-import freqtrade/configuration/config_validation.py:7:6 Cannot resolve imported module `jsonschema.exceptions`
freqtrade invalid-argument-type freqtrade/configuration/configuration.py:238:45 Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Any | Path | None`
freqtrade unresolved-import freqtrade/configuration/deploy_config.py:6:6 Cannot resolve imported module `questionary`
freqtrade unresolved-import freqtrade/configuration/deploy_config.py:225:10 Cannot resolve imported module `jinja2.exceptions`
freqtrade unresolved-import freqtrade/configuration/environment_vars.py:5:8 Cannot resolve imported module `rapidjson`
freqtrade unresolved-import freqtrade/configuration/load_config.py:12:8 Cannot resolve imported module `rapidjson`
freqtrade invalid-return-type freqtrade/data/btanalysis/bt_fileutils.py:238:12 Return type does not match returned value: expected `list[BacktestHistoryEntryType]`, found `list[dict[Unknown | str, Unknown | str] | Unknown]`
freqtrade unresolved-import freqtrade/data/btanalysis/bt_fileutils.py:474:12 Cannot resolve imported module `joblib`
freqtrade invalid-return-type freqtrade/data/btanalysis/bt_fileutils.py:544:6 Function can implicitly return `None`, which is not assignable to return type `DataFrame`
freqtrade invalid-assignment freqtrade/data/converter/converter.py:294:13 Invalid subscript assignment with key of type `Hashable` and value of type `<class 'floating[_32Bit]'>` on object of type `Series[Any]`
freqtrade invalid-assignment freqtrade/data/converter/converter.py:296:13 Invalid subscript assignment with key of type `Hashable` and value of type `<class 'signedinteger[_32Bit]'>` on object of type `Series[Any]`
freqtrade invalid-return-type freqtrade/data/converter/orderflow.py:98:16 Return type does not match returned value: expected `tuple[DataFrame, DataFrame]`, found `tuple[DataFrame, DataFrame | None]`
freqtrade invalid-assignment freqtrade/data/converter/orderflow.py:116:13 Object of type `str | bytes | date | ... omitted 9 union elements` is not assignable to `datetime`
freqtrade unresolved-attribute freqtrade/data/converter/orderflow.py:118:16 Object of type `bool` has no attribute `any`
freqtrade unresolved-attribute freqtrade/data/converter/orderflow.py:124:25 Object of type `bool` has no attribute `any`
freqtrade invalid-assignment freqtrade/data/converter/orderflow.py:134:17 Invalid subscript assignment with key of type `tuple[Any, Literal["trades"]]` and value of type `list[dict[Hashable, Any]]` on object of type `_AtIndexerFrame`
freqtrade invalid-assignment freqtrade/data/converter/orderflow.py:142:17 Invalid subscript assignment with key of type `tuple[Any, Literal["orderflow"]]` and value of type `dict[Hashable, dict[Hashable, Any]]` on object of type `_AtIndexerFrame`
freqtrade unsupported-operator freqtrade/data/converter/orderflow.py:175:21 Operator `-` is not supported between two objects of type `str | bytes | date | ... omitted 9 union elements`
freqtrade invalid-argument-type freqtrade/data/dataprovider.py:140:21 Argument to bound method `send_msg` is incorrect: Expected `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`, found `dict[Unknown | str, Unknown | RPCMessageType | tuple[str, str, CandleType]]`
freqtrade possibly-unresolved-reference freqtrade/data/dataprovider.py:361:88 Name `ff_tf` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/data/dataprovider.py:363:20 Name `ff_tf` used when possibly not defined
freqtrade invalid-assignment freqtrade/data/entryexitanalysis.py:57:21 Invalid subscript assignment with key of type `tuple[Hashable, Literal["signal_date"]]` and value of type `Any` on object of type `_LocIndexerFrame[DataFrame]`
freqtrade invalid-assignment freqtrade/data/entryexitanalysis.py:58:21 Invalid subscript assignment with key of type `tuple[Hashable, Literal["enter_reason"]]` and value of type `Unknown` on object of type `_LocIndexerFrame[DataFrame]`
freqtrade invalid-argument-type freqtrade/data/entryexitanalysis.py:58:57 Method `__getitem__` of type `Overload[(idx: tuple[int | str | Timestamp | tuple[str | bytes | date | ... omitted 9 union elements, ...] | ((DataFrame, /) -> ScalarT@__getitem__), int | str | tuple[str | bytes | date | ... omitted 9 union elements, ...]]) -> str | bytes | date | ... omitted 9 union elements, (idx: ((DataFrame, /) -> ScalarT@__getitem__) | tuple[slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]] | Index[Any] | ... omitted 8 union elements, ScalarT@__getitem__ | None] | None) -> Series[Any], (idx: str | bytes | date | ... omitted 9 union elements) -> Series[Any] | DataFrame, (idx: tuple[str | bytes | date | ... omitted 9 union elements, slice[Any, Any, Any]]) -> Series[Any] | DataFrame, (key: slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]] | Index[Any] | ... omitted 8 union elements) -> DataFrame]` cannot be called with key of type `tuple[Hashable, Literal["enter_tag"]]` on object of type `_LocIndexerFrame[DataFrame]`
freqtrade possibly-unresolved-reference freqtrade/data/entryexitanalysis.py:165:16 Name `group_mask` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/data/entryexitanalysis.py:166:37 Name `group_mask` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/data/entryexitanalysis.py:167:31 Name `group_mask` used when possibly not defined
freqtrade invalid-argument-type freqtrade/data/entryexitanalysis.py:188:9 Argument to function `_print_table` is incorrect: Expected `Path`, found `Unknown | None`
freqtrade possibly-missing-attribute freqtrade/data/entryexitanalysis.py:312:36 Attribute `lower` may be missing on object of type `Unknown | None`
freqtrade invalid-argument-type freqtrade/data/entryexitanalysis.py:319:35 Argument to function `print_df_rich_table` is incorrect: Expected `Sequence[str]`, found `Index[Any]`
freqtrade unused-ignore-comment freqtrade/data/entryexitanalysis.py:333:74 Unused blanket `type: ignore` directive
freqtrade unresolved-import freqtrade/data/history/datahandlers/featherdatahandler.py:4:6 Cannot resolve imported module `pyarrow`
freqtrade no-matching-overload freqtrade/data/history/datahandlers/jsondatahandler.py:42:9 No overload of bound method `to_json` matches arguments
freqtrade invalid-assignment freqtrade/data/metrics.py:123:5 Invalid subscript assignment with key of type `tuple[Hashable, str]` and value of type `Literal[0]` on object of type `_LocIndexerFrame[DataFrame]`
freqtrade invalid-assignment freqtrade/data/metrics.py:194:31 Object of type `None` is not assignable to `Timestamp`
freqtrade invalid-assignment freqtrade/data/metrics.py:195:30 Object of type `None` is not assignable to `Timestamp`
freqtrade invalid-assignment freqtrade/data/metrics.py:200:39 Object of type `None` is not assignable to `Timestamp`
freqtrade unsupported-operator freqtrade/data/metrics.py:241:39 Operator `+` is not supported between objects of type `int | str` and `Literal[1]`
freqtrade unsupported-operator freqtrade/data/metrics.py:242:39 Operator `-` is not supported between objects of type `int | str` and `Literal[1]`
freqtrade unsupported-operator freqtrade/data/metrics.py:243:38 Operator `-` is not supported between objects of type `int | str` and `Literal[1]`
freqtrade unsupported-operator freqtrade/data/metrics.py:250:47 Operator `-` is not supported between objects of type `int | str` and `Literal[1]`
freqtrade invalid-argument-type freqtrade/data/metrics.py:258:26 Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `str | bytes | date | ... omitted 9 union elements`
freqtrade invalid-argument-type freqtrade/data/metrics.py:259:9 Argument is incorrect: Expected `Timestamp`, found `str | bytes | date | ... omitted 9 union elements`
freqtrade invalid-argument-type freqtrade/data/metrics.py:260:9 Argument is incorrect: Expected `Timestamp`, found `str | bytes | date | ... omitted 9 union elements`
freqtrade invalid-argument-type freqtrade/data/metrics.py:261:9 Argument is incorrect: Expected `int | float`, found `str | bytes | date | ... omitted 9 union elements`
freqtrade invalid-argument-type freqtrade/data/metrics.py:262:9 Argument is incorrect: Expected `int | float`, found `str | bytes | date | ... omitted 9 union elements`
freqtrade invalid-argument-type freqtrade/data/metrics.py:263:9 Argument is incorrect: Expected `int | float`, found `str | bytes | date | ... omitted 9 union elements`
freqtrade invalid-argument-type freqtrade/data/metrics.py:265:9 Argument is incorrect: Expected `Timestamp`, found `str | bytes | date | ... omitted 9 union elements`
freqtrade division-by-zero freqtrade/data/metrics.py:330:33 Cannot divide object of type `Literal[0]` by zero
freqtrade unresolved-import freqtrade/exchange/binance.py:7:8 Cannot resolve imported module `ccxt`
freqtrade unused-ignore-comment freqtrade/exchange/binance.py:91:16 Unused blanket `type: ignore` directive
freqtrade possibly-unresolved-reference freqtrade/exchange/binance.py:371:34 Name `funding_rates` used when possibly not defined
freqtrade unresolved-import freqtrade/exchange/binance_public_data.py:13:8 Cannot resolve imported module `aiohttp`
freqtrade possibly-unresolved-reference freqtrade/exchange/binance_public_data.py:96:38 Name `start` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/exchange/binance_public_data.py:96:61 Name `end` used when possibly not defined
freqtrade unresolved-import freqtrade/exchange/bitget.py:4:8 Cannot resolve imported module `ccxt`
freqtrade unresolved-import freqtrade/exchange/bybit.py:4:8 Cannot resolve imported module `ccxt`
freqtrade unresolved-import freqtrade/exchange/exchange.py:17:8 Cannot resolve imported module `ccxt`
freqtrade unresolved-import freqtrade/exchange/exchange.py:18:8 Cannot resolve imported module `ccxt.pro`
freqtrade unresolved-import freqtrade/exchange/exchange.py:19:6 Cannot resolve imported module `ccxt`
freqtrade unresolved-import freqtrade/exchange/exchange.py:373:24 Cannot resolve imported module `ccxt.async_support`
freqtrade invalid-return-type freqtrade/exchange/exchange.py:2185:16 Return type does not match returned value: expected `Literal["bid", "ask"]`, found `Unknown | str`
freqtrade possibly-missing-attribute freqtrade/exchange/exchange.py:2595:23 Attribute `ohlcvs` may be missing on object of type `ExchangeWS | None`
freqtrade possibly-missing-attribute freqtrade/exchange/exchange.py:2598:17 Attribute `klines_last_refresh` may be missing on object of type `ExchangeWS | None`
freqtrade possibly-missing-attribute freqtrade/exchange/exchange.py:2614:24 Attribute `get_ohlcv` may be missing on object of type `ExchangeWS | None`
freqtrade possibly-missing-attribute freqtrade/exchange/exchange.py:2645:17 Attribute `schedule_ohlcv` may be missing on object of type `ExchangeWS | None`
freqtrade possibly-unresolved-reference freqtrade/exchange/exchange.py:2701:36 Name `ff_tf` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/exchange/exchange.py:2703:29 Name `ff_tf` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/exchange/exchange.py:3639:31 Name `max_stake` used when possibly not defined
freqtrade unresolved-import freqtrade/exchange/exchange_types.py:4:6 Cannot resolve imported module `ccxt.base.types`
freqtrade unresolved-import freqtrade/exchange/exchange_utils.py:10:8 Cannot resolve imported module `ccxt`
freqtrade unresolved-import freqtrade/exchange/exchange_utils.py:11:6 Cannot resolve imported module `ccxt`
freqtrade invalid-assignment freqtrade/exchange/exchange_utils.py:113:48 Object of type `list[dict[Unknown | str, Unknown] | Unknown]` is not assignable to `list[TradeModeType]`
freqtrade possibly-unresolved-reference freqtrade/exchange/exchange_utils.py:331:40 Name `res` used when possibly not defined
freqtrade unresolved-import freqtrade/exchange/exchange_utils_timeframe.py:3:8 Cannot resolve imported module `ccxt`
freqtrade unresolved-import freqtrade/exchange/exchange_utils_timeframe.py:4:6 Cannot resolve imported module `ccxt`
freqtrade unresolved-import freqtrade/exchange/exchange_ws.py:8:8 Cannot resolve imported module `ccxt`
freqtrade unresolved-import freqtrade/exchange/gate.py:6:8 Cannot resolve imported module `ccxt`
freqtrade unresolved-import freqtrade/exchange/kraken.py:7:8 Cannot resolve imported module `ccxt`
freqtrade unresolved-import freqtrade/exchange/okx.py:4:8 Cannot resolve imported module `ccxt`
freqtrade possibly-unresolved-reference freqtrade/exchange/okx.py:200:42 Name `real_order_id` used when possibly not defined
freqtrade unresolved-import freqtrade/freqai/RL/Base3ActionRLEnv.py:4:6 Cannot resolve imported module `gymnasium`
freqtrade unresolved-import freqtrade/freqai/RL/Base4ActionRLEnv.py:4:6 Cannot resolve imported module `gymnasium`
freqtrade unresolved-import freqtrade/freqai/RL/Base5ActionRLEnv.py:4:6 Cannot resolve imported module `gymnasium`
freqtrade unresolved-import freqtrade/freqai/RL/BaseEnvironment.py:6:8 Cannot resolve imported module `gymnasium`
freqtrade unresolved-import freqtrade/freqai/RL/BaseEnvironment.py:9:6 Cannot resolve imported module `gymnasium`
freqtrade unresolved-import freqtrade/freqai/RL/BaseEnvironment.py:10:6 Cannot resolve imported module `gymnasium.utils`
freqtrade unresolved-import freqtrade/freqai/RL/BaseReinforcementLearningModel.py:10:8 Cannot resolve imported module `gymnasium`
freqtrade unresolved-import freqtrade/freqai/RL/BaseReinforcementLearningModel.py:14:8 Cannot resolve imported module `torch`
freqtrade unresolved-import freqtrade/freqai/RL/BaseReinforcementLearningModel.py:15:8 Cannot resolve imported module `torch.multiprocessing`
freqtrade unresolved-import freqtrade/freqai/RL/BaseReinforcementLearningModel.py:17:6 Cannot resolve imported module `sb3_contrib.common.maskable.callbacks`
freqtrade unresolved-import freqtrade/freqai/RL/BaseReinforcementLearningModel.py:18:6 Cannot resolve imported module `sb3_contrib.common.maskable.utils`
freqtrade unresolved-import freqtrade/freqai/RL/BaseReinforcementLearningModel.py:19:6 Cannot resolve imported module `stable_baselines3.common.monitor`
freqtrade unresolved-import freqtrade/freqai/RL/BaseReinforcementLearningModel.py:20:6 Cannot resolve imported module `stable_baselines3.common.utils`
freqtrade unresolved-import freqtrade/freqai/RL/BaseReinforcementLearningModel.py:21:6 Cannot resolve imported module `stable_baselines3.common.vec_env`
freqtrade possibly-unresolved-reference freqtrade/freqai/RL/BaseReinforcementLearningModel.py:389:16 Name `model` used when possibly not defined
freqtrade unresolved-import freqtrade/freqai/base_models/BasePyTorchClassifier.py:8:8 Cannot resolve imported module `torch`
freqtrade unresolved-import freqtrade/freqai/base_models/BasePyTorchClassifier.py:10:6 Cannot resolve imported module `torch.nn`
freqtrade unresolved-import freqtrade/freqai/base_models/BasePyTorchModel.py:4:8 Cannot resolve imported module `torch`
freqtrade unresolved-import freqtrade/freqai/base_models/FreqaiMultiOutputClassifier.py:2:6 Cannot resolve imported module `sklearn.base`
freqtrade unresolved-import freqtrade/freqai/base_models/FreqaiMultiOutputClassifier.py:3:6 Cannot resolve imported module `sklearn.multioutput`
freqtrade unresolved-import freqtrade/freqai/base_models/FreqaiMultiOutputClassifier.py:4:6 Cannot resolve imported module `sklearn.utils.multiclass`
freqtrade unresolved-import freqtrade/freqai/base_models/FreqaiMultiOutputClassifier.py:5:6 Cannot resolve imported module `sklearn.utils.parallel`
freqtrade unresolved-import freqtrade/freqai/base_models/FreqaiMultiOutputClassifier.py:6:6 Cannot resolve imported module `sklearn.utils.validation`
freqtrade unresolved-import freqtrade/freqai/base_models/FreqaiMultiOutputRegressor.py:1:6 Cannot resolve imported module `sklearn.multioutput`
freqtrade unresolved-import freqtrade/freqai/base_models/FreqaiMultiOutputRegressor.py:2:6 Cannot resolve imported module `sklearn.utils.parallel`
freqtrade unresolved-import freqtrade/freqai/base_models/FreqaiMultiOutputRegressor.py:3:6 Cannot resolve imported module `sklearn.utils.validation`
freqtrade unresolved-import freqtrade/freqai/data_drawer.py:14:8 Cannot resolve imported module `psutil`
freqtrade unresolved-import freqtrade/freqai/data_drawer.py:15:8 Cannot resolve imported module `rapidjson`
freqtrade unresolved-import freqtrade/freqai/data_drawer.py:16:6 Cannot resolve imported module `joblib.externals`
freqtrade invalid-assignment freqtrade/freqai/data_drawer.py:363:13 Invalid subscript assignment with key of type `tuple[Literal[-1], int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[bool[bool]]]]` and value of type `str | bytes | date | ... omitted 10 union elements` on object of type `_iLocIndexerFrame[DataFrame]`
freqtrade invalid-assignment freqtrade/freqai/data_drawer.py:368:13 Invalid subscript assignment with key of type `tuple[Literal[-1], int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[bool[bool]]]]` and value of type `Any` on object of type `_iLocIndexerFrame[DataFrame]`
freqtrade invalid-assignment freqtrade/freqai/data_drawer.py:369:13 Invalid subscript assignment with key of type `tuple[Literal[-1], int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[bool[bool]]]]` and value of type `Any` on object of type `_iLocIndexerFrame[DataFrame]`
freqtrade invalid-assignment freqtrade/freqai/data_drawer.py:373:9 Invalid subscript assignment with key of type `tuple[Literal[-1], int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[bool[bool]]]]` and value of type `Any` on object of type `_iLocIndexerFrame[DataFrame]`
freqtrade invalid-assignment freqtrade/freqai/data_drawer.py:376:13 Invalid subscript assignment with key of type `tuple[Literal[-1], int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[bool[bool]]]]` and value of type `Any` on object of type `_iLocIndexerFrame[DataFrame]`
freqtrade invalid-assignment freqtrade/freqai/data_drawer.py:383:17 Invalid subscript assignment with key of type `tuple[Literal[-1], int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[bool[bool]]]]` and value of type `@Todo` on object of type `_iLocIndexerFrame[DataFrame]`
freqtrade invalid-assignment freqtrade/freqai/data_drawer.py:387:9 Invalid subscript assignment with key of type `tuple[Literal[-1], int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[bool[bool]]]]` and value of type `str | bytes | date | ... omitted 10 union elements` on object of type `_iLocIndexerFrame[DataFrame]`
freqtrade invalid-assignment freqtrade/freqai/data_drawer.py:390:9 Invalid subscript assignment with key of type `tuple[Literal[-1], int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[bool[bool]]]]` and value of type `str | bytes | date | ... omitted 10 union elements` on object of type `_iLocIndexerFrame[DataFrame]`
freqtrade invalid-assignment freqtrade/freqai/data_drawer.py:393:9 Invalid subscript assignment with key of type `tuple[Literal[-1], int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[bool[bool]]]]` and value of type `str | bytes | date | ... omitted 10 union elements` on object of type `_iLocIndexerFrame[DataFrame]`
freqtrade invalid-assignment freqtrade/freqai/data_drawer.py:396:9 Invalid subscript assignment with key of type `tuple[Literal[-1], int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[bool[bool]]]]` and value of type `str | bytes | date | ... omitted 10 union elements` on object of type `_iLocIndexerFrame[DataFrame]`
freqtrade unresolved-import freqtrade/freqai/data_drawer.py:615:20 Cannot resolve imported module `torch`
freqtrade possibly-unresolved-reference freqtrade/freqai/data_drawer.py:621:16 Name `model` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/freqai/data_drawer.py:628:43 Name `model` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/freqai/data_drawer.py:630:16 Name `model` used when possibly not defined
freqtrade unresolved-import freqtrade/freqai/data_kitchen.py:13:8 Cannot resolve imported module `psutil`
freqtrade unresolved-import freqtrade/freqai/data_kitchen.py:14:6 Cannot resolve imported module `datasieve.pipeline`
freqtrade unresolved-import freqtrade/freqai/data_kitchen.py:16:6 Cannot resolve imported module `sklearn.model_selection`
freqtrade invalid-argument-type freqtrade/freqai/data_kitchen.py:179:30 Argument to function `__new__` is incorrect: Expected `Sequence[Unknown] | Iterable[Sequence[Unknown] | ndarray[tuple[int], dtype[Any]] | Series[Any] | ... omitted 3 union elements] | Series[Any] | ... omitted 4 union elements`, found `Unknown | _Buffer | _SupportsArray[dtype[Any]] | ... omitted 7 union elements`
freqtrade possibly-missing-attribute freqtrade/freqai/data_kitchen.py:185:27 Attribute `sample` may be missing on object of type `Unknown | ndarray[tuple[int], dtype[float64]]`
freqtrade invalid-argument-type freqtrade/freqai/data_kitchen.py:198:17 Argument to bound method `build_data_dictionary` is incorrect: Expected `DataFrame`, found `Unknown | ndarray[tuple[int], dtype[float64]]`
freqtrade invalid-argument-type freqtrade/freqai/data_kitchen.py:208:17 Argument to bound method `build_data_dictionary` is incorrect: Expected `DataFrame`, found `Unknown | ndarray[tuple[int], dtype[float64]]`
freqtrade invalid-assignment freqtrade/freqai/data_kitchen.py:259:13 Object of type `Series[Any]` is not assignable to attribute `train_dates` of type `DataFrame`
freqtrade invalid-return-type freqtrade/freqai/data_kitchen.py:299:16 Return type does not match returned value: expected `tuple[DataFrame, DataFrame]`, found `tuple[DataFrame, DataFrame | list[Unknown]]`
freqtrade invalid-assignment freqtrade/freqai/data_kitchen.py:444:9 Invalid subscript assignment with key of type `Literal["do_predict"]` and value of type `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements` on object of type `DataFrame`
freqtrade unresolved-attribute freqtrade/freqai/data_kitchen.py:764:60 Object of type `Hashable` has no attribute `startswith`
freqtrade invalid-assignment freqtrade/freqai/data_kitchen.py:827:17 Invalid subscript assignment with key of type `Any` and value of type `DataFrame` on object of type `dict[str, dict[str, DataFrame]]`
freqtrade invalid-assignment freqtrade/freqai/data_kitchen.py:830:21 Invalid subscript assignment with key of type `Any` and value of type `dict[Unknown, Unknown]` on object of type `dict[str, DataFrame]`
freqtrade invalid-assignment freqtrade/freqai/data_kitchen.py:836:13 Invalid subscript assignment with key of type `Unknown` and value of type `DataFrame` on object of type `dict[str, dict[str, DataFrame]]`
freqtrade invalid-argument-type freqtrade/freqai/data_kitchen.py:844:13 Argument to bound method `populate_features` is incorrect: Expected `DataFrame`, found `DataFrame | dict[str, DataFrame]`
freqtrade unresolved-import freqtrade/freqai/data_kitchen.py:872:16 Cannot resolve imported module `scipy`
freqtrade unresolved-import freqtrade/freqai/freqai_interface.py:10:8 Cannot resolve imported module `datasieve.transforms`
freqtrade unresolved-import freqtrade/freqai/freqai_interface.py:13:8 Cannot resolve imported module `psutil`
freqtrade unresolved-import freqtrade/freqai/freqai_interface.py:14:6 Cannot resolve imported module `datasieve.pipeline`
freqtrade unresolved-import freqtrade/freqai/freqai_interface.py:15:6 Cannot resolve imported module `datasieve.transforms`
freqtrade unresolved-import freqtrade/freqai/freqai_interface.py:18:6 Cannot resolve imported module `sklearn.preprocessing`
freqtrade possibly-missing-attribute freqtrade/freqai/freqai_interface.py:328:30 Attribute `use_strategy_to_populate_indicators` may be missing on object of type `Unknown | FreqaiDataKitchen | None`
freqtrade possibly-missing-attribute freqtrade/freqai/freqai_interface.py:339:33 Attribute `use_strategy_to_populate_indicators` may be missing on object of type `Unknown | FreqaiDataKitchen | None`
freqtrade possibly-missing-attribute freqtrade/freqai/freqai_interface.py:487:14 Attribute `check_if_model_expired` may be missing on object of type `Unknown | FreqaiDataKitchen | None`
freqtrade possibly-unresolved-reference freqtrade/freqai/freqai_interface.py:576:77 Name `file_type` used when possibly not defined
freqtrade unresolved-import freqtrade/freqai/freqai_interface.py:697:16 Cannot resolve imported module `scipy`
freqtrade possibly-missing-attribute freqtrade/freqai/freqai_interface.py:884:36 Attribute `data` may be missing on object of type `Unknown | FreqaiDataKitchen | None`
freqtrade possibly-missing-attribute freqtrade/freqai/freqai_interface.py:890:50 Attribute `pair` may be missing on object of type `Unknown | FreqaiDataKitchen | None`
freqtrade invalid-argument-type freqtrade/freqai/freqai_interface.py:893:47 Argument to bound method `fit_live_predictions` is incorrect: Expected `FreqaiDataKitchen`, found `Unknown | FreqaiDataKitchen | None`
freqtrade possibly-missing-attribute freqtrade/freqai/freqai_interface.py:893:56 Attribute `pair` may be missing on object of type `Unknown | FreqaiDataKitchen | None`
freqtrade possibly-missing-attribute freqtrade/freqai/freqai_interface.py:897:45 Attribute `data` may be missing on object of type `Unknown | FreqaiDataKitchen | None`
freqtrade possibly-missing-attribute freqtrade/freqai/freqai_interface.py:898:69 Attribute `data` may be missing on object of type `Unknown | FreqaiDataKitchen | None`
freqtrade possibly-missing-attribute freqtrade/freqai/freqai_interface.py:901:44 Attribute `data` may be missing on object of type `Unknown | FreqaiDataKitchen | None`
freqtrade possibly-missing-attribute freqtrade/freqai/freqai_interface.py:902:68 Attribute `data` may be missing on object of type `Unknown | FreqaiDataKitchen | None`
freqtrade possibly-missing-attribute freqtrade/freqai/freqai_interface.py:904:38 Attribute `data` may be missing on object of type `Unknown | FreqaiDataKitchen | None`
freqtrade possibly-missing-attribute freqtrade/freqai/freqai_interface.py:905:64 Attribute `data` may be missing on object of type `Unknown | FreqaiDataKitchen | None`
freqtrade unresolved-import freqtrade/freqai/prediction_models/CatboostClassifier.py:5:6 Cannot resolve imported module `catboost`
freqtrade unresolved-import freqtrade/freqai/prediction_models/CatboostClassifierMultiTarget.py:5:6 Cannot resolve imported module `catboost`
freqtrade unresolved-import freqtrade/freqai/prediction_models/CatboostRegressor.py:5:6 Cannot resolve imported module `catboost`
freqtrade unresolved-import freqtrade/freqai/prediction_models/CatboostRegressorMultiTarget.py:5:6 Cannot resolve imported module `catboost`
freqtrade unresolved-import freqtrade/freqai/prediction_models/LightGBMClassifier.py:4:6 Cannot resolve imported module `lightgbm`
freqtrade unresolved-import freqtrade/freqai/prediction_models/LightGBMClassifierMultiTarget.py:4:6 Cannot resolve imported module `lightgbm`
freqtrade unused-ignore-comment freqtrade/freqai/prediction_models/LightGBMClassifierMultiTarget.py:43:83 Unused blanket `type: ignore` directive
freqtrade unused-ignore-comment freqtrade/freqai/prediction_models/LightGBMClassifierMultiTarget.py:45:35 Unused blanket `type: ignore` directive
freqtrade unresolved-import freqtrade/freqai/prediction_models/LightGBMRegressor.py:4:6 Cannot resolve imported module `lightgbm`
freqtrade unresolved-import freqtrade/freqai/prediction_models/LightGBMRegressorMultiTarget.py:4:6 Cannot resolve imported module `lightgbm`
freqtrade unused-ignore-comment freqtrade/freqai/prediction_models/LightGBMRegressorMultiTarget.py:43:83 Unused blanket `type: ignore` directive
freqtrade unused-ignore-comment freqtrade/freqai/prediction_models/LightGBMRegressorMultiTarget.py:45:35 Unused blanket `type: ignore` directive
freqtrade unresolved-import freqtrade/freqai/prediction_models/PyTorchMLPClassifier.py:3:8 Cannot resolve imported module `torch`
freqtrade unresolved-import freqtrade/freqai/prediction_models/PyTorchMLPRegressor.py:3:8 Cannot resolve imported module `torch`
freqtrade unresolved-import freqtrade/freqai/prediction_models/PyTorchTransformerRegressor.py:6:8 Cannot resolve imported module `torch`
freqtrade unresolved-import freqtrade/freqai/prediction_models/ReinforcementLearner.py:5:8 Cannot resolve imported module `torch`
freqtrade unresolved-import freqtrade/freqai/prediction_models/ReinforcementLearner.py:6:6 Cannot resolve imported module `stable_baselines3.common.callbacks`
freqtrade unused-ignore-comment freqtrade/freqai/prediction_models/ReinforcementLearner.py:104:37 Unused blanket `type: ignore` directive
freqtrade unused-ignore-comment freqtrade/freqai/prediction_models/ReinforcementLearner.py:106:39 Unused blanket `type: ignore` directive
freqtrade unused-ignore-comment freqtrade/freqai/prediction_models/ReinforcementLearner.py:145:74 Unused blanket `type: ignore` directive
freqtrade unresolved-import freqtrade/freqai/prediction_models/ReinforcementLearner_multiproc.py:5:6 Cannot resolve imported module `sb3_contrib.common.maskable.callbacks`
freqtrade unresolved-import freqtrade/freqai/prediction_models/ReinforcementLearner_multiproc.py:6:6 Cannot resolve imported module `sb3_contrib.common.maskable.utils`
freqtrade unresolved-import freqtrade/freqai/prediction_models/ReinforcementLearner_multiproc.py:7:6 Cannot resolve imported module `stable_baselines3.common.vec_env`
freqtrade unresolved-import freqtrade/freqai/prediction_models/SKLearnRandomForestClassifier.py:7:6 Cannot resolve imported module `sklearn.ensemble`
freqtrade unresolved-import freqtrade/freqai/prediction_models/SKLearnRandomForestClassifier.py:8:6 Cannot resolve imported module `sklearn.preprocessing`
freqtrade unresolved-import freqtrade/freqai/prediction_models/XGBoostClassifier.py:9:6 Cannot resolve imported module `sklearn.preprocessing`
freqtrade unresolved-import freqtrade/freqai/prediction_models/XGBoostClassifier.py:10:6 Cannot resolve imported module `xgboost`
freqtrade unresolved-import freqtrade/freqai/prediction_models/XGBoostRFClassifier.py:9:6 Cannot resolve imported module `sklearn.preprocessing`
freqtrade unresolved-import freqtrade/freqai/prediction_models/XGBoostRFClassifier.py:10:6 Cannot resolve imported module `xgboost`
freqtrade unresolved-import freqtrade/freqai/prediction_models/XGBoostRFRegressor.py:4:6 Cannot resolve imported module `xgboost`
freqtrade unresolved-import freqtrade/freqai/prediction_models/XGBoostRegressor.py:4:6 Cannot resolve imported module `xgboost`
freqtrade unresolved-import freqtrade/freqai/prediction_models/XGBoostRegressorMultiTarget.py:4:6 Cannot resolve imported module `xgboost`
freqtrade unresolved-import freqtrade/freqai/tensorboard/TensorboardCallback.py:4:6 Cannot resolve imported module `stable_baselines3.common.callbacks`
freqtrade unresolved-import freqtrade/freqai/tensorboard/TensorboardCallback.py:5:6 Cannot resolve imported module `stable_baselines3.common.logger`
freqtrade unused-ignore-comment freqtrade/freqai/tensorboard/__init__.py:13:39 Unused blanket `type: ignore` directive
freqtrade unused-ignore-comment freqtrade/freqai/tensorboard/__init__.py:14:43 Unused blanket `type: ignore` directive
freqtrade unresolved-import freqtrade/freqai/tensorboard/base_tensorboard.py:5:6 Cannot resolve imported module `xgboost.callback`
freqtrade unresolved-import freqtrade/freqai/tensorboard/tensorboard.py:5:6 Cannot resolve imported module `torch.utils.tensorboard`
freqtrade unresolved-import freqtrade/freqai/tensorboard/tensorboard.py:6:6 Cannot resolve imported module `xgboost`
freqtrade unresolved-import freqtrade/freqai/torch/PyTorchDataConvertor.py:4:8 Cannot resolve imported module `torch`
freqtrade unresolved-import freqtrade/freqai/torch/PyTorchMLPModel.py:3:8 Cannot resolve imported module `torch`
freqtrade unresolved-import freqtrade/freqai/torch/PyTorchMLPModel.py:4:6 Cannot resolve imported module `torch`
freqtrade unresolved-import freqtrade/freqai/torch/PyTorchModelTrainer.py:6:8 Cannot resolve imported module `torch`
freqtrade unresolved-import freqtrade/freqai/torch/PyTorchModelTrainer.py:7:6 Cannot resolve imported module `torch`
freqtrade unresolved-import freqtrade/freqai/torch/PyTorchModelTrainer.py:8:6 Cannot resolve imported module `torch.optim`
freqtrade unresolved-import freqtrade/freqai/torch/PyTorchModelTrainer.py:9:6 Cannot resolve imported module `torch.utils.data`
freqtrade unresolved-import freqtrade/freqai/torch/PyTorchTrainerInterface.py:5:8 Cannot resolve imported module `torch`
freqtrade unresolved-import freqtrade/freqai/torch/PyTorchTrainerInterface.py:6:6 Cannot resolve imported module `torch`
freqtrade unresolved-import freqtrade/freqai/torch/PyTorchTransformerModel.py:3:8 Cannot resolve imported module `torch`
freqtrade unresolved-import freqtrade/freqai/torch/PyTorchTransformerModel.py:4:6 Cannot resolve imported module `torch`
freqtrade unresolved-import freqtrade/freqai/torch/datasets.py:1:8 Cannot resolve imported module `torch`
freqtrade unresolved-import freqtrade/freqai/utils.py:8:8 Cannot resolve imported module `rapidjson`
freqtrade possibly-missing-import freqtrade/freqai/utils.py:105:41 Member `go` of module `freqtrade.plot.plotting` may be missing
freqtrade possibly-missing-import freqtrade/freqai/utils.py:105:45 Member `make_subplots` of module `freqtrade.plot.plotting` may be missing
freqtrade unresolved-import freqtrade/freqtradebot.py:14:6 Cannot resolve imported module `schedule`
freqtrade invalid-argument-type freqtrade/freqtradebot.py:195:27 Argument to bound method `send_msg` is incorrect: Expected `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`, found `dict[Unknown | str, Unknown | str]`
freqtrade invalid-argument-type freqtrade/freqtradebot.py:326:31 Argument to bound method `send_msg` is incorrect: Expected `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`, found `dict[Unknown | str, Unknown | str]`
freqtrade invalid-argument-type freqtrade/freqtradebot.py:345:31 Argument to bound method `send_msg` is incorrect: Expected `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`, found `dict[Unknown | str, Unknown | RPCMessageType | list[str]]`
freqtrade invalid-argument-type freqtrade/freqtradebot.py:418:21 Argument to bound method `update_trade_state` is incorrect: Expected `Trade`, found `LocalTrade & ~AlwaysFalsy`
freqtrade invalid-argument-type freqtrade/freqtradebot.py:433:36 Argument to bound method `handle_cancel_order` is incorrect: Expected `Trade`, found `LocalTrade`
freqtrade possibly-unresolved-reference freqtrade/freqtradebot.py:547:21 Name `order_obj` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/freqtradebot.py:548:21 Name `order_obj` used when possibly not defined
freqtrade missing-typed-dict-key freqtrade/freqtradebot.py:2426:37 Missing required key 'active' in TypedDict `RPCProtectionMsg` constructor
freqtrade missing-typed-dict-key freqtrade/freqtradebot.py:2426:37 Missing required key 'id' in TypedDict `RPCProtectionMsg` constructor
freqtrade missing-typed-dict-key freqtrade/freqtradebot.py:2426:37 Missing required key 'lock_end_time' in TypedDict `RPCProtectionMsg` constructor
freqtrade missing-typed-dict-key freqtrade/freqtradebot.py:2426:37 Missing required key 'lock_end_timestamp' in TypedDict `RPCProtectionMsg` constructor
freqtrade missing-typed-dict-key freqtrade/freqtradebot.py:2426:37 Missing required key 'lock_time' in TypedDict `RPCProtectionMsg` constructor
freqtrade missing-typed-dict-key freqtrade/freqtradebot.py:2426:37 Missing required key 'lock_timestamp' in TypedDict `RPCProtectionMsg` constructor
freqtrade missing-typed-dict-key freqtrade/freqtradebot.py:2426:37 Missing required key 'pair' in TypedDict `RPCProtectionMsg` constructor
freqtrade missing-typed-dict-key freqtrade/freqtradebot.py:2426:37 Missing required key 'reason' in TypedDict `RPCProtectionMsg` constructor
freqtrade missing-typed-dict-key freqtrade/freqtradebot.py:2426:37 Missing required key 'side' in TypedDict `RPCProtectionMsg` constructor
freqtrade unused-ignore-comment freqtrade/freqtradebot.py:2429:41 Unused blanket `type: ignore` directive
freqtrade missing-typed-dict-key freqtrade/freqtradebot.py:2435:19 Missing required key 'active' in TypedDict `RPCProtectionMsg` constructor
freqtrade missing-typed-dict-key freqtrade/freqtradebot.py:2435:19 Missing required key 'id' in TypedDict `RPCProtectionMsg` constructor
freqtrade missing-typed-dict-key freqtrade/freqtradebot.py:2435:19 Missing required key 'lock_end_time' in TypedDict `RPCProtectionMsg` constructor
freqtrade missing-typed-dict-key freqtrade/freqtradebot.py:2435:19 Missing required key 'lock_end_timestamp' in TypedDict `RPCProtectionMsg` constructor
freqtrade missing-typed-dict-key freqtrade/freqtradebot.py:2435:19 Missing required key 'lock_time' in TypedDict `RPCProtectionMsg` constructor
freqtrade missing-typed-dict-key freqtrade/freqtradebot.py:2435:19 Missing required key 'lock_timestamp' in TypedDict `RPCProtectionMsg` constructor
freqtrade missing-typed-dict-key freqtrade/freqtradebot.py:2435:19 Missing required key 'pair' in TypedDict `RPCProtectionMsg` constructor
freqtrade missing-typed-dict-key freqtrade/freqtradebot.py:2435:19 Missing required key 'reason' in TypedDict `RPCProtectionMsg` constructor
freqtrade missing-typed-dict-key freqtrade/freqtradebot.py:2435:19 Missing required key 'side' in TypedDict `RPCProtectionMsg` constructor
freqtrade unused-ignore-comment freqtrade/freqtradebot.py:2438:45 Unused blanket `type: ignore` directive
freqtrade unresolved-import freqtrade/loggers/__init__.py:154:22 Cannot resolve imported module `cysystemd.journal`
freqtrade unresolved-import freqtrade/loggers/ft_rich_handler.py:4:6 Cannot resolve imported module `rich._null_file`
freqtrade unresolved-import freqtrade/loggers/ft_rich_handler.py:5:6 Cannot resolve imported module `rich.console`
freqtrade unresolved-import freqtrade/loggers/ft_rich_handler.py:6:6 Cannot resolve imported module `rich.text`
freqtrade unresolved-import freqtrade/loggers/rich_console.py:4:6 Cannot resolve imported module `rich.console`
freqtrade invalid-argument-type freqtrade/main.py:81:18 Argument to function `exit` is incorrect: Expected `str | int | None`, found `Literal[1, 0, 2] | Any | SystemExit`
freqtrade unresolved-import freqtrade/misc.py:14:8 Cannot resolve imported module `rapidjson`
freqtrade unresolved-attribute freqtrade/optimize/analysis/base_analysis.py:60:9 Object of type `Self@fill_full_varholder` has no attribute `prepare_data`
freqtrade invalid-argument-type freqtrade/optimize/analysis/lookahead.py:45:44 Argument to function `get_timerange` is incorrect: Expected `dict[str, DataFrame]`, found `DataFrame`
freqtrade invalid-argument-type freqtrade/optimize/analysis/lookahead.py:48:13 Argument to bound method `backtest` is incorrect: Expected `dict[Unknown, Unknown]`, found `dict[Unknown, Unknown] | DataFrame`
freqtrade non-subscriptable freqtrade/optimize/analysis/lookahead.py:82:31 Cannot subscript object of type `Hashable` with no `__getitem__` method
freqtrade invalid-argument-type freqtrade/optimize/analysis/lookahead.py:84:30 Method `__getitem__` of type `Overload[(idx: int | signedinteger[_64Bit] | integer[Any] | signedinteger[_8Bit]) -> Any, (key: Index[Any] | Series[Any] | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]]) -> Series[Any]]` cannot be called with key of type `int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[bool[bool]]]` on object of type `_iLocIndexerSeries[Any]`
freqtrade unsupported-operator freqtrade/optimize/analysis/lookahead.py:85:51 Operator `+` is not supported between objects of type `int | slice[Any, Any, Any] | ndarray[tuple[int], dtype[numpy.bool[builtins.bool]]]` and `Literal[1]`
freqtrade non-subscriptable freqtrade/optimize/analysis/lookahead.py:89:80 Cannot subscript object of type `Hashable` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/optimize/analysis/lookahead.py:90:71 Cannot subscript object of type `Hashable` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/optimize/analysis/lookahead.py:93:32 Cannot subscript object of type `Hashable` with no `__getitem__` method
freqtrade invalid-assignment freqtrade/optimize/analysis/lookahead.py:127:9 Object of type `dict[str, DataFrame]` is not assignable to attribute `data` of type `DataFrame`
freqtrade invalid-argument-type freqtrade/optimize/analysis/lookahead.py:130:70 Argument to bound method `advise_all_indicators` is incorrect: Expected `dict[str, DataFrame]`, found `DataFrame`
freqtrade invalid-argument-type freqtrade/optimize/analysis/lookahead.py:137:57 Argument to function `get_result` is incorrect: Expected `DataFrame`, found `dict[Unknown, Unknown]`
freqtrade invalid-argument-type freqtrade/optimize/analysis/lookahead.py:179:13 Argument to function `report_signal` is incorrect: Expected `dict[Unknown, Unknown]`, found `DataFrame`
freqtrade invalid-argument-type freqtrade/optimize/analysis/lookahead.py:186:13 Argument to function `report_signal` is incorrect: Expected `dict[Unknown, Unknown]`, found `DataFrame`
freqtrade unresolved-import freqtrade/optimize/analysis/lookahead_helpers.py:7:6 Cannot resolve imported module `rich.text`
freqtrade invalid-argument-type freqtrade/optimize/analysis/recursive.py:51:25 Method `__getitem__` of type `bound method dict[str, DataFrame].__getitem__(key: str, /) -> DataFrame` cannot be called with key of type `str | None` on object of type `dict[str, DataFrame]`
freqtrade invalid-argument-type freqtrade/optimize/analysis/recursive.py:54:29 Method `__getitem__` of type `bound method dict[str, DataFrame].__getitem__(key: str, /) -> DataFrame` cannot be called with key of type `str | None` on object of type `dict[str, DataFrame]`
freqtrade invalid-argument-type freqtrade/optimize/analysis/recursive.py:96:25 Method `__getitem__` of type `bound method dict[str, DataFrame].__getitem__(key: str, /) -> DataFrame` cannot be called with key of type `str | None` on object of type `dict[str, DataFrame]`
freqtrade invalid-argument-type freqtrade/optimize/analysis/recursive.py:98:24 Method `__getitem__` of type `bound method dict[str, DataFrame].__getitem__(key: str, /) -> DataFrame` cannot be called with key of type `str | None` on object of type `dict[str, DataFrame]`
freqtrade invalid-argument-type freqtrade/optimize/analysis/recursive.py:99:26 Method `__getitem__` of type `bound method dict[str, DataFrame].__getitem__(key: str, /) -> DataFrame` cannot be called with key of type `str | None` on object of type `dict[str, DataFrame]`
freqtrade invalid-assignment freqtrade/optimize/analysis/recursive.py:169:9 Object of type `dict[str, DataFrame]` is not assignable to attribute `data` of type `DataFrame`
freqtrade invalid-argument-type freqtrade/optimize/analysis/recursive.py:172:75 Argument to bound method `advise_all_indicators` is incorrect: Expected `dict[str, DataFrame]`, found `DataFrame`
freqtrade unresolved-import freqtrade/optimize/backtest_caching.py:5:8 Cannot resolve imported module `rapidjson`
freqtrade no-matching-overload freqtrade/optimize/backtesting.py:426:20 No overload matches arguments
freqtrade invalid-return-type freqtrade/optimize/backtesting.py:428:24 Return type does not match returned value: expected `tuple[int | float | None, int]`, found `tuple[str | bytes | date | ... omitted 10 union elements, Unknown]`
freqtrade invalid-argument-type freqtrade/optimize/backtesting.py:507:41 Argument to bound method `replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 13 union elements`, found `list[Unknown | int | None]`
freqtrade invalid-return-type freqtrade/optimize/backtesting.py:1537:16 Return type does not match returned value: expected `list[tuple[Unknown, ...]] | None`, found `list[list[Unknown]]`
freqtrade invalid-argument-type freqtrade/optimize/backtesting.py:1713:80 Argument to bound method `time_pair_generator` is incorrect: Expected `dict[str, list[tuple[Unknown, ...]]]`, found `dict[str, tuple[Unknown, ...]]`
freqtrade invalid-argument-type freqtrade/optimize/backtesting.py:1727:61 Argument to bound method `handle_left_open` is incorrect: Expected `dict[str, list[tuple[Unknown, ...]]]`, found `dict[str, tuple[Unknown, ...]]`
freqtrade invalid-argument-type freqtrade/optimize/backtesting.py:1792:68 Argument to function `generate_rejected_signals` is incorrect: Expected `dict[str, DataFrame]`, found `dict[str, list[Unknown]]`
freqtrade invalid-assignment freqtrade/optimize/backtesting.py:1795:13 Invalid subscript assignment with key of type `str` and value of type `dict[str, DataFrame]` on object of type `dict[str, DataFrame]`
freqtrade invalid-assignment freqtrade/optimize/backtesting.py:1796:13 Invalid subscript assignment with key of type `str` and value of type `dict[str, DataFrame]` on object of type `dict[str, DataFrame]`
freqtrade invalid-assignment freqtrade/optimize/backtesting.py:1797:13 Invalid subscript assignment with key of type `str` and value of type `dict[str, DataFrame]` on object of type `dict[str, DataFrame]`
freqtrade unsupported-operator freqtrade/optimize/backtesting.py:1804:42 Operator `>` is not supported between objects of type `Unknown | datetime | None` and `datetime`
freqtrade invalid-assignment freqtrade/optimize/backtesting.py:1824:13 Object of type `dict[str, Any]` is not assignable to attribute `results` of type `BacktestResultType`
freqtrade possibly-unresolved-reference freqtrade/optimize/backtesting.py:1851:26 Name `min_date` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/optimize/backtesting.py:1852:26 Name `max_date` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/optimize/backtesting.py:1863:72 Name `min_date` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/optimize/backtesting.py:1863:82 Name `max_date` used when possibly not defined
freqtrade unresolved-import freqtrade/optimize/hyperopt/hyperopt.py:15:8 Cannot resolve imported module `rapidjson`
freqtrade unresolved-import freqtrade/optimize/hyperopt/hyperopt.py:16:6 Cannot resolve imported module `joblib`
freqtrade unresolved-import freqtrade/optimize/hyperopt/hyperopt.py:17:6 Cannot resolve imported module `optuna.trial`
freqtrade unresolved-import freqtrade/optimize/hyperopt/hyperopt_interface.py:11:6 Cannot resolve imported module `optuna.samplers`
freqtrade unresolved-import freqtrade/optimize/hyperopt/hyperopt_optimizer.py:14:8 Cannot resolve imported module `optuna`
freqtrade unresolved-import freqtrade/optimize/hyperopt/hyperopt_optimizer.py:15:6 Cannot resolve imported module `joblib`
freqtrade unresolved-import freqtrade/optimize/hyperopt/hyperopt_optimizer.py:16:6 Cannot resolve imported module `joblib.externals`
freqtrade unresolved-import freqtrade/optimize/hyperopt/hyperopt_optimizer.py:17:6 Cannot resolve imported module `optuna.exceptions`
freqtrade unresolved-import freqtrade/optimize/hyperopt/hyperopt_optimizer.py:18:6 Cannot resolve imported module `optuna.terminator`
freqtrade unused-ignore-comment freqtrade/optimize/hyperopt/hyperopt_optimizer.py:137:48 Unused blanket `type: ignore` directive
freqtrade unused-ignore-comment freqtrade/optimize/hyperopt/hyperopt_optimizer.py:138:54 Unused blanket `type: ignore` directive
freqtrade unused-ignore-comment freqtrade/optimize/hyperopt/hyperopt_optimizer.py:139:55 Unused blanket `type: ignore` directive
freqtrade unused-ignore-comment freqtrade/optimize/hyperopt/hyperopt_optimizer.py:140:45 Unused blanket `type: ignore` directive
freqtrade unused-ignore-comment freqtrade/optimize/hyperopt/hyperopt_optimizer.py:141:44 Unused blanket `type: ignore` directive
freqtrade unresolved-import freqtrade/optimize/hyperopt/hyperopt_output.py:5:6 Cannot resolve imported module `rich.align`
freqtrade unresolved-import freqtrade/optimize/hyperopt/hyperopt_output.py:6:6 Cannot resolve imported module `rich.console`
freqtrade unresolved-import freqtrade/optimize/hyperopt/hyperopt_output.py:7:6 Cannot resolve imported module `rich.table`
freqtrade unresolved-import freqtrade/optimize/hyperopt/hyperopt_output.py:8:6 Cannot resolve imported module `rich.text`
freqtrade unresolved-import freqtrade/optimize/hyperopt_tools.py:9:8 Cannot resolve imported module `rapidjson`
freqtrade unresolved-import freqtrade/optimize/hyperopt_tools.py:121:16 Cannot resolve imported module `rapidjson`
freqtrade possibly-unresolved-reference freqtrade/optimize/optimize_reports/bt_output.py:493:27 Name `results` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/optimize/optimize_reports/bt_output.py:493:58 Name `results` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/optimize/optimize_reports/bt_output.py:494:35 Name `results` used when possibly not defined
freqtrade unresolved-import freqtrade/optimize/optimize_reports/bt_storage.py:27:12 Cannot resolve imported module `joblib`
freqtrade non-subscriptable freqtrade/optimize/optimize_reports/optimize_reports.py:64:57 Cannot subscript object of type `Hashable` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/optimize/optimize_reports/optimize_reports.py:66:40 Cannot subscript object of type `Hashable` with no `__getitem__` method
freqtrade invalid-argument-type freqtrade/optimize/optimize_reports/optimize_reports.py:215:84 Argument to function `_generate_result_line` is incorrect: Expected `str | list[str]`, found `str | bytes | date | ... omitted 10 union elements`
freqtrade invalid-argument-type freqtrade/optimize/optimize_reports/optimize_reports.py:288:90 Argument to bound method `from_records` is incorrect: Expected `Iterable[SequenceNotStr[Any]] | Iterable[Mapping[Unknown, Any]] | Mapping[Unknown, Any] | Mapping[Unknown, SequenceNotStr[Any]]`, found `list[Unknown] | (DataFrame & Top[list[Unknown]])`
freqtrade unresolved-attribute freqtrade/optimize/optimize_reports/optimize_reports.py:313:29 Object of type `Hashable` has no attribute `strftime`
freqtrade unresolved-attribute freqtrade/optimize/optimize_reports/optimize_reports.py:314:36 Object of type `Hashable` has no attribute `to_pydatetime`
freqtrade invalid-argument-type freqtrade/optimize/optimize_reports/optimize_reports.py:341:21 Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | bytes | date | ... omitted 9 union elements`
freqtrade invalid-argument-type freqtrade/optimize/optimize_reports/optimize_reports.py:342:23 Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | bytes | date | ... omitted 9 union elements`
freqtrade unresolved-attribute freqtrade/optimize/optimize_reports/optimize_reports.py:450:31 Object of type `Hashable` has no attribute `date`
freqtrade invalid-argument-type freqtrade/optimize/optimize_reports/optimize_reports.py:540:91 Argument to function `generate_all_periodic_breakdown_stats` is incorrect: Expected `list[Unknown]`, found `DataFrame`
freqtrade invalid-argument-type freqtrade/optimize/optimize_reports/optimize_reports.py:578:48 Argument to function `calculate_trade_volume` is incorrect: Expected `list[dict[str, Any]]`, found `list[dict[Hashable, Any]]`
freqtrade unresolved-import freqtrade/optimize/space/decimalspace.py:1:6 Cannot resolve imported module `optuna.distributions`
freqtrade unresolved-import freqtrade/optimize/space/optunaspaces.py:4:6 Cannot resolve imported module `optuna.distributions`
freqtrade possibly-unresolved-reference freqtrade/persistence/trade_model.py:528:24 Name `filled_date` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/persistence/trade_model.py:1256:72 Name `price` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/persistence/trade_model.py:1257:50 Name `price` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/persistence/trade_model.py:1264:37 Name `prof` used when possibly not defined
freqtrade unresolved-import freqtrade/persistence/trade_model.py:1555:16 Cannot resolve imported module `rapidjson`
freqtrade no-matching-overload freqtrade/persistence/trade_model.py:1888:28 No overload of function `sum` matches arguments
freqtrade unused-ignore-comment freqtrade/persistence/trade_model.py:1889:37 Unused blanket `type: ignore` directive
freqtrade unresolved-import freqtrade/plot/plotting.py:38:12 Cannot resolve imported module `plotly.graph_objects`
freqtrade unresolved-import freqtrade/plot/plotting.py:39:10 Cannot resolve imported module `plotly.offline`
freqtrade unresolved-import freqtrade/plot/plotting.py:40:10 Cannot resolve imported module `plotly.subplots`
freqtrade possibly-unresolved-reference freqtrade/plot/plotting.py:106:82 Name `make_subplots` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/plot/plotting.py:155:73 Name `make_subplots` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/plot/plotting.py:177:6 Name `make_subplots` used when possibly not defined
freqtrade invalid-argument-type freqtrade/plot/plotting.py:187:17 Method `__getitem__` of type `Overload[(idx: tuple[int | str | Timestamp | tuple[str | bytes | date | ... omitted 9 union elements, ...] | ((DataFrame, /) -> ScalarT@__getitem__), int | str | tuple[str | bytes | date | ... omitted 9 union elements, ...]]) -> str | bytes | date | ... omitted 9 union elements, (idx: ((DataFrame, /) -> ScalarT@__getitem__) | tuple[slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]] | Index[Any] | ... omitted 8 union elements, ScalarT@__getitem__ | None] | None) -> Series[Any], (idx: str | bytes | date | ... omitted 9 union elements) -> Series[Any] | DataFrame, (idx: tuple[str | bytes | date | ... omitted 9 union elements, slice[Any, Any, Any]]) -> Series[Any] | DataFrame, (key: slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]] | Index[Any] | ... omitted 8 union elements) -> DataFrame]` cannot be called with key of type `tuple[datetime, Literal["cum_profit"]]` on object of type `_LocIndexerFrame[DataFrame]`
freqtrade invalid-argument-type freqtrade/plot/plotting.py:188:17 Method `__getitem__` of type `Overload[(idx: tuple[int | str | Timestamp | tuple[str | bytes | date | ... omitted 9 union elements, ...] | ((DataFrame, /) -> ScalarT@__getitem__), int | str | tuple[str | bytes | date | ... omitted 9 union elements, ...]]) -> str | bytes | date | ... omitted 9 union elements, (idx: ((DataFrame, /) -> ScalarT@__getitem__) | tuple[slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]] | Index[Any] | ... omitted 8 union elements, ScalarT@__getitem__ | None] | None) -> Series[Any], (idx: str | bytes | date | ... omitted 9 union elements) -> Series[Any] | DataFrame, (idx: tuple[str | bytes | date | ... omitted 9 union elements, slice[Any, Any, Any]]) -> Series[Any] | DataFrame, (key: slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[integer[Any]]] | Index[Any] | ... omitted 8 union elements) -> DataFrame]` cannot be called with key of type `tuple[datetime, Literal["cum_profit"]]` on object of type `_LocIndexerFrame[DataFrame]`
freqtrade possibly-unresolved-reference freqtrade/plot/plotting.py:201:80 Name `make_subplots` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/plot/plotting.py:235:72 Name `make_subplots` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/plot/plotting.py:256:47 Name `make_subplots` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/plot/plotting.py:348:6 Name `make_subplots` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/plot/plotting.py:377:65 Name `make_subplots` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/plot/plotting.py:408:60 Name `go` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/plot/plotting.py:439:6 Name `go` used when possibly not defined
freqtrade invalid-argument-type freqtrade/plot/plotting.py:500:28 Argument to function `plot_trades` is incorrect: Expected `DataFrame`, found `DataFrame | None`
freqtrade possibly-unresolved-reference freqtrade/plot/plotting.py:528:6 Name `go` used when possibly not defined
freqtrade invalid-return-type freqtrade/plugins/pairlist/AgeFilter.py:82:16 Return type does not match returned value: expected `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | __BoolPairlistParameter | __ListPairListParamenter]`, found `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | ... omitted 4 union elements]`
freqtrade invalid-return-type freqtrade/plugins/pairlist/DelistFilter.py:60:16 Return type does not match returned value: expected `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | __BoolPairlistParameter | __ListPairListParamenter]`, found `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | ... omitted 3 union elements]`
freqtrade invalid-return-type freqtrade/plugins/pairlist/IPairList.py:140:16 Return type does not match returned value: expected `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | __BoolPairlistParameter | __ListPairListParamenter]`, found `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | ... omitted 3 union elements]`
freqtrade invalid-return-type freqtrade/plugins/pairlist/MarketCapPairList.py:93:16 Return type does not match returned value: expected `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | __BoolPairlistParameter | __ListPairListParamenter]`, found `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | ... omitted 5 union elements]`
freqtrade invalid-return-type freqtrade/plugins/pairlist/OffsetFilter.py:50:16 Return type does not match returned value: expected `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | __BoolPairlistParameter | __ListPairListParamenter]`, found `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | ... omitted 3 union elements]`
freqtrade invalid-return-type freqtrade/plugins/pairlist/PercentChangePairList.py:123:16 Return type does not match returned value: expected `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | __BoolPairlistParameter | __ListPairListParamenter]`, found `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | ... omitted 6 union elements]`
freqtrade invalid-assignment freqtrade/plugins/pairlist/PercentChangePairList.py:218:56 Object of type `list[dict[Unknown | str, Unknown | str | None] | Unknown]` is not assignable to `list[SymbolWithPercentage]`
freqtrade unused-ignore-comment freqtrade/plugins/pairlist/PercentChangePairList.py:236:45 Unused blanket `type: ignore` directive
freqtrade invalid-return-type freqtrade/plugins/pairlist/PerformanceFilter.py:49:16 Return type does not match returned value: expected `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | __BoolPairlistParameter | __ListPairListParamenter]`, found `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | ... omitted 4 union elements]`
freqtrade invalid-return-type freqtrade/plugins/pairlist/PriceFilter.py:74:16 Return type does not match returned value: expected `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | __BoolPairlistParameter | __ListPairListParamenter]`, found `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | ... omitted 3 union elements]`
freqtrade invalid-return-type freqtrade/plugins/pairlist/ProducerPairList.py:67:16 Return type does not match returned value: expected `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | __BoolPairlistParameter | __ListPairListParamenter]`, found `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | ... omitted 4 union elements]`
freqtrade unresolved-import freqtrade/plugins/pairlist/RemotePairList.py:11:8 Cannot resolve imported module `rapidjson`
freqtrade invalid-return-type freqtrade/plugins/pairlist/RemotePairList.py:96:16 Return type does not match returned value: expected `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | __BoolPairlistParameter | __ListPairListParamenter]`, found `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | ... omitted 6 union elements]`
freqtrade invalid-return-type freqtrade/plugins/pairlist/ShuffleFilter.py:65:16 Return type does not match returned value: expected `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | __BoolPairlistParameter | __ListPairListParamenter]`, found `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | ... omitted 4 union elements]`
freqtrade invalid-return-type freqtrade/plugins/pairlist/SpreadFilter.py:53:16 Return type does not match returned value: expected `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | __BoolPairlistParameter | __ListPairListParamenter]`, found `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | ... omitted 3 union elements]`
freqtrade invalid-return-type freqtrade/plugins/pairlist/StaticPairList.py:53:16 Return type does not match returned value: expected `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | __BoolPairlistParameter | __ListPairListParamenter]`, found `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | ... omitted 3 union elements]`
freqtrade invalid-return-type freqtrade/plugins/pairlist/VolatilityFilter.py:81:16 Return type does not match returned value: expected `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | __BoolPairlistParameter | __ListPairListParamenter]`, found `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | ... omitted 5 union elements]`
freqtrade invalid-argument-type freqtrade/plugins/pairlist/VolatilityFilter.py:129:60 Argument to bound method `_calculate_volatility` is incorrect: Expected `DataFrame`, found `DataFrame | None`
freqtrade invalid-return-type freqtrade/plugins/pairlist/VolumePairList.py:124:16 Return type does not match returned value: expected `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | __BoolPairlistParameter | __ListPairListParamenter]`, found `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | ... omitted 6 union elements]`
freqtrade invalid-return-type freqtrade/plugins/pairlist/rangestabilityfilter.py:78:16 Return type does not match returned value: expected `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | __BoolPairlistParameter | __ListPairListParamenter]`, found `dict[str, __NumberPairlistParameter | __StringPairlistParameter | __OptionPairlistParameter | ... omitted 6 union elements]`
freqtrade invalid-argument-type freqtrade/plugins/pairlist/rangestabilityfilter.py:127:60 Argument to bound method `_calculate_rate_of_change` is incorrect: Expected `DataFrame`, found `DataFrame | None`
freqtrade unused-ignore-comment freqtrade/plugins/protections/cooldown_period.py:43:69 Unused blanket `type: ignore` directive
freqtrade possibly-unresolved-reference freqtrade/resolvers/iresolver.py:71:38 Name `extra` used when possibly not defined
freqtrade unresolved-import freqtrade/rpc/api_server/api_auth.py:6:8 Cannot resolve imported module `jwt`
freqtrade unresolved-import freqtrade/rpc/api_server/api_auth.py:7:6 Cannot resolve imported module `fastapi`
freqtrade unresolved-import freqtrade/rpc/api_server/api_auth.py:8:6 Cannot resolve imported module `fastapi.security`
freqtrade unresolved-import freqtrade/rpc/api_server/api_auth.py:9:6 Cannot resolve imported module `fastapi.security.http`
freqtrade unresolved-import freqtrade/rpc/api_server/api_background_tasks.py:3:6 Cannot resolve imported module `fastapi`
freqtrade unresolved-import freqtrade/rpc/api_server/api_background_tasks.py:4:6 Cannot resolve imported module `fastapi.exceptions`
freqtrade unresolved-import freqtrade/rpc/api_server/api_backtest.py:8:6 Cannot resolve imported module `fastapi`
freqtrade unresolved-import freqtrade/rpc/api_server/api_backtest.py:9:6 Cannot resolve imported module `fastapi.exceptions`
freqtrade unresolved-import freqtrade/rpc/api_server/api_download_data.py:4:6 Cannot resolve imported module `fastapi`
freqtrade unresolved-import freqtrade/rpc/api_server/api_download_data.py:5:6 Cannot resolve imported module `fastapi.exceptions`
freqtrade invalid-assignment freqtrade/rpc/api_server/api_download_data.py:32:17 Invalid subscript assignment with key of type `str` and value of type `dict[Unknown | str, Unknown]` on object of type `dict[str, ProgressTask]`
freqtrade invalid-assignment freqtrade/rpc/api_server/api_download_data.py:73:5 Invalid subscript assignment with key of type `str` and value of type `dict[Unknown | str, Unknown | str | None | dict[Unknown, Unknown] | bool]` on object of type `dict[str, JobsContainer]`
freqtrade unresolved-import freqtrade/rpc/api_server/api_pair_history.py:4:6 Cannot resolve imported module `fastapi`
freqtrade unresolved-import freqtrade/rpc/api_server/api_pairlists.py:4:6 Cannot resolve imported module `fastapi`
freqtrade unresolved-import freqtrade/rpc/api_server/api_pairlists.py:5:6 Cannot resolve imported module `fastapi.exceptions`
freqtrade invalid-assignment freqtrade/rpc/api_server/api_pairlists.py:92:5 Invalid subscript assignment with key of type `str` and value of type `dict[Unknown | str, Unknown | str | None | bool | dict[Unknown, Unknown]]` on object of type `dict[str, JobsContainer]`
freqtrade unresolved-import freqtrade/rpc/api_server/api_v1.py:5:6 Cannot resolve imported module `fastapi`
freqtrade unresolved-import freqtrade/rpc/api_server/api_v1.py:6:6 Cannot resolve imported module `fastapi.exceptions`
freqtrade unresolved-import freqtrade/rpc/api_server/api_ws.py:5:6 Cannot resolve imported module `fastapi`
freqtrade unresolved-import freqtrade/rpc/api_server/api_ws.py:6:6 Cannot resolve imported module `fastapi.websockets`
freqtrade deprecated freqtrade/rpc/api_server/api_ws.py:42:41 The function `dict` is deprecated: The `dict` method is deprecated; use `model_dump` instead.
freqtrade unresolved-import freqtrade/rpc/api_server/deps.py:5:6 Cannot resolve imported module `fastapi`
freqtrade unresolved-import freqtrade/rpc/api_server/uvicorn_threaded.py:4:8 Cannot resolve imported module `uvicorn`
freqtrade unresolved-import freqtrade/rpc/api_server/uvicorn_threaded.py:44:20 Cannot resolve imported module `uvloop`
freqtrade unresolved-import freqtrade/rpc/api_server/web_ui.py:3:6 Cannot resolve imported module `fastapi`
freqtrade unresolved-import freqtrade/rpc/api_server/web_ui.py:4:6 Cannot resolve imported module `fastapi.exceptions`
freqtrade unresolved-import freqtrade/rpc/api_server/web_ui.py:5:6 Cannot resolve imported module `starlette.responses`
freqtrade unresolved-import freqtrade/rpc/api_server/webserver.py:5:8 Cannot resolve imported module `orjson`
freqtrade unresolved-import freqtrade/rpc/api_server/webserver.py:6:8 Cannot resolve imported module `uvicorn`
freqtrade unresolved-import freqtrade/rpc/api_server/webserver.py:7:6 Cannot resolve imported module `fastapi`
freqtrade unresolved-import freqtrade/rpc/api_server/webserver.py:8:6 Cannot resolve imported module `fastapi.middleware.cors`
freqtrade unresolved-import freqtrade/rpc/api_server/webserver.py:9:6 Cannot resolve imported module `starlette.responses`
freqtrade invalid-assignment freqtrade/rpc/api_server/webserver.py:103:9 Object of type `None` is not assignable to attribute `_rpc` of type `RPC`
freqtrade unresolved-import freqtrade/rpc/api_server/ws/channel.py:10:6 Cannot resolve imported module `fastapi`
freqtrade unresolved-import freqtrade/rpc/api_server/ws/channel.py:11:6 Cannot resolve imported module `websockets.exceptions`
freqtrade unresolved-import freqtrade/rpc/api_server/ws/proxy.py:3:6 Cannot resolve imported module `fastapi`
freqtrade unresolved-import freqtrade/rpc/api_server/ws/proxy.py:4:6 Cannot resolve imported module `websockets.asyncio.client`
freqtrade unresolved-import freqtrade/rpc/api_server/ws/serializer.py:5:8 Cannot resolve imported module `orjson`
freqtrade unresolved-import freqtrade/rpc/api_server/ws/serializer.py:6:8 Cannot resolve imported module `rapidjson`
freqtrade unresolved-import freqtrade/rpc/api_server/ws/ws_types.py:3:6 Cannot resolve imported module `fastapi`
freqtrade unresolved-import freqtrade/rpc/api_server/ws/ws_types.py:4:6 Cannot resolve imported module `websockets.asyncio.client`
freqtrade possibly-missing-attribute freqtrade/rpc/discord.py:57:21 Attribute `append` may be missing on object of type `Unknown | str | int | list[Unknown]`
freqtrade unresolved-import freqtrade/rpc/external_message_consumer.py:15:8 Cannot resolve imported module `websockets`
freqtrade possibly-missing-attribute freqtrade/rpc/external_message_consumer.py:155:17 Attribute `create_task` may be missing on object of type `Unknown | None | AbstractEventLoop`
freqtrade possibly-missing-attribute freqtrade/rpc/external_message_consumer.py:164:13 Attribute `stop` may be missing on object of type `Unknown | None | AbstractEventLoop`
freqtrade possibly-unresolved-reference freqtrade/rpc/external_message_consumer.py:210:33 Name `ws_url` used when possibly not defined
freqtrade unresolved-import freqtrade/rpc/rpc.py:11:8 Cannot resolve imported module `psutil`
freqtrade possibly-unresolved-reference freqtrade/rpc/rpc.py:619:38 Name `dir_filter` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/rpc/rpc.py:620:43 Name `dir_filter` used when possibly not defined
freqtrade no-matching-overload freqtrade/rpc/rpc.py:1467:28 No overload of bound method `select_dtypes` matches arguments
freqtrade possibly-unresolved-reference freqtrade/rpc/rpc.py:1633:17 Name `strategy` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/rpc/rpc.py:1634:17 Name `strategy` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/rpc/rpc.py:1636:31 Name `strategy` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/rpc/rpc.py:1640:31 Name `strategy` used when possibly not defined
freqtrade invalid-argument-type freqtrade/rpc/rpc_manager.py:96:25 Argument to bound method `send_msg` is incorrect: Expected `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`, found `dict[Unknown | str, Unknown | RPCMessageType]`
freqtrade invalid-argument-type freqtrade/rpc/rpc_manager.py:105:17 Argument to bound method `send_msg` is incorrect: Expected `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`, found `dict[Unknown | str, Unknown | str]`
freqtrade invalid-argument-type freqtrade/rpc/rpc_manager.py:120:13 Argument to bound method `send_msg` is incorrect: Expected `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`, found `dict[Unknown | str, Unknown | str]`
freqtrade invalid-argument-type freqtrade/rpc/rpc_manager.py:132:13 Argument to bound method `send_msg` is incorrect: Expected `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`, found `dict[Unknown | str, Unknown | str]`
freqtrade invalid-argument-type freqtrade/rpc/rpc_manager.py:141:17 Argument to bound method `send_msg` is incorrect: Expected `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`, found `dict[Unknown | str, Unknown | str]`
freqtrade unresolved-import freqtrade/rpc/telegram.py:23:6 Cannot resolve imported module `telegram`
freqtrade unresolved-import freqtrade/rpc/telegram.py:32:6 Cannot resolve imported module `telegram.constants`
freqtrade unresolved-import freqtrade/rpc/telegram.py:33:6 Cannot resolve imported module `telegram.error`
freqtrade unresolved-import freqtrade/rpc/telegram.py:34:6 Cannot resolve imported module `telegram.ext`
freqtrade unresolved-import freqtrade/rpc/telegram.py:35:6 Cannot resolve imported module `telegram.helpers`
freqtrade unresolved-attribute freqtrade/rpc/telegram.py:129:63 Object of type `(...) -> Coroutine[Any, Any, None]` has no attribute `__name__`
freqtrade invalid-argument-type freqtrade/rpc/telegram.py:408:44 Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["open"]` on object of type `str`
freqtrade invalid-argument-type freqtrade/rpc/telegram.py:408:44 Method `__getitem__` of type `Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]` cannot be called with key of type `Literal["open"]` on object of type `bytes`
freqtrade non-subscriptable freqtrade/rpc/telegram.py:408:44 Cannot subscript object of type `date` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:408:44 Cannot subscript object of type `timedelta` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:408:44 Cannot subscript object of type `datetime64[date | int | None]` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:408:44 Cannot subscript object of type `timedelta64[timedelta | int | None]` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:408:44 Cannot subscript object of type `int` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:408:44 Cannot subscript object of type `float` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:408:44 Cannot subscript object of type `complex` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:408:44 Cannot subscript object of type `integer[Any]` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:408:44 Cannot subscript object of type `floating[Any]` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:408:44 Cannot subscript object of type `complexfloating[Any, Any]` with no `__getitem__` method
freqtrade invalid-argument-type freqtrade/rpc/telegram.py:408:62 Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["high"]` on object of type `str`
freqtrade invalid-argument-type freqtrade/rpc/telegram.py:408:62 Method `__getitem__` of type `Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]` cannot be called with key of type `Literal["high"]` on object of type `bytes`
freqtrade non-subscriptable freqtrade/rpc/telegram.py:408:62 Cannot subscript object of type `date` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:408:62 Cannot subscript object of type `timedelta` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:408:62 Cannot subscript object of type `datetime64[date | int | None]` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:408:62 Cannot subscript object of type `timedelta64[timedelta | int | None]` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:408:62 Cannot subscript object of type `int` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:408:62 Cannot subscript object of type `float` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:408:62 Cannot subscript object of type `complex` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:408:62 Cannot subscript object of type `integer[Any]` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:408:62 Cannot subscript object of type `floating[Any]` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:408:62 Cannot subscript object of type `complexfloating[Any, Any]` with no `__getitem__` method
freqtrade invalid-argument-type freqtrade/rpc/telegram.py:409:28 Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["low"]` on object of type `str`
freqtrade invalid-argument-type freqtrade/rpc/telegram.py:409:28 Method `__getitem__` of type `Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]` cannot be called with key of type `Literal["low"]` on object of type `bytes`
freqtrade non-subscriptable freqtrade/rpc/telegram.py:409:28 Cannot subscript object of type `date` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:409:28 Cannot subscript object of type `timedelta` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:409:28 Cannot subscript object of type `datetime64[date | int | None]` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:409:28 Cannot subscript object of type `timedelta64[timedelta | int | None]` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:409:28 Cannot subscript object of type `int` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:409:28 Cannot subscript object of type `float` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:409:28 Cannot subscript object of type `complex` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:409:28 Cannot subscript object of type `integer[Any]` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:409:28 Cannot subscript object of type `floating[Any]` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:409:28 Cannot subscript object of type `complexfloating[Any, Any]` with no `__getitem__` method
freqtrade invalid-argument-type freqtrade/rpc/telegram.py:409:45 Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["close"]` on object of type `str`
freqtrade invalid-argument-type freqtrade/rpc/telegram.py:409:45 Method `__getitem__` of type `Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]` cannot be called with key of type `Literal["close"]` on object of type `bytes`
freqtrade non-subscriptable freqtrade/rpc/telegram.py:409:45 Cannot subscript object of type `date` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:409:45 Cannot subscript object of type `timedelta` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:409:45 Cannot subscript object of type `datetime64[date | int | None]` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:409:45 Cannot subscript object of type `timedelta64[timedelta | int | None]` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:409:45 Cannot subscript object of type `int` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:409:45 Cannot subscript object of type `float` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:409:45 Cannot subscript object of type `complex` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:409:45 Cannot subscript object of type `integer[Any]` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:409:45 Cannot subscript object of type `floating[Any]` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/rpc/telegram.py:409:45 Cannot subscript object of type `complexfloating[Any, Any]` with no `__getitem__` method
freqtrade possibly-unresolved-reference freqtrade/rpc/telegram.py:537:50 Name `fiat_currency` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/rpc/telegram.py:539:57 Name `fiat_currency` used when possibly not defined
freqtrade invalid-argument-type freqtrade/rpc/telegram.py:544:46 Argument to bound method `_format_entry_msg` is incorrect: Expected `RPCEntryMsg`, found `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`
freqtrade invalid-argument-type freqtrade/rpc/telegram.py:547:45 Argument to bound method `_format_exit_msg` is incorrect: Expected `RPCExitMsg`, found `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`
freqtrade invalid-argument-type freqtrade/rpc/telegram.py:554:62 Argument to bound method `_exchange_from_msg` is incorrect: Expected `RPCEntryMsg | RPCExitMsg | RPCExitCancelMsg | RPCCancelMsg`, found `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`
freqtrade invalid-key freqtrade/rpc/telegram.py:556:49 Unknown key "pair" for TypedDict `RPCStatusMsg`: Unknown key "pair"
freqtrade invalid-key freqtrade/rpc/telegram.py:556:49 Unknown key "pair" for TypedDict `RPCStrategyMsg`: Unknown key "pair"
freqtrade invalid-key freqtrade/rpc/telegram.py:556:49 Unknown key "pair" for TypedDict `RPCWhitelistMsg` - did you mean "data"?
freqtrade invalid-key freqtrade/rpc/telegram.py:556:49 Unknown key "pair" for TypedDict `RPCAnalyzedDFMsg` - did you mean "data"?
freqtrade invalid-key freqtrade/rpc/telegram.py:556:49 Unknown key "pair" for TypedDict `RPCNewCandleMsg` - did you mean "data"?
freqtrade invalid-key freqtrade/rpc/telegram.py:557:26 Unknown key "trade_id" for TypedDict `RPCStatusMsg`: Unknown key "trade_id"
freqtrade invalid-key freqtrade/rpc/telegram.py:557:26 Unknown key "trade_id" for TypedDict `RPCStrategyMsg`: Unknown key "trade_id"
freqtrade invalid-key freqtrade/rpc/telegram.py:557:26 Unknown key "trade_id" for TypedDict `RPCProtectionMsg`: Unknown key "trade_id"
freqtrade invalid-key freqtrade/rpc/telegram.py:557:26 Unknown key "trade_id" for TypedDict `RPCWhitelistMsg`: Unknown key "trade_id"
freqtrade invalid-key freqtrade/rpc/telegram.py:557:26 Unknown key "trade_id" for TypedDict `RPCAnalyzedDFMsg`: Unknown key "trade_id"
freqtrade invalid-key freqtrade/rpc/telegram.py:557:26 Unknown key "trade_id" for TypedDict `RPCNewCandleMsg`: Unknown key "trade_id"
freqtrade invalid-key freqtrade/rpc/telegram.py:557:54 Unknown key "reason" for TypedDict `RPCStatusMsg`: Unknown key "reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:557:54 Unknown key "reason" for TypedDict `RPCStrategyMsg`: Unknown key "reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:557:54 Unknown key "reason" for TypedDict `RPCWhitelistMsg`: Unknown key "reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:557:54 Unknown key "reason" for TypedDict `RPCEntryMsg`: Unknown key "reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:557:54 Unknown key "reason" for TypedDict `RPCExitMsg`: Unknown key "reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:557:54 Unknown key "reason" for TypedDict `RPCAnalyzedDFMsg`: Unknown key "reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:557:54 Unknown key "reason" for TypedDict `RPCNewCandleMsg`: Unknown key "reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:562:54 Unknown key "reason" for TypedDict `RPCStatusMsg`: Unknown key "reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:562:54 Unknown key "reason" for TypedDict `RPCStrategyMsg`: Unknown key "reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:562:54 Unknown key "reason" for TypedDict `RPCWhitelistMsg`: Unknown key "reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:562:54 Unknown key "reason" for TypedDict `RPCEntryMsg`: Unknown key "reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:562:54 Unknown key "reason" for TypedDict `RPCExitMsg`: Unknown key "reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:562:54 Unknown key "reason" for TypedDict `RPCAnalyzedDFMsg`: Unknown key "reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:562:54 Unknown key "reason" for TypedDict `RPCNewCandleMsg`: Unknown key "reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:563:25 Unknown key "pair" for TypedDict `RPCStatusMsg`: Unknown key "pair"
freqtrade invalid-key freqtrade/rpc/telegram.py:563:25 Unknown key "pair" for TypedDict `RPCStrategyMsg`: Unknown key "pair"
freqtrade invalid-key freqtrade/rpc/telegram.py:563:25 Unknown key "pair" for TypedDict `RPCWhitelistMsg` - did you mean "data"?
freqtrade invalid-key freqtrade/rpc/telegram.py:563:25 Unknown key "pair" for TypedDict `RPCAnalyzedDFMsg` - did you mean "data"?
freqtrade invalid-key freqtrade/rpc/telegram.py:563:25 Unknown key "pair" for TypedDict `RPCNewCandleMsg` - did you mean "data"?
freqtrade invalid-key freqtrade/rpc/telegram.py:563:62 Unknown key "lock_end_time" for TypedDict `RPCStatusMsg`: Unknown key "lock_end_time"
freqtrade invalid-key freqtrade/rpc/telegram.py:563:62 Unknown key "lock_end_time" for TypedDict `RPCStrategyMsg`: Unknown key "lock_end_time"
freqtrade invalid-key freqtrade/rpc/telegram.py:563:62 Unknown key "lock_end_time" for TypedDict `RPCWhitelistMsg`: Unknown key "lock_end_time"
freqtrade invalid-key freqtrade/rpc/telegram.py:563:62 Unknown key "lock_end_time" for TypedDict `RPCEntryMsg`: Unknown key "lock_end_time"
freqtrade invalid-key freqtrade/rpc/telegram.py:563:62 Unknown key "lock_end_time" for TypedDict `RPCCancelMsg`: Unknown key "lock_end_time"
freqtrade invalid-key freqtrade/rpc/telegram.py:563:62 Unknown key "lock_end_time" for TypedDict `RPCExitMsg`: Unknown key "lock_end_time"
freqtrade invalid-key freqtrade/rpc/telegram.py:563:62 Unknown key "lock_end_time" for TypedDict `RPCExitCancelMsg`: Unknown key "lock_end_time"
freqtrade invalid-key freqtrade/rpc/telegram.py:563:62 Unknown key "lock_end_time" for TypedDict `RPCAnalyzedDFMsg`: Unknown key "lock_end_time"
freqtrade invalid-key freqtrade/rpc/telegram.py:563:62 Unknown key "lock_end_time" for TypedDict `RPCNewCandleMsg`: Unknown key "lock_end_time"
freqtrade invalid-key freqtrade/rpc/telegram.py:568:54 Unknown key "reason" for TypedDict `RPCStatusMsg`: Unknown key "reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:568:54 Unknown key "reason" for TypedDict `RPCStrategyMsg`: Unknown key "reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:568:54 Unknown key "reason" for TypedDict `RPCWhitelistMsg`: Unknown key "reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:568:54 Unknown key "reason" for TypedDict `RPCEntryMsg`: Unknown key "reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:568:54 Unknown key "reason" for TypedDict `RPCExitMsg`: Unknown key "reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:568:54 Unknown key "reason" for TypedDict `RPCAnalyzedDFMsg`: Unknown key "reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:568:54 Unknown key "reason" for TypedDict `RPCNewCandleMsg`: Unknown key "reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:569:58 Unknown key "lock_end_time" for TypedDict `RPCStatusMsg`: Unknown key "lock_end_time"
freqtrade invalid-key freqtrade/rpc/telegram.py:569:58 Unknown key "lock_end_time" for TypedDict `RPCStrategyMsg`: Unknown key "lock_end_time"
freqtrade invalid-key freqtrade/rpc/telegram.py:569:58 Unknown key "lock_end_time" for TypedDict `RPCWhitelistMsg`: Unknown key "lock_end_time"
freqtrade invalid-key freqtrade/rpc/telegram.py:569:58 Unknown key "lock_end_time" for TypedDict `RPCEntryMsg`: Unknown key "lock_end_time"
freqtrade invalid-key freqtrade/rpc/telegram.py:569:58 Unknown key "lock_end_time" for TypedDict `RPCCancelMsg`: Unknown key "lock_end_time"
freqtrade invalid-key freqtrade/rpc/telegram.py:569:58 Unknown key "lock_end_time" for TypedDict `RPCExitMsg`: Unknown key "lock_end_time"
freqtrade invalid-key freqtrade/rpc/telegram.py:569:58 Unknown key "lock_end_time" for TypedDict `RPCExitCancelMsg`: Unknown key "lock_end_time"
freqtrade invalid-key freqtrade/rpc/telegram.py:569:58 Unknown key "lock_end_time" for TypedDict `RPCAnalyzedDFMsg`: Unknown key "lock_end_time"
freqtrade invalid-key freqtrade/rpc/telegram.py:569:58 Unknown key "lock_end_time" for TypedDict `RPCNewCandleMsg`: Unknown key "lock_end_time"
freqtrade invalid-key freqtrade/rpc/telegram.py:573:41 Unknown key "status" for TypedDict `RPCStrategyMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:573:41 Unknown key "status" for TypedDict `RPCProtectionMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:573:41 Unknown key "status" for TypedDict `RPCWhitelistMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:573:41 Unknown key "status" for TypedDict `RPCEntryMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:573:41 Unknown key "status" for TypedDict `RPCCancelMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:573:41 Unknown key "status" for TypedDict `RPCExitMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:573:41 Unknown key "status" for TypedDict `RPCExitCancelMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:573:41 Unknown key "status" for TypedDict `RPCAnalyzedDFMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:573:41 Unknown key "status" for TypedDict `RPCNewCandleMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:576:59 Unknown key "status" for TypedDict `RPCStrategyMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:576:59 Unknown key "status" for TypedDict `RPCProtectionMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:576:59 Unknown key "status" for TypedDict `RPCWhitelistMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:576:59 Unknown key "status" for TypedDict `RPCEntryMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:576:59 Unknown key "status" for TypedDict `RPCCancelMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:576:59 Unknown key "status" for TypedDict `RPCExitMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:576:59 Unknown key "status" for TypedDict `RPCExitCancelMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:576:59 Unknown key "status" for TypedDict `RPCAnalyzedDFMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:576:59 Unknown key "status" for TypedDict `RPCNewCandleMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:579:59 Unknown key "status" for TypedDict `RPCStrategyMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:579:59 Unknown key "status" for TypedDict `RPCProtectionMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:579:59 Unknown key "status" for TypedDict `RPCWhitelistMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:579:59 Unknown key "status" for TypedDict `RPCEntryMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:579:59 Unknown key "status" for TypedDict `RPCCancelMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:579:59 Unknown key "status" for TypedDict `RPCExitMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:579:59 Unknown key "status" for TypedDict `RPCExitCancelMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:579:59 Unknown key "status" for TypedDict `RPCAnalyzedDFMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:579:59 Unknown key "status" for TypedDict `RPCNewCandleMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:582:30 Unknown key "status" for TypedDict `RPCStrategyMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:582:30 Unknown key "status" for TypedDict `RPCProtectionMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:582:30 Unknown key "status" for TypedDict `RPCWhitelistMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:582:30 Unknown key "status" for TypedDict `RPCEntryMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:582:30 Unknown key "status" for TypedDict `RPCCancelMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:582:30 Unknown key "status" for TypedDict `RPCExitMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:582:30 Unknown key "status" for TypedDict `RPCExitCancelMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:582:30 Unknown key "status" for TypedDict `RPCAnalyzedDFMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:582:30 Unknown key "status" for TypedDict `RPCNewCandleMsg`: Unknown key "status"
freqtrade invalid-key freqtrade/rpc/telegram.py:584:30 Unknown key "msg" for TypedDict `RPCStatusMsg`: Unknown key "msg"
freqtrade invalid-key freqtrade/rpc/telegram.py:584:30 Unknown key "msg" for TypedDict `RPCProtectionMsg` - did you mean "id"?
freqtrade invalid-key freqtrade/rpc/telegram.py:584:30 Unknown key "msg" for TypedDict `RPCWhitelistMsg`: Unknown key "msg"
freqtrade invalid-key freqtrade/rpc/telegram.py:584:30 Unknown key "msg" for TypedDict `RPCEntryMsg`: Unknown key "msg"
freqtrade invalid-key freqtrade/rpc/telegram.py:584:30 Unknown key "msg" for TypedDict `RPCCancelMsg`: Unknown key "msg"
freqtrade invalid-key freqtrade/rpc/telegram.py:584:30 Unknown key "msg" for TypedDict `RPCExitMsg`: Unknown key "msg"
freqtrade invalid-key freqtrade/rpc/telegram.py:584:30 Unknown key "msg" for TypedDict `RPCExitCancelMsg`: Unknown key "msg"
freqtrade invalid-key freqtrade/rpc/telegram.py:584:30 Unknown key "msg" for TypedDict `RPCAnalyzedDFMsg`: Unknown key "msg"
freqtrade invalid-key freqtrade/rpc/telegram.py:584:30 Unknown key "msg" for TypedDict `RPCNewCandleMsg`: Unknown key "msg"
freqtrade invalid-key freqtrade/rpc/telegram.py:606:46 Unknown key "exit_reason" for TypedDict `RPCStatusMsg`: Unknown key "exit_reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:606:46 Unknown key "exit_reason" for TypedDict `RPCStrategyMsg`: Unknown key "exit_reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:606:46 Unknown key "exit_reason" for TypedDict `RPCProtectionMsg`: Unknown key "exit_reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:606:46 Unknown key "exit_reason" for TypedDict `RPCWhitelistMsg`: Unknown key "exit_reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:606:46 Unknown key "exit_reason" for TypedDict `RPCEntryMsg`: Unknown key "exit_reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:606:46 Unknown key "exit_reason" for TypedDict `RPCCancelMsg`: Unknown key "exit_reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:606:46 Unknown key "exit_reason" for TypedDict `RPCAnalyzedDFMsg`: Unknown key "exit_reason"
freqtrade invalid-key freqtrade/rpc/telegram.py:606:46 Unknown key "exit_reason" for TypedDict `RPCNewCandleMsg`: Unknown key "exit_reason"
freqtrade invalid-argument-type freqtrade/rpc/telegram.py:1161:49 Argument to bound method `_rpc_trade_statistics` is incorrect: Expected `str`, found `Unknown | datetime`
freqtrade invalid-argument-type freqtrade/rpc/telegram.py:1161:49 Argument to bound method `_rpc_trade_statistics` is incorrect: Expected `str`, found `Unknown | datetime`
freqtrade invalid-argument-type freqtrade/rpc/telegram.py:1161:49 Argument to bound method `_rpc_trade_statistics` is incorrect: Expected `str | None`, found `Unknown | datetime`
freqtrade possibly-unresolved-reference freqtrade/rpc/webhook.py:82:16 Name `valuedict` used when possibly not defined
freqtrade possibly-missing-attribute freqtrade/strategy/informative_decorator.py:150:21 Attribute `format` may be missing on object of type `(str & ~AlwaysFalsy & ~(() -> object)) | (((Any, /) -> str) & ~AlwaysFalsy & ~(() -> object))`
freqtrade unused-ignore-comment freqtrade/strategy/interface.py:208:41 Unused blanket `type: ignore` directive
freqtrade invalid-return-type freqtrade/strategy/interface.py:1311:16 Return type does not match returned value: expected `tuple[DataFrame | None, datetime | None]`, found `tuple[Series[Any], Any]`
freqtrade invalid-return-type freqtrade/strategy/interface.py:1344:16 Return type does not match returned value: expected `tuple[bool, bool, str | None]`, found `tuple[Series[bool] | Literal[False], Series[bool] | Literal[False], None]`
freqtrade invalid-assignment freqtrade/strategy/interface.py:1374:25 Object of type `Series[Any] | None` is not assignable to `str | None`
freqtrade invalid-assignment freqtrade/strategy/interface.py:1382:25 Object of type `Series[Any] | None` is not assignable to `str | None`
freqtrade invalid-argument-type freqtrade/strategy/parameters.py:226:21 Argument to bound method `__init__` is incorrect: Expected `int | float`, found `object`
freqtrade invalid-argument-type freqtrade/strategy/parameters.py:226:35 Argument to bound method `__init__` is incorrect: Expected `int | float`, found `object`
freqtrade invalid-argument-type freqtrade/strategy/parameters.py:279:13 Argument to bound method `__init__` is incorrect: Expected `int | float`, found `object`
freqtrade invalid-argument-type freqtrade/strategy/parameters.py:279:27 Argument to bound method `__init__` is incorrect: Expected `int | float`, found `object`
freqtrade invalid-argument-type freqtrade/strategy/strategy_helper.py:102:42 Method `__getitem__` of type `bound method _AtIndexerFrame.__getitem__[ScalarT](key: tuple[int | str | Timestamp | tuple[str | bytes | date | ... omitted 9 union elements, ...] | ((DataFrame, /) -> ScalarT@__getitem__), int | str | tuple[str | bytes | date | ... omitted 9 union elements, ...]]) -> str | bytes | date | ... omitted 9 union elements` cannot be called with key of type `tuple[(str & ~AlwaysFalsy) | (bytes & ~AlwaysFalsy) | (date & ~AlwaysFalsy) | ... omitted 9 union elements, str]` on object of type `_AtIndexerFrame`
freqtrade unsupported-operator freqtrade/strategy/strategy_helper.py:107:37 Operator `-` is not supported between objects of type `(str & ~AlwaysFalsy) | (bytes & ~AlwaysFalsy) | (date & ~AlwaysFalsy) | ... omitted 9 union elements` and `Literal[1]`
freqtrade unsupported-operator freqtrade/strategy/strategy_helper.py:108:27 Operator `-` is not supported between objects of type `(str & ~AlwaysFalsy) | (bytes & ~AlwaysFalsy) | (date & ~AlwaysFalsy) | ... omitted 9 union elements` and `Literal[1]`
freqtrade unresolved-import freqtrade/strategy/strategyupdater.py:4:8 Cannot resolve imported module `ast_comments`
freqtrade possibly-missing-attribute freqtrade/strategy/strategyupdater.py:179:17 Attribute `add` may be missing on object of type `Unknown | set[Unknown] | list[Unknown | tuple[str, str]]`
freqtrade possibly-missing-attribute freqtrade/strategy/strategyupdater.py:185:13 Attribute `add` may be missing on object of type `Unknown | set[Unknown] | list[Unknown | tuple[str, str]]`
freqtrade unresolved-import freqtrade/system/version_info.py:9:12 Cannot resolve imported module `ccxt`
freqtrade unresolved-import freqtrade/templates/FreqaiExampleHybridStrategy.py:5:8 Cannot resolve imported module `talib.abstract`
freqtrade unresolved-import freqtrade/templates/FreqaiExampleHybridStrategy.py:7:6 Cannot resolve imported module `technical`
freqtrade invalid-assignment freqtrade/templates/FreqaiExampleHybridStrategy.py:228:9 Object of type `list[Unknown | str]` is not assignable to attribute `class_names` on type `Unknown | IFreqaiModel | DummyClass`
freqtrade invalid-method-override freqtrade/templates/FreqaiExampleHybridStrategy.py:262:9 Invalid override of method `populate_entry_trend`: Definition is incompatible with `IStrategy.populate_entry_trend`
freqtrade invalid-method-override freqtrade/templates/FreqaiExampleHybridStrategy.py:295:9 Invalid override of method `populate_exit_trend`: Definition is incompatible with `IStrategy.populate_exit_trend`
freqtrade unresolved-import freqtrade/templates/FreqaiExampleStrategy.py:4:8 Cannot resolve imported module `talib.abstract`
freqtrade unresolved-import freqtrade/templates/FreqaiExampleStrategy.py:6:6 Cannot resolve imported module `technical`
freqtrade invalid-method-override freqtrade/templates/FreqaiExampleStrategy.py:237:9 Invalid override of method `populate_entry_trend`: Definition is incompatible with `IStrategy.populate_entry_trend`
freqtrade invalid-method-override freqtrade/templates/FreqaiExampleStrategy.py:260:9 Invalid override of method `populate_exit_trend`: Definition is incompatible with `IStrategy.populate_exit_trend`
freqtrade invalid-argument-type freqtrade/templates/FreqaiExampleStrategy.py:287:24 Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["close"]` on object of type `str`
freqtrade invalid-argument-type freqtrade/templates/FreqaiExampleStrategy.py:287:24 Method `__getitem__` of type `Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]` cannot be called with key of type `Literal["close"]` on object of type `bytes`
freqtrade non-subscriptable freqtrade/templates/FreqaiExampleStrategy.py:287:24 Cannot subscript object of type `date` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/templates/FreqaiExampleStrategy.py:287:24 Cannot subscript object of type `timedelta` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/templates/FreqaiExampleStrategy.py:287:24 Cannot subscript object of type `datetime64[date | int | None]` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/templates/FreqaiExampleStrategy.py:287:24 Cannot subscript object of type `timedelta64[timedelta | int | None]` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/templates/FreqaiExampleStrategy.py:287:24 Cannot subscript object of type `int` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/templates/FreqaiExampleStrategy.py:287:24 Cannot subscript object of type `float` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/templates/FreqaiExampleStrategy.py:287:24 Cannot subscript object of type `complex` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/templates/FreqaiExampleStrategy.py:287:24 Cannot subscript object of type `integer[Any]` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/templates/FreqaiExampleStrategy.py:287:24 Cannot subscript object of type `floating[Any]` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/templates/FreqaiExampleStrategy.py:287:24 Cannot subscript object of type `complexfloating[Any, Any]` with no `__getitem__` method
freqtrade invalid-argument-type freqtrade/templates/FreqaiExampleStrategy.py:290:24 Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["close"]` on object of type `str`
freqtrade invalid-argument-type freqtrade/templates/FreqaiExampleStrategy.py:290:24 Method `__getitem__` of type `Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]` cannot be called with key of type `Literal["close"]` on object of type `bytes`
freqtrade non-subscriptable freqtrade/templates/FreqaiExampleStrategy.py:290:24 Cannot subscript object of type `date` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/templates/FreqaiExampleStrategy.py:290:24 Cannot subscript object of type `timedelta` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/templates/FreqaiExampleStrategy.py:290:24 Cannot subscript object of type `datetime64[date | int | None]` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/templates/FreqaiExampleStrategy.py:290:24 Cannot subscript object of type `timedelta64[timedelta | int | None]` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/templates/FreqaiExampleStrategy.py:290:24 Cannot subscript object of type `int` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/templates/FreqaiExampleStrategy.py:290:24 Cannot subscript object of type `float` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/templates/FreqaiExampleStrategy.py:290:24 Cannot subscript object of type `complex` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/templates/FreqaiExampleStrategy.py:290:24 Cannot subscript object of type `integer[Any]` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/templates/FreqaiExampleStrategy.py:290:24 Cannot subscript object of type `floating[Any]` with no `__getitem__` method
freqtrade non-subscriptable freqtrade/templates/FreqaiExampleStrategy.py:290:24 Cannot subscript object of type `complexfloating[Any, Any]` with no `__getitem__` method
freqtrade unresolved-import freqtrade/templates/sample_strategy.py:35:8 Cannot resolve imported module `talib.abstract`
freqtrade unresolved-import freqtrade/templates/sample_strategy.py:36:6 Cannot resolve imported module `technical`
freqtrade unresolved-import freqtrade/templates/strategy_analysis_example.ipynb:cell 17:4:8 Cannot resolve imported module `plotly.express`
freqtrade unresolved-import freqtrade/templates/strategy_analysis_example.ipynb:cell 26:1:8 Cannot resolve imported module `plotly.figure_factory`
freqtrade unresolved-import freqtrade/util/coin_gecko.py:1:6 Cannot resolve imported module `pycoingecko`
freqtrade unresolved-import freqtrade/util/datetime_helpers.py:5:8 Cannot resolve imported module `humanize`
freqtrade unresolved-import freqtrade/util/ft_precise.py:6:6 Cannot resolve imported module `ccxt`
freqtrade unresolved-import freqtrade/util/migrations/binance_mig.py:3:6 Cannot resolve imported module `packaging`
freqtrade unresolved-import freqtrade/util/migrations/binance_mig.py:30:12 Cannot resolve imported module `ccxt`
freqtrade unresolved-import freqtrade/util/progress_tracker.py:1:6 Cannot resolve imported module `rich.progress`
freqtrade unresolved-import freqtrade/util/rich_progress.py:4:6 Cannot resolve imported module `rich.console`
freqtrade unresolved-import freqtrade/util/rich_progress.py:5:6 Cannot resolve imported module `rich.progress`
freqtrade unresolved-import freqtrade/util/rich_tables.py:5:6 Cannot resolve imported module `rich.table`
freqtrade unresolved-import freqtrade/util/rich_tables.py:6:6 Cannot resolve imported module `rich.text`
freqtrade invalid-assignment freqtrade/util/rich_tables.py:63:22 Object of type `Hashable` is not assignable to `str | None`
freqtrade unresolved-import freqtrade/util/template_renderer.py:7:10 Cannot resolve imported module `jinja2`
freqtrade unresolved-import freqtrade/util/template_renderer.py:23:10 Cannot resolve imported module `jinja2.exceptions`
freqtrade unresolved-import freqtrade/vendor/qtpylib/indicators.py:24:30 Module `pandas.core.base` has no member `PandasObject`
freqtrade possibly-unresolved-reference freqtrade/vendor/qtpylib/indicators.py:240:16 Name `above` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/vendor/qtpylib/indicators.py:240:24 Name `below` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/vendor/qtpylib/indicators.py:242:12 Name `above` used when possibly not defined
freqtrade possibly-unresolved-reference freqtrade/vendor/qtpylib/indicators.py:242:47 Name `below` used when possibly not defined
freqtrade unresolved-attribute freqtrade/vendor/qtpylib/indicators.py:311:16 Module `pandas` has no member `ewma`
freqtrade unresolved-import freqtrade/worker.py:12:8 Cannot resolve imported module `sdnotify`
freqtrade unresolved-attribute freqtrade/worker.py:182:33 Object of type `(...) -> Any` has no attribute `__name__`
freqtrade unresolved-import scripts/rest_client.py:10:6 Cannot resolve imported module `freqtrade_client.ft_client`
freqtrade unresolved-import scripts/ws_client.py:18:8 Cannot resolve imported module `orjson`
freqtrade unresolved-import scripts/ws_client.py:20:8 Cannot resolve imported module `rapidjson`
freqtrade unresolved-import scripts/ws_client.py:21:8 Cannot resolve imported module `websockets`
packaging unresolved-import src/packaging/_manylinux.py:188:16 Cannot resolve imported module `_manylinux`
packaging possibly-unresolved-reference src/packaging/metadata.py:678:20 Name `name` used when possibly not defined
packaging possibly-unresolved-reference src/packaging/metadata.py:701:20 Name `req` used when possibly not defined
packaging possibly-unresolved-reference src/packaging/metadata.py:815:40 Name `metadata_age` used when possibly not defined
packaging unused-ignore-comment src/packaging/pylock.py:106:52 Unused blanket `type: ignore` directive
packaging unused-ignore-comment src/packaging/pylock.py:179:51 Unused blanket `type: ignore` directive
packaging unused-ignore-comment src/packaging/pylock.py:191:60 Unused blanket `type: ignore` directive
packaging unused-ignore-comment src/packaging/pylock.py:278:21 Unused blanket `type: ignore` directive
packaging unused-ignore-comment src/packaging/pylock.py:346:32 Unused blanket `type: ignore` directive
packaging unused-ignore-comment src/packaging/pylock.py:374:79 Unused blanket `type: ignore` directive
packaging unused-ignore-comment src/packaging/pylock.py:388:32 Unused blanket `type: ignore` directive
packaging unused-ignore-comment src/packaging/pylock.py:416:79 Unused blanket `type: ignore` directive
packaging unused-ignore-comment src/packaging/pylock.py:429:32 Unused blanket `type: ignore` directive
packaging unused-ignore-comment src/packaging/pylock.py:457:79 Unused blanket `type: ignore` directive
packaging unused-ignore-comment src/packaging/pylock.py:517:70 Unused blanket `type: ignore` directive
packaging unused-ignore-comment src/packaging/pylock.py:525:90 Unused blanket `type: ignore` directive
packaging unused-ignore-comment src/packaging/pylock.py:526:45 Unused blanket `type: ignore` directive
packaging possibly-unresolved-reference src/packaging/pylock.py:548:54 Name `i` used when possibly not defined
packaging unused-ignore-comment src/packaging/pylock.py:567:22 Unused blanket `type: ignore` directive
packaging unused-ignore-comment src/packaging/pylock.py:568:34 Unused blanket `type: ignore` directive
packaging unused-ignore-comment src/packaging/pylock.py:606:45 Unused blanket `type: ignore` directive
packaging invalid-return-type src/packaging/version.py:209:16 Return type does not match returned value: expected `tuple[int, ...]`, found `tuple[object, ...]`
packaging invalid-return-type src/packaging/version.py:224:16 Return type does not match returned value: expected `tuple[Literal["a", "b", "rc"], int] | None`, found `tuple[object, ...]`
optuna unresolved-import docs/source/conf.py:21:8 Cannot resolve imported module `plotly.io`
optuna unresolved-import docs/source/conf.py:22:6 Cannot resolve imported module `sklearn.exceptions`
optuna unresolved-import docs/visualization_examples/optuna.visualization.plot_contour.py:13:6 Cannot resolve imported module `plotly.io`
optuna unresolved-import docs/visualization_examples/optuna.visualization.plot_edf.py:15:6 Cannot resolve imported module `plotly.io`
optuna unresolved-import docs/visualization_examples/optuna.visualization.plot_hypervolume_history.py:13:6 Cannot resolve imported module `plotly.io`
optuna unresolved-import docs/visualization_examples/optuna.visualization.plot_intermediate_values.py:13:6 Cannot resolve imported module `plotly.io`
optuna possibly-unresolved-reference docs/visualization_examples/optuna.visualization.plot_intermediate_values.py:38:12 Name `y` used when possibly not defined
optuna unresolved-import docs/visualization_examples/optuna.visualization.plot_optimization_history.py:13:6 Cannot resolve imported module `plotly.io`
optuna unresolved-import docs/visualization_examples/optuna.visualization.plot_parallel_coordinate.py:13:6 Cannot resolve imported module `plotly.io`
optuna unresolved-import docs/visualization_examples/optuna.visualization.plot_param_importances.py:13:6 Cannot resolve imported module `plotly.io`
optuna unresolved-import docs/visualization_examples/optuna.visualization.plot_pareto_front.py:13:6 Cannot resolve imported module `plotly.io`
optuna unresolved-import docs/visualization_examples/optuna.visualization.plot_pareto_front.py:38:6 Cannot resolve imported module `plotly.io`
optuna unresolved-import docs/visualization_examples/optuna.visualization.plot_rank.py:13:6 Cannot resolve imported module `plotly.io`
optuna unresolved-import docs/visualization_examples/optuna.visualization.plot_slice.py:13:6 Cannot resolve imported module `plotly.io`
optuna unresolved-import docs/visualization_examples/optuna.visualization.plot_terminator_improvement.py:13:6 Cannot resolve imported module `lightgbm`
optuna unresolved-import docs/visualization_examples/optuna.visualization.plot_terminator_improvement.py:14:6 Cannot resolve imported module `sklearn.datasets`
optuna unresolved-import docs/visualization_examples/optuna.visualization.plot_terminator_improvement.py:15:6 Cannot resolve imported module `sklearn.model_selection`
optuna unresolved-import docs/visualization_examples/optuna.visualization.plot_terminator_improvement.py:16:6 Cannot resolve imported module `sklearn.model_selection`
optuna unresolved-import docs/visualization_examples/optuna.visualization.plot_terminator_improvement.py:18:6 Cannot resolve imported module `plotly.io`
optuna unresolved-import docs/visualization_examples/optuna.visualization.plot_timeline.py:17:6 Cannot resolve imported module `plotly.io`
optuna unresolved-import docs/visualization_matplotlib_examples/optuna.visualization.matplotlib.hypervolume_history.py:13:8 Cannot resolve imported module `matplotlib.pyplot`
optuna possibly-unresolved-reference docs/visualization_matplotlib_examples/optuna.visualization.matplotlib.intermediate_values.py:37:12 Name `y` used when possibly not defined
optuna unresolved-import docs/visualization_matplotlib_examples/optuna.visualization.matplotlib.terminator_improvement.py:13:6 Cannot resolve imported module `lightgbm`
optuna unresolved-import docs/visualization_matplotlib_examples/optuna.visualization.matplotlib.terminator_improvement.py:14:6 Cannot resolve imported module `sklearn.datasets`
optuna unresolved-import docs/visualization_matplotlib_examples/optuna.visualization.matplotlib.terminator_improvement.py:15:6 Cannot resolve imported module `sklearn.model_selection`
optuna unresolved-import docs/visualization_matplotlib_examples/optuna.visualization.matplotlib.terminator_improvement.py:16:6 Cannot resolve imported module `sklearn.model_selection`
optuna unresolved-attribute optuna/_convert_positional_args.py:98:24 Object of type `(**_P@convert_positional_args) -> _T@convert_positional_args` has no attribute `__name__`
optuna unresolved-attribute optuna/_convert_positional_args.py:106:39 Object of type `(**_P@convert_positional_args) -> _T@convert_positional_args` has no attribute `__name__`
optuna unresolved-attribute optuna/_convert_positional_args.py:119:24 Object of type `(**_P@convert_positional_args) -> _T@convert_positional_args` has no attribute `__name__`
optuna unresolved-attribute optuna/_convert_positional_args.py:129:24 Object of type `(**_P@convert_positional_args) -> _T@convert_positional_args` has no attribute `__name__`
optuna unused-ignore-comment optuna/_convert_positional_args.py:134:36 Unused blanket `type: ignore` directive
optuna unresolved-attribute optuna/_deprecated.py:107:53 Object of type `(**FP@deprecated_func) -> FT@deprecated_func` has no attribute `__name__`
optuna unresolved-attribute optuna/_experimental.py:73:46 Object of type `(**FP@experimental_func) -> FT@experimental_func` has no attribute `__qualname__`
optuna unresolved-import optuna/_gp/acqf.py:16:12 Cannot resolve imported module `torch`
optuna unused-ignore-comment optuna/_gp/acqf.py:37:53 Unused blanket `type: ignore` directive
optuna unused-ignore-comment optuna/_gp/acqf.py:112:25 Unused blanket `type: ignore` directive
optuna unused-ignore-comment optuna/_gp/acqf.py:113:60 Unused blanket `type: ignore` directive
optuna unresolved-import optuna/_gp/batched_lbfgsb.py:18:12 Cannot resolve imported module `scipy.optimize`
optuna unresolved-import optuna/_gp/gp.py:36:12 Cannot resolve imported module `scipy`
optuna unresolved-import optuna/_gp/gp.py:37:12 Cannot resolve imported module `torch`
optuna unused-ignore-comment optuna/_gp/gp.py:177:66 Unused blanket `type: ignore` directive
optuna unused-ignore-comment optuna/_gp/gp.py:278:40 Unused blanket `type: ignore` directive
optuna unused-ignore-comment optuna/_gp/gp.py:287:34 Unused blanket `type: ignore` directive
optuna unused-ignore-comment optuna/_gp/gp.py:289:76 Unused blanket `type: ignore` directive
optuna unused-ignore-comment optuna/_gp/gp.py:291:74 Unused blanket `type: ignore` directive
optuna unresolved-import optuna/_gp/optim_mixed.py:13:12 Cannot resolve imported module `scipy.optimize`
optuna unresolved-import optuna/_gp/optim_mixed.py:14:12 Cannot resolve imported module `torch`
optuna unused-ignore-comment optuna/_gp/optim_mixed.py:66:37 Unused blanket `type: ignore` directive
optuna unused-ignore-comment optuna/_gp/optim_mixed.py:67:49 Unused blanket `type: ignore` directive
optuna invalid-return-type optuna/_gp/optim_mixed.py:116:16 Return type does not match returned value: expected `tuple[ndarray[Unknown, dtype[Any]], int | float, bool]`, found `tuple[Unknown, ndarray[Unknown, dtype[Any]], Literal[True]]`
optuna invalid-argument-type optuna/_gp/optim_mixed.py:137:43 Argument to function `find_nearest_index` is incorrect: Expected `int | float`, found `ndarray[Unknown, dtype[Any]]`
optuna invalid-return-type optuna/_gp/optim_mixed.py:329:12 Return type does not match returned value: expected `tuple[ndarray[Unknown, dtype[Any]], int | float]`, found `tuple[ndarray[Unknown, dtype[Any]], ndarray[Unknown, dtype[Any]]]`
optuna invalid-return-type optuna/_gp/optim_sample.py:19:12 Return type does not match returned value: expected `tuple[ndarray[Unknown, dtype[Any]], int | float]`, found `tuple[Unknown | ndarray[Unknown, dtype[Any]], ndarray[Unknown, dtype[Any]]]`
optuna unresolved-import optuna/_gp/prior.py:7:12 Cannot resolve imported module `torch`
optuna unresolved-import optuna/_gp/scipy_blas_thread_patch.py:13:12 Cannot resolve imported module `scipy`
optuna unresolved-import optuna/_gp/search_space.py:18:12 Cannot resolve imported module `scipy.stats.qmc`
optuna invalid-argument-type optuna/_gp/search_space.py:73:21 Argument to function `_normalize_one_param` is incorrect: Expected `_ScaleType`, found `Unknown | ndarray[Unknown, Unknown]`
optuna invalid-argument-type optuna/_gp/search_space.py:181:37 Argument to function `_round_one_normalized_param` is incorrect: Expected `_ScaleType`, found `Unknown | ndarray[Unknown, Unknown]`
optuna invalid-argument-type optuna/_gp/search_space.py:193:56 Argument to bound method `to_external_repr` is incorrect: Expected `int | float`, found `ndarray[Unknown, dtype[Any]]`
optuna invalid-method-override optuna/_imports.py:132:9 Invalid override of method `__getattr__`: Definition is incompatible with `ModuleType.__getattr__`
optuna unresolved-import optuna/artifacts/_boto3.py:14:10 Cannot resolve imported module `mypy_boto3_s3`
optuna unresolved-import optuna/artifacts/_boto3.py:17:12 Cannot resolve imported module `boto3`
optuna unresolved-import optuna/artifacts/_boto3.py:18:10 Cannot resolve imported module `botocore.exceptions`
optuna unresolved-import optuna/artifacts/_gcs.py:15:12 Cannot resolve imported module `google.cloud.storage`
optuna unresolved-import optuna/importance/_fanova/_fanova.py:28:10 Cannot resolve imported module `sklearn.ensemble`
optuna unresolved-import optuna/importance/_fanova/_tree.py:11:12 Cannot resolve imported module `sklearn.tree`
optuna invalid-return-type optuna/importance/_fanova/_tree.py:45:16 Return type does not match returned value: expected `int | float`, found `(Unknown & ~None) | floating[Any]`
optuna invalid-return-type optuna/importance/_fanova/_tree.py:78:16 Return type does not match returned value: expected `int | float`, found `floating[Any]`
optuna invalid-return-type optuna/importance/_fanova/_tree.py:142:16 Return type does not match returned value: expected `tuple[int | float, int | float]`, found `tuple[floating[Any], Unknown]`
optuna invalid-return-type optuna/importance/_fanova/_tree.py:306:12 Return type does not match returned value: expected `int | float`, found `signedinteger[Unknown]`
optuna unresolved-import optuna/importance/_mean_decrease_impurity.py:21:10 Cannot resolve imported module `sklearn.ensemble`
optuna invalid-argument-type optuna/importance/_ped_anova/evaluator.py:210:47 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[int | float] | None`
optuna invalid-return-type optuna/importance/_ped_anova/scott_parzen_estimator.py:110:12 Return type does not match returned value: expected `tuple[int, ndarray[Unknown, dtype[Any]]]`, found `tuple[Unknown, signedinteger[Unknown]]`
optuna unresolved-import optuna/integration/allennlp/__init__.py:5:10 Cannot resolve imported module `optuna_integration.allennlp._dump_best_config`
optuna unresolved-import optuna/integration/allennlp/__init__.py:6:10 Cannot resolve imported module `optuna_integration.allennlp._executor`
optuna unresolved-import optuna/integration/allennlp/__init__.py:7:10 Cannot resolve imported module `optuna_integration.allennlp._pruner`
optuna unresolved-import optuna/integration/botorch.py:5:10 Cannot resolve imported module `optuna_integration`
optuna unresolved-import optuna/integration/catboost.py:5:10 Cannot resolve imported module `optuna_integration.catboost`
optuna unresolved-import optuna/integration/chainer.py:5:10 Cannot resolve imported module `optuna_integration.chainer`
optuna unresolved-import optuna/integration/chainermn.py:5:10 Cannot resolve imported module `optuna_integration.chainermn`
optuna unresolved-import optuna/integration/cma.py:5:10 Cannot resolve imported module `optuna_integration.cma`
optuna unresolved-import optuna/integration/dask.py:5:10 Cannot resolve imported module `optuna_integration.dask`
optuna unresolved-import optuna/integration/fastaiv2.py:5:10 Cannot resolve imported module `optuna_integration.fastaiv2`
optuna unresolved-import optuna/integration/fastaiv2.py:6:10 Cannot resolve imported module `optuna_integration.fastaiv2`
optuna unresolved-import optuna/integration/keras.py:5:10 Cannot resolve imported module `optuna_integration.keras`
optuna unresolved-import optuna/integration/lightgbm.py:11:12 Cannot resolve imported module `optuna_integration.lightgbm`
optuna unresolved-import optuna/integration/lightgbm.py:18:10 Cannot resolve imported module `optuna.integration.lightgbm_tuner`
optuna unresolved-import optuna/integration/lightgbm.py:19:10 Cannot resolve imported module `optuna.integration.lightgbm_tuner`
optuna unresolved-import optuna/integration/lightgbm.py:20:10 Cannot resolve imported module `optuna.integration.lightgbm_tuner`
optuna unresolved-import optuna/integration/lightgbm.py:21:10 Cannot resolve imported module `optuna.integration.lightgbm_tuner`
optuna unresolved-import optuna/integration/mlflow.py:5:10 Cannot resolve imported module `optuna_integration.mlflow`
optuna unresolved-import optuna/integration/mxnet.py:5:10 Cannot resolve imported module `optuna_integration.mxnet`
optuna unresolved-import optuna/integration/pytorch_distributed.py:5:10 Cannot resolve imported module `optuna_integration.pytorch_distributed`
optuna unresolved-import optuna/integration/pytorch_ignite.py:5:10 Cannot resolve imported module `optuna_integration.pytorch_ignite`
optuna unresolved-import optuna/integration/pytorch_lightning.py:5:10 Cannot resolve imported module `optuna_integration.pytorch_lightning`
optuna unresolved-import optuna/integration/shap.py:5:10 Cannot resolve imported module `optuna_integration.shap`
optuna unresolved-import optuna/integration/sklearn.py:5:10 Cannot resolve imported module `optuna_integration.sklearn`
optuna unresolved-import optuna/integration/skorch.py:5:10 Cannot resolve imported module `optuna_integration.skorch`
optuna unresolved-import optuna/integration/tensorboard.py:5:10 Cannot resolve imported module `optuna_integration.tensorboard`
optuna unresolved-import optuna/integration/tensorflow.py:5:10 Cannot resolve imported module `optuna_integration.tensorflow`
optuna unresolved-import optuna/integration/tfkeras.py:5:10 Cannot resolve imported module `optuna_integration.tfkeras`
optuna unresolved-import optuna/integration/wandb.py:5:10 Cannot resolve imported module `optuna_integration.wandb`
optuna unresolved-import optuna/integration/xgboost.py:5:10 Cannot resolve imported module `optuna_integration.xgboost`
optuna unresolved-import optuna/logging.py:14:8 Cannot resolve imported module `colorlog`
optuna division-by-zero optuna/pruners/_hyperband.py:252:13 Cannot reduce object of type `int` modulo zero
optuna unused-ignore-comment optuna/pruners/_hyperband.py:316:53 Unused blanket `type: ignore` directive
optuna unresolved-import optuna/pruners/_wilcoxon.py:18:12 Cannot resolve imported module `scipy.stats`
optuna unresolved-import optuna/samplers/_cmaes.py:34:12 Cannot resolve imported module `cmaes`
optuna unresolved-import optuna/samplers/_gp/sampler.py:26:12 Cannot resolve imported module `torch`
optuna unused-ignore-comment optuna/samplers/_grid.py:124:49 Unused blanket `type: ignore` directive
optuna invalid-argument-type optuna/samplers/nsgaii/_elite_population_selection_strategy.py:83:24 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[int | float] | None`
optuna non-subscriptable optuna/samplers/nsgaii/_elite_population_selection_strategy.py:88:12 Cannot subscript object of type `None` with no `__getitem__` method
optuna non-subscriptable optuna/samplers/nsgaii/_elite_population_selection_strategy.py:88:39 Cannot subscript object of type `None` with no `__getitem__` method
optuna non-subscriptable optuna/samplers/nsgaii/_elite_population_selection_strategy.py:91:33 Cannot subscript object of type `None` with no `__getitem__` method
optuna unresolved-import optuna/storages/_grpc/auto_generated/api_pb2.py:7:6 Cannot resolve imported module `google.protobuf`
optuna unresolved-import optuna/storages/_grpc/auto_generated/api_pb2.py:8:6 Cannot resolve imported module `google.protobuf`
optuna unresolved-import optuna/storages/_grpc/auto_generated/api_pb2.py:9:6 Cannot resolve imported module `google.protobuf`
optuna unresolved-import optuna/storages/_grpc/auto_generated/api_pb2.py:10:6 Cannot resolve imported module `google.protobuf`
optuna unresolved-import optuna/storages/_grpc/auto_generated/api_pb2.py:11:6 Cannot resolve imported module `google.protobuf.internal`
optuna unresolved-import optuna/storages/_grpc/auto_generated/api_pb2.pyi:21:8 Cannot resolve imported module `google.protobuf.descriptor`
optuna unresolved-import optuna/storages/_grpc/auto_generated/api_pb2.pyi:22:8 Cannot resolve imported module `google.protobuf.internal.containers`
optuna unresolved-import optuna/storages/_grpc/auto_generated/api_pb2.pyi:23:8 Cannot resolve imported module `google.protobuf.internal.enum_type_wrapper`
optuna unresolved-import optuna/storages/_grpc/auto_generated/api_pb2.pyi:24:8 Cannot resolve imported module `google.protobuf.message`
optuna unresolved-import optuna/storages/_grpc/auto_generated/api_pb2_grpc.py:3:8 Cannot resolve imported module `grpc`
optuna unresolved-import optuna/storages/_grpc/auto_generated/api_pb2_grpc.py:13:10 Cannot resolve imported module `grpc._utilities`
optuna unresolved-import optuna/storages/_grpc/client.py:27:12 Cannot resolve imported module `grpc`
optuna unresolved-import optuna/storages/_grpc/server.py:13:12 Cannot resolve imported module `grpc`
optuna unresolved-import optuna/storages/_grpc/servicer.py:21:12 Cannot resolve imported module `grpc`
optuna possibly-unresolved-reference optuna/storages/_grpc/servicer.py:55:53 Name `study_id` used when possibly not defined
optuna possibly-unresolved-reference optuna/storages/_grpc/servicer.py:104:57 Name `study_id` used when possibly not defined
optuna possibly-unresolved-reference optuna/storages/_grpc/servicer.py:117:16 Name `name` used when possibly not defined
optuna possibly-unresolved-reference optuna/storages/_grpc/servicer.py:118:59 Name `name` used when possibly not defined
optuna possibly-unresolved-reference optuna/storages/_grpc/servicer.py:132:16 Name `directions` used when possibly not defined
optuna possibly-unresolved-reference optuna/storages/_grpc/servicer.py:136:26 Name `directions` used when possibly not defined
optuna possibly-unresolved-reference optuna/storages/_grpc/servicer.py:150:71 Name `attributes` used when possibly not defined
optuna possibly-unresolved-reference optuna/storages/_grpc/servicer.py:163:73 Name `attributes` used when possibly not defined
optuna possibly-unresolved-reference optuna/storages/_grpc/servicer.py:208:53 Name `trial_id` used when possibly not defined
optuna possibly-unresolved-reference optuna/storages/_grpc/servicer.py:243:71 Name `trial_id` used when possibly not defined
optuna possibly-unresolved-reference optuna/storages/_grpc/servicer.py:261:63 Name `trial_updated` used when possibly not defined
optuna possibly-unresolved-reference optuna/storages/_grpc/servicer.py:322:60 Name `trial` used when possibly not defined
optuna possibly-unresolved-reference optuna/storages/_grpc/servicer.py:339:22 Name `trials` used when possibly not defined
optuna invalid-argument-type optuna/storages/_rdb/alembic/env.py:19:16 Argument to function `fileConfig` is incorrect: Expected `str | bytes | PathLike[str] | ... omitted 3 union elements`, found `str | None`
optuna invalid-argument-type optuna/storages/_rdb/alembic/env.py:62:9 Argument to function `engine_from_config` is incorrect: Expected `dict[str, Any]`, found `dict[str, str] | None`
optuna invalid-argument-type optuna/storages/_rdb/alembic/versions/v1.3.0.a.py:65:38 Argument to bound method `bulk_update_mappings` is incorrect: Expected `Mapper[Any]`, found `<class 'TrialModel'>`
optuna invalid-argument-type optuna/storages/_rdb/alembic/versions/v2.4.0.a.py:181:42 Argument to bound method `drop_constraint` is incorrect: Expected `str`, found `str | None`
optuna invalid-argument-type optuna/storages/_rdb/alembic/versions/v3.0.0.a.py:159:17 Argument to function `migrate_new_distribution` is incorrect: Expected `str`, found `Unknown | Column[str]`
optuna invalid-argument-type optuna/storages/_rdb/alembic/versions/v3.0.0.a.py:188:17 Argument to function `restore_old_distribution` is incorrect: Expected `str`, found `Unknown | Column[str]`
optuna invalid-argument-type optuna/storages/_rdb/alembic/versions/v3.0.0.c.py:140:38 Argument to bound method `bulk_update_mappings` is incorrect: Expected `Mapper[Any]`, found `<class 'IntermediateValueModel'>`
optuna invalid-argument-type optuna/storages/_rdb/alembic/versions/v3.0.0.c.py:180:38 Argument to bound method `bulk_update_mappings` is incorrect: Expected `Mapper[Any]`, found `<class 'IntermediateValueModel'>`
optuna invalid-argument-type optuna/storages/_rdb/alembic/versions/v3.0.0.d.py:145:38 Argument to bound method `bulk_update_mappings` is incorrect: Expected `Mapper[Any]`, found `<class 'TrialValueModel'>`
optuna invalid-argument-type optuna/storages/_rdb/alembic/versions/v3.0.0.d.py:177:38 Argument to bound method `bulk_update_mappings` is incorrect: Expected `Mapper[Any]`, found `<class 'TrialValueModel'>`
optuna unused-ignore-comment optuna/storages/_rdb/models.py:38:47 Unused blanket `type: ignore` directive
optuna invalid-return-type optuna/storages/_rdb/storage.py:344:16 Return type does not match returned value: expected `int`, found `Unknown | Column[Unknown]`
optuna invalid-return-type optuna/storages/_rdb/storage.py:351:16 Return type does not match returned value: expected `str`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type optuna/storages/_rdb/storage.py:365:48 Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | Column[Unknown]`
optuna invalid-return-type optuna/storages/_rdb/storage.py:367:16 Return type does not match returned value: expected `dict[str, Any]`, found `dict[Unknown | Column[Unknown], Any]`
optuna invalid-argument-type optuna/storages/_rdb/storage.py:374:50 Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | Column[Unknown]`
optuna invalid-return-type optuna/storages/_rdb/storage.py:376:16 Return type does not match returned value: expected `dict[str, Any]`, found `dict[Unknown | Column[Unknown], Any]`
optuna invalid-argument-type optuna/storages/_rdb/storage.py:384:48 Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | Column[Unknown]`
optuna invalid-return-type optuna/storages/_rdb/storage.py:386:16 Return type does not match returned value: expected `dict[str, Any]`, found `dict[Unknown | Column[Unknown], Any]`
optuna invalid-argument-type optuna/storages/_rdb/storage.py:394:50 Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | Column[Unknown]`
optuna invalid-return-type optuna/storages/_rdb/storage.py:396:16 Return type does not match returned value: expected `dict[str, Any]`, found `dict[Unknown | Column[Unknown], Any]`
optuna invalid-assignment optuna/storages/_rdb/storage.py:463:17 Object of type `Unknown | Column[Unknown]` is not assignable to attribute `number` on type `FrozenTrial & ~AlwaysFalsy`
optuna invalid-assignment optuna/storages/_rdb/storage.py:464:17 Object of type `Unknown | Column[Unknown]` is not assignable to attribute `datetime_start` on type `FrozenTrial & ~AlwaysFalsy`
optuna invalid-argument-type optuna/storages/_rdb/storage.py:468:17 Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type optuna/storages/_rdb/storage.py:469:17 Argument to bound method `__init__` is incorrect: Expected `TrialState`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type optuna/storages/_rdb/storage.py:472:17 Argument to bound method `__init__` is incorrect: Expected `datetime | None`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type optuna/storages/_rdb/storage.py:479:17 Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type optuna/storages/_rdb/storage.py:554:30 Argument to bound method `_set_trial_param_without_commit` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type optuna/storages/_rdb/storage.py:559:62 Argument to bound method `_set_trial_attr_without_commit` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type optuna/storages/_rdb/storage.py:564:64 Argument to bound method `_set_trial_attr_without_commit` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type optuna/storages/_rdb/storage.py:569:30 Argument to bound method `_set_trial_intermediate_value_without_commit` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type optuna/storages/_rdb/storage.py:616:49 Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Unknown | Column[Unknown]`
optuna invalid-return-type optuna/storages/_rdb/storage.py:651:16 Return type does not match returned value: expected `int | float`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type optuna/storages/_rdb/storage.py:659:57 Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type optuna/storages/_rdb/storage.py:686:39 Argument to bound method `check_trial_is_updatable` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type optuna/storages/_rdb/storage.py:686:55 Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type optuna/storages/_rdb/storage.py:718:49 Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type optuna/storages/_rdb/storage.py:770:49 Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type optuna/storages/_rdb/storage.py:922:13 Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type optuna/storages/_rdb/storage.py:923:13 Argument to bound method `__init__` is incorrect: Expected `TrialState`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type optuna/storages/_rdb/storage.py:926:13 Argument to bound method `__init__` is incorrect: Expected `datetime | None`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type optuna/storages/_rdb/storage.py:927:13 Argument to bound method `__init__` is incorrect: Expected `datetime | None`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type optuna/storages/_rdb/storage.py:948:13 Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
optuna invalid-return-type optuna/storages/_rdb/storage.py:1204:20 Return type does not match returned value: expected `bool`, found `Unknown | ColumnElement[bool]`
optuna unused-ignore-comment optuna/storages/journal/_redis.py:80:36 Unused blanket `type: ignore` directive
optuna unresolved-import optuna/study/_dataframe.py:13:12 Cannot resolve imported module `pandas`
optuna possibly-missing-attribute optuna/study/_dataframe.py:94:7 Attribute `DataFrame` may be missing on object of type `Unknown | <class 'object'>`
optuna invalid-argument-type optuna/study/_multi_objective.py:31:16 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[int | float] | None`
optuna invalid-argument-type optuna/study/_multi_objective.py:37:50 Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[int | float] | None`
optuna invalid-assignment optuna/study/_tell.py:121:18 Object of type `(int & Sequence[object]) | (float & Sequence[object]) | Sequence[int | float]` is not assignable to `Sequence[int | float] | None`
optuna invalid-argument-type optuna/study/study.py:496:13 Argument to function `_optimize` is incorrect: Expected `tuple[type[Exception], ...]`, found `tuple[object, ...]`
optuna unresolved-import optuna/terminator/improvement/emmr.py:22:12 Cannot resolve imported module `scipy.stats`
optuna unresolved-import optuna/terminator/improvement/emmr.py:23:12 Cannot resolve imported module `torch`
optuna unresolved-import optuna/testing/storages.py:16:8 Cannot resolve imported module `fakeredis`
optuna unresolved-import optuna/testing/storages.py:26:12 Cannot resolve imported module `grpc`
optuna possibly-missing-import optuna/visualization/_contour.py:30:45 Member `COLOR_SCALE` of module `optuna.visualization._utils` may be missing
optuna unused-ignore-comment optuna/visualization/_intermediate_values.py:93:95 Unused blanket `type: ignore` directive
optuna possibly-missing-import optuna/visualization/_parallel_coordinate.py:28:45 Member `COLOR_SCALE` of module `optuna.visualization._utils` may be missing
optuna invalid-return-type optuna/visualization/_pareto_front.py:332:12 Return type does not match returned value: expected `Sequence[int | float]`, found `Unknown | list[int | float] | None`
optuna unresolved-import optuna/visualization/_plotly_imports.py:7:12 Cannot resolve imported module `plotly`
optuna unresolved-import optuna/visualization/_plotly_imports.py:8:10 Cannot resolve imported module `plotly`
optuna unresolved-import optuna/visualization/_plotly_imports.py:9:12 Cannot resolve imported module `plotly.graph_objects`
optuna unresolved-import optuna/visualization/_plotly_imports.py:10:10 Cannot resolve imported module `plotly.graph_objects`
optuna unresolved-import optuna/visualization/_plotly_imports.py:11:10 Cannot resolve imported module `plotly.graph_objects`
optuna unresolved-import optuna/visualization/_plotly_imports.py:12:10 Cannot resolve imported module `plotly.subplots`
optuna invalid-argument-type optuna/visualization/_rank.py:268:68 Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[int | float] | None`
optuna non-subscriptable optuna/visualization/_rank.py:299:32 Cannot subscript object of type `floating[Any]` with no `__getitem__` method
optuna invalid-argument-type optuna/visualization/_rank.py:299:67 Argument to function `len` is incorrect: Expected `Sized`, found `floating[Any]`
optuna possibly-missing-import optuna/visualization/_slice.py:25:45 Member `COLOR_SCALE` of module `optuna.visualization._utils` may be missing
optuna unresolved-import optuna/visualization/_utils.py:44:12 Cannot resolve imported module `plotly.colors`
optuna unresolved-import optuna/visualization/matplotlib/_contour.py:21:12 Cannot resolve imported module `scipy`
optuna unresolved-import optuna/visualization/matplotlib/_matplotlib_imports.py:8:12 Cannot resolve imported module `matplotlib`
optuna unresolved-import optuna/visualization/matplotlib/_matplotlib_imports.py:9:10 Cannot resolve imported module `matplotlib`
optuna unresolved-import optuna/visualization/matplotlib/_matplotlib_imports.py:10:10 Cannot resolve imported module `matplotlib`
optuna unresolved-import optuna/visualization/matplotlib/_matplotlib_imports.py:11:10 Cannot resolve imported module `matplotlib.axes._axes`
optuna unresolved-import optuna/visualization/matplotlib/_matplotlib_imports.py:12:10 Cannot resolve imported module `matplotlib.collections`
optuna unresolved-import optuna/visualization/matplotlib/_matplotlib_imports.py:13:10 Cannot resolve imported module `matplotlib.collections`
optuna unresolved-import optuna/visualization/matplotlib/_matplotlib_imports.py:14:10 Cannot resolve imported module `matplotlib.colors`
optuna unresolved-import optuna/visualization/matplotlib/_matplotlib_imports.py:15:10 Cannot resolve imported module `matplotlib.contour`
optuna unresolved-import optuna/visualization/matplotlib/_matplotlib_imports.py:16:10 Cannot resolve imported module `matplotlib.dates`
optuna unresolved-import optuna/visualization/matplotlib/_matplotlib_imports.py:17:10 Cannot resolve imported module `matplotlib.figure`
optuna unresolved-import optuna/visualization/matplotlib/_matplotlib_imports.py:18:10 Cannot resolve imported module `mpl_toolkits.mplot3d.axes3d`
optuna possibly-unresolved-reference optuna/visualization/matplotlib/_rank.py:95:5 Name `pc` used when possibly not defined
optuna possibly-unresolved-reference optuna/visualization/matplotlib/_rank.py:96:25 Name `pc` used when possibly not defined
optuna unused-ignore-comment optuna/visualization/matplotlib/_rank.py:100:41 Unused blanket `type: ignore` directive
optuna possibly-unresolved-reference optuna/visualization/matplotlib/_slice.py:97:25 Name `sc` used when possibly not defined
optuna unused-ignore-comment optuna/visualization/matplotlib/_timeline.py:85:59 Unused blanket `type: ignore` directive
optuna unused-ignore-comment optuna/visualization/matplotlib/_timeline.py:86:45 Unused blanket `type: ignore` directive
optuna unused-ignore-comment optuna/visualization/matplotlib/_timeline.py:107:45 Unused blanket `type: ignore` directive
optuna unused-ignore-comment optuna/visualization/matplotlib/_timeline.py:108:42 Unused blanket `type: ignore` directive
optuna unused-ignore-comment optuna/visualization/matplotlib/_timeline.py:111:62 Unused blanket `type: ignore` directive
optuna unresolved-import tests/artifacts_tests/test_boto3.py:6:8 Cannot resolve imported module `boto3`
optuna unresolved-import tests/artifacts_tests/test_boto3.py:7:6 Cannot resolve imported module `moto`
optuna unresolved-import tests/artifacts_tests/test_boto3.py:8:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/artifacts_tests/test_boto3.py:18:10 Cannot resolve imported module `mypy_boto3_s3`
optuna unresolved-import tests/artifacts_tests/test_download_artifact.py:5:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/artifacts_tests/test_filesystem.py:4:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/artifacts_tests/test_gcs.py:9:8 Cannot resolve imported module `google.cloud.storage`
optuna unresolved-import tests/artifacts_tests/test_gcs.py:10:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/artifacts_tests/test_list_artifact_meta.py:5:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/artifacts_tests/test_upload_artifact.py:5:8 Cannot resolve imported module `pytest`
optuna unused-ignore-comment tests/artifacts_tests/test_upload_artifact.py:123:74 Unused blanket `type: ignore` directive
optuna unused-ignore-comment tests/artifacts_tests/test_upload_artifact.py:127:21 Unused blanket `type: ignore` directive
optuna unused-ignore-comment tests/artifacts_tests/test_upload_artifact.py:134:21 Unused blanket `type: ignore` directive
optuna unresolved-import tests/gp_tests/test_acqf.py:4:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/gp_tests/test_acqf.py:5:8 Cannot resolve imported module `torch`
optuna unused-ignore-comment tests/gp_tests/test_acqf.py:17:34 Unused blanket `type: ignore` directive
optuna invalid-argument-type tests/gp_tests/test_acqf.py:72:23 Argument to bound method `update` is incorrect: Expected `GPRegressor | SearchSpace`, found `float`
optuna unresolved-import tests/gp_tests/test_batched_lbfgsb.py:9:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/gp_tests/test_batched_lbfgsb.py:10:6 Cannot resolve imported module `scipy.optimize`
optuna unresolved-import tests/gp_tests/test_gp.py:4:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/gp_tests/test_gp.py:5:8 Cannot resolve imported module `torch`
optuna unresolved-import tests/gp_tests/test_search_space.py:4:8 Cannot resolve imported module `pytest`
optuna invalid-argument-type tests/gp_tests/test_search_space.py:108:13 Argument to function `_unnormalize_one_param` is incorrect: Expected `_ScaleType`, found `Unknown | ndarray[Unknown, Unknown]`
optuna unresolved-import tests/hypervolume_tests/test_box_decomposition.py:6:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/hypervolume_tests/test_hssp.py:7:8 Cannot resolve imported module `pytest`
optuna possibly-missing-attribute tests/hypervolume_tests/test_hssp.py:16:14 Submodule `_hypervolume` may not be available as an attribute on module `optuna`
optuna possibly-missing-attribute tests/hypervolume_tests/test_hssp.py:19:15 Submodule `_hypervolume` may not be available as an attribute on module `optuna`
optuna possibly-missing-attribute tests/hypervolume_tests/test_hssp.py:22:14 Submodule `_hypervolume` may not be available as an attribute on module `optuna`
optuna possibly-missing-attribute tests/hypervolume_tests/test_hssp.py:59:11 Submodule `_hypervolume` may not be available as an attribute on module `optuna`
optuna unresolved-import tests/hypervolume_tests/test_wfg.py:2:8 Cannot resolve imported module `pytest`
optuna possibly-missing-attribute tests/hypervolume_tests/test_wfg.py:12:20 Submodule `_multi_objective` may not be available as an attribute on module `optuna.study`
optuna possibly-missing-attribute tests/hypervolume_tests/test_wfg.py:27:12 Submodule `_hypervolume` may not be available as an attribute on module `optuna`
optuna possibly-missing-attribute tests/hypervolume_tests/test_wfg.py:43:9 Submodule `_hypervolume` may not be available as an attribute on module `optuna`
optuna possibly-missing-attribute tests/hypervolume_tests/test_wfg.py:56:12 Submodule `_hypervolume` may not be available as an attribute on module `optuna`
optuna possibly-missing-attribute tests/hypervolume_tests/test_wfg.py:56:57 Submodule `_hypervolume` may not be available as an attribute on module `optuna`
optuna possibly-missing-attribute tests/hypervolume_tests/test_wfg.py:66:12 Submodule `_hypervolume` may not be available as an attribute on module `optuna`
optuna possibly-missing-attribute tests/hypervolume_tests/test_wfg.py:74:12 Submodule `_hypervolume` may not be available as an attribute on module `optuna`
optuna possibly-missing-attribute tests/hypervolume_tests/test_wfg.py:84:9 Submodule `_hypervolume` may not be available as an attribute on module `optuna`
optuna possibly-missing-attribute tests/hypervolume_tests/test_wfg.py:93:20 Submodule `_hypervolume` may not be available as an attribute on module `optuna`
optuna possibly-missing-attribute tests/hypervolume_tests/test_wfg.py:96:12 Submodule `_hypervolume` may not be available as an attribute on module `optuna`
optuna possibly-missing-attribute tests/hypervolume_tests/test_wfg.py:103:13 Submodule `_hypervolume` may not be available as an attribute on module `optuna`
optuna possibly-missing-attribute tests/hypervolume_tests/test_wfg.py:109:12 Submodule `_hypervolume` may not be available as an attribute on module `optuna`
optuna unresolved-import tests/importance_tests/fanova_tests/test_tree.py:7:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/importance_tests/pedanova_tests/test_evaluator.py:7:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/importance_tests/pedanova_tests/test_scott_parzen_estimator.py:6:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/importance_tests/test_importance_evaluators.py:3:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/importance_tests/test_init.py:7:8 Cannot resolve imported module `pytest`
optuna possibly-unresolved-reference tests/importance_tests/test_init.py:47:22 Name `x7` used when possibly not defined
optuna possibly-unresolved-reference tests/importance_tests/test_init.py:75:22 Name `x7` used when possibly not defined
optuna possibly-unresolved-reference tests/importance_tests/test_init.py:120:22 Name `x4` used when possibly not defined
optuna possibly-unresolved-reference tests/importance_tests/test_init.py:168:22 Name `x4` used when possibly not defined
optuna unresolved-import tests/pruners_tests/test_hyperband.py:6:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/pruners_tests/test_median.py:3:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/pruners_tests/test_patient.py:3:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/pruners_tests/test_percentile.py:6:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/pruners_tests/test_successive_halving.py:3:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/pruners_tests/test_threshold.py:1:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/pruners_tests/test_wilcoxon.py:3:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/samplers_tests/test_base_gasampler.py:8:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/samplers_tests/test_brute_force.py:4:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/samplers_tests/test_cmaes.py:9:8 Cannot resolve imported module `_pytest.capture`
optuna unresolved-import tests/samplers_tests/test_cmaes.py:10:6 Cannot resolve imported module `cmaes`
optuna unresolved-import tests/samplers_tests/test_cmaes.py:11:6 Cannot resolve imported module `cmaes`
optuna unresolved-import tests/samplers_tests/test_cmaes.py:12:6 Cannot resolve imported module `cmaes`
optuna unresolved-import tests/samplers_tests/test_cmaes.py:14:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/samplers_tests/test_gp.py:8:6 Cannot resolve imported module `_pytest.logging`
optuna unresolved-import tests/samplers_tests/test_gp.py:10:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/samplers_tests/test_grid.py:9:8 Cannot resolve imported module `pytest`
optuna unused-ignore-comment tests/samplers_tests/test_grid.py:56:78 Unused blanket `type: ignore` directive
optuna unused-ignore-comment tests/samplers_tests/test_grid.py:68:78 Unused blanket `type: ignore` directive
optuna unresolved-import tests/samplers_tests/test_nsgaii.py:14:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/samplers_tests/test_nsgaiii.py:10:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/samplers_tests/test_partial_fixed.py:4:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/samplers_tests/test_qmc.py:9:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/samplers_tests/test_samplers.py:13:6 Cannot resolve imported module `_pytest.fixtures`
optuna unresolved-import tests/samplers_tests/test_samplers.py:14:6 Cannot resolve imported module `_pytest.mark.structures`
optuna unresolved-import tests/samplers_tests/test_samplers.py:16:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/samplers_tests/tpe_tests/test_multi_objective_sampler.py:9:8 Cannot resolve imported module `pytest`
optuna possibly-missing-attribute tests/samplers_tests/tpe_tests/test_multi_objective_sampler.py:327:34 Submodule `sampler` may not be available as an attribute on module `optuna.samplers._tpe`
optuna possibly-missing-attribute tests/samplers_tests/tpe_tests/test_multi_objective_sampler.py:338:12 Submodule `sampler` may not be available as an attribute on module `optuna.samplers._tpe`
optuna possibly-missing-attribute tests/samplers_tests/tpe_tests/test_multi_objective_sampler.py:344:21 Submodule `sampler` may not be available as an attribute on module `optuna.samplers._tpe`
optuna possibly-missing-attribute tests/samplers_tests/tpe_tests/test_multi_objective_sampler.py:351:21 Submodule `sampler` may not be available as an attribute on module `optuna.samplers._tpe`
optuna possibly-missing-attribute tests/samplers_tests/tpe_tests/test_multi_objective_sampler.py:362:21 Submodule `sampler` may not be available as an attribute on module `optuna.samplers._tpe`
optuna possibly-missing-attribute tests/samplers_tests/tpe_tests/test_multi_objective_sampler.py:376:21 Submodule `sampler` may not be available as an attribute on module `optuna.samplers._tpe`
optuna possibly-missing-attribute tests/samplers_tests/tpe_tests/test_multi_objective_sampler.py:390:21 Submodule `sampler` may not be available as an attribute on module `optuna.samplers._tpe`
optuna possibly-missing-attribute tests/samplers_tests/tpe_tests/test_multi_objective_sampler.py:405:21 Submodule `sampler` may not be available as an attribute on module `optuna.samplers._tpe`
optuna possibly-missing-attribute tests/samplers_tests/tpe_tests/test_multi_objective_sampler.py:422:21 Submodule `sampler` may not be available as an attribute on module `optuna.samplers._tpe`
optuna possibly-missing-attribute tests/samplers_tests/tpe_tests/test_multi_objective_sampler.py:439:21 Submodule `sampler` may not be available as an attribute on module `optuna.samplers._tpe`
optuna possibly-missing-attribute tests/samplers_tests/tpe_tests/test_multi_objective_sampler.py:454:21 Submodule `sampler` may not be available as an attribute on module `optuna.samplers._tpe`
optuna possibly-missing-attribute tests/samplers_tests/tpe_tests/test_multi_objective_sampler.py:460:32 Submodule `sampler` may not be available as an attribute on module `optuna.samplers._tpe`
optuna possibly-missing-attribute tests/samplers_tests/tpe_tests/test_multi_objective_sampler.py:461:32 Submodule `sampler` may not be available as an attribute on module `optuna.samplers._tpe`
optuna unresolved-import tests/samplers_tests/tpe_tests/test_parzen_estimator.py:6:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/samplers_tests/tpe_tests/test_sampler.py:9:8 Cannot resolve imported module `_pytest.capture`
optuna unresolved-import tests/samplers_tests/tpe_tests/test_sampler.py:11:8 Cannot resolve imported module `pytest`
optuna possibly-unresolved-reference tests/samplers_tests/tpe_tests/test_sampler.py:406:59 Name `trial` used when possibly not defined
optuna possibly-missing-attribute tests/samplers_tests/tpe_tests/test_sampler.py:795:38 Submodule `sampler` may not be available as an attribute on module `optuna.samplers._tpe`
optuna possibly-missing-attribute tests/samplers_tests/tpe_tests/test_sampler.py:855:38 Submodule `sampler` may not be available as an attribute on module `optuna.samplers._tpe`
optuna possibly-missing-attribute tests/samplers_tests/tpe_tests/test_sampler.py:879:38 Submodule `sampler` may not be available as an attribute on module `optuna.samplers._tpe`
optuna possibly-missing-attribute tests/samplers_tests/tpe_tests/test_sampler.py:890:12 Submodule `sampler` may not be available as an attribute on module `optuna.samplers._tpe`
optuna possibly-missing-attribute tests/samplers_tests/tpe_tests/test_sampler.py:917:38 Submodule `sampler` may not be available as an attribute on module `optuna.samplers._tpe`
optuna possibly-missing-attribute tests/samplers_tests/tpe_tests/test_sampler.py:928:12 Submodule `sampler` may not be available as an attribute on module `optuna.samplers._tpe`
optuna possibly-missing-attribute tests/samplers_tests/tpe_tests/test_sampler.py:947:38 Submodule `sampler` may not be available as an attribute on module `optuna.samplers._tpe`
optuna possibly-missing-attribute tests/samplers_tests/tpe_tests/test_sampler.py:953:12 Submodule `sampler` may not be available as an attribute on module `optuna.samplers._tpe`
optuna unresolved-import tests/samplers_tests/tpe_tests/test_truncnorm.py:6:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/samplers_tests/tpe_tests/test_truncnorm.py:7:6 Cannot resolve imported module `scipy.stats`
optuna unresolved-import tests/samplers_tests/tpe_tests/test_truncnorm.py:14:10 Cannot resolve imported module `scipy.special`
optuna unresolved-import tests/samplers_tests/tpe_tests/test_truncnorm.py:15:10 Cannot resolve imported module `scipy.stats._continuous_distns`
optuna unresolved-import tests/search_space_tests/test_group_decomposed.py:1:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/search_space_tests/test_intersection.py:1:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/storages_tests/journal_tests/test_journal.py:13:8 Cannot resolve imported module `_pytest.capture`
optuna unresolved-import tests/storages_tests/journal_tests/test_journal.py:14:6 Cannot resolve imported module `fakeredis`
optuna unresolved-import tests/storages_tests/journal_tests/test_journal.py:15:8 Cannot resolve imported module `pytest`
optuna invalid-context-manager tests/storages_tests/journal_tests/test_journal.py:93:10 Object of type `JournalLogStorageSupplier` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/storages_tests/journal_tests/test_journal.py:109:10 Object of type `JournalLogStorageSupplier` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/storages_tests/journal_tests/test_journal.py:125:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/storages_tests/journal_tests/test_journal.py:221:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/storages_tests/journal_tests/test_journal.py:265:14 Object of type `JournalLogStorageSupplier` cannot be used with `with` because it does not correctly implement `__exit__`
optuna unresolved-import tests/storages_tests/journal_tests/test_log_compatibility.py:3:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/storages_tests/rdb_tests/test_models.py:5:8 Cannot resolve imported module `pytest`
optuna invalid-argument-type tests/storages_tests/rdb_tests/test_models.py:53:60 Argument to bound method `where_study_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type tests/storages_tests/rdb_tests/test_models.py:66:60 Argument to bound method `where_study_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type tests/storages_tests/rdb_tests/test_models.py:71:60 Argument to bound method `where_study_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type tests/storages_tests/rdb_tests/test_models.py:99:66 Argument to bound method `where_study_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type tests/storages_tests/rdb_tests/test_models.py:100:66 Argument to bound method `where_study_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type tests/storages_tests/rdb_tests/test_models.py:301:55 Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type tests/storages_tests/rdb_tests/test_models.py:316:56 Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type tests/storages_tests/rdb_tests/test_models.py:321:56 Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type tests/storages_tests/rdb_tests/test_models.py:357:13 Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type tests/storages_tests/rdb_tests/test_models.py:376:68 Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type tests/storages_tests/rdb_tests/test_models.py:381:68 Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type tests/storages_tests/rdb_tests/test_models.py:399:62 Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type tests/storages_tests/rdb_tests/test_models.py:408:51 Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
optuna invalid-argument-type tests/storages_tests/rdb_tests/test_models.py:413:51 Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
optuna unresolved-import tests/storages_tests/rdb_tests/test_storage.py:16:8 Cannot resolve imported module `pytest`
optuna invalid-context-manager tests/storages_tests/rdb_tests/test_storage.py:86:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/storages_tests/rdb_tests/test_storage.py:95:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/storages_tests/rdb_tests/test_storage.py:99:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/storages_tests/rdb_tests/test_storage.py:103:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna unresolved-import tests/storages_tests/test_cached_storage.py:7:8 Cannot resolve imported module `pytest`
optuna invalid-context-manager tests/storages_tests/test_cached_storage.py:167:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna unresolved-import tests/storages_tests/test_grpc.py:3:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/storages_tests/test_heartbeat.py:11:8 Cannot resolve imported module `pytest`
optuna unused-ignore-comment tests/storages_tests/test_heartbeat.py:74:59 Unused blanket `type: ignore` directive
optuna unused-ignore-comment tests/storages_tests/test_heartbeat.py:245:58 Unused blanket `type: ignore` directive
optuna unresolved-import tests/storages_tests/test_storages.py:13:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/storages_tests/test_with_server.py:12:8 Cannot resolve imported module `pytest`
optuna not-iterable tests/storages_tests/test_with_server.py:86:30 Object of type `bool[bool]` is not iterable
optuna not-iterable tests/storages_tests/test_with_server.py:103:30 Object of type `bool[bool]` is not iterable
optuna unresolved-import tests/study_tests/test_dataframe.py:3:8 Cannot resolve imported module `pandas`
optuna unresolved-import tests/study_tests/test_dataframe.py:4:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/study_tests/test_multi_objective.py:4:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/study_tests/test_optimize.py:7:6 Cannot resolve imported module `_pytest.logging`
optuna unresolved-import tests/study_tests/test_optimize.py:8:8 Cannot resolve imported module `pytest`
optuna unused-ignore-comment tests/study_tests/test_optimize.py:73:82 Unused blanket `type: ignore` directive
optuna unused-ignore-comment tests/study_tests/test_optimize.py:78:86 Unused blanket `type: ignore` directive
optuna unresolved-import tests/study_tests/test_study.py:19:8 Cannot resolve imported module `_pytest.capture`
optuna unresolved-import tests/study_tests/test_study.py:20:8 Cannot resolve imported module `pytest`
optuna unused-ignore-comment tests/study_tests/test_study.py:174:59 Unused blanket `type: ignore` directive
optuna unused-ignore-comment tests/study_tests/test_study.py:699:51 Unused blanket `type: ignore` directive
optuna division-by-zero tests/study_tests/test_study.py:1030:19 Cannot divide object of type `Literal[1]` by zero
optuna division-by-zero tests/study_tests/test_study.py:1043:34 Cannot divide object of type `Literal[1]` by zero
optuna unused-ignore-comment tests/study_tests/test_study.py:1450:39 Unused blanket `type: ignore` directive
optuna unused-ignore-comment tests/study_tests/test_study.py:1520:47 Unused blanket `type: ignore` directive
optuna unused-ignore-comment tests/study_tests/test_study.py:1526:48 Unused blanket `type: ignore` directive
optuna unused-ignore-comment tests/study_tests/test_study.py:1547:66 Unused blanket `type: ignore` directive
optuna unused-ignore-comment tests/study_tests/test_study.py:1588:31 Unused blanket `type: ignore` directive
optuna unused-ignore-comment tests/study_tests/test_study.py:1705:69 Unused blanket `type: ignore` directive
optuna unresolved-import tests/study_tests/test_study_summary.py:3:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/terminator_tests/improvement_tests/test_emmr_evaluator.py:7:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/terminator_tests/improvement_tests/test_evaluator.py:1:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/terminator_tests/test_erroreval.py:5:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/terminator_tests/test_median_erroreval.py:4:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/terminator_tests/test_terminator.py:3:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/test_cli.py:16:8 Cannot resolve imported module `fakeredis`
optuna unresolved-import tests/test_cli.py:18:6 Cannot resolve imported module `pandas`
optuna unresolved-import tests/test_cli.py:19:6 Cannot resolve imported module `pandas`
optuna unresolved-import tests/test_cli.py:20:8 Cannot resolve imported module `pytest`
optuna invalid-context-manager tests/test_cli.py:122:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/test_cli.py:140:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/test_cli.py:165:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/test_cli.py:184:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/test_cli.py:206:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/test_cli.py:258:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/test_cli.py:283:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/test_cli.py:315:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/test_cli.py:376:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/test_cli.py:443:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/test_cli.py:534:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/test_cli.py:614:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/test_cli.py:690:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/test_cli.py:771:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/test_cli.py:844:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/test_cli.py:929:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/test_cli.py:1007:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/test_cli.py:1155:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-argument-type tests/test_cli.py:1194:20 Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["number"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
optuna invalid-argument-type tests/test_cli.py:1195:25 Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["params"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
optuna invalid-argument-type tests/test_cli.py:1196:20 Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["params"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
optuna invalid-context-manager tests/test_cli.py:1211:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-argument-type tests/test_cli.py:1249:20 Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["number"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
optuna invalid-argument-type tests/test_cli.py:1250:25 Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["params_x"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
optuna invalid-argument-type tests/test_cli.py:1251:20 Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["params_y"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
optuna invalid-context-manager tests/test_cli.py:1258:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-argument-type tests/test_cli.py:1288:20 Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["number"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
optuna invalid-argument-type tests/test_cli.py:1289:20 Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["params"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
optuna invalid-context-manager tests/test_cli.py:1296:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-argument-type tests/test_cli.py:1325:20 Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["number"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
optuna invalid-context-manager tests/test_cli.py:1336:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/test_cli.py:1365:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/test_cli.py:1407:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/test_cli.py:1449:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/test_cli.py:1532:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna invalid-context-manager tests/test_cli.py:1582:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna unresolved-import tests/test_convert_positional_args.py:5:8 Cannot resolve imported module `pytest`
optuna unresolved-attribute tests/test_convert_positional_args.py:33:12 Object of type `(...) -> Unknown` has no attribute `__name__`
optuna unused-ignore-comment tests/test_convert_positional_args.py:39:48 Unused blanket `type: ignore` directive
optuna unused-ignore-comment tests/test_convert_positional_args.py:60:36 Unused blanket `type: ignore` directive
optuna unused-ignore-comment tests/test_convert_positional_args.py:61:38 Unused blanket `type: ignore` directive
optuna unused-ignore-comment tests/test_convert_positional_args.py:137:38 Unused blanket `type: ignore` directive
optuna unused-ignore-comment tests/test_convert_positional_args.py:141:40 Unused blanket `type: ignore` directive
optuna unresolved-import tests/test_deprecated.py:5:8 Cannot resolve imported module `pytest`
optuna unused-ignore-comment tests/test_deprecated.py:76:33 Unused blanket `type: ignore` directive
optuna unresolved-attribute tests/test_deprecated.py:137:12 Object of type `(...) -> Unknown` has no attribute `__name__`
optuna unresolved-import tests/test_distributions.py:10:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/test_experimental.py:3:8 Cannot resolve imported module `pytest`
optuna unused-ignore-comment tests/test_experimental.py:85:33 Unused blanket `type: ignore` directive
optuna unresolved-import tests/test_imports.py:1:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/test_logging.py:3:8 Cannot resolve imported module `_pytest.capture`
optuna unresolved-import tests/test_logging.py:4:8 Cannot resolve imported module `_pytest.logging`
optuna unresolved-import tests/test_multi_objective.py:5:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/test_transform.py:5:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/trial_tests/test_fixed.py:3:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/trial_tests/test_frozen.py:7:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/trial_tests/test_trial.py:11:8 Cannot resolve imported module `pytest`
optuna unused-ignore-comment tests/trial_tests/test_trial.py:459:60 Unused blanket `type: ignore` directive
optuna unused-ignore-comment tests/trial_tests/test_trial.py:593:30 Unused blanket `type: ignore` directive
optuna unused-ignore-comment tests/trial_tests/test_trial.py:594:29 Unused blanket `type: ignore` directive
optuna unused-ignore-comment tests/trial_tests/test_trial.py:600:32 Unused blanket `type: ignore` directive
optuna unused-ignore-comment tests/trial_tests/test_trial.py:603:33 Unused blanket `type: ignore` directive
optuna unused-ignore-comment tests/trial_tests/test_trial.py:606:37 Unused blanket `type: ignore` directive
optuna unused-ignore-comment tests/trial_tests/test_trial.py:609:34 Unused blanket `type: ignore` directive
optuna unused-ignore-comment tests/trial_tests/test_trial.py:619:31 Unused blanket `type: ignore` directive
optuna unused-ignore-comment tests/trial_tests/test_trial.py:620:39 Unused blanket `type: ignore` directive
optuna unused-ignore-comment tests/trial_tests/test_trial.py:624:36 Unused blanket `type: ignore` directive
optuna unused-ignore-comment tests/trial_tests/test_trial.py:627:37 Unused blanket `type: ignore` directive
optuna unused-ignore-comment tests/trial_tests/test_trial.py:630:41 Unused blanket `type: ignore` directive
optuna invalid-context-manager tests/trial_tests/test_trial.py:690:10 Object of type `NamedTemporaryFilePool` cannot be used with `with` because it does not correctly implement `__exit__`
optuna unresolved-import tests/trial_tests/test_trials.py:7:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/visualization_tests/matplotlib_tests/test_optimization_history.py:5:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/visualization_tests/test_contour.py:9:8 Cannot resolve imported module `pytest`
optuna possibly-missing-import tests/visualization_tests/test_contour.py:25:41 Member `COLOR_SCALE` of module `optuna.visualization._utils` may be missing
optuna unresolved-import tests/visualization_tests/test_edf.py:8:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/visualization_tests/test_hypervolume_history.py:6:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/visualization_tests/test_intermediate_plot.py:8:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/visualization_tests/test_optimization_history.py:8:8 Cannot resolve imported module `pytest`
optuna possibly-unresolved-reference tests/visualization_tests/test_optimization_history.py:287:9 Name `study` used when possibly not defined
optuna possibly-unresolved-reference tests/visualization_tests/test_optimization_history.py:301:9 Name `study` used when possibly not defined
optuna unresolved-import tests/visualization_tests/test_parallel_coordinate.py:9:8 Cannot resolve imported module `pytest`
optuna possibly-missing-import tests/visualization_tests/test_parallel_coordinate.py:25:41 Member `COLOR_SCALE` of module `optuna.visualization._utils` may be missing
optuna unresolved-import tests/visualization_tests/test_param_importances.py:7:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/visualization_tests/test_pareto_front.py:9:8 Cannot resolve imported module `pytest`
optuna possibly-missing-import tests/visualization_tests/test_pareto_front.py:22:41 Member `COLOR_SCALE` of module `optuna.visualization._utils` may be missing
optuna unresolved-import tests/visualization_tests/test_rank.py:9:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/visualization_tests/test_slice.py:8:8 Cannot resolve imported module `pytest`
optuna possibly-missing-import tests/visualization_tests/test_slice.py:23:41 Member `COLOR_SCALE` of module `optuna.visualization._utils` may be missing
optuna unresolved-import tests/visualization_tests/test_terminator_improvement.py:7:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/visualization_tests/test_timeline.py:8:8 Cannot resolve imported module `_pytest.capture`
optuna unresolved-import tests/visualization_tests/test_timeline.py:9:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/visualization_tests/test_utils.py:7:8 Cannot resolve imported module `pytest`
optuna unresolved-import tests/visualization_tests/test_utils.py:8:6 Cannot resolve imported module `pytest`
optuna unresolved-import tests/visualization_tests/test_utils.py:49:16 Cannot resolve imported module `plotly`
optuna non-subscriptable tests/visualization_tests/test_utils.py:131:16 Cannot subscript object of type `None` with no `__getitem__` method
optuna unused-ignore-comment tests/visualization_tests/test_utils.py:177:71 Unused blanket `type: ignore` directive
optuna unresolved-import tests/visualization_tests/test_visualizations.py:6:6 Cannot resolve imported module `matplotlib.axes._axes`
optuna unresolved-import tests/visualization_tests/test_visualizations.py:7:8 Cannot resolve imported module `matplotlib.pyplot`
optuna unresolved-import tests/visualization_tests/test_visualizations.py:8:8 Cannot resolve imported module `plotly.graph_objects`
optuna unresolved-import tests/visualization_tests/test_visualizations.py:9:8 Cannot resolve imported module `pytest`
optuna unresolved-import tutorial/10_key_features/002_configurations.py:55:8 Cannot resolve imported module `sklearn.ensemble`
optuna unresolved-import tutorial/10_key_features/002_configurations.py:56:8 Cannot resolve imported module `sklearn.svm`
optuna unresolved-import tutorial/10_key_features/003_efficient_optimization_algorithms.py:106:8 Cannot resolve imported module `sklearn.datasets`
optuna unresolved-import tutorial/10_key_features/003_efficient_optimization_algorithms.py:107:8 Cannot resolve imported module `sklearn.linear_model`
optuna unresolved-import tutorial/10_key_features/003_efficient_optimization_algorithms.py:108:8 Cannot resolve imported module `sklearn.model_selection`
optuna unresolved-import tutorial/10_key_features/005_visualization.py:51:8 Cannot resolve imported module `torch`
optuna unresolved-import tutorial/10_key_features/005_visualization.py:52:8 Cannot resolve imported module `torch.nn`
optuna unresolved-import tutorial/10_key_features/005_visualization.py:53:8 Cannot resolve imported module `torch.nn.functional`
optuna unresolved-import tutorial/10_key_features/005_visualization.py:54:8 Cannot resolve imported module `torchvision`
optuna possibly-unresolved-reference tutorial/10_key_features/005_visualization.py:159:12 Name `val_accuracy` used when possibly not defined
optuna unresolved-import tutorial/20_recipes/002_multi_objective.py:13:8 Cannot resolve imported module `torch`
optuna unresolved-import tutorial/20_recipes/002_multi_objective.py:14:8 Cannot resolve imported module `torch.nn`
optuna unresolved-import tutorial/20_recipes/002_multi_objective.py:15:8 Cannot resolve imported module `torch.nn.functional`
optuna unresolved-import tutorial/20_recipes/002_multi_objective.py:16:8 Cannot resolve imported module `torchvision`
optuna unresolved-import tutorial/20_recipes/002_multi_objective.py:17:6 Cannot resolve imported module `fvcore.nn`
optuna unresolved-import tutorial/20_recipes/003_attributes.py:18:8 Cannot resolve imported module `sklearn.datasets`
optuna unresolved-import tutorial/20_recipes/003_attributes.py:19:8 Cannot resolve imported module `sklearn.model_selection`
optuna unresolved-import tutorial/20_recipes/003_attributes.py:20:8 Cannot resolve imported module `sklearn.svm`
optuna possibly-missing-attribute tutorial/20_recipes/005_user_defined_sampler.py:87:29 Attribute `params` may be missing on object of type `Unknown | None`
optuna unresolved-import tutorial/20_recipes/006_user_defined_pruner.py:59:6 Cannot resolve imported module `sklearn.datasets`
optuna unresolved-import tutorial/20_recipes/006_user_defined_pruner.py:60:6 Cannot resolve imported module `sklearn.model_selection`
optuna unresolved-import tutorial/20_recipes/006_user_defined_pruner.py:61:6 Cannot resolve imported module `sklearn.linear_model`
optuna unresolved-import tutorial/20_recipes/008_specify_params.py:32:8 Cannot resolve imported module `lightgbm`
optuna unresolved-import tutorial/20_recipes/008_specify_params.py:34:8 Cannot resolve imported module `sklearn.datasets`
optuna unresolved-import tutorial/20_recipes/008_specify_params.py:35:8 Cannot resolve imported module `sklearn.metrics`
optuna unresolved-import tutorial/20_recipes/008_specify_params.py:36:6 Cannot resolve imported module `sklearn.model_selection`
optuna unresolved-import tutorial/20_recipes/009_ask_and_tell.py:25:6 Cannot resolve imported module `sklearn.datasets`
optuna unresolved-import tutorial/20_recipes/009_ask_and_tell.py:26:6 Cannot resolve imported module `sklearn.linear_model`
optuna unresolved-import tutorial/20_recipes/009_ask_and_tell.py:27:6 Cannot resolve imported module `sklearn.model_selection`
optuna unresolved-import tutorial/20_recipes/010_reuse_best_trial.py:26:6 Cannot resolve imported module `sklearn`
optuna unresolved-import tutorial/20_recipes/010_reuse_best_trial.py:27:6 Cannot resolve imported module `sklearn.datasets`
optuna unresolved-import tutorial/20_recipes/010_reuse_best_trial.py:28:6 Cannot resolve imported module `sklearn.linear_model`
optuna unresolved-import tutorial/20_recipes/010_reuse_best_trial.py:29:6 Cannot resolve imported module `sklearn.model_selection`
optuna unresolved-import tutorial/20_recipes/012_artifact_tutorial.py:260:6 Cannot resolve imported module `ase`
optuna unresolved-import tutorial/20_recipes/012_artifact_tutorial.py:261:6 Cannot resolve imported module `ase.build`
optuna unresolved-import tutorial/20_recipes/012_artifact_tutorial.py:262:6 Cannot resolve imported module `ase.calculators.emt`
optuna unresolved-import tutorial/20_recipes/012_artifact_tutorial.py:263:6 Cannot resolve imported module `ase.io`
optuna unresolved-import tutorial/20_recipes/012_artifact_tutorial.py:264:6 Cannot resolve imported module `ase.optimize`
optuna unresolved-import tutorial/20_recipes/013_wilcoxon_pruner.py:62:8 Cannot resolve imported module `plotly.graph_objects`
paroxython invalid-argument-type paroxython/__init__.py:55:31 Argument to function `main` is incorrect: Expected `Source`, found `str`
paroxython possibly-unresolved-reference paroxython/cli_recommend.py:136:22 Name `commands` used when possibly not defined
paroxython possibly-unresolved-reference paroxython/cli_tag.py:67:23 Name `source` used when possibly not defined
paroxython invalid-parameter-default paroxython/list_programs.py:51:33 Default value of type `None` is not assignable to annotated parameter type `Path`
paroxython invalid-assignment paroxython/make_db.py:91:13 Invalid subscript assignment with key of type `ProgramPath` and value of type `dict[Unknown | str, Unknown | Source | dict[LabelName, list[tuple[int, int]]] | dict[TaxonName, list[tuple[int, int]]]]` on object of type `dict[ProgramPath, ProgramRecord]`
paroxython unused-ignore-comment paroxython/parse_program.py:288:28 Unused blanket `type: ignore` directive
paroxython invalid-argument-type paroxython/recommend_programs.py:263:35 Argument to function `cost_bucket` is incorrect: Expected `int`, found `Unknown | int | float`
parso invalid-parameter-default parso/grammar.py:50:15 Default value of type `None` is not assignable to annotated parameter type `str | bytes`
parso invalid-parameter-default parso/grammar.py:53:15 Default value of type `None` is not assignable to annotated parameter type `PathLike[Unknown] | str`
parso invalid-parameter-default parso/grammar.py:54:15 Default value of type `None` is not assignable to annotated parameter type `str`
parso invalid-parameter-default parso/grammar.py:57:15 Default value of type `None` is not assignable to annotated parameter type `PathLike[Unknown] | str`
parso invalid-parameter-default parso/grammar.py:58:15 Default value of type `None` is not assignable to annotated parameter type `FileIO`
parso unused-ignore-comment parso/grammar.py:109:41 Unused blanket `type: ignore` directive
parso unused-ignore-comment parso/grammar.py:116:37 Unused blanket `type: ignore` directive
parso unused-ignore-comment parso/grammar.py:135:41 Unused blanket `type: ignore` directive
parso unused-ignore-comment parso/grammar.py:147:34 Unused blanket `type: ignore` directive
parso unused-ignore-comment parso/grammar.py:163:27 Unused blanket `type: ignore` directive
parso invalid-parameter-default parso/grammar.py:234:21 Default value of type `None` is not assignable to annotated parameter type `str`
parso invalid-parameter-default parso/grammar.py:234:42 Default value of type `None` is not assignable to annotated parameter type `str`
parso unresolved-attribute parso/normalizer.py:56:13 Object of type `type` has no attribute `feed_node`
parso unresolved-attribute parso/normalizer.py:62:13 Object of type `type` has no attribute `feed_node`
parso unresolved-attribute parso/normalizer.py:100:17 Object of type `type[Self@register_rule]` has no attribute `rule_value_classes`
parso unresolved-attribute parso/normalizer.py:102:17 Object of type `type[Self@register_rule]` has no attribute `rule_type_classes`
parso possibly-unresolved-reference parso/parser.py:138:41 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/parser.py:138:53 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/parser.py:138:67 Name `token` used when possibly not defined
parso invalid-assignment parso/pgen2/generator.py:100:9 Cannot assign to a subscript on an object of type `Mapping[str, DFAState[Unknown]]`
parso invalid-assignment parso/pgen2/generator.py:105:17 Cannot assign to a subscript on an object of type `Mapping[str, DFAState[Unknown]]`
parso possibly-unresolved-reference parso/python/diff.py:380:64 Name `from_` used when possibly not defined
parso invalid-argument-type parso/python/diff.py:884:35 Argument to bound method `__init__` is incorrect: Expected `tuple[int, int]`, found `tuple[Unknown | int, ...]`
parso unresolved-reference parso/python/errors.py:208:23 Name `testlist_comp` used when not defined
parso invalid-method-override parso/python/errors.py:557:9 Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
parso invalid-method-override parso/python/errors.py:569:9 Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
parso invalid-method-override parso/python/errors.py:582:9 Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
parso invalid-method-override parso/python/errors.py:604:9 Invalid override of method `get_node`: Definition is incompatible with `Rule.get_node`
parso invalid-method-override parso/python/errors.py:607:9 Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
parso invalid-method-override parso/python/errors.py:617:9 Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
parso invalid-method-override parso/python/errors.py:631:9 Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
parso invalid-method-override parso/python/errors.py:664:9 Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
parso invalid-method-override parso/python/errors.py:680:9 Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
parso invalid-method-override parso/python/errors.py:692:9 Invalid override of method `get_node`: Definition is incompatible with `Rule.get_node`
parso invalid-method-override parso/python/errors.py:695:9 Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
parso possibly-unresolved-reference parso/python/errors.py:861:25 Name `trailer` used when possibly not defined
parso possibly-unresolved-reference parso/python/errors.py:862:25 Name `trailer` used when possibly not defined
parso invalid-method-override parso/python/errors.py:995:9 Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
parso invalid-method-override parso/python/errors.py:1038:9 Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
parso invalid-method-override parso/python/errors.py:1232:9 Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
parso invalid-method-override parso/python/errors.py:1238:9 Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
parso invalid-method-override parso/python/errors.py:1247:9 Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
parso invalid-method-override parso/python/errors.py:1254:9 Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
parso invalid-method-override parso/python/errors.py:1265:9 Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
parso possibly-unresolved-reference parso/python/errors.py:1293:60 Name `comp` used when possibly not defined
parso invalid-method-override parso/python/parser.py:101:9 Invalid override of method `convert_leaf`: Definition is incompatible with `BaseParser.convert_leaf`
parso possibly-missing-attribute parso/python/parser.py:120:50 Attribute `value` may be missing on object of type `@Todo | None`
parso possibly-missing-attribute parso/python/parser.py:121:26 Attribute `value` may be missing on object of type `@Todo | None`
parso possibly-unresolved-reference parso/python/parser.py:155:20 Name `until_index` used when possibly not defined
parso unsupported-operator parso/python/pep8.py:120:13 Operator `+=` is not supported between objects of type `None` and `Literal[" "]`
parso possibly-missing-attribute parso/python/pep8.py:258:16 Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:259:41 Attribute `parent` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:263:17 Attribute `indentation` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:270:20 Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:271:37 Attribute `parent` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:276:16 Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:277:41 Attribute `parent` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:290:22 Attribute `get_latest_suite_node` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-unresolved-reference parso/python/pep8.py:353:32 Name `part` used when possibly not defined
parso possibly-missing-attribute parso/python/pep8.py:362:17 Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:363:37 Attribute `parent` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-unresolved-reference parso/python/pep8.py:371:34 Name `part` used when possibly not defined
parso possibly-missing-attribute parso/python/pep8.py:385:37 Attribute `parent` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:414:16 Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:415:20 Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:418:35 Attribute `indentation` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:419:54 Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:431:16 Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:432:25 Attribute `type` may be missing on object of type `Unknown | None`
parso possibly-missing-attribute parso/python/pep8.py:433:41 Attribute `parent` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:436:41 Attribute `indentation` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:441:51 Attribute `indentation` may be missing on object of type `Unknown | IndentationNode | None`
parso possibly-missing-attribute parso/python/pep8.py:444:49 Attribute `indentation` may be missing on object of type `Unknown | IndentationNode | None`
parso possibly-missing-attribute parso/python/pep8.py:449:29 Attribute `parent` may be missing on object of type `Unknown | IndentationNode | None`
parso possibly-missing-attribute parso/python/pep8.py:460:49 Attribute `bracket_indentation` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:462:49 Attribute `indentation` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:464:29 Attribute `get_latest_suite_node` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:471:36 Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:486:40 Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:492:42 Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:498:42 Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:507:40 Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:513:42 Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:537:24 Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:538:41 Attribute `parent` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:541:27 Attribute `indentation` may be missing on object of type `Unknown | None | IndentationNode`
parso possibly-missing-attribute parso/python/pep8.py:631:33 Attribute `parent` may be missing on object of type `None | Unknown`
parso possibly-missing-attribute parso/python/pep8.py:651:40 Attribute `type` may be missing on object of type `None | Unknown`
parso possibly-missing-attribute parso/python/pep8.py:656:41 Attribute `prefix` may be missing on object of type `Unknown | None`
parso possibly-missing-attribute parso/python/pep8.py:657:41 Attribute `prefix` may be missing on object of type `Unknown | None`
parso unresolved-attribute parso/python/pep8.py:679:21 Object of type `Self@_analyse_non_prefix` has no attribute `add_issuadd_issue`
parso possibly-missing-attribute parso/python/pep8.py:719:31 Attribute `group` may be missing on object of type `Match[str] | None`
parso invalid-method-override parso/python/pep8.py:766:9 Invalid override of method `is_issue`: Definition is incompatible with `Rule.is_issue`
parso unresolved-attribute parso/python/pep8.py:767:16 Object of type `Self@is_issue` has no attribute `_newline_count`
parso invalid-argument-type parso/python/tokenize.py:107:16 Method `__getitem__` of type `bound method dict[PythonVersionInfo, TokenCollection].__getitem__(key: PythonVersionInfo, /) -> TokenCollection` cannot be called with key of type `tuple[Unknown, ...]` on object of type `dict[PythonVersionInfo, TokenCollection]`
parso invalid-assignment parso/python/tokenize.py:109:9 Invalid subscript assignment with key of type `tuple[Unknown, ...]` and value of type `Unknown` on object of type `dict[PythonVersionInfo, TokenCollection]`
parso invalid-argument-type parso/python/tokenize.py:230:42 Argument is incorrect: Expected `tuple[str]`, found `set[str]`
parso invalid-parameter-default parso/python/tokenize.py:367:5 Default value of type `None` is not assignable to annotated parameter type `list[int]`
parso possibly-unresolved-reference parso/python/tokenize.py:527:44 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:527:61 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:528:43 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:530:20 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:537:20 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:538:45 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:540:60 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:546:48 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:548:50 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:551:28 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:551:57 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:557:50 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:558:18 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:559:35 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:582:21 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:583:21 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:584:20 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:588:68 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:589:47 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:594:47 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:595:18 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:596:70 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:597:50 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:602:20 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:604:60 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:607:22 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:609:61 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:613:22 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:621:39 Name `token` used when possibly not defined
parso possibly-unresolved-reference parso/python/tokenize.py:624:48 Name `contstr_start` used when possibly not defined
parso unresolved-attribute parso/python/tree.py:78:12 Object of type `Self@get_doc_node` has no attribute `type`
parso unresolved-attribute parso/python/tree.py:79:20 Object of type `Self@get_doc_node` has no attribute `children`
parso unresolved-attribute parso/python/tree.py:80:14 Object of type `Self@get_doc_node` has no attribute `type`
parso unresolved-attribute parso/python/tree.py:81:20 Object of type `Self@get_doc_node` has no attribute `children`
parso unresolved-attribute parso/python/tree.py:81:34 Object of type `Self@get_doc_node` has no attribute `children`
parso unresolved-attribute parso/python/tree.py:85:27 Object of type `Self@get_doc_node` has no attribute `parent`
parso unresolved-attribute parso/python/tree.py:110:18 Object of type `Self@get_name_of_position` has no attribute `children`
parso possibly-missing-attribute parso/python/tree.py:219:17 Attribute `type` may be missing on object of type `BaseNode | None`
parso unresolved-attribute parso/python/tree.py:222:24 Object of type `BaseNode | None` has no attribute `name`
parso possibly-missing-attribute parso/python/tree.py:228:24 Attribute `parent` may be missing on object of type `BaseNode | None`
parso unresolved-attribute parso/python/tree.py:235:28 Object of type `BaseNode` has no attribute `get_defined_names`
parso possibly-missing-attribute parso/python/tree.py:259:16 Attribute `group` may be missing on object of type `Match[str] | None`
parso possibly-missing-attribute parso/python/tree.py:267:16 Attribute `group` may be missing on object of type `Match[str] | None`
parso possibly-missing-attribute parso/python/tree.py:267:37 Attribute `group` may be missing on object of type `Match[str] | None`
parso unresolved-attribute parso/python/tree.py:306:20 Object of type `Self@__eq__` has no attribute `value`
parso unresolved-attribute parso/python/tree.py:311:21 Object of type `Self@__hash__` has no attribute `value`
parso unresolved-attribute parso/python/tree.py:371:20 Object of type `Self@__repr__` has no attribute `name`
parso possibly-missing-attribute parso/python/tree.py:453:12 Attribute `type` may be missing on object of type `BaseNode | None`
parso possibly-missing-attribute parso/python/tree.py:454:25 Attribute `parent` may be missing on object of type `BaseNode | None`
parso possibly-missing-attribute parso/python/tree.py:456:12 Attribute `type` may be missing on object of type `BaseNode | None`
parso possibly-missing-attribute parso/python/tree.py:457:16 Attribute `children` may be missing on object of type `BaseNode | None`
parso possibly-missing-attribute parso/python/tree.py:458:24 Attribute `children` may be missing on object of type `BaseNode | None`
parso possibly-missing-attribute parso/python/tree.py:458:24 Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
parso possibly-missing-attribute parso/python/tree.py:460:24 Attribute `children` may be missing on object of type `BaseNode | None`
parso possibly-missing-attribute parso/python/tree.py:554:31 Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
parso possibly-missing-attribute parso/python/tree.py:558:13 Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
parso possibly-missing-attribute parso/python/tree.py:561:16 Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
parso possibly-missing-attribute parso/python/tree.py:767:23 Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
parso possibly-missing-attribute parso/python/tree.py:785:41 Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
parso unresolved-attribute parso/python/tree.py:806:20 Object of type `Self@get_path_for_name` has no attribute `_aliases`
parso unresolved-attribute parso/python/tree.py:810:21 Object of type `Self@get_path_for_name` has no attribute `get_paths`
parso possibly-unresolved-reference parso/python/tree.py:843:12 Name `n` used when possibly not defined
parso possibly-missing-attribute parso/python/tree.py:844:20 Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
parso possibly-unresolved-reference parso/python/tree.py:844:20 Name `n` used when possibly not defined
parso possibly-unresolved-reference parso/python/tree.py:845:14 Name `n` used when possibly not defined
parso possibly-unresolved-reference parso/python/tree.py:848:21 Name `n` used when possibly not defined
parso possibly-missing-attribute parso/python/tree.py:856:30 Attribute `value` may be missing on object of type `Unknown | NodeOrLeaf`
parso possibly-missing-attribute parso/python/tree.py:869:24 Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
parso possibly-missing-attribute parso/python/tree.py:876:23 Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
parso possibly-missing-attribute parso/python/tree.py:917:24 Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
parso possibly-missing-attribute parso/python/tree.py:923:25 Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
parso possibly-missing-attribute parso/python/tree.py:924:27 Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
parso possibly-missing-attribute parso/python/tree.py:931:23 Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
parso possibly-missing-attribute parso/python/tree.py:971:16 Attribute `value` may be missing on object of type `Unknown | NodeOrLeaf`
parso possibly-missing-attribute parso/python/tree.py:1049:23 Attribute `value` may be missing on object of type `Unknown | NodeOrLeaf`
parso possibly-missing-attribute parso/python/tree.py:1057:20 Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
parso possibly-missing-attribute parso/python/tree.py:1058:24 Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
parso possibly-missing-attribute parso/python/tree.py:1060:24 Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
parso possibly-missing-attribute parso/python/tree.py:1069:20 Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
parso possibly-missing-attribute parso/python/tree.py:1072:21 Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
parso possibly-missing-attribute parso/python/tree.py:1105:24 Attribute `value` may be missing on object of type `Unknown | NodeOrLeaf`
parso possibly-missing-attribute parso/python/tree.py:1161:17 Attribute `children` may be missing on object of type `BaseNode | None`
parso possibly-missing-attribute parso/python/tree.py:1163:34 Attribute `children` may be missing on object of type `BaseNode | None`
parso invalid-argument-type parso/python/tree.py:1163:61 Argument to bound method `index` is incorrect: Expected `NodeOrLeaf`, found `Literal["*"]`
parso possibly-missing-attribute parso/python/tree.py:1170:34 Attribute `children` may be missing on object of type `BaseNode | None`
parso invalid-argument-type parso/python/tree.py:1170:61 Argument to bound method `index` is incorrect: Expected `NodeOrLeaf`, found `Literal["/"]`
parso deprecated parso/tree.py:1:33 The class `abstractproperty` is deprecated: Deprecated since Python 3.3. Use `@property` stacked on top of `@abstractmethod` instead.
parso possibly-missing-attribute parso/tree.py:63:28 Attribute `children` may be missing on object of type `BaseNode | None`
parso possibly-missing-attribute parso/tree.py:82:24 Attribute `children` may be missing on object of type `BaseNode | None`
parso possibly-missing-attribute parso/tree.py:94:17 Attribute `children` may be missing on object of type `BaseNode | None`
parso possibly-missing-attribute parso/tree.py:98:20 Attribute `parent` may be missing on object of type `BaseNode | None`
parso possibly-missing-attribute parso/tree.py:106:24 Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
parso possibly-missing-attribute parso/tree.py:120:17 Attribute `children` may be missing on object of type `BaseNode | None`
parso possibly-missing-attribute parso/tree.py:124:20 Attribute `parent` may be missing on object of type `BaseNode | None`
parso possibly-missing-attribute parso/tree.py:132:24 Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
parso deprecated parso/tree.py:136:6 The class `abstractproperty` is deprecated: Deprecated since Python 3.3. Use `@property` stacked on top of `@abstractmethod` instead.
parso invalid-return-type parso/tree.py:137:28 Function always implicitly returns `None`, which is not assignable to return type `tuple[int, int]`
parso deprecated parso/tree.py:144:6 The class `abstractproperty` is deprecated: Deprecated since Python 3.3. Use `@property` stacked on top of `@abstractmethod` instead.
parso invalid-return-type parso/tree.py:145:26 Function always implicitly returns `None`, which is not assignable to return type `tuple[int, int]`
parso no-matching-overload parso/utils.py:95:27 No overload of function `match` matches arguments
parso invalid-parameter-default parso/utils.py:183:26 Default value of type `None` is not assignable to annotated parameter type `str`
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:58:28 Name `rules` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:70:29 Name `metas` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:82:21 Name `name` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:90:21 Name `a` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:90:31 Name `b` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:98:21 Name `name` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:98:47 Name `string` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:107:29 Name `rules` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:128:55 Name `alts` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:128:67 Name `more_alts` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:128:89 Name `opt` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:139:51 Name `more_alts` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:139:67 Name `opt` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:148:51 Name `alts` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:148:62 Name `opt` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:157:34 Name `annotation` used when possibly not defined
pegen invalid-return-type src/pegen/grammar_parser.py:160:20 Return type does not match returned value: expected `tuple[str, str] | None`, found `tuple[str, None]`
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:178:32 Name `alts` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:195:24 Name `alts` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:195:36 Name `more_alts` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:198:24 Name `alts` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:207:81 Name `action` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:213:38 Name `action` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:225:35 Name `items` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:244:43 Name `item` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:244:49 Name `annotation` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:255:43 Name `item` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:276:27 Name `atom` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:288:38 Name `atom` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:294:38 Name `atom` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:309:24 Name `alts` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:328:32 Name `node` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:341:26 Name `alts` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:364:20 Name `target_atoms` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:381:20 Name `target_atoms` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:392:40 Name `target_atoms` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:410:27 Name `atoms` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:421:27 Name `atoms` used when possibly not defined
pegen no-matching-overload src/pegen/grammar_parser.py:438:31 No overload of bound method `join` matches arguments
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:438:39 Name `m` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:438:44 Name `r` used when possibly not defined
pegen possibly-unresolved-reference src/pegen/grammar_parser.py:451:20 Name `op` used when possibly not defined
pegen unresolved-attribute src/pegen/parser.py:85:19 Object of type `(P@memoize_left_rec, /) -> T@memoize_left_rec | None` has no attribute `__name__`
pegen unresolved-attribute src/pegen/python_generator.py:270:51 Object of type `GrammarVisitor` has no attribute `keywords`
pegen unresolved-attribute src/pegen/python_generator.py:271:56 Object of type `GrammarVisitor` has no attribute `soft_keywords`
pegen possibly-unresolved-reference src/pegen/tokenizer.py:73:16 Name `tok` used when possibly not defined
pegen unresolved-import src/pegen/utils.py:78:16 Cannot resolve imported module `psutil`
pegen unused-ignore-comment src/pegen/web.py:37:32 Unused blanket `type: ignore` directive
ppb-vector unresolved-attribute ppb_vector/__init__.py:137:73 Object of type `dict_keys[str, Unknown]` has no attribute `join`
ppb-vector possibly-unresolved-reference ppb_vector/__init__.py:158:49 Name `x` used when possibly not defined
ppb-vector possibly-unresolved-reference ppb_vector/__init__.py:160:37 Name `x` used when possibly not defined
ppb-vector possibly-unresolved-reference ppb_vector/__init__.py:163:49 Name `y` used when possibly not defined
ppb-vector possibly-unresolved-reference ppb_vector/__init__.py:165:37 Name `y` used when possibly not defined
ppb-vector invalid-argument-type ppb_vector/__init__.py:468:13 Argument to function `max` is incorrect: Argument type `Unknown | Vector | Sequence[SupportsFloat]` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
ppb-vector invalid-argument-type ppb_vector/__init__.py:468:13 Argument to function `max` is incorrect: Expected `int | float`, found `Unknown | Vector | Sequence[SupportsFloat]`
ppb-vector invalid-return-type ppb_vector/__init__.py:567:16 Return type does not match returned value: expected `Vector`, found `int | float`
ppb-vector invalid-return-type ppb_vector/__init__.py:588:16 Return type does not match returned value: expected `tuple[Vector, Vector]`, found `tuple[int | float, Vector]`
ppb-vector unresolved-attribute ppb_vector/__init__.py:627:1 Class `Sequence` has no attribute `register`
ppb-vector unused-ignore-comment tests/benchmark.py:13:58 Unused blanket `type: ignore` directive
ppb-vector unused-ignore-comment tests/benchmark.py:16:45 Unused blanket `type: ignore` directive
ppb-vector unused-ignore-comment tests/benchmark.py:19:27 Unused blanket `type: ignore` directive
ppb-vector unused-ignore-comment tests/benchmark.py:20:49 Unused blanket `type: ignore` directive
ppb-vector unresolved-attribute tests/test_length.py:41:20 Object of type `int | float` has no attribute `length`
ppb-vector unresolved-attribute tests/test_project.py:50:8 Object of type `int | float` has no attribute `isclose`
ppb-vector unresolved-attribute tests/test_scalar_multiplication.py:10:28 Object of type `int | float` has no attribute `x`
ppb-vector unresolved-attribute tests/test_scalar_multiplication.py:11:28 Object of type `int | float` has no attribute `y`
ppb-vector unresolved-attribute tests/test_scalar_multiplication.py:19:12 Object of type `int | float` has no attribute `isclose`
ppb-vector unresolved-attribute tests/test_scalar_multiplication.py:24:12 Object of type `int | float` has no attribute `isclose`
ppb-vector unresolved-attribute tests/test_scalar_multiplication.py:32:20 Object of type `int | float` has no attribute `length`
ppb-vector unused-ignore-comment tests/test_typing.py:8:76 Unused blanket `type: ignore` directive
ppb-vector unused-ignore-comment tests/utils.py:86:26 Unused blanket `type: ignore` directive
poetry unresolved-import src/poetry/config/config_source.py:11:6 Cannot resolve imported module `cleo.io.null_io`
poetry unresolved-import src/poetry/config/config_source.py:15:10 Cannot resolve imported module `cleo.io.io`
poetry unresolved-import src/poetry/config/file_config_source.py:7:6 Cannot resolve imported module `tomlkit`
poetry unresolved-import src/poetry/config/file_config_source.py:8:6 Cannot resolve imported module `tomlkit`
poetry unresolved-import src/poetry/config/file_config_source.py:18:10 Cannot resolve imported module `tomlkit.toml_document`
poetry unresolved-import src/poetry/config/source.py:11:10 Cannot resolve imported module `tomlkit.items`
poetry unresolved-import src/poetry/config/source.py:37:14 Cannot resolve imported module `tomlkit`
poetry unresolved-import src/poetry/config/source.py:38:14 Cannot resolve imported module `tomlkit`
poetry unresolved-import src/poetry/console/application.py:12:6 Cannot resolve imported module `cleo._utils`
poetry unresolved-import src/poetry/console/application.py:13:6 Cannot resolve imported module `cleo.application`
poetry unresolved-import src/poetry/console/application.py:14:6 Cannot resolve imported module `cleo.events.console_command_event`
poetry unresolved-import src/poetry/console/application.py:15:6 Cannot resolve imported module `cleo.events.console_events`
poetry unresolved-import src/poetry/console/application.py:16:6 Cannot resolve imported module `cleo.events.event_dispatcher`
poetry unresolved-import src/poetry/console/application.py:17:6 Cannot resolve imported module `cleo.exceptions`
poetry unresolved-import src/poetry/console/application.py:18:6 Cannot resolve imported module `cleo.exceptions`
poetry unresolved-import src/poetry/console/application.py:19:6 Cannot resolve imported module `cleo.formatters.style`
poetry unresolved-import src/poetry/console/application.py:20:6 Cannot resolve imported module `cleo.io.inputs.argv_input`
poetry unresolved-import src/poetry/console/application.py:33:10 Cannot resolve imported module `cleo.events.event`
poetry unresolved-import src/poetry/console/application.py:34:10 Cannot resolve imported module `cleo.io.inputs.definition`
poetry unresolved-import src/poetry/console/application.py:35:10 Cannot resolve imported module `cleo.io.inputs.input`
poetry unresolved-import src/poetry/console/application.py:36:10 Cannot resolve imported module `cleo.io.io`
poetry unresolved-import src/poetry/console/application.py:37:10 Cannot resolve imported module `cleo.io.outputs.output`
poetry unresolved-import src/poetry/console/application.py:147:14 Cannot resolve imported module `cleo.io.inputs.option`
poetry possibly-unresolved-reference src/poetry/console/application.py:273:41 Name `message` used when possibly not defined
poetry unresolved-import src/poetry/console/command_loader.py:5:6 Cannot resolve imported module `cleo.exceptions`
poetry unresolved-import src/poetry/console/command_loader.py:6:6 Cannot resolve imported module `cleo.loaders.factory_command_loader`
poetry unresolved-import src/poetry/console/command_loader.py:12:10 Cannot resolve imported module `cleo.commands.command`
poetry unresolved-import src/poetry/console/commands/add.py:10:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/add.py:11:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/add.py:13:6 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/console/commands/add.py:14:6 Cannot resolve imported module `poetry.core.packages.dependency_group`
poetry unresolved-import src/poetry/console/commands/add.py:15:6 Cannot resolve imported module `tomlkit.toml_document`
poetry unresolved-import src/poetry/console/commands/add.py:24:10 Cannot resolve imported module `cleo.io.inputs.argument`
poetry unresolved-import src/poetry/console/commands/add.py:25:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/add.py:128:14 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/console/commands/add.py:129:14 Cannot resolve imported module `tomlkit`
poetry unresolved-import src/poetry/console/commands/add.py:130:14 Cannot resolve imported module `tomlkit`
poetry unresolved-import src/poetry/console/commands/add.py:131:14 Cannot resolve imported module `tomlkit`
poetry unresolved-import src/poetry/console/commands/add.py:132:14 Cannot resolve imported module `tomlkit`
poetry unresolved-import src/poetry/console/commands/build.py:12:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/build.py:13:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/console/commands/build.py:24:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/build.py:25:10 Cannot resolve imported module `cleo.io.io`
poetry unresolved-import src/poetry/console/commands/cache/clear.py:8:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/cache/clear.py:9:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/cache/clear.py:18:10 Cannot resolve imported module `cleo.io.inputs.argument`
poetry unresolved-import src/poetry/console/commands/cache/clear.py:19:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/check.py:7:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/check.py:15:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/check.py:54:14 Cannot resolve imported module `trove_classifiers`
poetry unresolved-import src/poetry/console/commands/check.py:55:14 Cannot resolve imported module `trove_classifiers`
poetry unresolved-import src/poetry/console/commands/check.py:133:14 Cannot resolve imported module `poetry.core.pyproject.toml`
poetry unresolved-import src/poetry/console/commands/command.py:7:6 Cannot resolve imported module `cleo.commands.command`
poetry unresolved-import src/poetry/console/commands/command.py:8:6 Cannot resolve imported module `cleo.exceptions`
poetry unresolved-import src/poetry/console/commands/config.py:12:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/config.py:13:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/config.py:14:6 Cannot resolve imported module `installer.utils`
poetry unresolved-import src/poetry/console/commands/config.py:29:10 Cannot resolve imported module `cleo.io.inputs.argument`
poetry unresolved-import src/poetry/console/commands/config.py:30:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/config.py:114:14 Cannot resolve imported module `poetry.core.pyproject.exceptions`
poetry unresolved-import src/poetry/console/commands/debug/resolve.py:6:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/debug/resolve.py:7:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/debug/resolve.py:8:6 Cannot resolve imported module `cleo.io.outputs.output`
poetry unresolved-import src/poetry/console/commands/debug/resolve.py:15:10 Cannot resolve imported module `cleo.io.inputs.argument`
poetry unresolved-import src/poetry/console/commands/debug/resolve.py:16:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/debug/resolve.py:17:10 Cannot resolve imported module `cleo.ui.table`
poetry unresolved-import src/poetry/console/commands/debug/resolve.py:46:14 Cannot resolve imported module `cleo.io.null_io`
poetry unresolved-import src/poetry/console/commands/debug/resolve.py:47:14 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import src/poetry/console/commands/env/activate.py:7:8 Cannot resolve imported module `shellingham`
poetry unresolved-import src/poetry/console/commands/env/info.py:6:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/env/info.py:12:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/env/list.py:6:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/env/list.py:12:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/env/remove.py:6:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/env/remove.py:7:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/env/remove.py:13:10 Cannot resolve imported module `cleo.io.inputs.argument`
poetry unresolved-import src/poetry/console/commands/env/remove.py:14:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/env/use.py:6:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/env/use.py:12:10 Cannot resolve imported module `cleo.io.inputs.argument`
poetry unresolved-import src/poetry/console/commands/group_command.py:6:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/group_command.py:15:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/group_command.py:16:10 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import src/poetry/console/commands/init.py:12:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/init.py:14:6 Cannot resolve imported module `tomlkit`
poetry unresolved-import src/poetry/console/commands/init.py:23:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/init.py:25:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/console/commands/init.py:26:10 Cannot resolve imported module `tomlkit.items`
poetry unresolved-import src/poetry/console/commands/init.py:94:14 Cannot resolve imported module `poetry.core.vcs.git`
poetry unresolved-import src/poetry/console/commands/init.py:463:14 Cannot resolve imported module `poetry.core.pyproject.exceptions`
poetry unresolved-import src/poetry/console/commands/init.py:500:14 Cannot resolve imported module `poetry.core.utils.helpers`
poetry unresolved-import src/poetry/console/commands/init.py:501:14 Cannot resolve imported module `poetry.core.utils.patterns`
poetry unresolved-import src/poetry/console/commands/install.py:6:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/install.py:13:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/install.py:110:14 Cannot resolve imported module `poetry.core.masonry.utils.module`
poetry unresolved-import src/poetry/console/commands/installer_command.py:11:10 Cannot resolve imported module `cleo.io.io`
poetry unresolved-import src/poetry/console/commands/lock.py:6:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/lock.py:12:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/new.py:6:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/new.py:7:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/new.py:13:10 Cannot resolve imported module `cleo.io.inputs.argument`
poetry unresolved-import src/poetry/console/commands/new.py:14:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/publish.py:7:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/publish.py:13:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/python/install.py:6:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/python/install.py:7:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/python/install.py:8:6 Cannot resolve imported module `poetry.core.constraints.version.version`
poetry unresolved-import src/poetry/console/commands/python/install.py:9:6 Cannot resolve imported module `poetry.core.version.exceptions`
poetry unresolved-import src/poetry/console/commands/python/install.py:22:10 Cannot resolve imported module `cleo.io.inputs.argument`
poetry unresolved-import src/poetry/console/commands/python/install.py:23:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/python/list.py:6:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/python/list.py:7:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/python/list.py:8:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/console/commands/python/list.py:9:6 Cannot resolve imported module `poetry.core.version.exceptions`
poetry unresolved-import src/poetry/console/commands/python/list.py:17:10 Cannot resolve imported module `cleo.io.inputs.argument`
poetry unresolved-import src/poetry/console/commands/python/list.py:18:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/python/remove.py:8:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/python/remove.py:9:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/python/remove.py:10:6 Cannot resolve imported module `poetry.core.constraints.version.version`
poetry unresolved-import src/poetry/console/commands/python/remove.py:11:6 Cannot resolve imported module `poetry.core.version.exceptions`
poetry unresolved-import src/poetry/console/commands/python/remove.py:19:10 Cannot resolve imported module `cleo.io.inputs.argument`
poetry unresolved-import src/poetry/console/commands/python/remove.py:20:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/python/remove.py:21:10 Cannot resolve imported module `cleo.io.io`
poetry unresolved-import src/poetry/console/commands/remove.py:7:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/remove.py:8:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/remove.py:10:6 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/console/commands/remove.py:11:6 Cannot resolve imported module `poetry.core.packages.dependency_group`
poetry unresolved-import src/poetry/console/commands/remove.py:12:6 Cannot resolve imported module `tomlkit.toml_document`
poetry unresolved-import src/poetry/console/commands/remove.py:20:10 Cannot resolve imported module `cleo.io.inputs.argument`
poetry unresolved-import src/poetry/console/commands/remove.py:21:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/run.py:6:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/run.py:13:10 Cannot resolve imported module `cleo.io.inputs.argument`
poetry unresolved-import src/poetry/console/commands/run.py:14:10 Cannot resolve imported module `poetry.core.masonry.utils.module`
poetry unresolved-import src/poetry/console/commands/run.py:41:14 Cannot resolve imported module `poetry.core.masonry.utils.module`
poetry unresolved-import src/poetry/console/commands/search.py:6:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/search.py:12:10 Cannot resolve imported module `cleo.io.inputs.argument`
poetry unresolved-import src/poetry/console/commands/self/add.py:6:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/console/commands/self/add.py:14:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/self/install.py:8:6 Cannot resolve imported module `poetry.core.packages.dependency_group`
poetry unresolved-import src/poetry/console/commands/self/install.py:15:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/self/remove.py:11:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/self/self_command.py:10:6 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/console/commands/self/self_command.py:11:6 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unused-ignore-comment src/poetry/console/commands/self/self_command.py:89:60 Unused blanket `type: ignore` directive
poetry unused-ignore-comment src/poetry/console/commands/self/self_command.py:92:62 Unused blanket `type: ignore` directive
poetry unresolved-import src/poetry/console/commands/self/show/__init__.py:6:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/self/show/__init__.py:13:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/self/show/plugins.py:13:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/console/commands/self/sync.py:10:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/self/update.py:6:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/self/update.py:7:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/self/update.py:8:6 Cannot resolve imported module `cleo.io.inputs.string_input`
poetry unresolved-import src/poetry/console/commands/self/update.py:9:6 Cannot resolve imported module `cleo.io.io`
poetry unresolved-import src/poetry/console/commands/self/update.py:16:10 Cannot resolve imported module `cleo.io.inputs.argument`
poetry unresolved-import src/poetry/console/commands/self/update.py:17:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/show.py:10:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/show.py:11:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/show.py:19:10 Cannot resolve imported module `cleo.io.inputs.argument`
poetry unresolved-import src/poetry/console/commands/show.py:20:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/show.py:21:10 Cannot resolve imported module `cleo.io.io`
poetry unresolved-import src/poetry/console/commands/show.py:22:10 Cannot resolve imported module `cleo.ui.table`
poetry unresolved-import src/poetry/console/commands/show.py:24:10 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/console/commands/show.py:25:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/console/commands/show.py:26:10 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import src/poetry/console/commands/show.py:259:14 Cannot resolve imported module `cleo.io.null_io`
poetry unresolved-import src/poetry/console/commands/show.py:627:14 Cannot resolve imported module `cleo.formatters.style`
poetry unresolved-import src/poetry/console/commands/show.py:637:14 Cannot resolve imported module `cleo.io.null_io`
poetry unresolved-import src/poetry/console/commands/show.py:664:14 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/console/commands/source/add.py:7:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/source/add.py:8:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/source/add.py:9:6 Cannot resolve imported module `cleo.io.null_io`
poetry unresolved-import src/poetry/console/commands/source/add.py:10:6 Cannot resolve imported module `tomlkit`
poetry unresolved-import src/poetry/console/commands/source/add.py:11:6 Cannot resolve imported module `tomlkit.items`
poetry unresolved-import src/poetry/console/commands/source/add.py:19:10 Cannot resolve imported module `cleo.io.inputs.argument`
poetry unresolved-import src/poetry/console/commands/source/add.py:20:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/source/remove.py:6:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/source/remove.py:7:6 Cannot resolve imported module `tomlkit.items`
poetry unresolved-import src/poetry/console/commands/source/remove.py:13:10 Cannot resolve imported module `cleo.io.inputs.argument`
poetry unresolved-import src/poetry/console/commands/source/show.py:6:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/source/show.py:12:10 Cannot resolve imported module `cleo.io.inputs.argument`
poetry unresolved-import src/poetry/console/commands/source/show.py:13:10 Cannot resolve imported module `cleo.ui.table`
poetry unresolved-import src/poetry/console/commands/sync.py:10:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/update.py:6:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/update.py:7:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/update.py:13:10 Cannot resolve imported module `cleo.io.inputs.argument`
poetry unresolved-import src/poetry/console/commands/update.py:14:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/version.py:7:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/version.py:8:6 Cannot resolve imported module `cleo.helpers`
poetry unresolved-import src/poetry/console/commands/version.py:9:6 Cannot resolve imported module `poetry.core.version.exceptions`
poetry unresolved-import src/poetry/console/commands/version.py:10:6 Cannot resolve imported module `tomlkit.toml_document`
poetry unresolved-import src/poetry/console/commands/version.py:16:10 Cannot resolve imported module `cleo.io.inputs.argument`
poetry unresolved-import src/poetry/console/commands/version.py:17:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import src/poetry/console/commands/version.py:18:10 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/console/commands/version.py:95:14 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/console/exceptions.py:10:6 Cannot resolve imported module `cleo.exceptions`
poetry unresolved-import src/poetry/console/exceptions.py:16:10 Cannot resolve imported module `cleo.io.io`
poetry unresolved-import src/poetry/console/exceptions.py:44:14 Cannot resolve imported module `cleo._utils`
poetry unresolved-import src/poetry/console/logging/io_handler.py:11:10 Cannot resolve imported module `cleo.io.io`
poetry unresolved-import src/poetry/factory.py:11:6 Cannot resolve imported module `cleo.io.null_io`
poetry unresolved-import src/poetry/factory.py:14:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/factory.py:15:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/factory.py:16:6 Cannot resolve imported module `poetry.core.factory`
poetry unresolved-import src/poetry/factory.py:17:6 Cannot resolve imported module `poetry.core.packages.dependency_group`
poetry unresolved-import src/poetry/factory.py:36:10 Cannot resolve imported module `cleo.io.io`
poetry unresolved-import src/poetry/factory.py:37:10 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/factory.py:38:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/factory.py:39:10 Cannot resolve imported module `tomlkit.toml_document`
poetry unresolved-import src/poetry/factory.py:253:16 Cannot resolve imported module `tomlkit`
poetry unresolved-import src/poetry/inspection/info.py:13:8 Cannot resolve imported module `pkginfo`
poetry unresolved-import src/poetry/inspection/info.py:15:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/inspection/info.py:16:6 Cannot resolve imported module `poetry.core.factory`
poetry unresolved-import src/poetry/inspection/info.py:17:6 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/inspection/info.py:18:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/inspection/info.py:19:6 Cannot resolve imported module `poetry.core.pyproject.toml`
poetry unresolved-import src/poetry/inspection/info.py:20:6 Cannot resolve imported module `poetry.core.utils.helpers`
poetry unresolved-import src/poetry/inspection/info.py:21:6 Cannot resolve imported module `poetry.core.utils.helpers`
poetry unresolved-import src/poetry/inspection/info.py:22:6 Cannot resolve imported module `poetry.core.version.markers`
poetry unresolved-import src/poetry/inspection/info.py:23:6 Cannot resolve imported module `poetry.core.version.requirements`
poetry unresolved-import src/poetry/inspection/info.py:37:10 Cannot resolve imported module `poetry.core.packages.project_package`
poetry invalid-assignment src/poetry/inspection/info.py:466:9 Object of type `Literal["directory"]` is not assignable to attribute `_source_type` on type `PackageInfo | None`
poetry invalid-assignment src/poetry/inspection/info.py:467:9 Object of type `str` is not assignable to attribute `_source_url` on type `PackageInfo | None`
poetry invalid-return-type src/poetry/inspection/info.py:469:16 Return type does not match returned value: expected `PackageInfo`, found `PackageInfo | None`
poetry unresolved-import src/poetry/installation/chef.py:8:6 Cannot resolve imported module `poetry.core.utils.helpers`
poetry unresolved-import src/poetry/installation/chef.py:18:10 Cannot resolve imported module `build`
poetry unresolved-import src/poetry/installation/chef.py:19:10 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/installation/chef.py:98:14 Cannot resolve imported module `poetry.core.packages.utils.link`
poetry unresolved-import src/poetry/installation/chooser.py:19:10 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/installation/chooser.py:20:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/installation/chooser.py:21:10 Cannot resolve imported module `poetry.core.packages.utils.link`
poetry possibly-unresolved-reference src/poetry/installation/chooser.py:226:32 Name `hash_name` used when possibly not defined
poetry possibly-unresolved-reference src/poetry/installation/chooser.py:226:56 Name `hash_name` used when possibly not defined
poetry unresolved-import src/poetry/installation/executor.py:17:6 Cannot resolve imported module `poetry.core.packages.utils.link`
poetry unresolved-import src/poetry/installation/executor.py:45:10 Cannot resolve imported module `cleo.io.io`
poetry unresolved-import src/poetry/installation/executor.py:46:10 Cannot resolve imported module `cleo.io.outputs.section_output`
poetry unresolved-import src/poetry/installation/executor.py:48:10 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/installation/executor.py:49:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/installation/executor.py:311:22 Cannot resolve imported module `cleo.ui.exception_trace`
poetry unresolved-import src/poetry/installation/executor.py:830:22 Cannot resolve imported module `cleo.ui.progress_bar`
poetry unresolved-import src/poetry/installation/installer.py:6:6 Cannot resolve imported module `cleo.io.null_io`
poetry unresolved-import src/poetry/installation/installer.py:21:10 Cannot resolve imported module `cleo.io.io`
poetry unresolved-import src/poetry/installation/installer.py:23:10 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/installation/installer.py:24:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/installation/installer.py:25:10 Cannot resolve imported module `poetry.core.packages.path_dependency`
poetry unresolved-import src/poetry/installation/installer.py:26:10 Cannot resolve imported module `poetry.core.packages.project_package`
poetry possibly-unresolved-reference src/poetry/installation/installer.py:358:30 Name `root` used when possibly not defined
poetry unresolved-import src/poetry/installation/operations/install.py:9:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/installation/operations/operation.py:9:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/installation/operations/uninstall.py:9:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/installation/operations/update.py:9:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/installation/wheel_installer.py:10:6 Cannot resolve imported module `installer`
poetry unresolved-import src/poetry/installation/wheel_installer.py:11:6 Cannot resolve imported module `installer.destinations`
poetry unresolved-import src/poetry/installation/wheel_installer.py:12:6 Cannot resolve imported module `installer.sources`
poetry unresolved-import src/poetry/installation/wheel_installer.py:13:6 Cannot resolve imported module `installer.sources`
poetry unresolved-import src/poetry/installation/wheel_installer.py:25:10 Cannot resolve imported module `installer.records`
poetry unresolved-import src/poetry/installation/wheel_installer.py:26:10 Cannot resolve imported module `installer.scripts`
poetry unresolved-import src/poetry/installation/wheel_installer.py:27:10 Cannot resolve imported module `installer.utils`
poetry unresolved-import src/poetry/installation/wheel_installer.py:42:14 Cannot resolve imported module `installer.records`
poetry unresolved-import src/poetry/installation/wheel_installer.py:43:14 Cannot resolve imported module `installer.records`
poetry unresolved-import src/poetry/installation/wheel_installer.py:44:14 Cannot resolve imported module `installer.utils`
poetry unresolved-import src/poetry/installation/wheel_installer.py:45:14 Cannot resolve imported module `installer.utils`
poetry unresolved-import src/poetry/json/__init__.py:8:8 Cannot resolve imported module `fastjsonschema`
poetry unresolved-import src/poetry/json/__init__.py:10:6 Cannot resolve imported module `fastjsonschema.exceptions`
poetry invalid-argument-type src/poetry/json/__init__.py:15:16 Argument to function `files` is incorrect: Expected `str | ModuleType`, found `str | None`
poetry unresolved-import src/poetry/layouts/layout.py:10:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/layouts/layout.py:11:6 Cannot resolve imported module `poetry.core.utils.helpers`
poetry unresolved-import src/poetry/layouts/layout.py:12:6 Cannot resolve imported module `poetry.core.utils.patterns`
poetry unresolved-import src/poetry/layouts/layout.py:13:6 Cannot resolve imported module `tomlkit`
poetry unresolved-import src/poetry/layouts/layout.py:14:6 Cannot resolve imported module `tomlkit`
poetry unresolved-import src/poetry/layouts/layout.py:15:6 Cannot resolve imported module `tomlkit`
poetry unresolved-import src/poetry/layouts/layout.py:16:6 Cannot resolve imported module `tomlkit.toml_document`
poetry unresolved-import src/poetry/layouts/layout.py:25:10 Cannot resolve imported module `tomlkit.items`
poetry unresolved-import src/poetry/locations.py:7:6 Cannot resolve imported module `platformdirs`
poetry unresolved-import src/poetry/locations.py:8:6 Cannot resolve imported module `platformdirs`
poetry unresolved-import src/poetry/locations.py:9:6 Cannot resolve imported module `platformdirs`
poetry unresolved-import src/poetry/masonry/api.py:3:6 Cannot resolve imported module `poetry.core.masonry.api`
poetry unresolved-import src/poetry/masonry/api.py:4:6 Cannot resolve imported module `poetry.core.masonry.api`
poetry unresolved-import src/poetry/masonry/api.py:5:6 Cannot resolve imported module `poetry.core.masonry.api`
poetry unresolved-import src/poetry/masonry/api.py:6:6 Cannot resolve imported module `poetry.core.masonry.api`
poetry unresolved-import src/poetry/masonry/api.py:7:6 Cannot resolve imported module `poetry.core.masonry.api`
poetry unresolved-import src/poetry/masonry/builders/__init__.py:3:6 Cannot resolve imported module `poetry.core.masonry.builders.sdist`
poetry unresolved-import src/poetry/masonry/builders/__init__.py:4:6 Cannot resolve imported module `poetry.core.masonry.builders.wheel`
poetry unresolved-import src/poetry/masonry/builders/editable.py:12:6 Cannot resolve imported module `poetry.core.masonry.builders.builder`
poetry unresolved-import src/poetry/masonry/builders/editable.py:13:6 Cannot resolve imported module `poetry.core.masonry.builders.sdist`
poetry unresolved-import src/poetry/masonry/builders/editable.py:14:6 Cannot resolve imported module `poetry.core.masonry.utils.package_include`
poetry unresolved-import src/poetry/masonry/builders/editable.py:25:10 Cannot resolve imported module `cleo.io.io`
poetry unresolved-import src/poetry/masonry/builders/editable.py:217:14 Cannot resolve imported module `poetry.core.masonry.builders.wheel`
poetry unresolved-import src/poetry/mixology/__init__.py:9:10 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import src/poetry/mixology/assignment.py:9:10 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/mixology/assignment.py:10:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/mixology/failure.py:5:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry possibly-unresolved-reference src/poetry/mixology/failure.py:180:29 Name `without_line` used when possibly not defined
poetry possibly-unresolved-reference src/poetry/mixology/failure.py:183:46 Name `with_line` used when possibly not defined
poetry possibly-unresolved-reference src/poetry/mixology/failure.py:183:61 Name `line` used when possibly not defined
poetry unresolved-import src/poetry/mixology/partial_solution.py:10:10 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/mixology/partial_solution.py:11:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/mixology/result.py:7:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/mixology/result.py:8:10 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import src/poetry/mixology/term.py:11:10 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/mixology/term.py:12:10 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/mixology/version_solver.py:10:6 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/mixology/version_solver.py:25:10 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import src/poetry/packages/dependency_package.py:9:10 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/packages/dependency_package.py:10:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/packages/direct_origin.py:8:6 Cannot resolve imported module `poetry.core.packages.utils.link`
poetry unresolved-import src/poetry/packages/direct_origin.py:20:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/packages/locker.py:17:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/packages/locker.py:18:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/packages/locker.py:19:6 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/packages/locker.py:20:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/packages/locker.py:21:6 Cannot resolve imported module `poetry.core.version.exceptions`
poetry unresolved-import src/poetry/packages/locker.py:22:6 Cannot resolve imported module `poetry.core.version.markers`
poetry unresolved-import src/poetry/packages/locker.py:23:6 Cannot resolve imported module `poetry.core.version.requirements`
poetry unresolved-import src/poetry/packages/locker.py:24:6 Cannot resolve imported module `tomlkit`
poetry unresolved-import src/poetry/packages/locker.py:25:6 Cannot resolve imported module `tomlkit`
poetry unresolved-import src/poetry/packages/locker.py:26:6 Cannot resolve imported module `tomlkit`
poetry unresolved-import src/poetry/packages/locker.py:27:6 Cannot resolve imported module `tomlkit`
poetry unresolved-import src/poetry/packages/locker.py:28:6 Cannot resolve imported module `tomlkit`
poetry unresolved-import src/poetry/packages/locker.py:38:10 Cannot resolve imported module `poetry.core.packages.directory_dependency`
poetry unresolved-import src/poetry/packages/locker.py:39:10 Cannot resolve imported module `poetry.core.packages.file_dependency`
poetry unresolved-import src/poetry/packages/locker.py:40:10 Cannot resolve imported module `poetry.core.packages.url_dependency`
poetry unresolved-import src/poetry/packages/locker.py:41:10 Cannot resolve imported module `poetry.core.packages.vcs_dependency`
poetry unresolved-import src/poetry/packages/locker.py:42:10 Cannot resolve imported module `tomlkit.toml_document`
poetry unresolved-import src/poetry/packages/package_collection.py:11:10 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/packages/package_collection.py:12:10 Cannot resolve imported module `poetry.core.packages.package`
poetry invalid-method-override src/poetry/packages/package_collection.py:28:9 Invalid override of method `append`: Definition is incompatible with `MutableSequence.append`
poetry unresolved-import src/poetry/packages/transitive_package_info.py:6:6 Cannot resolve imported module `poetry.core.version.markers`
poetry unresolved-import src/poetry/packages/transitive_package_info.py:7:6 Cannot resolve imported module `poetry.core.version.markers`
poetry unresolved-import src/poetry/plugins/plugin.py:10:10 Cannot resolve imported module `cleo.io.io`
poetry unresolved-import src/poetry/plugins/plugin_manager.py:14:8 Cannot resolve imported module `tomlkit`
poetry unresolved-import src/poetry/plugins/plugin_manager.py:16:6 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import src/poetry/plugins/plugin_manager.py:34:10 Cannot resolve imported module `cleo.io.io`
poetry unresolved-import src/poetry/plugins/plugin_manager.py:35:10 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/plugins/plugin_manager.py:36:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/poetry.py:7:6 Cannot resolve imported module `poetry.core.poetry`
poetry unresolved-import src/poetry/poetry.py:19:10 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/poetry.py:20:10 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import src/poetry/publishing/publisher.py:14:10 Cannot resolve imported module `cleo.io.io`
poetry unresolved-import src/poetry/publishing/uploader.py:15:6 Cannot resolve imported module `poetry.core.masonry.utils.helpers`
poetry unresolved-import src/poetry/publishing/uploader.py:16:6 Cannot resolve imported module `requests_toolbelt`
poetry unresolved-import src/poetry/publishing/uploader.py:17:6 Cannot resolve imported module `requests_toolbelt.multipart`
poetry unresolved-import src/poetry/publishing/uploader.py:18:6 Cannot resolve imported module `requests_toolbelt.multipart`
poetry unresolved-import src/poetry/publishing/uploader.py:27:10 Cannot resolve imported module `cleo.io.io`
poetry no-matching-overload src/poetry/publishing/uploader.py:150:25 No overload of bound method `join` matches arguments
poetry unresolved-import src/poetry/publishing/uploader.py:179:14 Cannot resolve imported module `cleo.ui.progress_bar`
poetry invalid-argument-type src/poetry/publishing/uploader.py:191:17 Argument to bound method `append` is incorrect: Expected `tuple[str, str]`, found `tuple[Literal["content"], tuple[str, BufferedReader[_BufferedReaderStream], Literal["application/octet-stream"]]]`
poetry possibly-unresolved-reference src/poetry/publishing/uploader.py:330:44 Name `pf` used when possibly not defined
poetry unresolved-import src/poetry/puzzle/exceptions.py:7:10 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/puzzle/exceptions.py:8:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/puzzle/provider.py:16:6 Cannot resolve imported module `cleo.ui.progress_indicator`
poetry unresolved-import src/poetry/puzzle/provider.py:17:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/puzzle/provider.py:18:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/puzzle/provider.py:19:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/puzzle/provider.py:20:6 Cannot resolve imported module `poetry.core.packages.utils.utils`
poetry unresolved-import src/poetry/puzzle/provider.py:21:6 Cannot resolve imported module `poetry.core.version.markers`
poetry unresolved-import src/poetry/puzzle/provider.py:22:6 Cannot resolve imported module `poetry.core.version.markers`
poetry unresolved-import src/poetry/puzzle/provider.py:23:6 Cannot resolve imported module `poetry.core.version.markers`
poetry unresolved-import src/poetry/puzzle/provider.py:44:10 Cannot resolve imported module `cleo.io.io`
poetry unresolved-import src/poetry/puzzle/provider.py:46:10 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/puzzle/provider.py:47:10 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/puzzle/provider.py:48:10 Cannot resolve imported module `poetry.core.packages.directory_dependency`
poetry unresolved-import src/poetry/puzzle/provider.py:49:10 Cannot resolve imported module `poetry.core.packages.file_dependency`
poetry unresolved-import src/poetry/puzzle/provider.py:50:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/puzzle/provider.py:51:10 Cannot resolve imported module `poetry.core.packages.url_dependency`
poetry unresolved-import src/poetry/puzzle/provider.py:52:10 Cannot resolve imported module `poetry.core.packages.vcs_dependency`
poetry unresolved-import src/poetry/puzzle/provider.py:53:10 Cannot resolve imported module `poetry.core.version.markers`
poetry unresolved-import src/poetry/puzzle/solver.py:10:6 Cannot resolve imported module `poetry.core.version.markers`
poetry unresolved-import src/poetry/puzzle/solver.py:11:6 Cannot resolve imported module `poetry.core.version.markers`
poetry unresolved-import src/poetry/puzzle/solver.py:12:6 Cannot resolve imported module `poetry.core.version.markers`
poetry unresolved-import src/poetry/puzzle/solver.py:13:6 Cannot resolve imported module `poetry.core.version.markers`
poetry unresolved-import src/poetry/puzzle/solver.py:14:6 Cannot resolve imported module `poetry.core.version.markers`
poetry unresolved-import src/poetry/puzzle/solver.py:30:10 Cannot resolve imported module `cleo.io.io`
poetry unresolved-import src/poetry/puzzle/solver.py:32:10 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/puzzle/solver.py:33:10 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/puzzle/solver.py:34:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/puzzle/solver.py:35:10 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import src/poetry/puzzle/solver.py:36:10 Cannot resolve imported module `poetry.core.version.markers`
poetry unresolved-import src/poetry/puzzle/transaction.py:14:10 Cannot resolve imported module `poetry.core.packages.package`
poetry possibly-unresolved-reference src/poetry/puzzle/transaction.py:92:28 Name `marker_env_with_extras` used when possibly not defined
poetry possibly-unresolved-reference src/poetry/puzzle/transaction.py:155:36 Name `installed_package` used when possibly not defined
poetry possibly-unresolved-reference src/poetry/puzzle/transaction.py:156:24 Name `installed_package` used when possibly not defined
poetry possibly-unresolved-reference src/poetry/puzzle/transaction.py:157:53 Name `installed_package` used when possibly not defined
poetry unresolved-import src/poetry/pyproject/toml.py:5:6 Cannot resolve imported module `poetry.core.pyproject.toml`
poetry unresolved-import src/poetry/pyproject/toml.py:6:6 Cannot resolve imported module `tomlkit.api`
poetry unresolved-import src/poetry/pyproject/toml.py:7:6 Cannot resolve imported module `tomlkit.items`
poetry unresolved-import src/poetry/pyproject/toml.py:8:6 Cannot resolve imported module `tomlkit.toml_document`
poetry unresolved-import src/poetry/repositories/abstract_repository.py:9:10 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/repositories/abstract_repository.py:10:10 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/repositories/abstract_repository.py:11:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/repositories/cached_repository.py:9:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/repositories/cached_repository.py:18:10 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/repositories/cached_repository.py:19:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/repositories/http_repository.py:16:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/repositories/http_repository.py:17:6 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/repositories/http_repository.py:18:6 Cannot resolve imported module `poetry.core.utils.helpers`
poetry unresolved-import src/poetry/repositories/http_repository.py:19:6 Cannot resolve imported module `poetry.core.version.markers`
poetry unresolved-import src/poetry/repositories/http_repository.py:41:10 Cannot resolve imported module `poetry.core.packages.utils.link`
poetry possibly-unresolved-reference src/poetry/repositories/http_repository.py:179:54 Name `hash_name` used when possibly not defined
poetry possibly-unresolved-reference src/poetry/repositories/http_repository.py:182:62 Name `hash_name` used when possibly not defined
poetry possibly-unresolved-reference src/poetry/repositories/http_repository.py:185:69 Name `hash_name` used when possibly not defined
poetry possibly-unresolved-reference src/poetry/repositories/http_repository.py:360:32 Name `hash_type` used when possibly not defined
poetry possibly-unresolved-reference src/poetry/repositories/http_repository.py:360:56 Name `hash_type` used when possibly not defined
poetry unresolved-import src/poetry/repositories/installed_repository.py:12:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/repositories/installed_repository.py:13:6 Cannot resolve imported module `poetry.core.packages.utils.utils`
poetry unresolved-import src/poetry/repositories/installed_repository.py:14:6 Cannot resolve imported module `poetry.core.packages.utils.utils`
poetry unresolved-import src/poetry/repositories/installed_repository.py:15:6 Cannot resolve imported module `poetry.core.utils.helpers`
poetry unresolved-import src/poetry/repositories/installed_repository.py:244:14 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unused-ignore-comment src/poetry/repositories/installed_repository.py:266:46 Unused blanket `type: ignore` directive
poetry unused-ignore-comment src/poetry/repositories/installed_repository.py:268:55 Unused blanket `type: ignore` directive
poetry unused-ignore-comment src/poetry/repositories/installed_repository.py:273:56 Unused blanket `type: ignore` directive
poetry unused-ignore-comment src/poetry/repositories/installed_repository.py:275:48 Unused blanket `type: ignore` directive
poetry unresolved-import src/poetry/repositories/legacy_repository.py:10:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/repositories/legacy_repository.py:21:10 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/repositories/legacy_repository.py:22:10 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/repositories/legacy_repository.py:23:10 Cannot resolve imported module `poetry.core.packages.utils.link`
poetry unresolved-import src/poetry/repositories/link_sources/base.py:10:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/repositories/link_sources/base.py:11:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/repositories/link_sources/base.py:12:6 Cannot resolve imported module `poetry.core.version.exceptions`
poetry unresolved-import src/poetry/repositories/link_sources/base.py:23:10 Cannot resolve imported module `poetry.core.packages.utils.link`
poetry unresolved-import src/poetry/repositories/link_sources/html.py:10:6 Cannot resolve imported module `poetry.core.packages.utils.link`
poetry possibly-unresolved-reference src/poetry/repositories/link_sources/html.py:58:77 Name `metadata` used when possibly not defined
poetry unresolved-import src/poetry/repositories/link_sources/json.py:8:6 Cannot resolve imported module `poetry.core.packages.utils.link`
poetry unresolved-import src/poetry/repositories/lockfile_repository.py:9:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/repositories/pypi_repository.py:12:6 Cannot resolve imported module `cachecontrol.controller`
poetry unresolved-import src/poetry/repositories/pypi_repository.py:13:6 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/repositories/pypi_repository.py:14:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/repositories/pypi_repository.py:15:6 Cannot resolve imported module `poetry.core.packages.utils.link`
poetry unresolved-import src/poetry/repositories/pypi_repository.py:16:6 Cannot resolve imported module `poetry.core.version.exceptions`
poetry unresolved-import src/poetry/repositories/pypi_repository.py:17:6 Cannot resolve imported module `poetry.core.version.requirements`
poetry unresolved-import src/poetry/repositories/pypi_repository.py:32:10 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/repositories/pypi_repository.py:33:10 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/repositories/repository.py:8:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/repositories/repository.py:18:10 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/repositories/repository.py:19:10 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/repositories/repository.py:20:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/repositories/repository.py:21:10 Cannot resolve imported module `poetry.core.packages.utils.link`
poetry unresolved-import src/poetry/repositories/repository_pool.py:18:10 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/repositories/repository_pool.py:19:10 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/repositories/repository_pool.py:20:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/toml/exceptions.py:3:6 Cannot resolve imported module `poetry.core.exceptions`
poetry unresolved-import src/poetry/toml/exceptions.py:4:6 Cannot resolve imported module `tomlkit.exceptions`
poetry unresolved-import src/poetry/toml/file.py:5:6 Cannot resolve imported module `tomlkit.toml_file`
poetry unresolved-import src/poetry/toml/file.py:11:10 Cannot resolve imported module `tomlkit.toml_document`
poetry unresolved-import src/poetry/toml/file.py:27:14 Cannot resolve imported module `tomlkit.exceptions`
poetry unresolved-import src/poetry/utils/_compat.py:12:12 Cannot resolve imported module `tomli`
poetry unresolved-import src/poetry/utils/authenticator.py:19:6 Cannot resolve imported module `cachecontrol`
poetry unresolved-import src/poetry/utils/authenticator.py:20:6 Cannot resolve imported module `cachecontrol.caches`
poetry unresolved-import src/poetry/utils/authenticator.py:21:6 Cannot resolve imported module `requests_toolbelt`
poetry unresolved-import src/poetry/utils/authenticator.py:36:10 Cannot resolve imported module `cleo.io.io`
poetry no-matching-overload src/poetry/utils/authenticator.py:224:9 No overload of bound method `update` matches arguments
poetry unresolved-import src/poetry/utils/cache.py:29:10 Cannot resolve imported module `poetry.core.packages.utils.link`
poetry unresolved-import src/poetry/utils/dependency_specification.py:13:6 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/utils/dependency_specification.py:14:6 Cannot resolve imported module `tomlkit.items`
poetry unresolved-import src/poetry/utils/dependency_specification.py:20:10 Cannot resolve imported module `poetry.core.packages.vcs_dependency`
poetry unresolved-import src/poetry/utils/dependency_specification.py:115:14 Cannot resolve imported module `poetry.core.vcs.git`
poetry unresolved-import src/poetry/utils/dependency_specification.py:116:14 Cannot resolve imported module `poetry.core.vcs.git`
poetry unresolved-import src/poetry/utils/env/__init__.py:7:6 Cannot resolve imported module `poetry.core.utils.helpers`
poetry unresolved-import src/poetry/utils/env/__init__.py:31:10 Cannot resolve imported module `cleo.io.io`
poetry unresolved-import src/poetry/utils/env/base_env.py:19:6 Cannot resolve imported module `installer.utils`
poetry unresolved-import src/poetry/utils/env/base_env.py:20:6 Cannot resolve imported module `virtualenv.seed.wheels.embed`
poetry unresolved-import src/poetry/utils/env/base_env.py:30:10 Cannot resolve imported module `poetry.core.version.markers`
poetry unresolved-import src/poetry/utils/env/base_env.py:31:10 Cannot resolve imported module `virtualenv.seed.wheels.util`
poetry unresolved-import src/poetry/utils/env/env_manager.py:16:8 Cannot resolve imported module `tomlkit`
poetry unresolved-import src/poetry/utils/env/env_manager.py:17:8 Cannot resolve imported module `virtualenv`
poetry unresolved-import src/poetry/utils/env/env_manager.py:19:6 Cannot resolve imported module `cleo.io.null_io`
poetry unresolved-import src/poetry/utils/env/env_manager.py:20:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/utils/env/env_manager.py:41:10 Cannot resolve imported module `cleo.io.io`
poetry possibly-unresolved-reference src/poetry/utils/env/env_manager.py:190:58 Name `minor` used when possibly not defined
poetry invalid-type-form src/poetry/utils/env/env_manager.py:260:48 Invalid subscript of object of type `def list(self, name: str | None = None) -> Unknown` in type expression
poetry invalid-assignment src/poetry/utils/env/mock_env.py:34:28 Object of type `tuple[@Todo(StarredExpression), Literal["final"], Literal[0]]` is not assignable to `tuple[int, int, int] | tuple[int, int, int, str, int]`
poetry invalid-assignment src/poetry/utils/env/mock_env.py:66:38 Invalid assignment to key "version_info" with declared type `tuple[int, int, int, str, int]` on TypedDict `MarkerEnv`: value of type `Unknown | tuple[int, int, int] | tuple[int, int, int, str, int]`
poetry unused-ignore-comment src/poetry/utils/env/mock_env.py:80:42 Unused blanket `type: ignore` directive
poetry unresolved-import src/poetry/utils/env/python/installer.py:9:8 Cannot resolve imported module `pbs_installer`
poetry unresolved-import src/poetry/utils/env/python/installer.py:11:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/utils/env/python/manager.py:14:8 Cannot resolve imported module `findpython`
poetry unresolved-import src/poetry/utils/env/python/manager.py:17:6 Cannot resolve imported module `cleo.io.null_io`
poetry unresolved-import src/poetry/utils/env/python/manager.py:18:6 Cannot resolve imported module `cleo.io.outputs.output`
poetry unresolved-import src/poetry/utils/env/python/manager.py:19:6 Cannot resolve imported module `pbs_installer._install`
poetry unresolved-import src/poetry/utils/env/python/manager.py:20:6 Cannot resolve imported module `pbs_installer._install`
poetry unresolved-import src/poetry/utils/env/python/manager.py:21:6 Cannot resolve imported module `pbs_installer._versions`
poetry unresolved-import src/poetry/utils/env/python/manager.py:22:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/utils/env/python/manager.py:23:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/utils/env/python/manager.py:24:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import src/poetry/utils/env/python/manager.py:34:10 Cannot resolve imported module `cleo.io.io`
poetry possibly-unresolved-reference src/poetry/utils/env/python/manager.py:289:27 Name `active_python` used when possibly not defined
poetry possibly-unresolved-reference src/poetry/utils/env/python/manager.py:291:20 Name `active_python` used when possibly not defined
poetry unresolved-import src/poetry/utils/env/python/providers.py:10:8 Cannot resolve imported module `findpython`
poetry unresolved-import src/poetry/utils/env/python/providers.py:12:6 Cannot resolve imported module `findpython.providers.path`
poetry unresolved-import src/poetry/utils/env/python/providers.py:21:10 Cannot resolve imported module `poetry.core.constraints.version`
poetry unused-ignore-comment src/poetry/utils/env/python/providers.py:25:60 Unused blanket `type: ignore` directive
poetry unused-ignore-comment src/poetry/utils/env/python/providers.py:43:48 Unused blanket `type: ignore` directive
poetry too-many-positional-arguments src/poetry/utils/env/python/providers.py:93:20 Too many positional arguments: expected 0, got 1
poetry unused-ignore-comment src/poetry/utils/env/virtual_env.py:102:59 Unused blanket `type: ignore` directive
poetry unresolved-import src/poetry/utils/extras.py:12:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/utils/helpers.py:37:10 Cannot resolve imported module `poetry.core.packages.package`
poetry possibly-unresolved-reference src/poetry/utils/helpers.py:164:30 Name `last_percent` used when possibly not defined
poetry unresolved-import src/poetry/utils/isolated_build.py:11:6 Cannot resolve imported module `build`
poetry unresolved-import src/poetry/utils/isolated_build.py:12:6 Cannot resolve imported module `build.env`
poetry unresolved-import src/poetry/utils/isolated_build.py:13:6 Cannot resolve imported module `poetry.core.packages.dependency_group`
poetry unresolved-import src/poetry/utils/isolated_build.py:26:10 Cannot resolve imported module `build`
poetry unresolved-import src/poetry/utils/isolated_build.py:27:10 Cannot resolve imported module `build`
poetry unresolved-import src/poetry/utils/isolated_build.py:28:10 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/utils/isolated_build.py:125:14 Cannot resolve imported module `cleo.io.buffered_io`
poetry unresolved-import src/poetry/utils/isolated_build.py:126:14 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import src/poetry/utils/isolated_build.py:127:14 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import src/poetry/utils/isolated_build.py:184:10 Cannot resolve imported module `build`
poetry unresolved-import src/poetry/utils/isolated_build.py:185:10 Cannot resolve imported module `pyproject_hooks`
poetry unresolved-import src/poetry/utils/log_utils.py:7:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import src/poetry/utils/password_manager.py:15:12 Cannot resolve imported module `keyring.backend`
poetry unresolved-import src/poetry/utils/password_manager.py:17:10 Cannot resolve imported module `cleo.io.io`
poetry unresolved-import src/poetry/utils/password_manager.py:76:16 Cannot resolve imported module `keyring`
poetry unresolved-import src/poetry/utils/password_manager.py:78:14 Cannot resolve imported module `keyring.errors`
poetry unresolved-import src/poetry/utils/password_manager.py:79:14 Cannot resolve imported module `keyring.errors`
poetry unresolved-import src/poetry/utils/password_manager.py:99:16 Cannot resolve imported module `keyring`
poetry unresolved-import src/poetry/utils/password_manager.py:100:16 Cannot resolve imported module `keyring.errors`
poetry unresolved-import src/poetry/utils/password_manager.py:112:16 Cannot resolve imported module `keyring`
poetry unresolved-import src/poetry/utils/password_manager.py:113:16 Cannot resolve imported module `keyring.errors`
poetry unresolved-import src/poetry/utils/password_manager.py:125:16 Cannot resolve imported module `keyring.errors`
poetry unresolved-import src/poetry/utils/password_manager.py:144:20 Cannot resolve imported module `keyring`
poetry unresolved-import src/poetry/utils/password_manager.py:145:20 Cannot resolve imported module `keyring.backend`
poetry unresolved-import src/poetry/utils/password_manager.py:146:20 Cannot resolve imported module `keyring.errors`
poetry unresolved-import src/poetry/vcs/git/backend.py:15:6 Cannot resolve imported module `dulwich`
poetry unresolved-import src/poetry/vcs/git/backend.py:16:6 Cannot resolve imported module `dulwich.client`
poetry unresolved-import src/poetry/vcs/git/backend.py:17:6 Cannot resolve imported module `dulwich.client`
poetry unresolved-import src/poetry/vcs/git/backend.py:18:6 Cannot resolve imported module `dulwich.config`
poetry unresolved-import src/poetry/vcs/git/backend.py:19:6 Cannot resolve imported module `dulwich.config`
poetry unresolved-import src/poetry/vcs/git/backend.py:20:6 Cannot resolve imported module `dulwich.errors`
poetry unresolved-import src/poetry/vcs/git/backend.py:21:6 Cannot resolve imported module `dulwich.file`
poetry unresolved-import src/poetry/vcs/git/backend.py:22:6 Cannot resolve imported module `dulwich.index`
poetry unresolved-import src/poetry/vcs/git/backend.py:23:6 Cannot resolve imported module `dulwich.refs`
poetry unresolved-import src/poetry/vcs/git/backend.py:24:6 Cannot resolve imported module `dulwich.repo`
poetry unresolved-import src/poetry/vcs/git/backend.py:32:10 Cannot resolve imported module `dulwich.client`
poetry unresolved-import src/poetry/vcs/git/backend.py:33:10 Cannot resolve imported module `dulwich.client`
poetry unresolved-import src/poetry/vcs/git/system.py:8:6 Cannot resolve imported module `dulwich.client`
poetry unresolved-import src/poetry/version/version_selector.py:7:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/config/test_config.py:13:6 Cannot resolve imported module `deepdiff.diff`
poetry unresolved-import tests/config/test_file_config_source.py:6:8 Cannot resolve imported module `tomlkit`
poetry unresolved-import tests/config/test_source.py:5:6 Cannot resolve imported module `tomlkit.container`
poetry unresolved-import tests/config/test_source.py:6:6 Cannot resolve imported module `tomlkit.items`
poetry unresolved-import tests/config/test_source.py:7:6 Cannot resolve imported module `tomlkit.items`
poetry unused-ignore-comment tests/config/test_source.py:36:32 Unused blanket `type: ignore` directive
poetry unresolved-import tests/conftest.py:15:8 Cannot resolve imported module `findpython`
poetry unresolved-import tests/conftest.py:16:8 Cannot resolve imported module `keyring`
poetry unresolved-import tests/conftest.py:19:8 Cannot resolve imported module `responses`
poetry unresolved-import tests/conftest.py:21:6 Cannot resolve imported module `installer.utils`
poetry unresolved-import tests/conftest.py:22:6 Cannot resolve imported module `jaraco.classes`
poetry unresolved-import tests/conftest.py:23:6 Cannot resolve imported module `keyring.backend`
poetry unresolved-import tests/conftest.py:24:6 Cannot resolve imported module `keyring.backends.fail`
poetry unresolved-import tests/conftest.py:25:6 Cannot resolve imported module `keyring.credentials`
poetry unresolved-import tests/conftest.py:26:6 Cannot resolve imported module `keyring.errors`
poetry unresolved-import tests/conftest.py:27:6 Cannot resolve imported module `keyring.errors`
poetry unresolved-import tests/conftest.py:29:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/conftest.py:30:6 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import tests/conftest.py:31:6 Cannot resolve imported module `poetry.core.utils._compat`
poetry unresolved-import tests/conftest.py:32:6 Cannot resolve imported module `poetry.core.version.markers`
poetry unresolved-import tests/conftest.py:71:10 Cannot resolve imported module `cleo.io.inputs.argument`
poetry unresolved-import tests/conftest.py:72:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import tests/conftest.py:73:10 Cannot resolve imported module `keyring.credentials`
poetry unresolved-import tests/conftest.py:75:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/conftest.py:79:10 Cannot resolve imported module `pytest_mock`
poetry unused-ignore-comment tests/conftest.py:233:41 Unused blanket `type: ignore` directive
poetry unused-ignore-comment tests/conftest.py:238:43 Unused blanket `type: ignore` directive
poetry unused-ignore-comment tests/conftest.py:243:46 Unused blanket `type: ignore` directive
poetry unresolved-import tests/conftest.py:248:10 Cannot resolve imported module `keyring.backends.null`
poetry unused-ignore-comment tests/conftest.py:250:37 Unused blanket `type: ignore` directive
poetry unused-ignore-comment tests/conftest.py:257:35 Unused blanket `type: ignore` directive
poetry unresolved-import tests/conftest.py:259:10 Cannot resolve imported module `keyring.backends.chainer`
poetry unused-ignore-comment tests/conftest.py:261:44 Unused blanket `type: ignore` directive
poetry unresolved-import tests/conftest.py:266:10 Cannot resolve imported module `keyring.backends.null`
poetry unused-ignore-comment tests/conftest.py:270:31 Unused blanket `type: ignore` directive
poetry unresolved-import tests/conftest.py:272:10 Cannot resolve imported module `keyring.backends.chainer`
poetry unused-ignore-comment tests/conftest.py:274:44 Unused blanket `type: ignore` directive
poetry unused-ignore-comment tests/conftest.py:318:41 Unused blanket `type: ignore` directive
poetry unused-ignore-comment tests/conftest.py:910:61 Unused blanket `type: ignore` directive
poetry unused-ignore-comment tests/conftest.py:989:57 Unused blanket `type: ignore` directive
poetry unresolved-import tests/console/commands/cache/test_clear.py:8:6 Cannot resolve imported module `cleo.testers.application_tester`
poetry unresolved-import tests/console/commands/cache/test_list.py:11:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/debug/test_info.py:15:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/debug/test_info.py:16:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/console/commands/debug/test_resolve.py:12:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/env/helpers.py:9:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/console/commands/env/test_activate.py:11:10 Cannot resolve imported module `cleo.testers.application_tester`
poetry unresolved-import tests/console/commands/env/test_activate.py:12:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/env/test_activate.py:13:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/console/commands/env/test_info.py:14:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/env/test_info.py:15:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/console/commands/env/test_list.py:6:8 Cannot resolve imported module `tomlkit`
poetry unresolved-import tests/console/commands/env/test_list.py:14:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/env/test_list.py:15:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/console/commands/env/test_remove.py:7:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/console/commands/env/test_remove.py:15:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/env/test_remove.py:16:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/console/commands/env/test_use.py:10:8 Cannot resolve imported module `tomlkit`
poetry unresolved-import tests/console/commands/env/test_use.py:12:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/console/commands/env/test_use.py:23:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/env/test_use.py:24:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/console/commands/python/test_python_install.py:7:6 Cannot resolve imported module `poetry.core.constraints.version.version`
poetry unresolved-import tests/console/commands/python/test_python_install.py:17:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/python/test_python_install.py:18:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/console/commands/python/test_python_list.py:14:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/python/test_python_remove.py:9:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/self/conftest.py:8:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/console/commands/self/conftest.py:20:12 Cannot resolve imported module `responses`
poetry unresolved-import tests/console/commands/self/conftest.py:22:10 Cannot resolve imported module `cleo.io.io`
poetry unresolved-import tests/console/commands/self/conftest.py:23:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/console/commands/self/test_add_plugins.py:7:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/console/commands/self/test_add_plugins.py:16:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/self/test_install.py:11:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/self/test_remove_plugins.py:6:8 Cannot resolve imported module `tomlkit`
poetry unresolved-import tests/console/commands/self/test_remove_plugins.py:8:6 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import tests/console/commands/self/test_remove_plugins.py:9:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/console/commands/self/test_remove_plugins.py:10:6 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import tests/console/commands/self/test_remove_plugins.py:19:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unused-ignore-comment tests/console/commands/self/test_remove_plugins.py:37:90 Unused blanket `type: ignore` directive
poetry unused-ignore-comment tests/console/commands/self/test_remove_plugins.py:40:81 Unused blanket `type: ignore` directive
poetry unresolved-import tests/console/commands/self/test_self_command.py:5:6 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import tests/console/commands/self/test_self_command.py:6:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/console/commands/self/test_self_command.py:7:6 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import tests/console/commands/self/test_show.py:8:8 Cannot resolve imported module `tomlkit`
poetry unresolved-import tests/console/commands/self/test_show.py:15:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/self/test_show_plugins.py:9:6 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import tests/console/commands/self/test_show_plugins.py:10:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/console/commands/self/test_show_plugins.py:21:10 Cannot resolve imported module `cleo.io.io`
poetry unresolved-import tests/console/commands/self/test_show_plugins.py:22:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/self/test_show_plugins.py:23:10 Cannot resolve imported module `pytest_mock`
poetry unused-ignore-comment tests/console/commands/self/test_show_plugins.py:86:32 Unused blanket `type: ignore` directive
poetry unused-ignore-comment tests/console/commands/self/test_show_plugins.py:111:22 Unused blanket `type: ignore` directive
poetry unresolved-import tests/console/commands/self/test_sync.py:7:6 Cannot resolve imported module `cleo.exceptions`
poetry unresolved-import tests/console/commands/self/test_sync.py:17:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/self/test_sync.py:18:10 Cannot resolve imported module `pytest_mock`
poetry unused-ignore-comment tests/console/commands/self/test_sync.py:21:18 Unused blanket `type: ignore` directive
poetry unused-ignore-comment tests/console/commands/self/test_sync.py:26:63 Unused blanket `type: ignore` directive
poetry unresolved-import tests/console/commands/self/test_update.py:7:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/console/commands/self/test_update.py:8:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/console/commands/self/test_update.py:17:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/self/test_update.py:18:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/console/commands/self/utils.py:6:6 Cannot resolve imported module `tomlkit.items`
poetry unresolved-import tests/console/commands/source/test_add.py:14:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/source/test_remove.py:9:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/source/test_show.py:11:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/test_about.py:9:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/test_add.py:10:8 Cannot resolve imported module `tomlkit`
poetry unresolved-import tests/console/commands/test_add.py:13:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/console/commands/test_add.py:14:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/console/commands/test_add.py:28:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/test_add.py:29:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/console/commands/test_add.py:30:10 Cannot resolve imported module `tomlkit`
poetry unresolved-import tests/console/commands/test_build.py:10:6 Cannot resolve imported module `cleo.io.null_io`
poetry unresolved-import tests/console/commands/test_build.py:11:6 Cannot resolve imported module `cleo.testers.application_tester`
poetry unresolved-import tests/console/commands/test_build.py:25:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/test_build.py:26:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/console/commands/test_build.py:291:10 Cannot resolve imported module `build`
poetry unresolved-import tests/console/commands/test_check.py:16:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/test_check.py:17:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/console/commands/test_config.py:12:6 Cannot resolve imported module `deepdiff.diff`
poetry unresolved-import tests/console/commands/test_config.py:13:6 Cannot resolve imported module `poetry.core.pyproject.exceptions`
poetry unresolved-import tests/console/commands/test_config.py:26:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/test_config.py:27:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/console/commands/test_init.py:13:6 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/test_init.py:15:6 Cannot resolve imported module `poetry.core.utils.helpers`
poetry unresolved-import tests/console/commands/test_init.py:27:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/console/commands/test_init.py:29:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/console/commands/test_install.py:9:6 Cannot resolve imported module `poetry.core.masonry.utils.module`
poetry unresolved-import tests/console/commands/test_install.py:10:6 Cannot resolve imported module `poetry.core.packages.dependency_group`
poetry unresolved-import tests/console/commands/test_install.py:18:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/test_install.py:19:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/console/commands/test_lock.py:13:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/test_new.py:10:6 Cannot resolve imported module `poetry.core.utils.helpers`
poetry unresolved-import tests/console/commands/test_new.py:18:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/test_publish.py:11:8 Cannot resolve imported module `responses`
poetry unresolved-import tests/console/commands/test_publish.py:17:10 Cannot resolve imported module `cleo.testers.application_tester`
poetry unresolved-import tests/console/commands/test_publish.py:18:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/console/commands/test_remove.py:8:8 Cannot resolve imported module `tomlkit`
poetry unresolved-import tests/console/commands/test_remove.py:10:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/console/commands/test_remove.py:20:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/test_remove.py:21:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/console/commands/test_remove.py:22:10 Cannot resolve imported module `tomlkit`
poetry unresolved-import tests/console/commands/test_run.py:13:10 Cannot resolve imported module `cleo.testers.application_tester`
poetry unresolved-import tests/console/commands/test_run.py:14:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/test_run.py:15:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/console/commands/test_search.py:13:12 Cannot resolve imported module `responses`
poetry unresolved-import tests/console/commands/test_search.py:15:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/test_show.py:13:6 Cannot resolve imported module `poetry.core.packages.dependency_group`
poetry unresolved-import tests/console/commands/test_show.py:14:6 Cannot resolve imported module `poetry.core.packages.dependency_group`
poetry unresolved-import tests/console/commands/test_show.py:24:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry redundant-cast tests/console/commands/test_show.py:42:12 Value is already of type `F@output_format_parametrize`
poetry unresolved-import tests/console/commands/test_sync.py:7:6 Cannot resolve imported module `cleo.exceptions`
poetry unresolved-import tests/console/commands/test_sync.py:17:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/commands/test_sync.py:18:10 Cannot resolve imported module `pytest_mock`
poetry unused-ignore-comment tests/console/commands/test_sync.py:21:18 Unused blanket `type: ignore` directive
poetry unused-ignore-comment tests/console/commands/test_sync.py:26:58 Unused blanket `type: ignore` directive
poetry unresolved-import tests/console/commands/test_update.py:12:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/console/commands/test_version.py:11:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/conftest.py:9:6 Cannot resolve imported module `cleo.io.null_io`
poetry unresolved-import tests/console/conftest.py:10:6 Cannot resolve imported module `cleo.testers.application_tester`
poetry unresolved-import tests/console/conftest.py:11:6 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/console/conftest.py:25:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/console/logging/test_io_formatter.py:15:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/console/test_application.py:12:6 Cannot resolve imported module `cleo.testers.application_tester`
poetry unresolved-import tests/console/test_application.py:28:10 Cannot resolve imported module `cleo.io.inputs.argv_input`
poetry unresolved-import tests/console/test_application.py:29:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/console/test_application_command_not_found.py:7:6 Cannot resolve imported module `cleo.testers.application_tester`
poetry unresolved-import tests/console/test_application_global_options.py:12:6 Cannot resolve imported module `cleo.io.buffered_io`
poetry unresolved-import tests/console/test_application_global_options.py:13:6 Cannot resolve imported module `cleo.io.inputs.string_input`
poetry unresolved-import tests/console/test_application_global_options.py:14:6 Cannot resolve imported module `cleo.testers.application_tester`
poetry unresolved-import tests/console/test_application_global_options.py:26:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/console/test_application_removed_commands.py:7:6 Cannot resolve imported module `cleo.testers.application_tester`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `list[str]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `list[str]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `list[str]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `list[Extension]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `list[str]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `type[Distribution]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `list[str]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `Mapping[str, Any]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `list[str] | str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `list[str] | str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `Mapping[str, type[Command]]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `list[tuple[str, list[str]]]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `Mapping[str, str]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `list[str]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `list[str]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `list[str]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `list[str]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `Mapping[str, Mapping[str, tuple[Any, Any]]]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `Mapping[str, list[str]]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `bool | Literal[0, 1]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `list[str]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `list[str]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `list[str]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry invalid-argument-type tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py:26:7 Argument to function `setup` is incorrect: Expected `str`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
poetry unresolved-import tests/fixtures/extended_with_no_setup/build.py:6:6 Cannot resolve imported module `setuptools`
poetry unresolved-import tests/fixtures/extended_with_no_setup/build.py:7:6 Cannot resolve imported module `setuptools`
poetry unresolved-import tests/fixtures/extended_with_no_setup/build.py:8:6 Cannot resolve imported module `setuptools.command.build_ext`
poetry unresolved-import tests/fixtures/git/github.com/demo/namespace-package-one/setup.py:3:6 Cannot resolve imported module `setuptools`
poetry unresolved-import tests/fixtures/git/github.com/demo/namespace-package-one/setup.py:4:6 Cannot resolve imported module `setuptools`
poetry unresolved-import tests/fixtures/git/github.com/demo/no-dependencies/setup.py:3:6 Cannot resolve imported module `setuptools`
poetry unresolved-import tests/fixtures/git/github.com/demo/no-version/setup.py:6:6 Cannot resolve imported module `setuptools`
poetry unresolved-import tests/fixtures/git/github.com/demo/non-canonical-name/setup.py:3:6 Cannot resolve imported module `setuptools`
poetry unresolved-import tests/fixtures/project_with_setup/setup.py:3:6 Cannot resolve imported module `setuptools`
poetry unresolved-import tests/fixtures/project_with_setup_calls_script/setup.py:5:6 Cannot resolve imported module `setuptools`
poetry unresolved-import tests/helpers.py:12:8 Cannot resolve imported module `keyring`
poetry unresolved-import tests/helpers.py:14:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/helpers.py:15:6 Cannot resolve imported module `poetry.core.packages.utils.link`
poetry unresolved-import tests/helpers.py:16:6 Cannot resolve imported module `poetry.core.vcs.git`
poetry unresolved-import tests/helpers.py:33:12 Cannot resolve imported module `responses`
poetry unresolved-import tests/helpers.py:35:10 Cannot resolve imported module `keyring.backend`
poetry unresolved-import tests/helpers.py:36:10 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/helpers.py:37:10 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import tests/helpers.py:38:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/helpers.py:40:10 Cannot resolve imported module `tomlkit.toml_document`
poetry unresolved-import tests/inspection/test_info.py:13:6 Cannot resolve imported module `build`
poetry unresolved-import tests/inspection/test_info.py:14:6 Cannot resolve imported module `build`
poetry unresolved-import tests/inspection/test_info.py:16:6 Cannot resolve imported module `pkginfo.distribution`
poetry unresolved-import tests/inspection/test_info.py:28:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/inspection/test_lazy_wheel.py:13:8 Cannot resolve imported module `responses`
poetry unresolved-import tests/inspection/test_lazy_wheel.py:26:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/installation/test_chef.py:13:6 Cannot resolve imported module `build`
poetry unresolved-import tests/installation/test_chef.py:14:6 Cannot resolve imported module `poetry.core.packages.utils.link`
poetry unresolved-import tests/installation/test_chef.py:23:10 Cannot resolve imported module `pytest_mock`
poetry unused-ignore-comment tests/installation/test_chef.py:152:66 Unused blanket `type: ignore` directive
poetry unresolved-import tests/installation/test_chooser.py:9:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/installation/test_chooser_errors.py:5:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/installation/test_executor.py:16:6 Cannot resolve imported module `build`
poetry unresolved-import tests/installation/test_executor.py:17:6 Cannot resolve imported module `build`
poetry unresolved-import tests/installation/test_executor.py:18:6 Cannot resolve imported module `cleo.formatters.style`
poetry unresolved-import tests/installation/test_executor.py:19:6 Cannot resolve imported module `cleo.io.buffered_io`
poetry unresolved-import tests/installation/test_executor.py:20:6 Cannot resolve imported module `cleo.io.outputs.output`
poetry unresolved-import tests/installation/test_executor.py:22:6 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import tests/installation/test_executor.py:23:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/installation/test_executor.py:24:6 Cannot resolve imported module `poetry.core.packages.utils.utils`
poetry unresolved-import tests/installation/test_executor.py:45:10 Cannot resolve imported module `pytest_mock`
poetry deprecated tests/installation/test_executor.py:170:29 The function `mktemp` is deprecated: Deprecated since Python 2.3. Use `mkstemp()` or `NamedTemporaryFile(delete=False)` instead.
poetry unused-ignore-comment tests/installation/test_executor.py:790:53 Unused blanket `type: ignore` directive
poetry unused-ignore-comment tests/installation/test_executor.py:795:53 Unused blanket `type: ignore` directive
poetry unresolved-import tests/installation/test_installer.py:14:6 Cannot resolve imported module `cleo.io.buffered_io`
poetry unresolved-import tests/installation/test_installer.py:15:6 Cannot resolve imported module `cleo.io.inputs.input`
poetry unresolved-import tests/installation/test_installer.py:16:6 Cannot resolve imported module `cleo.io.null_io`
poetry unresolved-import tests/installation/test_installer.py:17:6 Cannot resolve imported module `cleo.io.outputs.output`
poetry unresolved-import tests/installation/test_installer.py:19:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/installation/test_installer.py:20:6 Cannot resolve imported module `poetry.core.packages.dependency_group`
poetry unresolved-import tests/installation/test_installer.py:21:6 Cannot resolve imported module `poetry.core.packages.dependency_group`
poetry unresolved-import tests/installation/test_installer.py:22:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/installation/test_installer.py:23:6 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import tests/installation/test_installer.py:44:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/installation/test_installer.py:45:10 Cannot resolve imported module `tomlkit`
poetry unresolved-import tests/installation/test_wheel_installer.py:10:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/integration/test_utils_vcs_git.py:16:6 Cannot resolve imported module `dulwich.client`
poetry unresolved-import tests/integration/test_utils_vcs_git.py:17:6 Cannot resolve imported module `dulwich.client`
poetry unresolved-import tests/integration/test_utils_vcs_git.py:18:6 Cannot resolve imported module `dulwich.config`
poetry unresolved-import tests/integration/test_utils_vcs_git.py:19:6 Cannot resolve imported module `dulwich.repo`
poetry unresolved-import tests/integration/test_utils_vcs_git.py:31:10 Cannot resolve imported module `dulwich.client`
poetry unresolved-import tests/integration/test_utils_vcs_git.py:32:10 Cannot resolve imported module `dulwich.client`
poetry unresolved-import tests/integration/test_utils_vcs_git.py:34:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/masonry/builders/test_editable_builder.py:13:6 Cannot resolve imported module `cleo.io.null_io`
poetry unresolved-import tests/masonry/builders/test_editable_builder.py:14:6 Cannot resolve imported module `deepdiff.diff`
poetry unresolved-import tests/masonry/builders/test_editable_builder.py:15:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/masonry/builders/test_editable_builder.py:16:6 Cannot resolve imported module `poetry.core.masonry.metadata`
poetry unresolved-import tests/masonry/builders/test_editable_builder.py:17:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/masonry/builders/test_editable_builder.py:33:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/mixology/helpers.py:5:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/mixology/helpers.py:16:10 Cannot resolve imported module `poetry.core.factory`
poetry unresolved-import tests/mixology/helpers.py:17:10 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import tests/mixology/test_incompatibility.py:5:6 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import tests/mixology/test_incompatibility.py:6:6 Cannot resolve imported module `poetry.core.packages.url_dependency`
poetry unresolved-import tests/mixology/version_solver/conftest.py:7:6 Cannot resolve imported module `cleo.io.null_io`
poetry unresolved-import tests/mixology/version_solver/conftest.py:8:6 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import tests/mixology/version_solver/test_backtracking.py:11:10 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import tests/mixology/version_solver/test_basic_graph.py:13:10 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import tests/mixology/version_solver/test_dependency_cache.py:14:10 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import tests/mixology/version_solver/test_python_constraint.py:11:10 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import tests/mixology/version_solver/test_unsolvable.py:14:10 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import tests/mixology/version_solver/test_with_lock.py:5:6 Cannot resolve imported module `cleo.io.null_io`
poetry unresolved-import tests/mixology/version_solver/test_with_lock.py:7:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/mixology/version_solver/test_with_lock.py:17:10 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import tests/packages/test_direct_origin.py:6:6 Cannot resolve imported module `poetry.core.packages.utils.link`
poetry unresolved-import tests/packages/test_direct_origin.py:15:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/packages/test_locker.py:20:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/packages/test_locker.py:21:6 Cannot resolve imported module `poetry.core.packages.dependency_group`
poetry unresolved-import tests/packages/test_locker.py:22:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/packages/test_locker.py:23:6 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import tests/packages/test_locker.py:24:6 Cannot resolve imported module `poetry.core.version.markers`
poetry unresolved-import tests/packages/test_locker.py:25:6 Cannot resolve imported module `poetry.core.version.markers`
poetry unresolved-import tests/packages/test_locker.py:38:10 Cannot resolve imported module `pytest_mock`
poetry unused-ignore-comment tests/packages/test_locker.py:708:35 Unused blanket `type: ignore` directive
poetry unresolved-import tests/packages/test_transitive_package_info.py:6:6 Cannot resolve imported module `poetry.core.packages.dependency_group`
poetry unresolved-import tests/packages/test_transitive_package_info.py:7:6 Cannot resolve imported module `poetry.core.version.markers`
poetry unresolved-import tests/plugins/test_plugin_manager.py:12:6 Cannot resolve imported module `cleo.io.buffered_io`
poetry unresolved-import tests/plugins/test_plugin_manager.py:13:6 Cannot resolve imported module `cleo.io.outputs.output`
poetry unresolved-import tests/plugins/test_plugin_manager.py:14:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/plugins/test_plugin_manager.py:15:6 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import tests/plugins/test_plugin_manager.py:16:6 Cannot resolve imported module `poetry.core.packages.file_dependency`
poetry unresolved-import tests/plugins/test_plugin_manager.py:17:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/plugins/test_plugin_manager.py:18:6 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import tests/plugins/test_plugin_manager.py:36:10 Cannot resolve imported module `cleo.io.io`
poetry unresolved-import tests/plugins/test_plugin_manager.py:37:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/publishing/test_hash_manager.py:14:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/publishing/test_publisher.py:10:6 Cannot resolve imported module `cleo.io.buffered_io`
poetry unresolved-import tests/publishing/test_publisher.py:11:6 Cannot resolve imported module `cleo.io.null_io`
poetry unresolved-import tests/publishing/test_publisher.py:19:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/publishing/test_uploader.py:7:6 Cannot resolve imported module `cleo.io.null_io`
poetry unresolved-import tests/publishing/test_uploader.py:15:12 Cannot resolve imported module `responses`
poetry unresolved-import tests/publishing/test_uploader.py:17:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/puzzle/conftest.py:7:6 Cannot resolve imported module `cleo.io.null_io`
poetry unresolved-import tests/puzzle/conftest.py:8:6 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import tests/puzzle/conftest.py:18:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/puzzle/test_provider.py:12:6 Cannot resolve imported module `cleo.io.null_io`
poetry unresolved-import tests/puzzle/test_provider.py:14:6 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import tests/puzzle/test_provider.py:15:6 Cannot resolve imported module `poetry.core.packages.directory_dependency`
poetry unresolved-import tests/puzzle/test_provider.py:16:6 Cannot resolve imported module `poetry.core.packages.file_dependency`
poetry unresolved-import tests/puzzle/test_provider.py:17:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/puzzle/test_provider.py:18:6 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import tests/puzzle/test_provider.py:19:6 Cannot resolve imported module `poetry.core.packages.url_dependency`
poetry unresolved-import tests/puzzle/test_provider.py:20:6 Cannot resolve imported module `poetry.core.packages.vcs_dependency`
poetry unresolved-import tests/puzzle/test_provider.py:39:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/puzzle/test_solver.py:14:6 Cannot resolve imported module `cleo.io.buffered_io`
poetry unresolved-import tests/puzzle/test_solver.py:16:6 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import tests/puzzle/test_solver.py:17:6 Cannot resolve imported module `poetry.core.packages.dependency_group`
poetry unresolved-import tests/puzzle/test_solver.py:18:6 Cannot resolve imported module `poetry.core.packages.dependency_group`
poetry unresolved-import tests/puzzle/test_solver.py:19:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/puzzle/test_solver.py:20:6 Cannot resolve imported module `poetry.core.packages.vcs_dependency`
poetry unresolved-import tests/puzzle/test_solver.py:21:6 Cannot resolve imported module `poetry.core.version.markers`
poetry unresolved-import tests/puzzle/test_solver.py:39:12 Cannot resolve imported module `responses`
poetry unresolved-import tests/puzzle/test_solver.py:41:10 Cannot resolve imported module `cleo.io.null_io`
poetry unresolved-import tests/puzzle/test_solver.py:42:10 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import tests/puzzle/test_solver.py:43:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/puzzle/test_solver_internals.py:8:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/puzzle/test_solver_internals.py:9:6 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import tests/puzzle/test_solver_internals.py:10:6 Cannot resolve imported module `poetry.core.packages.dependency_group`
poetry unresolved-import tests/puzzle/test_solver_internals.py:11:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/puzzle/test_solver_internals.py:12:6 Cannot resolve imported module `poetry.core.version.markers`
poetry unresolved-import tests/puzzle/test_solver_internals.py:13:6 Cannot resolve imported module `poetry.core.version.markers`
poetry unresolved-import tests/puzzle/test_solver_internals.py:27:10 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import tests/puzzle/test_transaction.py:9:6 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import tests/puzzle/test_transaction.py:10:6 Cannot resolve imported module `poetry.core.packages.dependency_group`
poetry unresolved-import tests/puzzle/test_transaction.py:11:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/puzzle/test_transaction.py:12:6 Cannot resolve imported module `poetry.core.packages.project_package`
poetry unresolved-import tests/puzzle/test_transaction.py:13:6 Cannot resolve imported module `poetry.core.version.markers`
poetry unresolved-import tests/puzzle/test_transaction.py:14:6 Cannot resolve imported module `poetry.core.version.markers`
poetry unresolved-import tests/pyproject/test_pyproject_toml_file.py:7:6 Cannot resolve imported module `poetry.core.exceptions`
poetry unresolved-import tests/repositories/fixtures/legacy.py:10:8 Cannot resolve imported module `responses`
poetry unresolved-import tests/repositories/fixtures/legacy.py:20:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/repositories/fixtures/pypi.org/generate.py:52:6 Cannot resolve imported module `poetry.core.masonry.utils.helpers`
poetry unresolved-import tests/repositories/fixtures/pypi.org/generate.py:53:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/repositories/fixtures/pypi.org/generate.py:70:10 Cannot resolve imported module `poetry.core.packages.utils.link`
poetry invalid-type-form tests/repositories/fixtures/pypi.org/generate.py:111:35 Invalid subscript of object of type `def list(self, location: Path | None = None) -> Iterator[ReleaseFileMetadata]` in type expression
poetry unresolved-import tests/repositories/fixtures/pypi.py:9:8 Cannot resolve imported module `responses`
poetry unresolved-import tests/repositories/fixtures/python_hosted.py:11:8 Cannot resolve imported module `responses`
poetry unresolved-import tests/repositories/link_sources/test_base.py:10:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/repositories/link_sources/test_base.py:11:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/repositories/link_sources/test_base.py:12:6 Cannot resolve imported module `poetry.core.packages.utils.link`
poetry unresolved-import tests/repositories/link_sources/test_base.py:20:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/repositories/link_sources/test_html.py:8:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/repositories/link_sources/test_html.py:9:6 Cannot resolve imported module `poetry.core.packages.utils.link`
poetry unresolved-import tests/repositories/test_http_repository.py:14:6 Cannot resolve imported module `poetry.core.packages.utils.link`
poetry unresolved-import tests/repositories/test_http_repository.py:24:10 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/repositories/test_http_repository.py:25:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/repositories/test_installed_repository.py:26:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/repositories/test_installed_repository.py:28:10 Cannot resolve imported module `pytest_mock.plugin`
poetry unused-ignore-comment tests/repositories/test_installed_repository.py:68:28 Unused blanket `type: ignore` directive
poetry unresolved-import tests/repositories/test_legacy_repository.py:12:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/repositories/test_legacy_repository.py:13:6 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import tests/repositories/test_legacy_repository.py:14:6 Cannot resolve imported module `poetry.core.packages.utils.link`
poetry unresolved-import tests/repositories/test_legacy_repository.py:23:12 Cannot resolve imported module `responses`
poetry unresolved-import tests/repositories/test_legacy_repository.py:26:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/repositories/test_lockfile_repository.py:7:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/repositories/test_pypi_repository.py:9:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/repositories/test_pypi_repository.py:10:6 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import tests/repositories/test_pypi_repository.py:19:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/repositories/test_repository.py:5:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/repositories/test_repository_pool.py:5:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/repositories/test_single_page_repository.py:8:6 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import tests/test_factory.py:9:6 Cannot resolve imported module `cleo.io.buffered_io`
poetry unresolved-import tests/test_factory.py:10:6 Cannot resolve imported module `deepdiff.diff`
poetry unresolved-import tests/test_factory.py:12:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/test_factory.py:13:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/test_factory.py:14:6 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import tests/test_factory.py:15:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/test_factory.py:16:6 Cannot resolve imported module `poetry.core.packages.vcs_dependency`
poetry unresolved-import tests/test_factory.py:31:10 Cannot resolve imported module `cleo.io.io`
poetry unresolved-import tests/test_factory.py:32:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/types.py:13:10 Cannot resolve imported module `cleo.io.inputs.argument`
poetry unresolved-import tests/types.py:14:10 Cannot resolve imported module `cleo.io.inputs.option`
poetry unresolved-import tests/types.py:15:10 Cannot resolve imported module `cleo.io.io`
poetry unresolved-import tests/types.py:16:10 Cannot resolve imported module `cleo.testers.command_tester`
poetry unresolved-import tests/types.py:18:10 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import tests/types.py:19:10 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/utils/env/python/test_manager.py:10:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/utils/env/python/test_manager.py:11:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/utils/env/python/test_python_installer.py:10:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/utils/env/python/test_python_installer.py:22:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/utils/env/python/test_python_providers.py:7:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/utils/env/test_env.py:16:6 Cannot resolve imported module `deepdiff.diff`
poetry unresolved-import tests/utils/env/test_env.py:17:6 Cannot resolve imported module `installer.utils`
poetry unresolved-import tests/utils/env/test_env.py:36:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/utils/env/test_env_manager.py:12:8 Cannot resolve imported module `tomlkit`
poetry unresolved-import tests/utils/env/test_env_manager.py:14:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/utils/env/test_env_manager.py:34:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/utils/env/test_env_manager.py:1267:12 Cannot resolve imported module `xattr`
poetry unresolved-import tests/utils/env/test_env_site_packages.py:12:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/utils/env/test_system_env.py:12:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/utils/test_authenticator.py:14:8 Cannot resolve imported module `responses`
poetry unresolved-import tests/utils/test_authenticator.py:16:6 Cannot resolve imported module `cleo.io.null_io`
poetry unresolved-import tests/utils/test_authenticator.py:17:6 Cannot resolve imported module `keyring.credentials`
poetry unresolved-import tests/utils/test_authenticator.py:28:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/utils/test_cache.py:14:6 Cannot resolve imported module `poetry.core.packages.utils.link`
poetry unresolved-import tests/utils/test_cache.py:24:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/utils/test_dependency_specification.py:8:6 Cannot resolve imported module `deepdiff.diff`
poetry unresolved-import tests/utils/test_dependency_specification.py:17:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/utils/test_extras.py:7:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/utils/test_helpers.py:11:8 Cannot resolve imported module `responses`
poetry unresolved-import tests/utils/test_helpers.py:13:6 Cannot resolve imported module `poetry.core.utils.helpers`
poetry unresolved-import tests/utils/test_isolated_build.py:12:6 Cannot resolve imported module `poetry.core.packages.dependency`
poetry unresolved-import tests/utils/test_isolated_build.py:30:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/utils/test_log_utils.py:3:6 Cannot resolve imported module `poetry.core.packages.package`
poetry unresolved-import tests/utils/test_password_manager.py:19:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-attribute tests/utils/test_password_manager.py:325:5 Object of type `bound method PoetryKeyring.get_password(name: str, username: str) -> str | None` has no attribute `assert_not_called`
poetry unresolved-attribute tests/utils/test_password_manager.py:343:5 Object of type `bound method PoetryKeyring.get_password(name: str, username: str) -> str | None` has no attribute `assert_not_called`
poetry unresolved-import tests/utils/test_pip.py:15:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/utils/test_python_manager.py:10:8 Cannot resolve imported module `findpython`
poetry unresolved-import tests/utils/test_python_manager.py:14:6 Cannot resolve imported module `poetry.core.constraints.version`
poetry unresolved-import tests/utils/test_python_manager.py:22:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/utils/test_threading.py:23:10 Cannot resolve imported module `pytest_mock`
poetry unresolved-import tests/vcs/git/conftest.py:5:8 Cannot resolve imported module `dulwich.repo`
poetry unresolved-import tests/vcs/git/git_fixture.py:9:12 Cannot resolve imported module `dulwich.repo`
poetry unresolved-import tests/vcs/git/test_backend.py:10:6 Cannot resolve imported module `dulwich.client`
poetry unresolved-import tests/vcs/git/test_backend.py:11:6 Cannot resolve imported module `dulwich.repo`
poetry unresolved-import tests/vcs/git/test_backend.py:25:10 Cannot resolve imported module `pytest_mock`
porcupine invalid-argument-type porcupine/pluginmanager.py:132:49 Argument to function `__new__` is incorrect: Expected `Iterable[Never]`, found `Unknown | str`
porcupine index-out-of-bounds porcupine/pluginmanager.py:172:21 Index -1 is out of bounds for string `Literal[""]` with length 0
porcupine unresolved-import porcupine/plugins/filetypes.py:13:8 Cannot resolve imported module `tomli`
porcupine invalid-argument-type porcupine/plugins/filetypes.py:32:49 Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[dict[Unknown, Unknown]]`
porcupine invalid-argument-type porcupine/plugins/filetypes.py:32:70 Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[dict[Unknown, Unknown]]`
porcupine unresolved-import porcupine/plugins/highlight/tree_sitter_highlighter.py:11:8 Cannot resolve imported module `dacite`
porcupine unresolved-import porcupine/plugins/langserver.py:26:8 Cannot resolve imported module `sansio_lsp_client`
porcupine invalid-argument-type porcupine/plugins/langserver.py:706:29 Argument to bound method `__init__` is incorrect: Expected `Popen[bytes]`, found `Popen[str]`
porcupine possibly-missing-attribute porcupine/plugins/restart.py:64:15 Attribute `from_state` may be missing on object of type `@Todo | bool`
porcupine unresolved-import porcupine/plugins/run/history.py:10:8 Cannot resolve imported module `dacite`
porcupine unresolved-import porcupine/plugins/sun_valley_theme.py:7:8 Cannot resolve imported module `sv_ttk`
porcupine unresolved-import porcupine/settings.py:20:8 Cannot resolve imported module `dacite`
porcupine unused-ignore-comment porcupine/settings.py:83:26 Unused blanket `type: ignore` directive
porcupine possibly-missing-attribute porcupine/settings.py:732:72 Submodule `ttk` may not be available as an attribute on module `tkinter`
porcupine unresolved-import porcupine/utils.py:38:8 Cannot resolve imported module `dacite`
porcupine possibly-missing-attribute porcupine/utils.py:570:22 Submodule `settings` may not be available as an attribute on module `porcupine`
porcupine possibly-missing-attribute porcupine/utils.py:571:6 Submodule `settings` may not be available as an attribute on module `porcupine`
porcupine possibly-missing-attribute porcupine/utils.py:638:12 Submodule `settings` may not be available as an attribute on module `porcupine`
pip unused-ignore-comment src/pip/__pip-runner__.py:15:28 Unused blanket `type: ignore` directive
pip unused-ignore-comment src/pip/__pip-runner__.py:38:61 Unused blanket `type: ignore` directive
pip invalid-argument-type src/pip/_internal/build_env.py:58:27 Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
pip invalid-argument-type src/pip/_internal/cli/cmdoptions.py:511:28 Argument to function `setattr` is incorrect: Expected `str`, found `str | None`
pip invalid-argument-type src/pip/_internal/cli/cmdoptions.py:534:28 Argument to function `getattr` is incorrect: Expected `str`, found `str | None`
pip invalid-argument-type src/pip/_internal/cli/cmdoptions.py:540:36 Argument to function `_get_format_control` is incorrect: Expected `Values`, found `Values | None`
pip invalid-argument-type src/pip/_internal/cli/cmdoptions.py:551:36 Argument to function `_get_format_control` is incorrect: Expected `Values`, found `Values | None`
pip invalid-return-type src/pip/_internal/cli/cmdoptions.py:620:16 Return type does not match returned value: expected `tuple[tuple[int, ...], str | None]`, found `tuple[None, None]`
pip invalid-assignment src/pip/_internal/cli/cmdoptions.py:651:5 Object of type `tuple[int, ...]` is not assignable to attribute `python_version` on type `Values | None`
pip invalid-assignment src/pip/_internal/cli/cmdoptions.py:777:5 Object of type `Literal[False]` is not assignable to attribute `cache_dir` on type `Values | None`
pip possibly-missing-attribute src/pip/_internal/cli/cmdoptions.py:822:5 Attribute `dependency_groups` may be missing on object of type `Values | None`
pip invalid-argument-type src/pip/_internal/cli/cmdoptions.py:884:35 Argument to function `getattr` is incorrect: Expected `str`, found `str | None`
pip invalid-argument-type src/pip/_internal/cli/cmdoptions.py:887:32 Argument to function `setattr` is incorrect: Expected `str`, found `str | None`
pip possibly-missing-attribute src/pip/_internal/cli/cmdoptions.py:961:12 Attribute `hashes` may be missing on object of type `Values | None`
pip invalid-assignment src/pip/_internal/cli/cmdoptions.py:962:9 Object of type `dict[Unknown, Unknown]` is not assignable to attribute `hashes` on type `Values | None`
pip possibly-missing-attribute src/pip/_internal/cli/cmdoptions.py:977:5 Attribute `hashes` may be missing on object of type `Values | None`
pip invalid-assignment src/pip/_internal/cli/index_command.py:134:9 Object of type `Any` is not assignable to attribute `prompting` on type `Unknown | MultiDomainBasicAuth | None`
pip invalid-assignment src/pip/_internal/cli/index_command.py:135:9 Object of type `Any` is not assignable to attribute `keyring_provider` on type `Unknown | MultiDomainBasicAuth | None`
pip possibly-unresolved-reference src/pip/_internal/commands/lock.py:166:13 Name `output_file_path` used when possibly not defined
pip invalid-return-type src/pip/_internal/commands/search.py:85:16 Return type does not match returned value: expected `list[dict[str, str]]`, found `list[Any] | (DateTime & Top[list[Unknown]]) | (Binary & Top[list[Unknown]])`
pip deprecated src/pip/_internal/distributions/base.py:36:10 The class `abstractproperty` is deprecated: Deprecated since Python 3.3. Use `@property` stacked on top of `@abstractmethod` instead.
pip possibly-missing-attribute src/pip/_internal/index/collector.py:83:40 Attribute `method` may be missing on object of type `Unknown | None`
pip invalid-argument-type src/pip/_internal/index/collector.py:314:9 Argument is incorrect: Expected `str`, found `Unknown | None`
pip invalid-argument-type src/pip/_internal/index/package_finder.py:699:32 Argument to function `build_netloc` is incorrect: Expected `str`, found `Unknown | str | int | None`
pip invalid-argument-type src/pip/_internal/index/package_finder.py:699:32 Argument to function `build_netloc` is incorrect: Expected `int | None`, found `Unknown | str | int | None`
pip possibly-missing-attribute src/pip/_internal/index/package_finder.py:997:21 Attribute `version` may be missing on object of type `InstallationCandidate | None`
pip possibly-missing-attribute src/pip/_internal/index/package_finder.py:1010:17 Attribute `version` may be missing on object of type `InstallationCandidate | None`
pip no-matching-overload src/pip/_internal/locations/_distutils.py:92:9 No overload of bound method `update` matches arguments
pip no-matching-overload src/pip/_internal/locations/_distutils.py:101:29 No overload of function `join` matches arguments
pip invalid-argument-type src/pip/_internal/metadata/pkg_resources.py:128:13 Argument to bound method `__init__` is incorrect: Expected `IResourceProvider | None`, found `InMemoryMetadata`
pip invalid-argument-type src/pip/_internal/metadata/pkg_resources.py:149:13 Argument to bound method `__init__` is incorrect: Expected `IResourceProvider | None`, found `InMemoryMetadata`
pip possibly-missing-attribute src/pip/_internal/metadata/pkg_resources.py:179:25 Attribute `path` may be missing on object of type `Unknown | (IResourceProvider & ~AlwaysFalsy) | EmptyProvider`
pip possibly-missing-attribute src/pip/_internal/models/link.py:134:11 Submodule `request` may not be available as an attribute on module `urllib`
pip possibly-missing-attribute src/pip/_internal/models/link.py:134:39 Submodule `request` may not be available as an attribute on module `urllib`
pip unresolved-import src/pip/_internal/network/auth.py:77:16 Cannot resolve imported module `keyring`
pip possibly-unresolved-reference src/pip/_internal/network/auth.py:364:26 Name `index_url_user_password` used when possibly not defined
pip possibly-unresolved-reference src/pip/_internal/network/auth.py:365:34 Name `index_url_user_password` used when possibly not defined
pip possibly-unresolved-reference src/pip/_internal/network/auth.py:368:24 Name `index_url_user_password` used when possibly not defined
pip invalid-method-override src/pip/_internal/network/auth.py:440:9 Invalid override of method `__call__`: Definition is incompatible with `AuthBase.__call__`
pip invalid-argument-type src/pip/_internal/network/auth.py:442:65 Argument to bound method `_get_url_and_credentials` is incorrect: Expected `str`, found `Unknown | None`
pip invalid-argument-type src/pip/_internal/network/auth.py:489:17 Argument to bound method `_get_new_credentials` is incorrect: Expected `str`, found `Unknown | None`
pip invalid-argument-type src/pip/_internal/network/auth.py:503:66 Argument to bound method `_prompt_for_password` is incorrect: Expected `str`, found `bytes`
pip invalid-assignment src/pip/_internal/network/auth.py:508:13 Invalid subscript assignment with key of type `bytes` and value of type `tuple[str, str]` on object of type `dict[str, tuple[str | None, str | None]]`
pip invalid-argument-type src/pip/_internal/network/auth.py:513:21 Argument is incorrect: Expected `str`, found `bytes`
pip possibly-missing-attribute src/pip/_internal/network/auth.py:523:9 Attribute `release_conn` may be missing on object of type `Unknown | None`
pip unresolved-attribute src/pip/_internal/network/auth.py:536:20 Object of type `Response` has no attribute `connection`
pip possibly-missing-attribute src/pip/_internal/network/auth.py:546:17 Attribute `url` may be missing on object of type `Unknown | None`
pip unsupported-operator src/pip/_internal/network/auth.py:557:22 Operator `<` is not supported between objects of type `Unknown | None` and `Literal[400]`
pip no-matching-overload src/pip/_internal/network/download.py:135:15 No overload of function `splitext` matches arguments
pip unresolved-import src/pip/_internal/network/session.py:54:10 Cannot resolve imported module `pip._vendor.urllib3.proxymanager`
pip invalid-argument-type src/pip/_internal/network/session.py:220:32 Argument to function `url_to_path` is incorrect: Expected `str`, found `Unknown | None | str`
pip invalid-assignment src/pip/_internal/network/session.py:246:13 Implicit shadowing of function `close`
pip invalid-assignment src/pip/_internal/network/session.py:416:9 Object of type `list[str]` is not assignable to attribute `index_urls` on type `Unknown | MultiDomainBasicAuth | None`
pip unsupported-operator src/pip/_internal/network/utils.py:45:8 Operator `<=` is not supported between objects of type `Literal[400]` and `Unknown | None`
pip unsupported-operator src/pip/_internal/network/utils.py:45:15 Operator `<` is not supported between objects of type `Unknown | None` and `Literal[500]`
pip unsupported-operator src/pip/_internal/network/utils.py:50:10 Operator `<=` is not supported between objects of type `Literal[500]` and `Unknown | None`
pip unsupported-operator src/pip/_internal/network/utils.py:50:17 Operator `<` is not supported between objects of type `Unknown | None` and `Literal[600]`
pip possibly-missing-attribute src/pip/_internal/network/utils.py:65:22 Attribute `stream` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_internal/network/utils.py:95:21 Attribute `read` may be missing on object of type `Unknown | None`
pip no-matching-overload src/pip/_internal/operations/check.py:99:37 No overload of function `sorted` matches arguments
pip no-matching-overload src/pip/_internal/operations/check.py:101:41 No overload of function `sorted` matches arguments
pip possibly-missing-attribute src/pip/_internal/operations/install/wheel.py:613:16 Submodule `util` may not be available as an attribute on module `importlib`
pip possibly-missing-attribute src/pip/_internal/operations/prepare.py:290:12 Attribute `is_file` may be missing on object of type `Unknown | Link | None`
pip possibly-missing-attribute src/pip/_internal/operations/prepare.py:292:44 Attribute `file_path` may be missing on object of type `Unknown | Link | None`
pip possibly-missing-attribute src/pip/_internal/operations/prepare.py:313:48 Attribute `filename` may be missing on object of type `Unknown | Link | None`
pip possibly-missing-attribute src/pip/_internal/operations/prepare.py:320:12 Attribute `is_wheel` may be missing on object of type `Unknown | Link | None`
pip possibly-missing-attribute src/pip/_internal/operations/prepare.py:325:12 Attribute `is_existing_dir` may be missing on object of type `Unknown | Link | None`
pip possibly-missing-attribute src/pip/_internal/operations/prepare.py:327:30 Attribute `file_path` may be missing on object of type `Unknown | Link | None`
pip possibly-missing-attribute src/pip/_internal/operations/prepare.py:351:12 Attribute `is_vcs` may be missing on object of type `Unknown | Link | None`
pip possibly-missing-attribute src/pip/_internal/operations/prepare.py:353:12 Attribute `is_existing_dir` may be missing on object of type `Unknown | Link | None`
pip invalid-argument-type src/pip/_internal/operations/prepare.py:387:52 Argument to bound method `_fetch_metadata_using_lazy_wheel` is incorrect: Expected `Link`, found `Unknown | Link | None`
pip possibly-missing-attribute src/pip/_internal/operations/prepare.py:395:25 Attribute `metadata_link` may be missing on object of type `Unknown | Link | None`
pip possibly-missing-attribute src/pip/_internal/operations/prepare.py:415:13 Attribute `filename` may be missing on object of type `Unknown | Link | None`
pip possibly-missing-attribute src/pip/_internal/operations/prepare.py:486:30 Attribute `url` may be missing on object of type `Unknown | Link | None`
pip possibly-missing-attribute src/pip/_internal/operations/prepare.py:551:50 Attribute `is_wheel` may be missing on object of type `Unknown | Link | None`
pip invalid-argument-type src/pip/_internal/operations/prepare.py:553:49 Argument to function `_check_download_dir` is incorrect: Expected `Link`, found `Unknown | Link | None`
pip possibly-missing-attribute src/pip/_internal/operations/prepare.py:555:38 Attribute `url` may be missing on object of type `Unknown | Link | None`
pip possibly-missing-attribute src/pip/_internal/operations/prepare.py:609:12 Attribute `is_existing_dir` may be missing on object of type `(Unknown & ~AlwaysFalsy) | Link | None`
pip possibly-missing-attribute src/pip/_internal/operations/prepare.py:611:14 Attribute `url` may be missing on object of type `(Unknown & ~AlwaysFalsy) | Link | None`
pip invalid-argument-type src/pip/_internal/operations/prepare.py:614:21 Argument to function `unpack_url` is incorrect: Expected `Link`, found `(Unknown & ~AlwaysFalsy) | Link | None`
pip invalid-argument-type src/pip/_internal/operations/prepare.py:615:21 Argument to function `unpack_url` is incorrect: Expected `str`, found `str | None`
pip possibly-missing-attribute src/pip/_internal/operations/prepare.py:627:42 Attribute `url` may be missing on object of type `(Unknown & ~AlwaysFalsy) | Link | None`
pip invalid-argument-type src/pip/_internal/operations/prepare.py:637:54 Argument to function `direct_url_from_link` is incorrect: Expected `Link`, found `(Unknown & ~AlwaysFalsy) | Link | None`
pip no-matching-overload src/pip/_internal/req/req_install.py:460:16 No overload of function `join` matches arguments
pip unresolved-attribute src/pip/_internal/req/req_uninstall.py:101:13 Object of type `Sized` has no attribute `startswith`
pip non-subscriptable src/pip/_internal/req/req_uninstall.py:102:17 Cannot subscript object of type `Sized` with no `__getitem__` method
pip invalid-argument-type src/pip/_internal/req/req_uninstall.py:106:29 Argument to bound method `add` is incorrect: Expected `str`, found `Sized`
pip no-matching-overload src/pip/_internal/req/req_uninstall.py:125:16 No overload of function `normcase` matches arguments
pip invalid-argument-type src/pip/_internal/req/req_uninstall.py:132:42 Argument to function `norm_join` is incorrect: Expected `str`, found `Sized | Unknown`
pip invalid-argument-type src/pip/_internal/req/req_uninstall.py:133:40 Argument to function `norm_join` is incorrect: Expected `str`, found `Sized | Unknown`
pip unsupported-operator src/pip/_internal/req/req_uninstall.py:139:27 Operator `+` is not supported between objects of type `Sized | Unknown` and `LiteralString`
pip invalid-argument-type src/pip/_internal/resolution/legacy/resolver.py:455:69 Argument to bound method `prepare_installed_requirement` is incorrect: Expected `str`, found `str | None`
pip possibly-missing-attribute src/pip/_internal/resolution/legacy/resolver.py:477:20 Attribute `scheme` may be missing on object of type `Unknown | Link | None`
pip possibly-missing-attribute src/pip/_internal/resolution/resolvelib/candidates.py:293:12 Attribute `is_wheel` may be missing on object of type `Unknown | Link | None`
pip possibly-missing-attribute src/pip/_internal/resolution/resolvelib/candidates.py:293:39 Attribute `is_file` may be missing on object of type `Unknown | Link | None`
pip possibly-missing-attribute src/pip/_internal/resolution/resolvelib/candidates.py:294:27 Attribute `filename` may be missing on object of type `Unknown | Link | None`
pip possibly-missing-attribute src/pip/_internal/resolution/resolvelib/candidates.py:305:20 Attribute `is_wheel` may be missing on object of type `Unknown | Link | None`
pip possibly-missing-attribute src/pip/_internal/resolution/resolvelib/candidates.py:306:20 Attribute `is_file` may be missing on object of type `Unknown | Link | None`
pip invalid-assignment src/pip/_internal/utils/deprecation.py:54:9 Implicit shadowing of function `showwarning`
pip unresolved-global src/pip/_internal/utils/logging.py:290:29 Invalid global declaration of `stderr_console`: `stderr_console` has no declarations or bindings in the global scope
pip possibly-missing-attribute src/pip/_internal/utils/logging.py:294:5 Submodule `config` may not be available as an attribute on module `logging`
pip unused-ignore-comment src/pip/_internal/utils/misc.py:128:44 Unused blanket `type: ignore` directive
pip unused-ignore-comment src/pip/_internal/utils/misc.py:130:46 Unused blanket `type: ignore` directive
pip unused-ignore-comment src/pip/_internal/utils/misc.py:384:33 Unused blanket `type: ignore` directive
pip unused-ignore-comment src/pip/_internal/utils/misc.py:557:22 Unused blanket `type: ignore` directive
pip invalid-argument-type src/pip/_internal/utils/subprocess.py:29:33 Argument to bound method `extend` is incorrect: Expected `Iterable[str | HiddenText]`, found `(HiddenText & Top[list[Unknown]]) | list[str | HiddenText]`
pip unresolved-attribute src/pip/_internal/utils/temp_dir.py:204:52 Object of type `(...) -> Any` has no attribute `__qualname__`
pip unused-ignore-comment src/pip/_internal/utils/unpacking.py:180:59 Unused blanket `type: ignore` directive
pip no-matching-overload src/pip/_internal/utils/virtualenv.py:87:36 No overload of function `abspath` matches arguments
pip invalid-method-override src/pip/_internal/vcs/git.py:566:9 Invalid override of method `should_add_vcs_url_prefix`: Definition is incompatible with `VersionControl.should_add_vcs_url_prefix`
pip invalid-method-override src/pip/_internal/vcs/mercurial.py:128:9 Invalid override of method `get_requirement_revision`: Definition is incompatible with `VersionControl.get_requirement_revision`
pip unused-ignore-comment src/pip/_internal/vcs/versioncontrol.py:550:72 Unused blanket `type: ignore` directive
pip unused-ignore-comment src/pip/_internal/wheel_builder.py:253:63 Unused blanket `type: ignore` directive
pip unused-ignore-comment src/pip/_internal/wheel_builder.py:258:62 Unused blanket `type: ignore` directive
pip possibly-missing-attribute src/pip/_vendor/cachecontrol/adapter.py:75:13 Attribute `update` may be missing on object of type `Unknown | None | CaseInsensitiveDict`
pip unused-ignore-comment src/pip/_vendor/cachecontrol/adapter.py:129:54 Unused blanket `type: ignore` directive
pip unused-ignore-comment src/pip/_vendor/cachecontrol/adapter.py:162:39 Unused blanket `type: ignore` directive
pip unused-ignore-comment src/pip/_vendor/cachecontrol/adapter.py:168:26 Unused blanket `type: ignore` directive
pip unresolved-import src/pip/_vendor/cachecontrol/caches/file_cache.py:19:10 Cannot resolve imported module `filelock`
pip unresolved-import src/pip/_vendor/cachecontrol/caches/file_cache.py:35:22 Cannot resolve imported module `filelock`
pip unresolved-import src/pip/_vendor/cachecontrol/caches/redis_cache.py:13:10 Cannot resolve imported module `redis`
pip unsupported-operator src/pip/_vendor/cachecontrol/controller.py:149:12 Operator `in` is not supported between objects of type `Literal["Range"]` and `Unknown | None | CaseInsensitiveDict`
pip invalid-argument-type src/pip/_vendor/cachecontrol/controller.py:177:39 Argument to bound method `parse_cache_control` is incorrect: Expected `Mapping[str, str]`, found `Unknown | None | CaseInsensitiveDict`
pip invalid-argument-type src/pip/_vendor/cachecontrol/controller.py:378:43 Argument to bound method `parse_cache_control` is incorrect: Expected `Mapping[str, str]`, found `Unknown | None | CaseInsensitiveDict`
pip invalid-method-override src/pip/_vendor/cachecontrol/heuristics.py:124:9 Invalid override of method `update_headers`: Definition is incompatible with `BaseHeuristic.update_headers`
pip invalid-method-override src/pip/_vendor/cachecontrol/heuristics.py:156:9 Invalid override of method `warning`: Definition is incompatible with `BaseHeuristic.warning`
pip unused-ignore-comment src/pip/_vendor/cachecontrol/serialize.py:35:46 Unused blanket `type: ignore` directive
pip possibly-missing-attribute src/pip/_vendor/cachecontrol/serialize.py:55:32 Attribute `get` may be missing on object of type `Unknown | None | CaseInsensitiveDict`
pip possibly-missing-attribute src/pip/_vendor/cachecontrol/serialize.py:102:16 Attribute `get` may be missing on object of type `Unknown | None | CaseInsensitiveDict`
pip unresolved-import src/pip/_vendor/dependency_groups/_toml_compat.py:2:12 Cannot resolve imported module `tomllib`
pip unused-ignore-comment src/pip/_vendor/dependency_groups/_toml_compat.py:5:51 Unused blanket `type: ignore` directive
pip unresolved-import src/pip/_vendor/distlib.pyi:1:6 Cannot resolve imported module `distlib`
pip invalid-assignment src/pip/_vendor/distlib/compat.py:17:11 Object of type `None` is not assignable to `<module 'ssl'>`
pip unresolved-import src/pip/_vendor/distlib/compat.py:71:53 Module `urllib.parse` has no member `splittype`
pip deprecated src/pip/_vendor/distlib/compat.py:90:21 The function `match_hostname` is deprecated: Deprecated since Python 3.7; removed in Python 3.12.
pip unresolved-import src/pip/_vendor/distlib/compat.py:479:21 Module `cgi` has no member `escape`
pip unresolved-reference src/pip/_vendor/distlib/compat.py:504:37 Name `get_ident` used when not defined
pip unresolved-import src/pip/_vendor/distlib/compat.py:650:14 Cannot resolve imported module `thread`
pip unresolved-import src/pip/_vendor/distlib/compat.py:652:14 Cannot resolve imported module `dummy_thread`
pip unresolved-import src/pip/_vendor/distlib/compat.py:655:14 Cannot resolve imported module `_abcoll`
pip possibly-missing-attribute src/pip/_vendor/distlib/compat.py:727:29 Attribute `itervalues` may be missing on object of type `Unknown | dict[Unknown, Unknown]`
pip call-non-callable src/pip/_vendor/distlib/compat.py:810:28 Object of type `object` is not callable
pip unresolved-attribute src/pip/_vendor/distlib/compat.py:935:22 Object of type `Self@__getitem__` has no attribute `configurator`
pip unresolved-attribute src/pip/_vendor/distlib/compat.py:947:22 Object of type `Self@get` has no attribute `configurator`
pip invalid-method-override src/pip/_vendor/distlib/compat.py:970:13 Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
pip unresolved-attribute src/pip/_vendor/distlib/compat.py:972:22 Object of type `Self@__getitem__` has no attribute `configurator`
pip invalid-method-override src/pip/_vendor/distlib/compat.py:982:13 Invalid override of method `pop`: Definition is incompatible with `MutableSequence.pop`
pip unresolved-attribute src/pip/_vendor/distlib/compat.py:984:22 Object of type `Self@pop` has no attribute `configurator`
pip invalid-method-override src/pip/_vendor/distlib/compat.py:994:13 Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`
pip unresolved-attribute src/pip/_vendor/distlib/compat.py:996:22 Object of type `Self@__getitem__` has no attribute `configurator`
pip unresolved-attribute src/pip/_vendor/distlib/compat.py:1026:13 Unresolved attribute `configurator` on type `ConvertingDict`.
pip unresolved-attribute src/pip/_vendor/distlib/compat.py:1099:17 Unresolved attribute `configurator` on type `ConvertingDict`.
pip unresolved-attribute src/pip/_vendor/distlib/compat.py:1103:17 Unresolved attribute `configurator` on type `ConvertingList`.
pip unresolved-attribute src/pip/_vendor/distlib/compat.py:1106:17 Unresolved attribute `configurator` on type `ConvertingTuple`.
pip invalid-assignment src/pip/_vendor/distlib/resources.py:163:13 Object of type `Unknown` is not assignable to attribute `path` on type `ResourceContainer | Resource`
pip possibly-missing-attribute src/pip/_vendor/distlib/resources.py:214:19 Attribute `archive` may be missing on object of type `Unknown | None`
pip unresolved-attribute src/pip/_vendor/distlib/resources.py:220:27 Module `zipimport` has no member `_zip_directory_cache`
pip possibly-missing-attribute src/pip/_vendor/distlib/resources.py:239:55 Attribute `prefix` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_vendor/distlib/resources.py:241:55 Attribute `prefix` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_vendor/distlib/resources.py:245:18 Attribute `archive` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_vendor/distlib/resources.py:250:16 Attribute `get_data` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_vendor/distlib/resources.py:297:22 Attribute `SourceFileLoader` may be missing on object of type `<module '_frozen_importlib_external'> | <module '_frozen_importlib'>`
pip possibly-missing-attribute src/pip/_vendor/distlib/resources.py:298:22 Attribute `FileFinder` may be missing on object of type `<module '_frozen_importlib_external'> | <module '_frozen_importlib'>`
pip possibly-missing-attribute src/pip/_vendor/distlib/resources.py:300:22 Attribute `SourcelessFileLoader` may be missing on object of type `<module '_frozen_importlib_external'> | <module '_frozen_importlib'>`
pip invalid-assignment src/pip/_vendor/distlib/resources.py:356:9 Object of type `PathEntryFinderProtocol | None` is not assignable to attribute `__loader__` of type `LoaderProtocol | None`
pip unresolved-attribute src/pip/_vendor/distlib/scripts.py:59:46 Module `os` has no member `_name`
pip unresolved-attribute src/pip/_vendor/distlib/scripts.py:107:72 Module `os` has no member `_name`
pip unresolved-attribute src/pip/_vendor/distlib/scripts.py:111:65 Module `os` has no member `_name`
pip possibly-missing-attribute src/pip/_vendor/distlib/scripts.py:265:28 Attribute `_get_launcher` may be missing on object of type `Self@_write_script`
pip possibly-missing-attribute src/pip/_vendor/distlib/scripts.py:267:28 Attribute `_get_launcher` may be missing on object of type `Self@_write_script`
pip possibly-missing-attribute src/pip/_vendor/distlib/scripts.py:380:51 Attribute `readline` may be missing on object of type `BufferedReader[_BufferedReaderStream] | None`
pip possibly-missing-attribute src/pip/_vendor/distlib/scripts.py:381:17 Attribute `seek` may be missing on object of type `BufferedReader[_BufferedReaderStream] | None`
pip possibly-unresolved-reference src/pip/_vendor/distlib/scripts.py:382:55 Name `post_interp` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/distlib/scripts.py:383:34 Name `first_line` used when possibly not defined
pip possibly-missing-attribute src/pip/_vendor/distlib/scripts.py:388:50 Attribute `read` may be missing on object of type `BufferedReader[_BufferedReaderStream] | None`
pip unresolved-attribute src/pip/_vendor/distlib/scripts.py:400:50 Module `os` has no member `_name`
pip invalid-assignment src/pip/_vendor/distlib/util.py:20:11 Object of type `None` is not assignable to `<module 'ssl'>`
pip unresolved-import src/pip/_vendor/distlib/util.py:30:12 Cannot resolve imported module `dummy_threading`
pip unresolved-attribute src/pip/_vendor/distlib/util.py:566:57 Module `os` has no member `_name`
pip possibly-unresolved-reference src/pip/_vendor/distlib/util.py:606:45 Name `diagpath` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/distlib/util.py:1258:54 Name `mode` used when possibly not defined
pip invalid-assignment src/pip/_vendor/distlib/util.py:1283:9 Object of type `def extraction_filter(member, path) -> Unknown` is not assignable to attribute `extraction_filter` on type `ZipFile | ZipFile | TarFile`
pip division-by-zero src/pip/_vendor/distlib/util.py:1386:17 Cannot divide object of type `float` by zero
pip possibly-unresolved-reference src/pip/_vendor/distlib/util.py:1400:38 Name `unit` used when possibly not defined
pip unresolved-attribute src/pip/_vendor/distlib/util.py:1467:17 Object of type `Self@connect` has no attribute `_tunnel`
pip unresolved-attribute src/pip/_vendor/distlib/util.py:1473:41 Object of type `Self@connect` has no attribute `cert_file`
pip unresolved-attribute src/pip/_vendor/distlib/util.py:1473:57 Object of type `Self@connect` has no attribute `key_file`
pip possibly-missing-attribute src/pip/_vendor/distlib/util.py:1484:36 Attribute `getpeercert` may be missing on object of type `socket | Any`
pip invalid-argument-type src/pip/_vendor/distlib/util.py:1547:44 Argument to function `__init__` is incorrect: Expected `bool`, found `Unknown | Literal[0]`
pip invalid-argument-type src/pip/_vendor/distlib/util.py:1563:52 Argument to function `__init__` is incorrect: Expected `bool`, found `Unknown | Literal[0]`
pip invalid-argument-type src/pip/_vendor/distlib/util.py:1572:75 Argument to bound method `__init__` is incorrect: Expected `int | float | None`, found `str | Unknown`
pip invalid-argument-type src/pip/_vendor/distlib/util.py:1572:75 Argument to bound method `__init__` is incorrect: Expected `tuple[str, int] | None`, found `str | Unknown`
pip invalid-argument-type src/pip/_vendor/distlib/util.py:1572:75 Argument to bound method `__init__` is incorrect: Expected `SSLContext | None`, found `str | Unknown`
pip invalid-argument-type src/pip/_vendor/distlib/util.py:1572:75 Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `str | Unknown`
pip invalid-argument-type src/pip/_vendor/distlib/util.py:1572:75 Argument to bound method `__init__` is incorrect: Expected `int`, found `str | Unknown`
pip unresolved-attribute src/pip/_vendor/distlib/util.py:1623:9 Object of type `Self@__exit__` has no attribute `stream`
pip invalid-argument-type src/pip/_vendor/distlib/util.py:1637:47 Argument to function `reader` is incorrect: Expected `bool`, found `Unknown | str`
pip invalid-argument-type src/pip/_vendor/distlib/util.py:1637:47 Argument to function `reader` is incorrect: Expected `bool`, found `Unknown | str`
pip invalid-argument-type src/pip/_vendor/distlib/util.py:1637:47 Argument to function `reader` is incorrect: Expected `Literal[0, 1, 2, 3]`, found `Unknown | str`
pip invalid-argument-type src/pip/_vendor/distlib/util.py:1637:47 Argument to function `reader` is incorrect: Expected `bool`, found `Unknown | str`
pip invalid-argument-type src/pip/_vendor/distlib/util.py:1657:47 Argument to function `writer` is incorrect: Expected `bool`, found `Unknown | str`
pip invalid-argument-type src/pip/_vendor/distlib/util.py:1657:47 Argument to function `writer` is incorrect: Expected `bool`, found `Unknown | str`
pip invalid-argument-type src/pip/_vendor/distlib/util.py:1657:47 Argument to function `writer` is incorrect: Expected `Literal[0, 1, 2, 3]`, found `Unknown | str`
pip invalid-argument-type src/pip/_vendor/distlib/util.py:1657:47 Argument to function `writer` is incorrect: Expected `bool`, found `Unknown | str`
pip unsupported-base src/pip/_vendor/distlib/util.py:1675:20 Unsupported class base with type `<class 'BaseConfigurator'> | <class 'BaseConfigurator'>`
pip unresolved-import src/pip/_vendor/distlib/util.py:1952:14 Cannot resolve imported module `_aix_support`
pip invalid-argument-type src/pip/_vendor/distlib/util.py:1966:66 Argument to function `get_platform_osx` is incorrect: Expected `dict[str, str]`, found `dict[str, str | int] | dict[str, Any]`
pip invalid-assignment src/pip/_vendor/distro/distro.py:56:17 Object of type `<class 'dict'>` is not assignable to `<special-form 'typing.TypedDict'>`
pip unused-ignore-comment src/pip/_vendor/distro/distro.py:633:29 Unused blanket `type: ignore` directive
pip unresolved-attribute src/pip/_vendor/distro/distro.py:640:27 Object of type `(Any, /) -> Any` has no attribute `__name__`
pip no-matching-overload src/pip/_vendor/distro/distro.py:803:13 No overload of bound method `format` matches arguments
pip invalid-method-override src/pip/_vendor/idna/codec.py:11:9 Invalid override of method `encode`: Definition is incompatible with `codecs.Codec.encode`
pip invalid-method-override src/pip/_vendor/idna/codec.py:20:9 Invalid override of method `decode`: Definition is incompatible with `codecs.Codec.decode`
pip invalid-method-override src/pip/_vendor/idna/codec.py:31:9 Invalid override of method `_buffer_encode`: Definition is incompatible with `BufferedIncrementalEncoder._buffer_encode`
pip invalid-method-override src/pip/_vendor/idna/codec.py:65:9 Invalid override of method `_buffer_decode`: Definition is incompatible with `BufferedIncrementalDecoder._buffer_decode`
pip invalid-argument-type src/pip/_vendor/idna/codec.py:114:9 Argument to function `__new__` is incorrect: Expected `_Decoder`, found `bound method Codec.decode(data: bytes, errors: str = "strict") -> tuple[str, int]`
pip invalid-argument-type src/pip/_vendor/idna/core.py:341:89 Argument to function `bisect_left` is incorrect: Expected `SupportsLenAndGetItem[tuple[int, Literal["Z"]]]`, found `tuple[tuple[int, str] | tuple[int, str, str], ...]`
pip index-out-of-bounds src/pip/_vendor/idna/core.py:345:31 Index 2 is out of bounds for tuple `tuple[int, str]` with length 2
pip unresolved-import src/pip/_vendor/msgpack.pyi:1:6 Cannot resolve imported module `msgpack`
pip unresolved-import src/pip/_vendor/msgpack/__init__.py:15:15 Cannot resolve imported module `._cmsgpack`
pip unresolved-import src/pip/_vendor/msgpack/fallback.py:8:10 Cannot resolve imported module `__pypy__`
pip unresolved-import src/pip/_vendor/msgpack/fallback.py:9:10 Cannot resolve imported module `__pypy__.builders`
pip invalid-assignment src/pip/_vendor/msgpack/fallback.py:426:13 Not enough values to unpack: Expected 3
pip invalid-assignment src/pip/_vendor/msgpack/fallback.py:437:13 Not enough values to unpack: Expected 3
pip invalid-assignment src/pip/_vendor/msgpack/fallback.py:445:13 Too many values to unpack: Expected 2
pip invalid-assignment src/pip/_vendor/msgpack/fallback.py:453:13 Not enough values to unpack: Expected 3
pip invalid-assignment src/pip/_vendor/msgpack/fallback.py:460:13 Not enough values to unpack: Expected 3
pip invalid-assignment src/pip/_vendor/msgpack/fallback.py:471:13 Not enough values to unpack: Expected 3
pip invalid-assignment src/pip/_vendor/msgpack/fallback.py:478:13 Not enough values to unpack: Expected 3
pip possibly-missing-attribute src/pip/_vendor/msgpack/fallback.py:929:20 Attribute `getbuffer` may be missing on object of type `Unknown | BytesIO | BytesIO`
pip unresolved-import src/pip/_vendor/packaging/_manylinux.py:187:16 Cannot resolve imported module `_manylinux`
pip possibly-unresolved-reference src/pip/_vendor/packaging/metadata.py:622:20 Name `name` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/packaging/metadata.py:645:20 Name `req` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/packaging/metadata.py:737:40 Name `metadata_age` used when possibly not defined
pip unused-ignore-comment src/pip/_vendor/packaging/specifiers.py:248:16 Unused blanket `type: ignore` directive
pip unresolved-import src/pip/_vendor/pkg_resources.pyi:1:6 Cannot resolve imported module `pkg_resources`
pip unused-ignore-comment src/pip/_vendor/pkg_resources/__init__.py:541:36 Unused blanket `type: ignore` directive
pip possibly-missing-attribute src/pip/_vendor/pkg_resources/__init__.py:1120:13 Attribute `evaluate` may be missing on object of type `Marker | None`
pip invalid-argument-type src/pip/_vendor/pkg_resources/__init__.py:1120:33 Argument to bound method `evaluate` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str | None]`
pip unused-ignore-comment src/pip/_vendor/pkg_resources/__init__.py:1907:37 Unused blanket `type: ignore` directive
pip unused-ignore-comment src/pip/_vendor/pkg_resources/__init__.py:1961:63 Unused blanket `type: ignore` directive
pip possibly-unresolved-reference src/pip/_vendor/pkg_resources/__init__.py:2037:36 Name `last` used when possibly not defined
pip invalid-method-override src/pip/_vendor/pkg_resources/__init__.py:2128:9 Invalid override of method `_has`: Definition is incompatible with `NullProvider._has`
pip invalid-method-override src/pip/_vendor/pkg_resources/__init__.py:2132:9 Invalid override of method `_isdir`: Definition is incompatible with `NullProvider._isdir`
pip invalid-method-override src/pip/_vendor/pkg_resources/__init__.py:2135:9 Invalid override of method `_listdir`: Definition is incompatible with `NullProvider._listdir`
pip deprecated src/pip/_vendor/pkg_resources/__init__.py:2404:29 The class `ImpImporter` is deprecated: Deprecated since Python 3.3; removed in Python 3.12. Use the `importlib` module instead.
pip unresolved-attribute src/pip/_vendor/pkg_resources/__init__.py:2450:22 Object of type `PathEntryFinderProtocol` has no attribute `find_module`
pip deprecated src/pip/_vendor/pkg_resources/__init__.py:2581:40 The class `ImpImporter` is deprecated: Deprecated since Python 3.3; removed in Python 3.12. Use the `importlib` module instead.
pip invalid-assignment src/pip/_vendor/pkg_resources/__init__.py:2840:21 Object of type `dict_items[object, object]` is not assignable to `Iterable[tuple[str | None, Iterable[str]]]`
pip call-non-callable src/pip/_vendor/pkg_resources/__init__.py:2981:21 Object of type `object` is not callable
pip possibly-missing-attribute src/pip/_vendor/pkg_resources/__init__.py:3090:20 Attribute `_get_metadata_path` may be missing on object of type `Unknown | (IResourceProvider & ~AlwaysFalsy) | EmptyProvider`
pip no-matching-overload src/pip/_vendor/pkg_resources/__init__.py:3281:15 No overload of function `normalize_path` matches arguments
pip no-matching-overload src/pip/_vendor/pkg_resources/__init__.py:3415:5 No overload of function `warn` matches arguments
pip invalid-argument-type src/pip/_vendor/pkg_resources/__init__.py:3466:40 Argument to bound method `contains` is incorrect: Expected `Version | str`, found `(str & ~Distribution) | (tuple[str, ...] & ~Distribution) | Unknown`
pip unresolved-import src/pip/_vendor/platformdirs/android.py:138:18 Cannot resolve imported module `jnius`
pip unresolved-import src/pip/_vendor/platformdirs/android.py:172:14 Cannot resolve imported module `jnius`
pip unresolved-import src/pip/_vendor/platformdirs/android.py:188:14 Cannot resolve imported module `jnius`
pip unresolved-import src/pip/_vendor/platformdirs/android.py:204:14 Cannot resolve imported module `jnius`
pip unresolved-import src/pip/_vendor/platformdirs/android.py:220:14 Cannot resolve imported module `jnius`
pip unresolved-import src/pip/_vendor/platformdirs/android.py:236:14 Cannot resolve imported module `jnius`
pip unresolved-import src/pip/_vendor/pygments.pyi:1:6 Cannot resolve imported module `pygments`
pip unresolved-import src/pip/_vendor/pygments/__main__.py:12:6 Cannot resolve imported module `pip._vendor.pygments.cmdline`
pip possibly-unresolved-reference src/pip/_vendor/pygments/console.py:35:5 Name `dark` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/pygments/console.py:35:11 Name `light` used when possibly not defined
pip call-non-callable src/pip/_vendor/pygments/filter.py:70:20 Object of type `None` is not callable
pip unresolved-attribute src/pip/_vendor/pygments/filters/__init__.py:838:22 Object of type `Self@filter` has no attribute `spaces`
pip unresolved-attribute src/pip/_vendor/pygments/filters/__init__.py:856:38 Object of type `Self@filter` has no attribute `spaces`
pip unresolved-attribute src/pip/_vendor/pygments/formatter.py:124:16 Object of type `Self@format` has no attribute `format_unencoded`
pip unresolved-attribute src/pip/_vendor/pygments/lexer.py:560:18 Object of type `Self@_process_state` has no attribute `flags`
pip unresolved-attribute src/pip/_vendor/pygments/lexer.py:599:34 Object of type `Self@process_tokendef` has no attribute `tokens`
pip unresolved-attribute src/pip/_vendor/pygments/lexer.py:709:21 Object of type `Self@get_tokens_unprocessed` has no attribute `_tokens`
pip invalid-method-override src/pip/_vendor/pygments/lexer.py:784:9 Invalid override of method `get_tokens_unprocessed`: Definition is incompatible with `RegexLexer.get_tokens_unprocessed`
pip unresolved-attribute src/pip/_vendor/pygments/lexer.py:789:21 Object of type `Self@get_tokens_unprocessed` has no attribute `_tokens`
pip non-subscriptable src/pip/_vendor/pygments/lexer.py:838:24 Cannot subscript object of type `None` with no `__getitem__` method
pip non-subscriptable src/pip/_vendor/pygments/lexer.py:845:43 Cannot subscript object of type `None` with no `__getitem__` method
pip unresolved-attribute src/pip/_vendor/pygments/lexer.py:927:20 Object of type `Self@_process_regex` has no attribute `_prof_data`
pip call-non-callable src/pip/_vendor/pygments/lexers/__init__.py:340:12 Object of type `float` is not callable
pip non-subscriptable src/pip/_vendor/pygments/lexers/python.py:410:26 Cannot subscript object of type `Self@analyse_text` with no `__getitem__` method
pip invalid-method-override src/pip/_vendor/pygments/lexers/python.py:1189:9 Invalid override of method `get_tokens_unprocessed`: Definition is incompatible with `RegexLexer.get_tokens_unprocessed`
pip non-subscriptable src/pip/_vendor/pygments/lexers/python.py:1198:17 Cannot subscript object of type `Self@analyse_text` with no `__getitem__` method
pip call-non-callable src/pip/_vendor/pygments/plugin.py:48:16 Object of type `object` is not callable
pip invalid-argument-type src/pip/_vendor/pygments/scanner.py:52:25 Argument to class `property` is incorrect: Expected `((Any, Any, /) -> None) | None`, found `str | None`
pip unresolved-import src/pip/_vendor/pygments/sphinxext.py:14:6 Cannot resolve imported module `docutils`
pip unresolved-import src/pip/_vendor/pygments/sphinxext.py:15:6 Cannot resolve imported module `docutils.statemachine`
pip unresolved-import src/pip/_vendor/pygments/sphinxext.py:16:6 Cannot resolve imported module `docutils.parsers.rst`
pip unresolved-import src/pip/_vendor/pygments/sphinxext.py:17:6 Cannot resolve imported module `sphinx.util.nodes`
pip unresolved-attribute src/pip/_vendor/pygments/style.py:127:13 Object of type `Self@style_for_token` has no attribute `_styles`
pip unresolved-attribute src/pip/_vendor/pygments/style.py:160:25 Object of type `Self@styles_token` has no attribute `_styles`
pip unresolved-attribute src/pip/_vendor/pygments/style.py:163:22 Object of type `Self@__iter__` has no attribute `_styles`
pip unresolved-attribute src/pip/_vendor/pygments/style.py:167:20 Object of type `Self@__len__` has no attribute `_styles`
pip invalid-method-override src/pip/_vendor/pygments/token.py:28:9 Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
pip unsupported-operator src/pip/_vendor/pygments/token.py:44:16 Operator `+` is not supported between objects of type `Literal["Token"]` and `(Self@__repr__ & ~AlwaysTruthy & ~AlwaysFalsy) | Literal[".", ""]`
pip unresolved-attribute src/pip/_vendor/pygments/token.py:80:1 Unresolved attribute `Token` on type `_TokenType`.
pip unresolved-attribute src/pip/_vendor/pygments/token.py:81:1 Unresolved attribute `String` on type `_TokenType`.
pip unresolved-attribute src/pip/_vendor/pygments/token.py:82:1 Unresolved attribute `Number` on type `_TokenType`.
pip invalid-argument-type src/pip/_vendor/pyproject_hooks/_in_process/__init__.py:14:31 Argument to function `path` is incorrect: Expected `str | ModuleType`, found `str | None`
pip invalid-argument-type src/pip/_vendor/pyproject_hooks/_in_process/__init__.py:20:29 Argument to function `files` is incorrect: Expected `str | ModuleType`, found `str | None`
pip unresolved-import src/pip/_vendor/requests.pyi:1:6 Cannot resolve imported module `requests`
pip unresolved-attribute src/pip/_vendor/requests/adapters.py:369:9 Unresolved attribute `connection` on type `Response`.
pip call-non-callable src/pip/_vendor/requests/auth.py:176:27 Object of type `None` is not callable
pip unresolved-import src/pip/_vendor/requests/compat.py:82:5 Module `urllib.request` has no member `proxy_bypass_environment`
pip unresolved-import src/pip/_vendor/requests/cookies.py:20:12 Cannot resolve imported module `dummy_threading`
pip invalid-method-override src/pip/_vendor/requests/cookies.py:358:9 Invalid override of method `update`: Definition is incompatible with `MutableMapping.update`
pip unresolved-attribute src/pip/_vendor/requests/cookies.py:437:16 Object of type `Self@get_policy` has no attribute `_policy`
pip possibly-missing-attribute src/pip/_vendor/requests/cookies.py:486:36 Attribute `startswith` may be missing on object of type `Unknown | int | None | str | dict[Unknown | str, Unknown | None]`
pip invalid-argument-type src/pip/_vendor/requests/cookies.py:489:29 Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Unknown | int | None | str | dict[Unknown | str, Unknown | None]`
pip invalid-argument-type src/pip/_vendor/requests/cookies.py:489:29 Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | int | None | str | dict[Unknown | str, Unknown | None]`
pip invalid-argument-type src/pip/_vendor/requests/cookies.py:489:29 Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | int | None | str | dict[Unknown | str, Unknown | None]`
pip invalid-argument-type src/pip/_vendor/requests/cookies.py:489:29 Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | int | None | str | dict[Unknown | str, Unknown | None]`
pip invalid-argument-type src/pip/_vendor/requests/cookies.py:489:29 Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int | None | str | dict[Unknown | str, Unknown | None]`
pip invalid-argument-type src/pip/_vendor/requests/cookies.py:489:29 Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | int | None | str | dict[Unknown | str, Unknown | None]`
pip invalid-argument-type src/pip/_vendor/requests/cookies.py:489:29 Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int | None | str | dict[Unknown | str, Unknown | None]`
pip invalid-argument-type src/pip/_vendor/requests/cookies.py:489:29 Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int | None | str | dict[Unknown | str, Unknown | None]`
pip invalid-argument-type src/pip/_vendor/requests/cookies.py:489:29 Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | int | None | str | dict[Unknown | str, Unknown | None]`
pip invalid-argument-type src/pip/_vendor/requests/cookies.py:489:29 Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int | None | str | dict[Unknown | str, Unknown | None]`
pip invalid-argument-type src/pip/_vendor/requests/cookies.py:489:29 Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int | None | str | dict[Unknown | str, Unknown | None]`
pip invalid-argument-type src/pip/_vendor/requests/cookies.py:489:29 Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Unknown | int | None | str | dict[Unknown | str, Unknown | None]`
pip invalid-argument-type src/pip/_vendor/requests/cookies.py:489:29 Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int | None | str | dict[Unknown | str, Unknown | None]`
pip invalid-argument-type src/pip/_vendor/requests/cookies.py:489:29 Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | int | None | str | dict[Unknown | str, Unknown | None]`
pip invalid-argument-type src/pip/_vendor/requests/cookies.py:489:29 Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | int | None | str | dict[Unknown | str, Unknown | None]`
pip invalid-argument-type src/pip/_vendor/requests/cookies.py:489:29 Argument to bound method `__init__` is incorrect: Expected `dict[str, str]`, found `Unknown | int | None | str | dict[Unknown | str, Unknown | None]`
pip invalid-argument-type src/pip/_vendor/requests/cookies.py:489:29 Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | int | None | str | dict[Unknown | str, Unknown | None]`
pip invalid-assignment src/pip/_vendor/requests/help.py:19:17 Object of type `None` is not assignable to `<module 'pip._vendor.urllib3.contrib.pyopenssl'>`
pip unresolved-import src/pip/_vendor/requests/help.py:23:12 Cannot resolve imported module `cryptography`
pip unresolved-import src/pip/_vendor/requests/help.py:24:12 Cannot resolve imported module `OpenSSL`
pip unresolved-attribute src/pip/_vendor/requests/help.py:44:13 Module `sys` has no member `pypy_version_info`
pip unresolved-attribute src/pip/_vendor/requests/help.py:45:13 Module `sys` has no member `pypy_version_info`
pip unresolved-attribute src/pip/_vendor/requests/help.py:46:13 Module `sys` has no member `pypy_version_info`
pip unresolved-attribute src/pip/_vendor/requests/help.py:48:12 Module `sys` has no member `pypy_version_info`
pip unresolved-attribute src/pip/_vendor/requests/help.py:50:42 Module `sys` has no member `pypy_version_info`
pip unresolved-attribute src/pip/_vendor/requests/models.py:72:5 Object of type `LookupDict` has no attribute `moved`
pip unresolved-attribute src/pip/_vendor/requests/models.py:73:5 Object of type `LookupDict` has no attribute `found`
pip unresolved-attribute src/pip/_vendor/requests/models.py:74:5 Object of type `LookupDict` has no attribute `other`
pip unresolved-attribute src/pip/_vendor/requests/models.py:75:5 Object of type `LookupDict` has no attribute `temporary_redirect`
pip unresolved-attribute src/pip/_vendor/requests/models.py:76:5 Object of type `LookupDict` has no attribute `permanent_redirect`
pip unresolved-attribute src/pip/_vendor/requests/models.py:91:22 Object of type `Self@path_url` has no attribute `url`
pip unresolved-attribute src/pip/_vendor/requests/models.py:210:25 Object of type `Self@register_hook` has no attribute `hooks`
pip unresolved-attribute src/pip/_vendor/requests/models.py:214:13 Object of type `Self@register_hook` has no attribute `hooks`
pip unresolved-attribute src/pip/_vendor/requests/models.py:216:13 Object of type `Self@register_hook` has no attribute `hooks`
pip unresolved-attribute src/pip/_vendor/requests/models.py:224:13 Object of type `Self@deregister_hook` has no attribute `hooks`
pip invalid-assignment src/pip/_vendor/requests/models.py:549:17 Cannot assign to a subscript on an object of type `None`
pip invalid-assignment src/pip/_vendor/requests/models.py:551:17 Cannot assign to a subscript on an object of type `None`
pip unsupported-operator src/pip/_vendor/requests/models.py:567:34 Operator `not in` is not supported between objects of type `Literal["content-type"]` and `Unknown | None | CaseInsensitiveDict`
pip invalid-assignment src/pip/_vendor/requests/models.py:568:17 Cannot assign to a subscript on an object of type `None`
pip invalid-assignment src/pip/_vendor/requests/models.py:579:17 Cannot assign to a subscript on an object of type `None`
pip possibly-missing-attribute src/pip/_vendor/requests/models.py:582:17 Attribute `get` may be missing on object of type `Unknown | None | CaseInsensitiveDict`
pip invalid-assignment src/pip/_vendor/requests/models.py:586:13 Cannot assign to a subscript on an object of type `None`
pip invalid-assignment src/pip/_vendor/requests/models.py:628:13 Cannot assign to a subscript on an object of type `None`
pip unresolved-attribute src/pip/_vendor/requests/models.py:780:13 Object of type `LookupDict` has no attribute `moved_permanently`
pip unresolved-attribute src/pip/_vendor/requests/models.py:781:13 Object of type `LookupDict` has no attribute `permanent_redirect`
pip possibly-missing-attribute src/pip/_vendor/requests/models.py:832:29 Attribute `read` may be missing on object of type `(Unknown & ~<Protocol with members 'stream'>) | None`
pip invalid-argument-type src/pip/_vendor/requests/models.py:935:41 Argument to class `str` is incorrect: Expected `str`, found `Unknown | None`
pip unsupported-operator src/pip/_vendor/requests/models.py:1015:12 Operator `<=` is not supported between objects of type `Literal[400]` and `Unknown | None`
pip unsupported-operator src/pip/_vendor/requests/models.py:1015:19 Operator `<` is not supported between objects of type `Unknown | None` and `Literal[500]`
pip unsupported-operator src/pip/_vendor/requests/models.py:1020:14 Operator `<=` is not supported between objects of type `Literal[500]` and `Unknown | None`
pip unsupported-operator src/pip/_vendor/requests/models.py:1020:21 Operator `<` is not supported between objects of type `Unknown | None` and `Literal[600]`
pip possibly-missing-attribute src/pip/_vendor/requests/models.py:1035:13 Attribute `close` may be missing on object of type `Unknown | None`
pip unresolved-attribute src/pip/_vendor/requests/sessions.py:190:37 Object of type `Self@resolve_redirects` has no attribute `max_redirects`
pip unresolved-attribute src/pip/_vendor/requests/sessions.py:192:33 Object of type `Self@resolve_redirects` has no attribute `max_redirects`
pip unresolved-attribute src/pip/_vendor/requests/sessions.py:225:17 Object of type `LookupDict` has no attribute `temporary_redirect`
pip unresolved-attribute src/pip/_vendor/requests/sessions.py:226:17 Object of type `LookupDict` has no attribute `permanent_redirect`
pip unresolved-attribute src/pip/_vendor/requests/sessions.py:241:54 Object of type `Self@resolve_redirects` has no attribute `cookies`
pip unresolved-attribute src/pip/_vendor/requests/sessions.py:265:24 Object of type `Self@resolve_redirects` has no attribute `send`
pip unresolved-attribute src/pip/_vendor/requests/sessions.py:276:40 Object of type `Self@resolve_redirects` has no attribute `cookies`
pip unresolved-attribute src/pip/_vendor/requests/sessions.py:298:43 Object of type `Self@rebuild_auth` has no attribute `trust_env`
pip unresolved-attribute src/pip/_vendor/requests/sessions.py:316:66 Object of type `Self@rebuild_proxies` has no attribute `trust_env`
pip unresolved-attribute src/pip/_vendor/requests/sessions.py:340:36 Object of type `LookupDict` has no attribute `see_other`
pip unresolved-attribute src/pip/_vendor/requests/sessions.py:345:36 Object of type `LookupDict` has no attribute `found`
pip unresolved-attribute src/pip/_vendor/requests/sessions.py:350:36 Object of type `LookupDict` has no attribute `moved`
pip possibly-unresolved-reference src/pip/_vendor/requests/utils.py:749:16 Name `old_value` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/requests/utils.py:752:40 Name `old_value` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/resolvelib/resolvers/resolution.py:541:28 Name `success` used when possibly not defined
pip invalid-argument-type src/pip/_vendor/resolvelib/structs.py:203:37 Argument to bound method `__init__` is incorrect: Expected `() -> Iterable[Unknown]`, found `(Iterable[CT@build_iter_view] & (() -> object)) | (() -> Iterable[CT@build_iter_view])`
pip unresolved-import src/pip/_vendor/rich/__main__.py:8:6 Cannot resolve imported module `pip._vendor.rich.markdown`
pip invalid-argument-type src/pip/_vendor/rich/_log_render.py:62:59 Argument to bound method `strftime` is incorrect: Expected `str`, found `(str & ~(() -> object)) | (((datetime, /) -> Text) & ~(() -> object)) | (Unknown & ~(() -> object))`
pip invalid-method-override src/pip/_vendor/rich/_null_file.py:39:9 Invalid override of method `writelines`: Definition is incompatible with `IO.writelines`
pip invalid-method-override src/pip/_vendor/rich/_null_file.py:59:9 Invalid override of method `write`: Definition is incompatible with `IO.write`
pip possibly-unresolved-reference src/pip/_vendor/rich/_pick.py:17:17 Name `value` used when possibly not defined
pip invalid-type-form src/pip/_vendor/rich/_windows_renderer.py:7:60 Variable of type `Never` is not allowed in a type expression
pip unused-ignore-comment src/pip/_vendor/rich/color.py:616:54 Unused blanket `type: ignore` directive
pip call-non-callable src/pip/_vendor/rich/console.py:1325:31 Object of type `object` is not callable
pip redundant-cast src/pip/_vendor/rich/console.py:1540:43 Value is already of type `Literal["left", "center", "right"]`
pip possibly-unresolved-reference src/pip/_vendor/rich/filesize.py:36:24 Name `unit` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/rich/filesize.py:37:9 Name `suffix` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/rich/filesize.py:49:12 Name `unit` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/rich/filesize.py:49:18 Name `suffix` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/rich/json.py:139:24 Name `json_data` used when possibly not defined
pip unresolved-import src/pip/_vendor/rich/jupyter.py:89:14 Cannot resolve imported module `IPython.display`
pip unresolved-import src/pip/_vendor/rich/live.py:251:26 Cannot resolve imported module `IPython.display`
pip unresolved-import src/pip/_vendor/rich/live.py:252:26 Cannot resolve imported module `ipywidgets`
pip unresolved-import src/pip/_vendor/rich/live.py:304:23 Module `pip._vendor.rich.live` has no member `Live`
pip division-by-zero src/pip/_vendor/rich/logging.py:289:13 Cannot divide object of type `Literal[1]` by zero
pip invalid-assignment src/pip/_vendor/rich/padding.py:69:13 Not enough values to unpack: Expected 2
pip invalid-assignment src/pip/_vendor/rich/padding.py:69:13 Too many values to unpack: Expected 2
pip invalid-assignment src/pip/_vendor/rich/padding.py:72:13 Not enough values to unpack: Expected 4
pip invalid-assignment src/pip/_vendor/rich/padding.py:72:13 Not enough values to unpack: Expected 4
pip unresolved-import src/pip/_vendor/rich/pretty.py:33:12 Cannot resolve imported module `attr`
pip unresolved-import src/pip/_vendor/rich/pretty.py:228:14 Cannot resolve imported module `IPython.core.formatters`
pip unused-ignore-comment src/pip/_vendor/rich/pretty.py:230:46 Unused blanket `type: ignore` directive
pip division-by-zero src/pip/_vendor/rich/pretty.py:959:13 Cannot divide object of type `Literal[1]` by zero
pip invalid-argument-type src/pip/_vendor/rich/progress.py:294:16 Argument to bound method `__enter__` is incorrect: Expected `TextIO`, found `_I@_ReadContext`
pip invalid-argument-type src/pip/_vendor/rich/progress.py:294:16 Argument to bound method `__enter__` is incorrect: Expected `BinaryIO`, found `_I@_ReadContext`
pip invalid-return-type src/pip/_vendor/rich/progress.py:294:16 Return type does not match returned value: expected `_I@_ReadContext`, found `TextIO | BinaryIO`
pip not-iterable src/pip/_vendor/rich/prompt.py:355:19 Object of type `None` is not iterable
pip unsupported-operator src/pip/_vendor/rich/prompt.py:361:12 Operator `not in` is not supported between objects of type `str` and `list[str] | None`
pip non-subscriptable src/pip/_vendor/rich/prompt.py:363:25 Cannot subscript object of type `None` with no `__getitem__` method
pip invalid-argument-type src/pip/_vendor/rich/table.py:359:5 Argument to bound method `setter` is incorrect: Expected `(Any, Any, /) -> None`, found `def padding(self, padding: int | tuple[int] | tuple[int, int] | tuple[int, int, int, int]) -> Table`
pip invalid-argument-type src/pip/_vendor/rich/text.py:397:24 Argument to bound method `append` is incorrect: Expected `Text | str`, found `str | Style`
pip invalid-argument-type src/pip/_vendor/rich/text.py:624:51 Argument is incorrect: Expected `str | Style`, found `(@Todo & ~None) | (((str, /) -> str | Style | None) & ~AlwaysFalsy & ~(() -> object)) | (str & ~AlwaysFalsy & ~(() -> object)) | (Style & ~AlwaysFalsy & ~(() -> object))`
pip invalid-return-type src/pip/_vendor/rich/text.py:1285:16 Return type does not match returned value: expected `int`, found `(SupportsIndex & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
pip unresolved-import src/pip/_vendor/rich/tree.py:206:10 Cannot resolve imported module `pip._vendor.rich.markdown`
pip unused-ignore-comment src/pip/_vendor/tomli/_parser.py:297:22 Unused blanket `type: ignore` directive
pip unused-ignore-comment src/pip/_vendor/truststore/__init__.py:23:44 Unused blanket `type: ignore` directive
pip unused-ignore-comment src/pip/_vendor/truststore/__init__.py:33:17 Unused blanket `type: ignore` directive
pip unresolved-attribute src/pip/_vendor/truststore/_api.py:30:18 Module `typing` has no member `TypeAlias`
pip unsupported-operator src/pip/_vendor/truststore/_api.py:30:37 Operator `|` is not supported between objects of type `<class 'str'>` and `<class 'bytes'>`
pip unresolved-attribute src/pip/_vendor/truststore/_api.py:31:16 Module `typing` has no member `TypeAlias`
pip unsupported-operator src/pip/_vendor/truststore/_api.py:31:35 Operator `|` is not supported between objects of type `<class 'str'>` and `<class 'bytes'>`
pip unused-ignore-comment src/pip/_vendor/truststore/_api.py:80:16 Unused blanket `type: ignore` directive
pip unresolved-attribute src/pip/_vendor/truststore/_api.py:321:35 Module `_ssl` has no member `ENCODING_DER`
pip unused-ignore-comment src/pip/_vendor/truststore/_macos.py:295:42 Unused blanket `type: ignore` directive
pip unused-ignore-comment src/pip/_vendor/truststore/_macos.py:311:20 Unused blanket `type: ignore` directive
pip unused-ignore-comment src/pip/_vendor/truststore/_macos.py:334:20 Unused blanket `type: ignore` directive
pip unused-ignore-comment src/pip/_vendor/truststore/_macos.py:364:22 Unused blanket `type: ignore` directive
pip unused-ignore-comment src/pip/_vendor/truststore/_windows.py:420:36 Unused blanket `type: ignore` directive
pip unused-ignore-comment src/pip/_vendor/truststore/_windows.py:510:36 Unused blanket `type: ignore` directive
pip unresolved-import src/pip/_vendor/urllib3.pyi:1:6 Cannot resolve imported module `urllib3`
pip call-non-callable src/pip/_vendor/urllib3/_collections.py:250:24 Object of type `object` is not callable
pip unresolved-import src/pip/_vendor/urllib3/connection.py:13:7 Cannot resolve imported module `.packages.six.moves.http_client`
pip unresolved-import src/pip/_vendor/urllib3/connection.py:14:7 Cannot resolve imported module `.packages.six.moves.http_client`
pip invalid-assignment src/pip/_vendor/urllib3/connection.py:22:11 Object of type `None` is not assignable to `<module 'ssl'>`
pip unresolved-attribute src/pip/_vendor/urllib3/connection.py:310:17 Module `socket` has no member `_GLOBAL_DEFAULT_TIMEOUT`
pip unresolved-attribute src/pip/_vendor/urllib3/connection.py:554:9 Unresolved attribute `_peer_cert` on type `CertificateError`.
pip unresolved-import src/pip/_vendor/urllib3/connectionpool.py:39:7 Cannot resolve imported module `.packages.six.moves`
pip unresolved-attribute src/pip/_vendor/urllib3/connectionpool.py:201:23 Class `Retry` has no attribute `DEFAULT`
pip possibly-missing-attribute src/pip/_vendor/urllib3/connectionpool.py:276:20 Attribute `get` may be missing on object of type `Unknown | LifoQueue | None`
pip possibly-missing-attribute src/pip/_vendor/urllib3/connectionpool.py:316:13 Attribute `put` may be missing on object of type `Unknown | LifoQueue | None`
pip possibly-missing-attribute src/pip/_vendor/urllib3/connectionpool.py:326:17 Attribute `qsize` may be missing on object of type `Unknown | LifoQueue | None`
pip unresolved-attribute src/pip/_vendor/urllib3/connectionpool.py:468:21 Module `pip._vendor.urllib3.packages.six` has no member `raise_from`
pip possibly-unresolved-reference src/pip/_vendor/urllib3/connectionpool.py:483:13 Name `httplib_response` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/urllib3/connectionpool.py:484:13 Name `httplib_response` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/urllib3/connectionpool.py:488:35 Name `httplib_response` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/urllib3/connectionpool.py:497:16 Name `httplib_response` used when possibly not defined
pip invalid-method-override src/pip/_vendor/urllib3/connectionpool.py:535:9 Invalid override of method `urlopen`: Definition is incompatible with `RequestMethods.urlopen`
pip possibly-missing-attribute src/pip/_vendor/urllib3/connectionpool.py:785:21 Attribute `proxy` may be missing on object of type `None | Unknown`
pip possibly-missing-attribute src/pip/_vendor/urllib3/connectionpool.py:786:21 Attribute `proxy` may be missing on object of type `None | Unknown`
pip possibly-unresolved-reference src/pip/_vendor/urllib3/connectionpool.py:847:42 Name `response` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/urllib3/connectionpool.py:849:16 Name `response` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/urllib3/connectionpool.py:857:67 Name `response` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/urllib3/connectionpool.py:860:21 Name `response` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/urllib3/connectionpool.py:862:24 Name `response` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/urllib3/connectionpool.py:864:13 Name `response` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/urllib3/connectionpool.py:865:37 Name `response` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/urllib3/connectionpool.py:884:32 Name `response` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/urllib3/connectionpool.py:885:37 Name `response` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/urllib3/connectionpool.py:887:67 Name `response` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/urllib3/connectionpool.py:890:21 Name `response` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/urllib3/connectionpool.py:892:24 Name `response` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/urllib3/connectionpool.py:894:13 Name `response` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/urllib3/connectionpool.py:895:27 Name `response` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/urllib3/connectionpool.py:913:16 Name `response` used when possibly not defined
pip possibly-missing-attribute src/pip/_vendor/urllib3/connectionpool.py:1012:12 Attribute `scheme` may be missing on object of type `Unknown | None`
pip unresolved-import src/pip/_vendor/urllib3/contrib/_securetransport/bindings.py:51:29 Module `pip._vendor.urllib3.packages.six` has no member `raise_from`
pip unresolved-import src/pip/_vendor/urllib3/contrib/appengine.py:55:8 Cannot resolve imported module `..packages.six.moves.urllib.parse`
pip unresolved-import src/pip/_vendor/urllib3/contrib/appengine.py:63:10 Cannot resolve imported module `google.appengine.api`
pip unresolved-attribute src/pip/_vendor/urllib3/contrib/appengine.py:122:35 Class `Retry` has no attribute `DEFAULT`
pip invalid-method-override src/pip/_vendor/urllib3/contrib/appengine.py:131:9 Invalid override of method `urlopen`: Definition is incompatible with `RequestMethods.urlopen`
pip possibly-missing-attribute src/pip/_vendor/urllib3/contrib/appengine.py:147:24 Attribute `fetch` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_vendor/urllib3/contrib/appengine.py:157:16 Attribute `DeadlineExceededError` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_vendor/urllib3/contrib/appengine.py:160:16 Attribute `InvalidURLError` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_vendor/urllib3/contrib/appengine.py:169:16 Attribute `DownloadError` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_vendor/urllib3/contrib/appengine.py:174:16 Attribute `ResponseTooLargeError` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_vendor/urllib3/contrib/appengine.py:181:16 Attribute `SSLCertificateError` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_vendor/urllib3/contrib/appengine.py:184:16 Attribute `InvalidMethodError` may be missing on object of type `Unknown | None`
pip unresolved-import src/pip/_vendor/urllib3/contrib/ntlmpool.py:11:6 Cannot resolve imported module `ntlm`
pip unresolved-import src/pip/_vendor/urllib3/contrib/ntlmpool.py:14:8 Cannot resolve imported module `..packages.six.moves.http_client`
pip invalid-method-override src/pip/_vendor/urllib3/contrib/ntlmpool.py:115:9 Invalid override of method `urlopen`: Definition is incompatible with `HTTPConnectionPool.urlopen`
pip unresolved-import src/pip/_vendor/urllib3/contrib/pyopenssl.py:50:8 Cannot resolve imported module `OpenSSL.crypto`
pip unresolved-import src/pip/_vendor/urllib3/contrib/pyopenssl.py:51:8 Cannot resolve imported module `OpenSSL.SSL`
pip unresolved-import src/pip/_vendor/urllib3/contrib/pyopenssl.py:52:6 Cannot resolve imported module `cryptography`
pip unresolved-import src/pip/_vendor/urllib3/contrib/pyopenssl.py:53:6 Cannot resolve imported module `cryptography.hazmat.backends.openssl`
pip unresolved-import src/pip/_vendor/urllib3/contrib/pyopenssl.py:56:10 Cannot resolve imported module `cryptography.x509`
pip unresolved-import src/pip/_vendor/urllib3/contrib/pyopenssl.py:68:24 Module `socket` has no member `_fileobject`
pip invalid-assignment src/pip/_vendor/urllib3/contrib/pyopenssl.py:135:5 Object of type `<class 'PyOpenSSLContext'>` is not assignable to attribute `SSLContext` of type `<class 'SSLContext'> | <class 'SSLContext'>`
pip invalid-assignment src/pip/_vendor/urllib3/contrib/pyopenssl.py:136:5 Object of type `<class 'PyOpenSSLContext'>` is not assignable to attribute `SSLContext` of type `<class 'SSLContext'> | <class 'SSLContext'>`
pip invalid-assignment src/pip/_vendor/urllib3/contrib/pyopenssl.py:139:5 Object of type `Literal[True]` is not assignable to attribute `IS_PYOPENSSL` of type `Literal[False]`
pip invalid-assignment src/pip/_vendor/urllib3/contrib/pyopenssl.py:140:5 Object of type `Literal[True]` is not assignable to attribute `IS_PYOPENSSL` of type `Literal[False]`
pip unresolved-import src/pip/_vendor/urllib3/contrib/pyopenssl.py:160:10 Cannot resolve imported module `cryptography.x509.extensions`
pip unresolved-import src/pip/_vendor/urllib3/contrib/pyopenssl.py:170:10 Cannot resolve imported module `OpenSSL.crypto`
pip call-non-callable src/pip/_vendor/urllib3/contrib/pyopenssl.py:415:16 Object of type `None` is not callable
pip possibly-unresolved-reference src/pip/_vendor/urllib3/contrib/pyopenssl.py:418:16 Name `backport_makefile` used when possibly not defined
pip unresolved-attribute src/pip/_vendor/urllib3/contrib/pyopenssl.py:420:1 Unresolved attribute `makefile` on type `<class 'WrappedSocket'>`.
pip unresolved-import src/pip/_vendor/urllib3/contrib/securetransport.py:81:24 Module `socket` has no member `_fileobject`
pip invalid-assignment src/pip/_vendor/urllib3/contrib/securetransport.py:192:5 Object of type `<class 'SecureTransportContext'>` is not assignable to attribute `SSLContext` of type `<class 'SSLContext'> | <class 'SSLContext'>`
pip invalid-assignment src/pip/_vendor/urllib3/contrib/securetransport.py:193:5 Object of type `<class 'SecureTransportContext'>` is not assignable to attribute `SSLContext` of type `<class 'SSLContext'> | <class 'SSLContext'>`
pip invalid-assignment src/pip/_vendor/urllib3/contrib/securetransport.py:196:5 Object of type `Literal[True]` is not assignable to attribute `IS_SECURETRANSPORT` of type `Literal[False]`
pip invalid-assignment src/pip/_vendor/urllib3/contrib/securetransport.py:197:5 Object of type `Literal[True]` is not assignable to attribute `IS_SECURETRANSPORT` of type `Literal[False]`
pip invalid-argument-type src/pip/_vendor/urllib3/contrib/securetransport.py:671:31 Argument to bound method `__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None`
pip call-non-callable src/pip/_vendor/urllib3/contrib/securetransport.py:770:16 Object of type `None` is not callable
pip unresolved-attribute src/pip/_vendor/urllib3/contrib/securetransport.py:781:1 Unresolved attribute `makefile` on type `<class 'WrappedSocket'>`.
pip unresolved-import src/pip/_vendor/urllib3/contrib/socks.py:44:12 Cannot resolve imported module `socks`
pip invalid-assignment src/pip/_vendor/urllib3/contrib/socks.py:72:11 Object of type `None` is not assignable to `<module 'ssl'>`
pip unresolved-import src/pip/_vendor/urllib3/exceptions.py:3:7 Cannot resolve imported module `.packages.six.moves.http_client`
pip invalid-argument-type src/pip/_vendor/urllib3/packages/backports/makefile.py:30:26 Argument to bound method `__init__` is incorrect: Expected `Literal["r", "w", "rw", "rb", "wb", "rwb"]`, found `Literal["", "r", "w", "rw"]`
pip invalid-argument-type src/pip/_vendor/urllib3/packages/backports/makefile.py:49:29 Argument to bound method `__init__` is incorrect: Argument type `BufferedRWPair[SocketIO] | BufferedReader[SocketIO] | BufferedWriter` does not satisfy upper bound `_WrappedBuffer` of type variable `_BufferT_co`
pip invalid-argument-type src/pip/_vendor/urllib3/packages/backports/makefile.py:49:29 Argument to bound method `__init__` is incorrect: Expected `_WrappedBuffer`, found `BufferedRWPair[SocketIO] | BufferedReader[SocketIO] | BufferedWriter`
pip invalid-assignment src/pip/_vendor/urllib3/packages/backports/makefile.py:50:5 Cannot assign to read-only property `mode` on object of type `TextIOWrapper[_WrappedBuffer]`: Attempted assignment to `TextIOWrapper[_WrappedBuffer].mode` here
pip unresolved-attribute src/pip/_vendor/urllib3/packages/backports/weakref_finalize.py:52:9 Unresolved attribute `weakref` on type `_Info`.
pip unresolved-attribute src/pip/_vendor/urllib3/packages/backports/weakref_finalize.py:53:9 Unresolved attribute `func` on type `_Info`.
pip unresolved-attribute src/pip/_vendor/urllib3/packages/backports/weakref_finalize.py:54:9 Unresolved attribute `args` on type `_Info`.
pip unresolved-attribute src/pip/_vendor/urllib3/packages/backports/weakref_finalize.py:55:9 Unresolved attribute `kwargs` on type `_Info`.
pip unresolved-attribute src/pip/_vendor/urllib3/packages/backports/weakref_finalize.py:56:9 Unresolved attribute `atexit` on type `_Info`.
pip unresolved-attribute src/pip/_vendor/urllib3/packages/backports/weakref_finalize.py:57:9 Unresolved attribute `index` on type `_Info`.
pip possibly-missing-attribute src/pip/_vendor/urllib3/packages/backports/weakref_finalize.py:74:26 Attribute `func` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_vendor/urllib3/packages/backports/weakref_finalize.py:74:37 Attribute `args` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_vendor/urllib3/packages/backports/weakref_finalize.py:74:48 Attribute `kwargs` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_vendor/urllib3/packages/backports/weakref_finalize.py:82:26 Attribute `func` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_vendor/urllib3/packages/backports/weakref_finalize.py:82:37 Attribute `args` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_vendor/urllib3/packages/backports/weakref_finalize.py:82:48 Attribute `kwargs` may be missing on object of type `Unknown | None`
pip invalid-argument-type src/pip/_vendor/urllib3/packages/backports/weakref_finalize.py:149:40 Argument is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
pip invalid-argument-type src/pip/_vendor/urllib3/packages/backports/weakref_finalize.py:149:40 Argument is incorrect: Expected `BaseException`, found `BaseException | None`
pip possibly-unresolved-reference src/pip/_vendor/urllib3/packages/backports/weakref_finalize.py:155:17 Name `gc` used when possibly not defined
pip unresolved-attribute src/pip/_vendor/urllib3/packages/six.py:96:18 Object of type `Self@__get__` has no attribute `_resolve`
pip possibly-unresolved-reference src/pip/_vendor/urllib3/packages/six.py:344:5 Name `attr` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/urllib3/packages/six.py:388:5 Name `attr` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/urllib3/packages/six.py:411:5 Name `attr` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/urllib3/packages/six.py:466:5 Name `attr` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/urllib3/packages/six.py:490:5 Name `attr` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/urllib3/packages/six.py:511:5 Name `attr` used when possibly not defined
pip too-many-positional-arguments src/pip/_vendor/urllib3/packages/six.py:614:44 Too many positional arguments to function `__new__`: expected 3, got 4
pip too-many-positional-arguments src/pip/_vendor/urllib3/packages/six.py:617:45 Too many positional arguments to function `__new__`: expected 3, got 4
pip unresolved-reference src/pip/_vendor/urllib3/packages/six.py:824:37 Name `basestring` used when not defined
pip unresolved-reference src/pip/_vendor/urllib3/packages/six.py:828:32 Name `file` used when not defined
pip unresolved-reference src/pip/_vendor/urllib3/packages/six.py:829:38 Name `unicode` used when not defined
pip unresolved-reference src/pip/_vendor/urllib3/packages/six.py:841:32 Name `unicode` used when not defined
pip unresolved-reference src/pip/_vendor/urllib3/packages/six.py:847:32 Name `unicode` used when not defined
pip unresolved-reference src/pip/_vendor/urllib3/packages/six.py:855:36 Name `unicode` used when not defined
pip unresolved-reference src/pip/_vendor/urllib3/packages/six.py:859:23 Name `unicode` used when not defined
pip unresolved-reference src/pip/_vendor/urllib3/packages/six.py:860:21 Name `unicode` used when not defined
pip invalid-method-override src/pip/_vendor/urllib3/packages/six.py:947:13 Invalid override of method `__prepare__`: Definition is incompatible with `type.__prepare__`
pip invalid-assignment src/pip/_vendor/urllib3/packages/six.py:1058:5 Object of type `list[Unknown]` is not assignable to attribute `submodule_search_locations` on type `ModuleSpec | None`
pip possibly-unresolved-reference src/pip/_vendor/urllib3/packages/six.py:1074:9 Name `i` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/urllib3/packages/six.py:1074:12 Name `importer` used when possibly not defined
pip unresolved-import src/pip/_vendor/urllib3/poolmanager.py:17:7 Cannot resolve imported module `.packages.six.moves.urllib.parse`
pip non-subscriptable src/pip/_vendor/urllib3/poolmanager.py:279:22 Cannot subscript object of type `None` with no `__getitem__` method
pip non-subscriptable src/pip/_vendor/urllib3/poolmanager.py:280:20 Cannot subscript object of type `None` with no `__getitem__` method
pip non-subscriptable src/pip/_vendor/urllib3/poolmanager.py:281:20 Cannot subscript object of type `None` with no `__getitem__` method
pip invalid-method-override src/pip/_vendor/urllib3/poolmanager.py:353:9 Invalid override of method `urlopen`: Definition is incompatible with `RequestMethods.urlopen`
pip possibly-missing-attribute src/pip/_vendor/urllib3/poolmanager.py:508:13 Attribute `host` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_vendor/urllib3/poolmanager.py:508:30 Attribute `port` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_vendor/urllib3/poolmanager.py:508:47 Attribute `scheme` may be missing on object of type `Unknown | None`
pip invalid-method-override src/pip/_vendor/urllib3/poolmanager.py:526:9 Invalid override of method `urlopen`: Definition is incompatible with `RequestMethods.urlopen`
pip unresolved-import src/pip/_vendor/urllib3/request.py:7:7 Cannot resolve imported module `.packages.six.moves.urllib.parse`
pip unsupported-base src/pip/_vendor/urllib3/request.py:178:25 Unsupported class base with type `type[ModuleType]`
pip possibly-missing-attribute src/pip/_vendor/urllib3/response.py:685:13 Attribute `close` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_vendor/urllib3/response.py:752:16 Attribute `fp` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_vendor/urllib3/response.py:764:21 Attribute `_safe_read` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_vendor/urllib3/response.py:766:13 Attribute `_safe_read` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_vendor/urllib3/response.py:769:21 Attribute `_safe_read` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_vendor/urllib3/response.py:773:21 Attribute `_safe_read` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_vendor/urllib3/response.py:774:13 Attribute `_safe_read` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_vendor/urllib3/response.py:778:30 Attribute `_safe_read` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_vendor/urllib3/response.py:779:13 Attribute `_safe_read` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_vendor/urllib3/response.py:818:16 Attribute `fp` may be missing on object of type `Unknown | None`
pip possibly-missing-attribute src/pip/_vendor/urllib3/response.py:842:24 Attribute `fp` may be missing on object of type `Unknown | None`
pip unresolved-attribute src/pip/_vendor/urllib3/util/connection.py:39:13 Module `socket` has no member `_GLOBAL_DEFAULT_TIMEOUT`
pip unresolved-attribute src/pip/_vendor/urllib3/util/connection.py:68:16 Module `pip._vendor.urllib3.packages.six` has no member `raise_from`
pip unresolved-attribute src/pip/_vendor/urllib3/util/connection.py:81:31 Module `socket` has no member `_GLOBAL_DEFAULT_TIMEOUT`
pip unresolved-import src/pip/_vendor/urllib3/util/queue.py:4:8 Cannot resolve imported module `..packages.six.moves`
pip unresolved-import src/pip/_vendor/urllib3/util/response.py:6:8 Cannot resolve imported module `..packages.six.moves`
pip not-iterable src/pip/_vendor/urllib3/util/retry.py:303:33 Object of type `object` is not iterable
pip unresolved-attribute src/pip/_vendor/urllib3/util/retry.py:346:59 Object of type `type[Self@from_int]` has no attribute `DEFAULT`
pip possibly-missing-attribute src/pip/_vendor/urllib3/util/retry.py:378:32 Submodule `utils` may not be available as an attribute on module `email`
pip possibly-missing-attribute src/pip/_vendor/urllib3/util/retry.py:388:26 Submodule `utils` may not be available as an attribute on module `email`
pip unsupported-operator src/pip/_vendor/urllib3/util/retry.py:466:32 Operator `not in` is not supported between objects of type `Unknown` and `~AlwaysFalsy`
pip no-matching-overload src/pip/_vendor/urllib3/util/retry.py:601:16 No overload of bound method `format` matches arguments
pip unresolved-attribute src/pip/_vendor/urllib3/util/retry.py:622:1 Unresolved attribute `DEFAULT` on type `<class 'Retry'>`.
pip deprecated src/pip/_vendor/urllib3/util/ssl_.py:50:36 The function `wrap_socket` is deprecated: Deprecated since Python 3.7; removed in Python 3.12. Use `SSLContext.wrap_socket()` instead.
pip invalid-assignment src/pip/_vendor/urllib3/util/ssl_.py:75:42 Object of type `Literal[2]` is not assignable to `Literal[_SSLMethod.PROTOCOL_SSLv23]`
pip invalid-assignment src/pip/_vendor/urllib3/util/ssl_.py:80:27 Object of type `Literal[_SSLMethod.PROTOCOL_SSLv23]` is not assignable to `Literal[_SSLMethod.PROTOCOL_TLS_CLIENT]`
pip invalid-assignment src/pip/_vendor/urllib3/util/ssl_.py:86:32 Object of type `Literal[16777216]` is not assignable to `Literal[Options.OP_NO_SSLv2]`
pip invalid-assignment src/pip/_vendor/urllib3/util/ssl_.py:86:32 Object of type `Literal[33554432]` is not assignable to `Literal[Options.OP_NO_SSLv3]`
pip invalid-assignment src/pip/_vendor/urllib3/util/ssl_.py:87:25 Object of type `Literal[131072]` is not assignable to `Literal[Options.OP_NO_COMPRESSION]`
pip invalid-assignment src/pip/_vendor/urllib3/util/ssl_.py:93:20 Object of type `Literal[16384]` is not assignable to `Literal[Options.OP_NO_TICKET]`
pip deprecated src/pip/_vendor/urllib3/util/ssl_.py:182:20 The function `wrap_socket` is deprecated: Deprecated since Python 3.7; removed in Python 3.12. Use `SSLContext.wrap_socket()` instead.
pip invalid-argument-type src/pip/_vendor/urllib3/util/ssl_.py:182:62 Argument to function `wrap_socket` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes] | None`, found `Unknown | None | VerifyMode | bool`
pip invalid-argument-type src/pip/_vendor/urllib3/util/ssl_.py:182:62 Argument to function `wrap_socket` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes] | None`, found `Unknown | None | VerifyMode | bool`
pip invalid-argument-type src/pip/_vendor/urllib3/util/ssl_.py:182:62 Argument to function `wrap_socket` is incorrect: Expected `bool`, found `Unknown | None | VerifyMode | bool`
pip invalid-argument-type src/pip/_vendor/urllib3/util/ssl_.py:182:62 Argument to function `wrap_socket` is incorrect: Expected `int`, found `Unknown | None | VerifyMode | bool`
pip invalid-argument-type src/pip/_vendor/urllib3/util/ssl_.py:182:62 Argument to function `wrap_socket` is incorrect: Expected `int`, found `Unknown | None | VerifyMode | bool`
pip invalid-argument-type src/pip/_vendor/urllib3/util/ssl_.py:182:62 Argument to function `wrap_socket` is incorrect: Expected `str | None`, found `Unknown | None | VerifyMode | bool`
pip invalid-argument-type src/pip/_vendor/urllib3/util/ssl_.py:182:62 Argument to function `wrap_socket` is incorrect: Expected `bool`, found `Unknown | None | VerifyMode | bool`
pip invalid-argument-type src/pip/_vendor/urllib3/util/ssl_.py:182:62 Argument to function `wrap_socket` is incorrect: Expected `bool`, found `Unknown | None | VerifyMode | bool`
pip call-non-callable src/pip/_vendor/urllib3/util/ssl_.py:299:15 Object of type `None` is not callable
pip invalid-assignment src/pip/_vendor/urllib3/util/ssl_.py:332:9 Object of type `Literal[True]` is not assignable to attribute `post_handshake_auth` on type `Unknown | SSLContext | SSLContext`
pip invalid-assignment src/pip/_vendor/urllib3/util/ssl_.py:359:13 Object of type `str & ~AlwaysFalsy` is not assignable to attribute `keylog_filename` on type `(Unknown & <Protocol with members 'keylog_filename'>) | SSLContext | (SSLContext & <Protocol with members 'keylog_filename'>)`
pip invalid-assignment src/pip/_vendor/urllib3/util/ssl_match_hostname.py:16:17 Object of type `None` is not assignable to `<module 'ipaddress'>`
pip invalid-argument-type src/pip/_vendor/urllib3/util/ssltransport.py:127:31 Argument to bound method `__init__` is incorrect: Expected `socket`, found `Self@makefile`
pip invalid-argument-type src/pip/_vendor/urllib3/util/ssltransport.py:127:37 Argument to bound method `__init__` is incorrect: Expected `Literal["r", "w", "rw", "rb", "wb", "rwb"]`, found `Literal["", "r", "w", "rw"]`
pip invalid-argument-type src/pip/_vendor/urllib3/util/ssltransport.py:146:33 Argument to bound method `__init__` is incorrect: Argument type `BufferedRWPair[SocketIO] | BufferedReader[SocketIO] | BufferedWriter` does not satisfy upper bound `_WrappedBuffer` of type variable `_BufferT_co`
pip invalid-argument-type src/pip/_vendor/urllib3/util/ssltransport.py:146:33 Argument to bound method `__init__` is incorrect: Expected `_WrappedBuffer`, found `BufferedRWPair[SocketIO] | BufferedReader[SocketIO] | BufferedWriter`
pip invalid-assignment src/pip/_vendor/urllib3/util/ssltransport.py:147:9 Cannot assign to read-only property `mode` on object of type `TextIOWrapper[_WrappedBuffer]`: Attempted assignment to `TextIOWrapper[_WrappedBuffer].mode` here
pip unresolved-import src/pip/_vendor/urllib3/util/timeout.py:6:20 Module `socket` has no member `_GLOBAL_DEFAULT_TIMEOUT`
pip unresolved-attribute src/pip/_vendor/urllib3/util/url.py:310:13 Module `pip._vendor.urllib3.packages.six` has no member `raise_from`
pip possibly-unresolved-reference src/pip/_vendor/urllib3/util/url.py:315:20 Name `idna` used when possibly not defined
pip possibly-unresolved-reference src/pip/_vendor/urllib3/util/url.py:316:16 Name `idna` used when possibly not defined
pip unresolved-attribute src/pip/_vendor/urllib3/util/url.py:317:13 Module `pip._vendor.urllib3.packages.six` has no member `raise_from`
pip possibly-missing-attribute src/pip/_vendor/urllib3/util/url.py:325:19 Attribute `groups` may be missing on object of type `Match[str] | None`
pip possibly-missing-attribute src/pip/_vendor/urllib3/util/url.py:364:52 Attribute `groups` may be missing on object of type `Match[str] | None`
pip possibly-missing-attribute src/pip/_vendor/urllib3/util/url.py:373:26 Attribute `groups` may be missing on object of type `Match[str] | None`
pip unresolved-attribute src/pip/_vendor/urllib3/util/url.py:397:16 Module `pip._vendor.urllib3.packages.six` has no member `raise_from`
pip invalid-assignment src/pip/_vendor/urllib3/util/wait.py:133:27 Implicit shadowing of function `wait_for_socket`
pip invalid-assignment src/pip/_vendor/urllib3/util/wait.py:135:27 Implicit shadowing of function `wait_for_socket`
pip invalid-assignment src/pip/_vendor/urllib3/util/wait.py:137:27 Implicit shadowing of function `wait_for_socket`
pybind11 unused-ignore-comment pybind11/setup_helpers.py:69:48 Unused blanket `type: ignore` directive
pybind11 unused-ignore-comment pybind11/setup_helpers.py:72:62 Unused blanket `type: ignore` directive
pybind11 unsupported-base pybind11/setup_helpers.py:89:25 Unsupported class base with type `<class 'Extension'> | <class 'Extension'>`
pybind11 unsupported-base pybind11/setup_helpers.py:271:17 Unsupported class base with type `<class 'build_ext'> | <class 'build_ext'>`
pybind11 possibly-unresolved-reference pybind11/setup_helpers.py:471:31 Name `multiprocessing` used when possibly not defined
pybind11 possibly-unresolved-reference pybind11/setup_helpers.py:477:22 Name `ThreadPool` used when possibly not defined
pybind11 unresolved-import tests/conftest.py:22:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/conftest.py:26:12 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/extra_python_package/test_files.py:24:6 Cannot resolve imported module `make_global`
pybind11 possibly-missing-attribute tests/extra_python_package/test_files.py:193:15 Attribute `group` may be missing on object of type `Match[str] | None`
pybind11 possibly-missing-attribute tests/extra_python_package/test_files.py:230:15 Attribute `group` may be missing on object of type `Match[str] | None`
pybind11 possibly-missing-attribute tests/extra_python_package/test_files.py:259:31 Attribute `groups` may be missing on object of type `Match[str] | None`
pybind11 possibly-missing-attribute tests/extra_python_package/test_files.py:314:31 Attribute `groups` may be missing on object of type `Match[str] | None`
pybind11 possibly-missing-attribute tests/extra_python_package/test_files.py:361:13 Attribute `group` may be missing on object of type `Match[str] | None`
pybind11 possibly-missing-attribute tests/extra_python_package/test_files.py:362:21 Attribute `group` may be missing on object of type `Match[str] | None`
pybind11 possibly-missing-attribute tests/extra_python_package/test_files.py:363:22 Attribute `group` may be missing on object of type `Match[str] | None`
pybind11 possibly-missing-attribute tests/extra_python_package/test_files.py:367:13 Attribute `group` may be missing on object of type `Match[str] | None`
pybind11 unresolved-import tests/extra_setuptools/test_setuphelper.py:8:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_async.py:5:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_buffers.py:7:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_buffers.py:10:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_buffers.py:11:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_builtin_casters.py:5:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_builtin_casters.py:8:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_builtin_casters.py:9:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_call_policies.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_call_policies.py:6:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_call_policies.py:7:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_callbacks.py:7:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_callbacks.py:10:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_callbacks.py:11:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_chrono.py:5:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_chrono.py:8:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_class.py:6:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_class.py:9:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_class.py:10:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_class.py:537:10 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_class_cross_module_use_after_one_module_dealloc.py:5:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_class_cross_module_use_after_one_module_dealloc.py:8:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_class_cross_module_use_after_one_module_dealloc.py:30:12 Cannot resolve imported module `pybind11_cross_module_tests`
pybind11 unresolved-import tests/test_class_release_gil_before_calling_cpp_dtor.py:5:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_class_release_gil_before_calling_cpp_dtor.py:7:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_class_sh_basic.py:6:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_class_sh_basic.py:8:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_class_sh_disowning.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_class_sh_disowning.py:5:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_class_sh_disowning_mi.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_class_sh_disowning_mi.py:6:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_class_sh_factory_constructors.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_class_sh_factory_constructors.py:5:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_class_sh_inheritance.py:3:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_class_sh_mi_thunks.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_class_sh_mi_thunks.py:5:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_class_sh_property.py:5:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_class_sh_property.py:8:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_class_sh_property_non_owning.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_class_sh_property_non_owning.py:5:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_class_sh_shared_ptr_copy_move.py:3:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_class_sh_trampoline_basic.py:3:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_class_sh_trampoline_self_life_support.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_class_sh_trampoline_self_life_support.py:5:8 Cannot resolve imported module `pybind11_tests.class_sh_trampoline_self_life_support`
pybind11 unresolved-import tests/test_class_sh_trampoline_shared_from_this.py:6:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_class_sh_trampoline_shared_from_this.py:9:8 Cannot resolve imported module `pybind11_tests.class_sh_trampoline_shared_from_this`
pybind11 possibly-unresolved-reference tests/test_class_sh_trampoline_shared_from_this.py:213:20 Name `obj0_wr` used when possibly not defined
pybind11 possibly-unresolved-reference tests/test_class_sh_trampoline_shared_from_this.py:216:20 Name `obj0_wr` used when possibly not defined
pybind11 unresolved-import tests/test_class_sh_trampoline_shared_ptr_cpp_arg.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_class_sh_trampoline_shared_ptr_cpp_arg.py:6:8 Cannot resolve imported module `pybind11_tests.class_sh_trampoline_shared_ptr_cpp_arg`
pybind11 unresolved-import tests/test_class_sh_trampoline_unique_ptr.py:3:8 Cannot resolve imported module `pybind11_tests.class_sh_trampoline_unique_ptr`
pybind11 unresolved-import tests/test_class_sh_unique_ptr_custom_deleter.py:3:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_class_sh_unique_ptr_member.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_class_sh_unique_ptr_member.py:5:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_class_sh_virtual_py_cpp_mix.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_class_sh_virtual_py_cpp_mix.py:5:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-attribute tests/test_cmake_build/test.py:9:8 Module `test_cmake_build` has no member `add`
pybind11 unresolved-import tests/test_const_name.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_const_name.py:5:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_constants_and_functions.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_copy_move.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_copy_move.py:6:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_cpp_conduit.py:8:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_cpp_conduit.py:11:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_custom_type_casters.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_custom_type_casters.py:6:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_custom_type_setup.py:6:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_custom_type_setup.py:9:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_docs_advanced_cast_custom.py:8:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_docstring_options.py:3:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_eigen_matrix.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_eigen_matrix.py:6:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_eigen_tensor.py:5:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_eigen_tensor.py:13:12 Cannot resolve imported module `eigen_tensor_avoid_stl_array`
pybind11 unresolved-import tests/test_enum.py:6:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_enum.py:9:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_eval.py:5:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_eval.py:8:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-reference tests/test_eval_call.py:5:5 Name `call_test2` used when not defined
pybind11 unresolved-reference tests/test_eval_call.py:5:16 Name `y` used when not defined
pybind11 unresolved-import tests/test_exceptions.py:5:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_exceptions.py:9:8 Cannot resolve imported module `pybind11_cross_module_tests`
pybind11 unresolved-import tests/test_exceptions.py:10:8 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_exceptions.py:11:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_factory_constructors.py:5:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_factory_constructors.py:8:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_factory_constructors.py:9:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_factory_constructors.py:10:6 Cannot resolve imported module `pybind11_tests.factory_constructors`
pybind11 unresolved-import tests/test_factory_constructors.py:230:10 Cannot resolve imported module `pybind11_tests.factory_constructors`
pybind11 unresolved-import tests/test_gil_scoped.py:9:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_gil_scoped.py:12:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_iostream.py:7:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_iostream.py:10:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_kwargs_and_defaults.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_kwargs_and_defaults.py:6:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_local_bindings.py:6:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_local_bindings.py:8:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_local_bindings.py:13:12 Cannot resolve imported module `pybind11_cross_module_tests`
pybind11 unresolved-import tests/test_local_bindings.py:62:12 Cannot resolve imported module `pybind11_cross_module_tests`
pybind11 unresolved-import tests/test_local_bindings.py:87:12 Cannot resolve imported module `pybind11_cross_module_tests`
pybind11 unresolved-import tests/test_local_bindings.py:100:12 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_local_bindings.py:110:12 Cannot resolve imported module `pybind11_cross_module_tests`
pybind11 unresolved-import tests/test_local_bindings.py:144:12 Cannot resolve imported module `pybind11_cross_module_tests`
pybind11 unresolved-import tests/test_local_bindings.py:170:12 Cannot resolve imported module `pybind11_cross_module_tests`
pybind11 unresolved-import tests/test_local_bindings.py:212:12 Cannot resolve imported module `pybind11_cross_module_tests`
pybind11 unresolved-import tests/test_local_bindings.py:220:12 Cannot resolve imported module `pybind11_cross_module_tests`
pybind11 unresolved-import tests/test_local_bindings.py:242:12 Cannot resolve imported module `pybind11_cross_module_tests`
pybind11 unresolved-import tests/test_methods_and_attributes.py:5:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_methods_and_attributes.py:8:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_methods_and_attributes.py:9:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_methods_and_attributes.py:243:10 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_methods_and_attributes.py:387:10 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_modules.py:5:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_modules.py:8:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_modules.py:9:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_modules.py:10:6 Cannot resolve imported module `pybind11_tests.modules`
pybind11 unresolved-import tests/test_modules.py:14:12 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_modules.py:69:10 Cannot resolve imported module `pybind11_tests.modules`
pybind11 unresolved-import tests/test_modules.py:77:12 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_modules.py:82:12 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_modules.py:95:12 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_multiple_inheritance.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_multiple_inheritance.py:6:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_multiple_inheritance.py:7:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_multiple_interpreters.py:8:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_multiple_interpreters.py:141:28 Module `concurrent` has no member `interpreters`
pybind11 unresolved-import tests/test_native_enum.py:6:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_native_enum.py:9:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-attribute tests/test_native_enum.py:117:41 Object of type `IntEnum` has no attribute `mem`
pybind11 unresolved-import tests/test_numpy_array.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_numpy_array.py:6:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_numpy_dtypes.py:5:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_numpy_dtypes.py:8:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_numpy_scalars.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_numpy_scalars.py:5:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_numpy_vectorize.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_numpy_vectorize.py:5:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_opaque_types.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_opaque_types.py:6:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_opaque_types.py:7:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_operator_overloading.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_operator_overloading.py:6:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_operator_overloading.py:7:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_pickling.py:7:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_pickling.py:10:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_pickling.py:93:10 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_potentially_slicing_weak_ptr.py:37:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_potentially_slicing_weak_ptr.py:40:8 Cannot resolve imported module `pybind11_tests.potentially_slicing_weak_ptr`
pybind11 unresolved-import tests/test_python_multiple_inheritance.py:5:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_pytypes.py:7:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_pytypes.py:10:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_pytypes.py:11:6 Cannot resolve imported module `pybind11_tests`
pybind11 no-matching-overload tests/test_pytypes.py:457:29 No overload of class `str` matches arguments
pybind11 invalid-argument-type tests/test_pytypes.py:457:31 Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | bytes | bytearray | ... omitted 5 union elements`
pybind11 unresolved-import tests/test_pytypes.py:1193:25 Module `inspect` has no member `get_annotations`
pybind11 unresolved-import tests/test_scoped_critical_section.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_scoped_critical_section.py:5:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_sequences_and_iterators.py:5:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_sequences_and_iterators.py:6:6 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_sequences_and_iterators.py:9:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_sequences_and_iterators.py:10:6 Cannot resolve imported module `pybind11_tests`
pybind11 invalid-assignment tests/test_sequences_and_iterators.py:157:5 Cannot assign to a subscript on an object of type `reversed[Unknown]`
pybind11 unresolved-import tests/test_smart_ptr.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_smart_ptr.py:8:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_stl.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_stl.py:6:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_stl.py:7:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_stl.py:415:12 Cannot resolve imported module `pybind11_cross_module_tests`
pybind11 unresolved-import tests/test_stl_binders.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_stl_binders.py:5:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_stl_binders.py:130:12 Cannot resolve imported module `pybind11_cross_module_tests`
pybind11 unresolved-import tests/test_tagbased_polymorphic.py:3:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_thread.py:6:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_thread.py:9:6 Cannot resolve imported module `pybind11_tests`
pybind11 invalid-method-override tests/test_thread.py:25:9 Invalid override of method `join`: Definition is incompatible with `threading.Thread.join`
pybind11 unresolved-import tests/test_type_caster_pyobject_ptr.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_type_caster_pyobject_ptr.py:5:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_type_caster_std_function_specializations.py:3:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_union.py:3:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_unnamed_namespace_a.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_unnamed_namespace_a.py:5:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_unnamed_namespace_a.py:6:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_unnamed_namespace_b.py:3:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_vector_unique_ptr_member.py:3:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_vector_unique_ptr_member.py:5:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_virtual_functions.py:5:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_virtual_functions.py:10:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_warnings.py:5:8 Cannot resolve imported module `pytest`
pybind11 unresolved-import tests/test_warnings.py:7:8 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_warnings.py:8:6 Cannot resolve imported module `pybind11_tests`
pybind11 unresolved-import tests/test_with_catch/test_interpreter.py:5:6 Cannot resolve imported module `widget_module`
pybind11 unresolved-import tests/test_with_catch/test_trampoline.py:3:8 Cannot resolve imported module `trampoline_module`
pybind11 unresolved-import tools/make_changelog.py:11:8 Cannot resolve imported module `ghapi.all`
pybind11 unresolved-import tools/make_global.py:10:8 Cannot resolve imported module `tomlkit`
pyinstrument unused-ignore-comment pyinstrument/__main__.py:270:42 Unused blanket `type: ignore` directive
pyinstrument no-matching-overload pyinstrument/__main__.py:363:27 No overload of function `dirname` matches arguments
pyinstrument unused-ignore-comment pyinstrument/__main__.py:587:77 Unused blanket `type: ignore` directive
pyinstrument invalid-argument-type pyinstrument/context_manager.py:40:34 Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | None`
pyinstrument invalid-argument-type pyinstrument/context_manager.py:40:34 Argument to bound method `__init__` is incorrect: Expected `Literal["enabled", "disabled", "strict"]`, found `Unknown | None`
pyinstrument invalid-assignment pyinstrument/context_manager.py:41:9 Object of type `dict[str, @Todo]` is not assignable to attribute `options` of type `ProfileContextOptions`
pyinstrument unresolved-attribute pyinstrument/context_manager.py:56:54 Object of type `(...) -> Unknown` has no attribute `__qualname__`
pyinstrument unresolved-attribute pyinstrument/context_manager.py:56:77 Object of type `(...) -> Unknown` has no attribute `__code__`
pyinstrument unresolved-attribute pyinstrument/context_manager.py:56:105 Object of type `(...) -> Unknown` has no attribute `__code__`
pyinstrument unused-ignore-comment pyinstrument/frame.py:346:89 Unused blanket `type: ignore` directive
pyinstrument unresolved-import pyinstrument/magic/magic.py:10:8 Cannot resolve imported module `IPython`
pyinstrument unresolved-import pyinstrument/magic/magic.py:12:6 Cannot resolve imported module `IPython.core.magic`
pyinstrument unresolved-import pyinstrument/magic/magic.py:13:6 Cannot resolve imported module `IPython.core.magic_arguments`
pyinstrument unresolved-import pyinstrument/magic/magic.py:14:6 Cannot resolve imported module `IPython.display`
pyinstrument unused-ignore-comment pyinstrument/magic/magic.py:54:45 Unused blanket `type: ignore` directive
pyinstrument unused-ignore-comment pyinstrument/magic/magic.py:289:91 Unused blanket `type: ignore` directive
pyinstrument unresolved-import pyinstrument/middleware.py:6:6 Cannot resolve imported module `django.conf`
pyinstrument unresolved-import pyinstrument/middleware.py:7:6 Cannot resolve imported module `django.http`
pyinstrument unresolved-import pyinstrument/middleware.py:8:6 Cannot resolve imported module `django.utils.module_loading`
pyinstrument unresolved-import pyinstrument/middleware.py:15:10 Cannot resolve imported module `django.utils.deprecation`
pyinstrument unused-ignore-comment pyinstrument/middleware.py:37:45 Unused blanket `type: ignore` directive
pyinstrument unused-ignore-comment pyinstrument/middleware.py:107:50 Unused blanket `type: ignore` directive
pyinstrument unused-ignore-comment pyinstrument/middleware.py:111:50 Unused blanket `type: ignore` directive
pyinstrument unused-ignore-comment pyinstrument/processors.py:90:63 Unused blanket `type: ignore` directive
pyinstrument unused-ignore-comment pyinstrument/renderers/jsonrenderer.py:17:81 Unused blanket `type: ignore` directive
pyinstrument unused-ignore-comment pyinstrument/stack_sampler.py:102:83 Unused blanket `type: ignore` directive
pyinstrument invalid-argument-type pyinstrument/util.py:65:30 Argument to function `file_is_a_tty` is incorrect: Argument type `AnyStr@file_supports_color` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
pyinstrument unresolved-attribute pyinstrument/vendor/appdirs.py:497:11 Module `winreg` has no member `OpenKey`
pyinstrument unresolved-attribute pyinstrument/vendor/appdirs.py:498:9 Module `winreg` has no member `HKEY_CURRENT_USER`
pyinstrument unresolved-attribute pyinstrument/vendor/appdirs.py:501:17 Module `winreg` has no member `QueryValueEx`
pyinstrument unresolved-attribute pyinstrument/vendor/appdirs.py:515:5 Module `ctypes` has no member `windll`
pyinstrument unresolved-attribute pyinstrument/vendor/appdirs.py:526:12 Module `ctypes` has no member `windll`
pyinstrument unresolved-import pyinstrument/vendor/appdirs.py:533:10 Cannot resolve imported module `com.sun`
pyinstrument unresolved-import pyinstrument/vendor/appdirs.py:534:10 Cannot resolve imported module `com.sun.jna.platform`
pyinstrument unresolved-attribute pyinstrument/vendor/appdirs.py:537:11 Module `array` has no member `zeros`
pyinstrument unresolved-attribute pyinstrument/vendor/appdirs.py:550:15 Module `array` has no member `zeros`
pyinstrument unresolved-attribute pyinstrument/vendor/decorator.py:57:34 Module `inspect` has no member `getargspec`
pyinstrument possibly-missing-attribute pyinstrument/vendor/decorator.py:165:31 Attribute `split` may be missing on object of type `Unknown | None`
pyinstrument unresolved-import pyinstrument/vendor/decorator.py:279:28 Module `contextlib` has no member `GeneratorContextManager`
pyinstrument missing-argument pyinstrument/vendor/decorator.py:294:16 No arguments provided for required parameters `args`, `kwds` of function `__init__`
pyinstrument invalid-assignment pyinstrument/vendor/decorator.py:295:5 Implicit shadowing of function `__init__`
pyinstrument invalid-assignment pyinstrument/vendor/decorator.py:301:5 Implicit shadowing of function `__init__`
pyjwt possibly-unresolved-reference jwt/algorithms.py:398:56 Name `hashes` used when possibly not defined
pyjwt possibly-unresolved-reference jwt/algorithms.py:399:56 Name `hashes` used when possibly not defined
pyjwt possibly-unresolved-reference jwt/algorithms.py:400:56 Name `hashes` used when possibly not defined
pyjwt possibly-unresolved-reference jwt/algorithms.py:402:29 Name `ALLOWED_RSA_KEY_TYPES` used when possibly not defined
pyjwt call-non-callable jwt/algorithms.py:451:27 Object of type `object` is not callable
pyjwt possibly-unresolved-reference jwt/algorithms.py:573:56 Name `hashes` used when possibly not defined
pyjwt possibly-unresolved-reference jwt/algorithms.py:574:56 Name `hashes` used when possibly not defined
pyjwt possibly-unresolved-reference jwt/algorithms.py:575:56 Name `hashes` used when possibly not defined
pyjwt possibly-unresolved-reference jwt/algorithms.py:577:29 Name `ALLOWED_EC_KEY_TYPES` used when possibly not defined
pyjwt invalid-argument-type jwt/algorithms.py:700:34 Argument to function `base64url_decode` is incorrect: Expected `bytes | str`, found `Any | None`
pyjwt invalid-argument-type jwt/algorithms.py:701:34 Argument to function `base64url_decode` is incorrect: Expected `bytes | str`, found `Any | None`
pyjwt invalid-argument-type jwt/algorithms.py:746:34 Argument to function `base64url_decode` is incorrect: Expected `bytes | str`, found `Any | None`
pyjwt possibly-unresolved-reference jwt/algorithms.py:794:29 Name `ALLOWED_OKP_KEY_TYPES` used when possibly not defined
pyjwt invalid-method-override jwt/algorithms.py:870:13 Invalid override of method `to_jwk`: Definition is incompatible with `Algorithm.to_jwk`
pyjwt invalid-argument-type jwt/algorithms.py:937:34 Argument to function `base64url_decode` is incorrect: Expected `bytes | str`, found `Any | None`
pyjwt invalid-argument-type jwt/algorithms.py:944:38 Argument to function `base64url_decode` is incorrect: Expected `bytes | str`, found `Any | None`
pyjwt possibly-missing-import jwt/api_jws.py:26:29 Member `AllowedPrivateKeys` of module `jwt.algorithms` may be missing
pyjwt possibly-missing-import jwt/api_jws.py:26:49 Member `AllowedPublicKeys` of module `jwt.algorithms` may be missing
pyjwt invalid-assignment jwt/api_jws.py:50:13 Object of type `dict[Unknown, Unknown]` is not assignable to attribute `options` of type `SigOptions`
pyjwt missing-typed-dict-key jwt/api_jws.py:215:30 Missing required key 'verify_signature' in TypedDict `SigOptions` constructor
pyjwt possibly-missing-import jwt/api_jwt.py:39:33 Member `AllowedPrivateKeys` of module `jwt.algorithms` may be missing
pyjwt possibly-missing-import jwt/api_jwt.py:39:53 Member `AllowedPublicKeys` of module `jwt.algorithms` may be missing
pyjwt unused-ignore-comment jwt/api_jwt.py:44:71 Unused blanket `type: ignore` directive
pyjwt unused-ignore-comment jwt/api_jwt.py:45:70 Unused blanket `type: ignore` directive
pyjwt invalid-return-type jwt/api_jwt.py:83:16 Return type does not match returned value: expected `FullOptions`, found `dict[Unknown, Unknown]`
pyjwt missing-typed-dict-key jwt/api_jwt.py:83:16 Missing required key 'require' in TypedDict `FullOptions` constructor
pyjwt missing-typed-dict-key jwt/api_jwt.py:83:16 Missing required key 'strict_aud' in TypedDict `FullOptions` constructor
pyjwt missing-typed-dict-key jwt/api_jwt.py:83:16 Missing required key 'verify_aud' in TypedDict `FullOptions` constructor
pyjwt missing-typed-dict-key jwt/api_jwt.py:83:16 Missing required key 'verify_exp' in TypedDict `FullOptions` constructor
pyjwt missing-typed-dict-key jwt/api_jwt.py:83:16 Missing required key 'verify_iat' in TypedDict `FullOptions` constructor
pyjwt missing-typed-dict-key jwt/api_jwt.py:83:16 Missing required key 'verify_iss' in TypedDict `FullOptions` constructor
pyjwt missing-typed-dict-key jwt/api_jwt.py:83:16 Missing required key 'verify_jti' in TypedDict `FullOptions` constructor
pyjwt missing-typed-dict-key jwt/api_jwt.py:83:16 Missing required key 'verify_nbf' in TypedDict `FullOptions` constructor
pyjwt missing-typed-dict-key jwt/api_jwt.py:83:16 Missing required key 'verify_signature' in TypedDict `FullOptions` constructor
pyjwt missing-typed-dict-key jwt/api_jwt.py:83:16 Missing required key 'verify_sub' in TypedDict `FullOptions` constructor
pyjwt invalid-argument-type jwt/jwks_client.py:82:35 Argument to function `from_dict` is incorrect: Expected `dict[str, Any]`, found `(PyJWKSet & Top[dict[Unknown, Unknown]]) | (Any & Top[dict[Unknown, Unknown]])`
pyjwt missing-argument jwt/jwks_client.py:116:16 No argument provided for required parameter `kid` of function `get_signing_key`
pylint unresolved-import pylint/checkers/async_checker.py:12:8 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/async_checker.py:13:8 Cannot resolve imported module `astroid.bases`
pylint unresolved-import pylint/checkers/async_checker.py:14:8 Cannot resolve imported module `astroid.exceptions`
pylint unresolved-import pylint/checkers/async_checker.py:15:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/bad_chained_comparison.py:9:6 Cannot resolve imported module `astroid`
pylint possibly-unresolved-reference pylint/checkers/bad_chained_comparison.py:42:29 Name `group` used when possibly not defined
pylint unresolved-import pylint/checkers/base/basic_checker.py:14:8 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/base/basic_checker.py:15:6 Cannot resolve imported module `astroid`
pylint redundant-cast pylint/checkers/base/basic_checker.py:85:21 Value is already of type `Literal["function", "class", "method", "module"]`
pylint unresolved-import pylint/checkers/base/basic_error_checker.py:11:8 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/base/basic_error_checker.py:12:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/base/basic_error_checker.py:13:6 Cannot resolve imported module `astroid.typing`
pylint unresolved-import pylint/checkers/base/comparison_checker.py:7:8 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/base/comparison_checker.py:8:6 Cannot resolve imported module `astroid`
pylint unused-ignore-comment pylint/checkers/base/comparison_checker.py:152:81 Unused blanket `type: ignore` directive
pylint unresolved-import pylint/checkers/base/docstring_checker.py:12:8 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/base/docstring_checker.py:13:6 Cannot resolve imported module `astroid`
pylint unused-ignore-comment pylint/checkers/base/docstring_checker.py:141:88 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/base/docstring_checker.py:144:53 Unused blanket `type: ignore` directive
pylint unresolved-import pylint/checkers/base/function_checker.py:11:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/base/name_checker/checker.py:19:8 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/base/name_checker/checker.py:20:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/base/name_checker/checker.py:21:6 Cannot resolve imported module `astroid.typing`
pylint invalid-argument-type pylint/checkers/base/name_checker/checker.py:370:59 Argument to bound method `_raise_name_warning` is incorrect: Expected `str`, found `Unknown | str | Confidence`
pylint invalid-argument-type pylint/checkers/base/name_checker/checker.py:370:59 Argument to bound method `_raise_name_warning` is incorrect: Expected `str`, found `Unknown | str | Confidence`
pylint invalid-argument-type pylint/checkers/base/name_checker/checker.py:370:59 Argument to bound method `_raise_name_warning` is incorrect: Expected `Confidence`, found `Unknown | str | Confidence`
pylint invalid-argument-type pylint/checkers/base/name_checker/checker.py:370:59 Argument to bound method `_raise_name_warning` is incorrect: Expected `str`, found `Unknown | str | Confidence`
pylint unresolved-import pylint/checkers/base/pass_checker.py:5:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/base_checker.py:14:6 Cannot resolve imported module `astroid`
pylint invalid-assignment pylint/checkers/base_checker.py:191:13 Not enough values to unpack: Expected 4
pylint invalid-assignment pylint/checkers/base_checker.py:194:13 Too many values to unpack: Expected 3
pylint unresolved-import pylint/checkers/classes/class_checker.py:16:8 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/classes/class_checker.py:17:8 Cannot resolve imported module `astroid.exceptions`
pylint unresolved-import pylint/checkers/classes/class_checker.py:18:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/classes/class_checker.py:19:6 Cannot resolve imported module `astroid.typing`
pylint unused-ignore-comment pylint/checkers/classes/class_checker.py:206:24 Unused blanket `type: ignore` directive
pylint invalid-assignment pylint/checkers/classes/class_checker.py:493:43 Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
pylint unused-ignore-comment pylint/checkers/classes/class_checker.py:859:56 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/classes/class_checker.py:2179:64 Unused blanket `type: ignore` directive
pylint unresolved-import pylint/checkers/classes/special_methods_checker.py:11:8 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/classes/special_methods_checker.py:12:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/classes/special_methods_checker.py:13:6 Cannot resolve imported module `astroid.context`
pylint unresolved-import pylint/checkers/classes/special_methods_checker.py:14:6 Cannot resolve imported module `astroid.typing`
pylint unused-ignore-comment pylint/checkers/classes/special_methods_checker.py:225:88 Unused blanket `type: ignore` directive
pylint unresolved-import pylint/checkers/dataclass_checker.py:11:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/dataclass_checker.py:12:6 Cannot resolve imported module `astroid.brain.brain_dataclasses`
pylint unresolved-import pylint/checkers/deprecated.py:12:8 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/deprecated.py:13:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/deprecated.py:14:6 Cannot resolve imported module `astroid.bases`
pylint invalid-assignment pylint/checkers/deprecated.py:37:71 Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[Unknown | str, Unknown | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
pylint invalid-assignment pylint/checkers/deprecated.py:46:68 Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]] | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
pylint invalid-assignment pylint/checkers/deprecated.py:55:68 Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]] | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
pylint invalid-assignment pylint/checkers/deprecated.py:64:70 Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]] | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
pylint invalid-assignment pylint/checkers/deprecated.py:73:67 Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]] | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
pylint invalid-assignment pylint/checkers/deprecated.py:82:71 Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]] | bool]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
pylint possibly-unresolved-reference pylint/checkers/deprecated.py:116:52 Name `mod_path_node` used when possibly not defined
pylint unresolved-import pylint/checkers/design_analysis.py:14:6 Cannot resolve imported module `astroid`
pylint possibly-unresolved-reference pylint/checkers/design_analysis.py:569:57 Name `ignored_pos_args_num` used when possibly not defined
pylint unresolved-import pylint/checkers/dunder_methods.py:9:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/dunder_methods.py:10:6 Cannot resolve imported module `astroid.util`
pylint unresolved-import pylint/checkers/ellipsis_checker.py:11:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/exceptions.py:14:8 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/exceptions.py:15:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/exceptions.py:16:6 Cannot resolve imported module `astroid.context`
pylint unresolved-import pylint/checkers/exceptions.py:17:6 Cannot resolve imported module `astroid.typing`
pylint invalid-assignment pylint/checkers/exceptions.py:62:43 Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
pylint invalid-method-override pylint/checkers/exceptions.py:274:9 Invalid override of method `visit_default`: Definition is incompatible with `BaseVisitor.visit_default`
pylint unresolved-import pylint/checkers/format.py:21:6 Cannot resolve imported module `astroid`
pylint invalid-assignment pylint/checkers/format.py:54:43 Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[Unknown | str, Unknown | str]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
pylint unresolved-import pylint/checkers/imports.py:18:8 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/imports.py:19:8 Cannot resolve imported module `astroid.modutils`
pylint unresolved-import pylint/checkers/imports.py:20:8 Cannot resolve imported module `isort`
pylint unresolved-import pylint/checkers/imports.py:21:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/imports.py:22:6 Cannot resolve imported module `astroid.nodes._base_nodes`
pylint invalid-assignment pylint/checkers/imports.py:227:43 Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
pylint unresolved-import pylint/checkers/lambda_expressions.py:10:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/logging.py:12:8 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/logging.py:13:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/logging.py:14:6 Cannot resolve imported module `astroid.typing`
pylint invalid-argument-type pylint/checkers/logging.py:220:38 Argument to bound method `_check_log_method` is incorrect: Expected `str`, found `Unknown | str | None`
pylint unresolved-import pylint/checkers/match_statements_checker.py:11:8 Cannot resolve imported module `astroid.exceptions`
pylint unresolved-import pylint/checkers/match_statements_checker.py:12:6 Cannot resolve imported module `astroid`
pylint possibly-unresolved-reference pylint/checkers/match_statements_checker.py:196:41 Name `match_args` used when possibly not defined
pylint possibly-unresolved-reference pylint/checkers/match_statements_checker.py:200:53 Name `match_args` used when possibly not defined
pylint possibly-unresolved-reference pylint/checkers/match_statements_checker.py:213:55 Name `match_args` used when possibly not defined
pylint possibly-unresolved-reference pylint/checkers/match_statements_checker.py:222:24 Name `match_args` used when possibly not defined
pylint unresolved-import pylint/checkers/method_args.py:11:8 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/method_args.py:12:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/misc.py:13:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/modified_iterating_checker.py:9:6 Cannot resolve imported module `astroid`
pylint unused-ignore-comment pylint/checkers/modified_iterating_checker.py:118:65 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/modified_iterating_checker.py:165:61 Unused blanket `type: ignore` directive
pylint unresolved-import pylint/checkers/nested_min_max.py:12:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/nested_min_max.py:13:6 Cannot resolve imported module `astroid.const`
pylint unresolved-import pylint/checkers/newstyle.py:11:8 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/newstyle.py:12:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/non_ascii_names.py:15:6 Cannot resolve imported module `astroid`
pylint unused-ignore-comment pylint/checkers/raw_metrics.py:105:49 Unused blanket `type: ignore` directive
pylint unresolved-import pylint/checkers/refactoring/implicit_booleaness_checker.py:9:8 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/refactoring/implicit_booleaness_checker.py:10:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/refactoring/not_checker.py:5:8 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/refactoring/not_checker.py:6:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/refactoring/recommendation_checker.py:7:8 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/refactoring/recommendation_checker.py:8:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/refactoring/refactoring_checker.py:16:8 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/refactoring/refactoring_checker.py:17:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/refactoring/refactoring_checker.py:18:6 Cannot resolve imported module `astroid.util`
pylint unused-ignore-comment pylint/checkers/refactoring/refactoring_checker.py:172:61 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/refactoring/refactoring_checker.py:206:48 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/refactoring/refactoring_checker.py:573:56 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/refactoring/refactoring_checker.py:852:32 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/refactoring/refactoring_checker.py:932:35 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/refactoring/refactoring_checker.py:937:38 Unused blanket `type: ignore` directive
pylint unresolved-import pylint/checkers/spelling.py:14:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/spelling.py:23:12 Cannot resolve imported module `enchant`
pylint unresolved-import pylint/checkers/spelling.py:24:10 Cannot resolve imported module `enchant.tokenize`
pylint unused-ignore-comment pylint/checkers/spelling.py:38:25 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/spelling.py:41:23 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/spelling.py:44:28 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/spelling.py:47:20 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/spelling.py:51:21 Unused blanket `type: ignore` directive
pylint possibly-missing-attribute pylint/checkers/spelling.py:62:45 Attribute `ProviderDesc` may be missing on object of type `Unknown | None`
pylint possibly-missing-attribute pylint/checkers/spelling.py:63:12 Attribute `Broker` may be missing on object of type `Unknown | None`
pylint possibly-missing-attribute pylint/checkers/spelling.py:67:42 Attribute `ProviderDesc` may be missing on object of type `Unknown | None`
pylint possibly-missing-attribute pylint/checkers/spelling.py:73:42 Attribute `ProviderDesc` may be missing on object of type `Unknown | None`
pylint unused-ignore-comment pylint/checkers/spelling.py:90:39 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/spelling.py:97:38 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/spelling.py:107:29 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/spelling.py:145:38 Unused blanket `type: ignore` directive
pylint possibly-missing-attribute pylint/checkers/spelling.py:314:34 Attribute `DictWithPWL` may be missing on object of type `Unknown | None`
pylint possibly-missing-attribute pylint/checkers/spelling.py:318:34 Attribute `Dict` may be missing on object of type `Unknown | None`
pylint call-non-callable pylint/checkers/spelling.py:361:36 Object of type `Filter` is not callable
pylint possibly-missing-attribute pylint/checkers/spelling.py:385:20 Attribute `errors` may be missing on object of type `Unknown | None`
pylint unresolved-import pylint/checkers/stdlib.py:13:8 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/stdlib.py:14:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/stdlib.py:15:6 Cannot resolve imported module `astroid.typing`
pylint invalid-assignment pylint/checkers/stdlib.py:488:47 Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[Unknown | str, Unknown | tuple[int, int]]] | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
pylint unresolved-import pylint/checkers/strings.py:17:8 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/strings.py:18:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/strings.py:19:6 Cannot resolve imported module `astroid.typing`
pylint possibly-unresolved-reference pylint/checkers/strings.py:922:25 Name `_index` used when possibly not defined
pylint possibly-unresolved-reference pylint/checkers/strings.py:923:30 Name `_index` used when possibly not defined
pylint unresolved-import pylint/checkers/symilar.py:46:8 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/symilar.py:47:6 Cannot resolve imported module `astroid`
pylint invalid-argument-type pylint/checkers/symilar.py:366:41 Argument to function `decoding_stream` is incorrect: Expected `BufferedReader[_BufferedReaderStream] | BytesIO`, found `(TextIO & BufferedIOBase) | BufferedReader[_BufferedReaderStream] | BytesIO`
pylint unused-ignore-comment pylint/checkers/symilar.py:369:43 Unused blanket `type: ignore` directive
pylint unresolved-attribute pylint/checkers/symilar.py:385:21 Object of type `object` has no attribute `_is_one_message_enabled`
pylint unresolved-import pylint/checkers/threading_checker.py:9:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/typecheck.py:20:8 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/typecheck.py:21:8 Cannot resolve imported module `astroid.context`
pylint unresolved-import pylint/checkers/typecheck.py:22:8 Cannot resolve imported module `astroid.exceptions`
pylint unresolved-import pylint/checkers/typecheck.py:23:8 Cannot resolve imported module `astroid.helpers`
pylint unresolved-import pylint/checkers/typecheck.py:24:8 Cannot resolve imported module `astroid.interpreter`
pylint unresolved-import pylint/checkers/typecheck.py:25:8 Cannot resolve imported module `astroid.modutils`
pylint unresolved-import pylint/checkers/typecheck.py:26:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/typecheck.py:27:6 Cannot resolve imported module `astroid.nodes`
pylint unresolved-import pylint/checkers/typecheck.py:28:6 Cannot resolve imported module `astroid.typing`
pylint unused-ignore-comment pylint/checkers/typecheck.py:138:32 Unused blanket `type: ignore` directive
pylint invalid-assignment pylint/checkers/typecheck.py:220:43 Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
pylint unused-ignore-comment pylint/checkers/typecheck.py:1031:40 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/typecheck.py:1036:43 Unused blanket `type: ignore` directive
pylint unresolved-import pylint/checkers/unicode.py:26:6 Cannot resolve imported module `astroid`
pylint unsupported-operator pylint/checkers/unicode.py:171:12 Operator `not in` is not supported between two objects of type `_StrLike@_map_positions_to_result`
pylint invalid-argument-type pylint/checkers/unicode.py:175:39 Argument to bound method `endswith` is incorrect: Expected `str`, found `_StrLike@_map_positions_to_result`
pylint invalid-argument-type pylint/checkers/unicode.py:175:39 Argument to bound method `endswith` is incorrect: Expected `bytes`, found `_StrLike@_map_positions_to_result`
pylint invalid-argument-type pylint/checkers/unicode.py:175:53 Argument to bound method `endswith` is incorrect: Expected `str | tuple[str, ...]`, found `_StrLike@_map_positions_to_result`
pylint invalid-argument-type pylint/checkers/unicode.py:175:53 Argument to bound method `endswith` is incorrect: Expected `Buffer | tuple[Buffer, ...]`, found `_StrLike@_map_positions_to_result`
pylint invalid-argument-type pylint/checkers/unicode.py:181:15 Argument to bound method `find` is incorrect: Expected `str`, found `_StrLike@_map_positions_to_result`
pylint invalid-argument-type pylint/checkers/unicode.py:181:15 Argument to bound method `find` is incorrect: Expected `bytes`, found `_StrLike@_map_positions_to_result`
pylint invalid-argument-type pylint/checkers/unicode.py:181:25 Argument to bound method `find` is incorrect: Expected `str`, found `_StrLike@_map_positions_to_result`
pylint invalid-argument-type pylint/checkers/unicode.py:181:25 Argument to bound method `find` is incorrect: Expected `Buffer | SupportsIndex`, found `_StrLike@_map_positions_to_result`
pylint invalid-argument-type pylint/checkers/unicode.py:188:19 Argument to bound method `find` is incorrect: Expected `str`, found `_StrLike@_map_positions_to_result`
pylint invalid-argument-type pylint/checkers/unicode.py:188:19 Argument to bound method `find` is incorrect: Expected `bytes`, found `_StrLike@_map_positions_to_result`
pylint invalid-argument-type pylint/checkers/unicode.py:188:29 Argument to bound method `find` is incorrect: Expected `str`, found `_StrLike@_map_positions_to_result`
pylint invalid-argument-type pylint/checkers/unicode.py:188:29 Argument to bound method `find` is incorrect: Expected `Buffer | SupportsIndex`, found `_StrLike@_map_positions_to_result`
pylint invalid-argument-type pylint/checkers/unicode.py:414:17 Argument to function `_map_positions_to_result` is incorrect: Expected `dict[bytes | str, _BadChar]`, found `dict[bytes, _BadChar]`
pylint unresolved-import pylint/checkers/unsupported_version.py:13:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/utils.py:9:8 Cannot resolve imported module `_string`
pylint unresolved-import pylint/checkers/utils.py:21:8 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/utils.py:22:8 Cannot resolve imported module `astroid.exceptions`
pylint unresolved-import pylint/checkers/utils.py:23:8 Cannot resolve imported module `astroid.helpers`
pylint unresolved-import pylint/checkers/utils.py:24:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/utils.py:25:6 Cannot resolve imported module `astroid.context`
pylint unresolved-import pylint/checkers/utils.py:26:6 Cannot resolve imported module `astroid.exceptions`
pylint unresolved-import pylint/checkers/utils.py:27:6 Cannot resolve imported module `astroid.nodes._base_nodes`
pylint unresolved-import pylint/checkers/utils.py:28:6 Cannot resolve imported module `astroid.typing`
pylint unused-ignore-comment pylint/checkers/utils.py:288:53 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/utils.py:598:67 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/utils.py:802:44 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/utils.py:1443:62 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/utils.py:1445:60 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/utils.py:1471:40 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/utils.py:1605:25 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/utils.py:1704:39 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/utils.py:1745:64 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/utils.py:1778:66 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/utils.py:1785:39 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/utils.py:1821:57 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/utils.py:1953:30 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/utils.py:2099:51 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/utils.py:2278:51 Unused blanket `type: ignore` directive
pylint unresolved-import pylint/checkers/variables.py:19:8 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/variables.py:20:8 Cannot resolve imported module `astroid.exceptions`
pylint unresolved-import pylint/checkers/variables.py:21:8 Cannot resolve imported module `astroid.modutils`
pylint unresolved-import pylint/checkers/variables.py:22:6 Cannot resolve imported module `astroid`
pylint unresolved-import pylint/checkers/variables.py:38:10 Cannot resolve imported module `astroid.nodes`
pylint unresolved-import pylint/checkers/variables.py:39:10 Cannot resolve imported module `astroid.typing`
pylint unused-ignore-comment pylint/checkers/variables.py:172:51 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/variables.py:200:44 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/variables.py:206:47 Unused blanket `type: ignore` directive
pylint invalid-assignment pylint/checkers/variables.py:351:43 Object of type `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions] | tuple[str, str, str, dict[Unknown | str, Unknown | list[Unknown | tuple[str, str]]]]]` is not assignable to `dict[str, tuple[str, str, str] | tuple[str, str, str, ExtraMessageOptions]]`
pylint unused-ignore-comment pylint/checkers/variables.py:2199:52 Unused blanket `type: ignore` directive
pylint invalid-return-type pylint/checkers/variables.py:2577:13 Return type does not match returned value: expected `bool`, found `Unknown | None`
pylint unused-ignore-comment pylint/checkers/variables.py:2579:57 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/variables.py:3137:56 Unused blanket `type: ignore` directive
pylint unused-ignore-comment pylint/checkers/variables.py:3144:35 Unused blanket `type: ignore` directive
pylox invalid-argument-type pylox/ast_printer.py:10:43 Argument to bound method `accept` is incorrect: Expected `VisitorProtocol`, found `Self@_parenthesize`
pylox invalid-assignment pylox/builtins/py_builtins.py:21:5 Object of type `deque[Unknown]` is not assignable to attribute `fields` of type `dict[Unknown, Unknown]`
pylox possibly-missing-attribute pylox/containers/array.py:25:9 Attribute `append` may be missing on object of type `dict[Unknown, Unknown] | Unknown | deque[Unknown | None]`
pylox possibly-missing-attribute pylox/containers/array.py:38:9 Attribute `appendleft` may be missing on object of type `dict[Unknown, Unknown] | Unknown | deque[Unknown | None]`
pylox no-matching-overload pylox/containers/array.py:69:16 No overload of bound method `join` matches arguments
pylox no-matching-overload pylox/containers/array.py:83:20 No overload of bound method `pop` matches arguments
pylox possibly-missing-attribute pylox/containers/array.py:99:20 Attribute `popleft` may be missing on object of type `dict[Unknown, Unknown] | Unknown | deque[Unknown | None]`
pylox possibly-missing-attribute pylox/containers/array.py:114:9 Attribute `reverse` may be missing on object of type `dict[Unknown, Unknown] | Unknown | deque[Unknown | None]`
pylox invalid-assignment pylox/containers/array.py:132:9 Object of type `deque[Unknown]` is not assignable to attribute `fields` of type `dict[Unknown, Unknown]`
pylox invalid-assignment pylox/containers/array.py:145:9 Object of type `<class 'LoxArray'>` is not assignable to attribute `instance_of` of type `LoxClass`
pylox invalid-assignment pylox/containers/array.py:146:9 Object of type `deque[Unknown | None]` is not assignable to attribute `fields` of type `dict[Unknown, Unknown]`
pylox invalid-method-override pylox/containers/array.py:162:9 Invalid override of method `get`: Definition is incompatible with `LoxInstance.get`
pylox invalid-method-override pylox/containers/base.py:61:9 Invalid override of method `get`: Definition is incompatible with `LoxInstance.get`
pylox invalid-method-override pylox/containers/base.py:71:9 Invalid override of method `set`: Definition is incompatible with `LoxInstance.set`
pylox unused-ignore-comment pylox/environment.py:26:34 Unused blanket `type: ignore` directive
pylox invalid-return-type pylox/environment.py:28:16 Return type does not match returned value: expected `Environment`, found `Environment | None`
pylox unresolved-import pylox/interpreter.py:3:8 Cannot resolve imported module `rich`
pylox invalid-argument-type pylox/interpreter.py:113:28 Argument to bound method `accept` is incorrect: Expected `VisitorProtocol`, found `Self@_evaluate`
pylox invalid-argument-type pylox/interpreter.py:113:28 Argument to bound method `accept` is incorrect: Expected `VisitorProtocol`, found `Self@_evaluate`
pylox possibly-missing-attribute pylox/interpreter.py:127:20 Attribute `get_at` may be missing on object of type `Unknown | Environment | None`
pylox possibly-missing-attribute pylox/interpreter.py:142:9 Attribute `define` may be missing on object of type `Unknown | Environment | None`
pylox invalid-argument-type pylox/interpreter.py:152:25 Argument is incorrect: Expected `Environment`, found `Unknown | Environment | None`
pylox possibly-missing-attribute pylox/interpreter.py:160:33 Attribute `enclosing` may be missing on object of type `Unknown | Environment | None`
pylox possibly-missing-attribute pylox/interpreter.py:162:9 Attribute `assign` may be missing on object of type `Unknown | Environment | None`
pylox invalid-argument-type pylox/interpreter.py:168:38 Argument is incorrect: Expected `Environment`, found `Unknown | Environment | None`
pylox possibly-missing-attribute pylox/interpreter.py:169:9 Attribute `define` may be missing on object of type `Unknown | Environment | None`
pylox possibly-missing-attribute pylox/interpreter.py:184:9 Attribute `define` may be missing on object of type `Unknown | Environment | None`
pylox possibly-missing-attribute pylox/interpreter.py:252:13 Attribute `assign_at` may be missing on object of type `Unknown | Environment | None`
pylox possibly-missing-attribute pylox/interpreter.py:359:32 Attribute `get_at` may be missing on object of type `Unknown | Environment | None`
pylox possibly-missing-attribute pylox/interpreter.py:363:32 Attribute `get_at` may be missing on object of type `Unknown | Environment | None`
pylox unresolved-import pylox/lox.py:5:8 Cannot resolve imported module `typer`
pylox unresolved-import pylox/lox.py:6:6 Cannot resolve imported module `rich`
pylox unresolved-import pylox/lox.py:7:6 Cannot resolve imported module `rich.prompt`
pylox invalid-return-type pylox/parser.py:468:16 Return type does not match returned value: expected `Binary`, found `Expr`
pylox invalid-return-type pylox/parser.py:584:27 Function can implicitly return `None`, which is not assignable to return type `Expr`
pylox invalid-argument-type pylox/resolver.py:63:21 Argument to bound method `accept` is incorrect: Expected `VisitorProtocol`, found `Self@_resolve_one`
pylox invalid-argument-type pylox/resolver.py:63:21 Argument to bound method `accept` is incorrect: Expected `VisitorProtocol`, found `Self@_resolve_one`
pylox unresolved-import tests/expressions/test_evaluate.py:2:8 Cannot resolve imported module `pytest_check`
pylox unresolved-import tests/expressions/test_parse.py:2:8 Cannot resolve imported module `pytest_check`
pylox unresolved-import tests/scanning/test_identifiers.py:4:8 Cannot resolve imported module `pytest_check`
pylox unresolved-import tests/scanning/test_keywords.py:4:8 Cannot resolve imported module `pytest_check`
pylox unresolved-import tests/scanning/test_numbers.py:3:8 Cannot resolve imported module `pytest_check`
pylox unresolved-import tests/scanning/test_punctuators.py:4:8 Cannot resolve imported module `pytest_check`
pylox unresolved-import tests/scanning/test_strings.py:3:8 Cannot resolve imported module `pytest_check`
pylox unresolved-import tests/scanning/test_whitespace.py:3:8 Cannot resolve imported module `pytest_check`
pylox unresolved-import tool/generate_ast.py:5:8 Cannot resolve imported module `typer`
pylox unresolved-import tool/generate_ast.py:6:6 Cannot resolve imported module `rich`
pylox unresolved-import tool/generate_tests.py:4:8 Cannot resolve imported module `typer`
pylox unresolved-import tool/generate_tests.py:5:6 Cannot resolve imported module `rich`
hydpy unresolved-import hydpy/auxs/armatools.py:21:10 Cannot resolve imported module `matplotlib`
hydpy possibly-missing-attribute hydpy/auxs/armatools.py:257:19 Attribute `moment1` may be missing on object of type `Unknown | None`
hydpy call-non-callable hydpy/auxs/armatools.py:269:29 Object of type `None` is not callable
hydpy possibly-unresolved-reference hydpy/auxs/armatools.py:272:51 Name `m` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/auxs/armatools.py:272:66 Name `m` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/auxs/armatools.py:272:69 Name `m` used when possibly not defined
hydpy call-non-callable hydpy/auxs/armatools.py:273:34 Object of type `None` is not callable
hydpy possibly-unresolved-reference hydpy/auxs/armatools.py:274:47 Name `m` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/auxs/armatools.py:274:55 Name `m` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/auxs/armatools.py:274:60 Name `m` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/auxs/armatools.py:274:64 Name `m` used when possibly not defined
hydpy possibly-missing-attribute hydpy/auxs/armatools.py:733:43 Attribute `order` may be missing on object of type `Unknown | None`
hydpy possibly-missing-attribute hydpy/auxs/armatools.py:733:59 Attribute `turningpoint` may be missing on object of type `Unknown | None`
hydpy possibly-missing-attribute hydpy/auxs/armatools.py:747:13 Attribute `order` may be missing on object of type `Unknown | None`
hydpy possibly-unresolved-reference hydpy/auxs/armatools.py:750:38 Name `max_ar_order` used when possibly not defined
hydpy invalid-argument-type hydpy/auxs/armatools.py:751:50 Argument to bound method `calc_all_ar_coefs` is incorrect: Expected `MA`, found `Unknown | None`
hydpy invalid-context-manager hydpy/auxs/armatools.py:755:22 Object of type `Unknown | OptionContextInt` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy possibly-missing-attribute hydpy/auxs/armatools.py:769:32 Attribute `moments` may be missing on object of type `Unknown | None`
hydpy possibly-missing-attribute hydpy/auxs/armatools.py:841:29 Attribute `coefs` may be missing on object of type `Unknown | None`
hydpy possibly-missing-attribute hydpy/auxs/armatools.py:841:55 Attribute `coefs` may be missing on object of type `Unknown | None`
hydpy possibly-missing-attribute hydpy/auxs/armatools.py:844:38 Attribute `order` may be missing on object of type `Unknown | None`
hydpy invalid-context-manager hydpy/auxs/armatools.py:849:22 Object of type `Unknown | OptionContextInt` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy possibly-missing-attribute hydpy/auxs/armatools.py:855:52 Attribute `order` may be missing on object of type `Unknown | None`
hydpy possibly-missing-attribute hydpy/auxs/armatools.py:889:30 Attribute `delays` may be missing on object of type `Unknown | None`
hydpy possibly-missing-attribute hydpy/auxs/armatools.py:905:22 Attribute `delays` may be missing on object of type `Unknown | None`
hydpy possibly-missing-attribute hydpy/auxs/armatools.py:916:19 Attribute `delays` may be missing on object of type `Unknown | None`
hydpy possibly-missing-attribute hydpy/auxs/armatools.py:925:22 Attribute `delays` may be missing on object of type `Unknown | None`
hydpy unresolved-import hydpy/auxs/calibtools.py:18:8 Cannot resolve imported module `black`
hydpy invalid-context-manager hydpy/auxs/calibtools.py:717:14 Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/auxs/calibtools.py:822:14 Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/auxs/calibtools.py:916:14 Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-argument-type hydpy/auxs/calibtools.py:982:25 Argument to function `log` is incorrect: Expected `SupportsFloat | SupportsIndex`, found `Unknown | int | float | property`
hydpy invalid-context-manager hydpy/auxs/calibtools.py:1086:14 Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/auxs/calibtools.py:1180:14 Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-argument-type hydpy/auxs/calibtools.py:3442:30 Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[str] | None`
hydpy invalid-argument-type hydpy/auxs/calibtools.py:3444:13 Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[str] | None`
hydpy invalid-argument-type hydpy/auxs/calibtools.py:3446:16 Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[int | float] | None`
hydpy invalid-argument-type hydpy/auxs/calibtools.py:3447:16 Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[int | float] | None`
hydpy invalid-argument-type hydpy/auxs/calibtools.py:3448:16 Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[int | float] | None`
hydpy invalid-argument-type hydpy/auxs/calibtools.py:3449:16 Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[str | None] | None`
hydpy invalid-argument-type hydpy/auxs/calibtools.py:3471:41 Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Sequence[int | float] | None`
hydpy invalid-argument-type hydpy/auxs/calibtools.py:3472:41 Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Sequence[int | float] | None`
hydpy invalid-argument-type hydpy/auxs/calibtools.py:3473:41 Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Sequence[int | float] | None`
hydpy invalid-argument-type hydpy/auxs/calibtools.py:3474:43 Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Sequence[str | None] | None`
hydpy invalid-assignment hydpy/auxs/calibtools.py:3475:26 Object of type `tuple[object, ...]` is not assignable to `timedelta | Sequence[timedelta | str | Period | None] | Period | None`
hydpy invalid-argument-type hydpy/auxs/calibtools.py:3492:9 Argument to function `__new__` is incorrect: Expected `Iterable[Any]`, found `Sequence[str] | None`
hydpy invalid-argument-type hydpy/auxs/calibtools.py:3494:9 Argument to function `__new__` is incorrect: Expected `Iterable[Any]`, found `Sequence[int | float] | None | Unknown`
hydpy invalid-argument-type hydpy/auxs/calibtools.py:3495:9 Argument to function `__new__` is incorrect: Expected `Iterable[Any]`, found `Sequence[int | float] | None | Unknown`
hydpy invalid-argument-type hydpy/auxs/calibtools.py:3496:9 Argument to function `__new__` is incorrect: Expected `Iterable[Any]`, found `Sequence[int | float] | None | Unknown`
hydpy invalid-argument-type hydpy/auxs/calibtools.py:3497:9 Argument to function `__new__` is incorrect: Expected `Iterable[Any]`, found `Sequence[str | None] | None | Unknown`
hydpy invalid-argument-type hydpy/auxs/calibtools.py:3498:9 Argument to function `__new__` is incorrect: Expected `Iterable[Any]`, found `timedelta | Sequence[timedelta | str | Period | None] | Period | None`
hydpy unresolved-import hydpy/auxs/interptools.py:35:10 Cannot resolve imported module `matplotlib`
hydpy possibly-unresolved-reference hydpy/auxs/interptools.py:1008:16 Name `figure` used when possibly not defined
hydpy unresolved-import hydpy/auxs/iuhtools.py:28:10 Cannot resolve imported module `matplotlib`
hydpy invalid-method-override hydpy/auxs/networktools.py:184:9 Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
hydpy invalid-method-override hydpy/auxs/networktools.py:364:9 Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
hydpy no-matching-overload hydpy/auxs/ppolytools.py:423:32 No overload of bound method `__init__` matches arguments
hydpy unused-ignore-comment hydpy/auxs/statstools.py:281:56 Unused blanket `type: ignore` directive
hydpy unresolved-attribute hydpy/auxs/statstools.py:285:44 Object of type `Index[Any]` has no attribute `month`
hydpy invalid-argument-type hydpy/auxs/statstools.py:298:19 Argument is incorrect: Expected `ndarray[tuple[Any, ...], dtype[float64]]`, found `Series[Any]`
hydpy invalid-argument-type hydpy/auxs/statstools.py:298:50 Argument is incorrect: Expected `ndarray[tuple[Any, ...], dtype[float64]]`, found `Series[Any]`
hydpy invalid-argument-type hydpy/auxs/statstools.py:2309:56 Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | (Collection[int | float] & ~float)`
hydpy unresolved-import hydpy/core/aliastools.py:13:8 Cannot resolve imported module `black`
hydpy unresolved-attribute hydpy/core/autodoctools.py:276:31 Module `hydpy` has no member `substituter`
hydpy unresolved-import hydpy/core/autodoctools.py:1092:12 Cannot resolve imported module `matplotlib`
hydpy unresolved-import hydpy/core/autodoctools.py:1093:10 Cannot resolve imported module `matplotlib`
hydpy unresolved-import hydpy/core/autodoctools.py:1094:10 Cannot resolve imported module `matplotlib`
hydpy invalid-context-manager hydpy/core/auxfiletools.py:308:22 Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/auxfiletools.py:308:60 Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy possibly-missing-attribute hydpy/core/auxfiletools.py:751:25 Attribute `__name__` may be missing on object of type `type[Parameter] | None`
hydpy possibly-missing-attribute hydpy/core/auxfiletools.py:755:21 Attribute `__name__` may be missing on object of type `type[Parameter] | None`
hydpy invalid-return-type hydpy/core/auxfiletools.py:1123:24 Return type does not match returned value: expected `tuple[Parameter | KeywordArguments[Unknown], ...]`, found `tuple[Parameter | KeywordArguments[Unknown] | Buffer, ...]`
hydpy unresolved-import hydpy/core/devicetools.py:86:8 Cannot resolve imported module `inflect`
hydpy unresolved-import hydpy/core/devicetools.py:103:10 Cannot resolve imported module `matplotlib`
hydpy invalid-method-override hydpy/core/devicetools.py:224:9 Invalid override of method `add`: Definition is incompatible with `MutableSet.add`
hydpy invalid-context-manager hydpy/core/devicetools.py:253:14 Object of type `_PreserveStrings` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy unused-ignore-comment hydpy/core/devicetools.py:1051:40 Unused blanket `type: ignore` directive
hydpy invalid-context-manager hydpy/core/devicetools.py:1144:14 Object of type `_PreserveStrings` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/devicetools.py:1146:18 Object of type `Unknown | _OptionContextEllipsis` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy unused-ignore-comment hydpy/core/devicetools.py:1198:38 Unused blanket `type: ignore` directive
hydpy type-assertion-failure hydpy/core/devicetools.py:2401:9 Type `Literal["inlets", "outlets", "observers", "receivers", "senders", "inputs", "outputs"]` is not equivalent to `Never`
hydpy invalid-return-type hydpy/core/devicetools.py:2541:20 Return type does not match returned value: expected `tuple[t@_make_tuple | None, t@_make_tuple | None]`, found `tuple[None | str | int, None | str | int]`
hydpy no-matching-overload hydpy/core/devicetools.py:2631:17 No overload matches arguments
hydpy invalid-return-type hydpy/core/devicetools.py:2724:20 Return type does not match returned value: expected `tuple[t@_make_tuple | None, t@_make_tuple | None]`, found `tuple[None | str | int, None | str | int]`
hydpy unused-ignore-comment hydpy/core/devicetools.py:2804:47 Unused blanket `type: ignore` directive
hydpy invalid-context-manager hydpy/core/devicetools.py:2876:18 Object of type `_PreserveStrings` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/devicetools.py:2877:22 Object of type `_AlwaysBracketed` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/devicetools.py:3437:18 Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-return-type hydpy/core/devicetools.py:3647:24 Return type does not match returned value: expected `tuple[T@_prepare_tuple | None, ...]`, found `(T@_prepare_tuple & tuple[object, ...]) | tuple[T@_prepare_tuple, ...]`
hydpy no-matching-overload hydpy/core/devicetools.py:3690:17 No overload matches arguments
hydpy no-matching-overload hydpy/core/devicetools.py:3694:31 No overload matches arguments
hydpy no-matching-overload hydpy/core/devicetools.py:3699:21 No overload matches arguments
hydpy invalid-context-manager hydpy/core/devicetools.py:3935:14 Object of type `_PreserveStrings` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/devicetools.py:3936:18 Object of type `_AlwaysBracketed` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-return-type hydpy/core/filetools.py:212:16 Return type does not match returned value: expected `str`, found `str | None`
hydpy invalid-context-manager hydpy/core/filetools.py:997:14 Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy unused-ignore-comment hydpy/core/filetools.py:1709:34 Unused blanket `type: ignore` directive
hydpy invalid-argument-type hydpy/core/filetools.py:1710:35 Argument to function `loadtxt` is incorrect: Expected `Literal[0, 1, 2]`, found `int`
hydpy invalid-context-manager hydpy/core/hydpytools.py:1008:14 Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy unused-ignore-comment hydpy/core/hydpytools.py:2415:36 Unused blanket `type: ignore` directive
hydpy invalid-argument-type hydpy/core/hydpytools.py:2628:55 Argument to bound method `__call__` is incorrect: Expected `(...)`, found `DiGraph[Unknown]`
hydpy type-assertion-failure hydpy/core/hydpytools.py:2723:17 Type `Unknown & ~Literal["oldsim"] & ~Literal["obs_oldsim"] & ~Literal["oldsim_bi"] & ~Literal["obs_oldsim_bi"] & ~Literal["newsim_update"] & ~Literal["obs_newsim_update"] & ~Literal["newsim"] & ~Literal["obs"] & ~Literal["obs_newsim"] & ~Literal["obs_bi"]` is not equivalent to `Never`
hydpy type-assertion-failure hydpy/core/hydpytools.py:2767:17 Type `Unknown & ~Literal["obs_newsim"] & ~Literal["obs_oldsim"] & ~Literal["obs_oldsim_bi"] & ~Literal["obs_newsim_update"] & ~Literal["newsim"] & ~Literal["oldsim"] & ~Literal["obs"] & ~Literal["oldsim_bi"] & ~Literal["obs_bi"] & ~Literal["newsim_update"]` is not equivalent to `Never`
hydpy unresolved-attribute hydpy/core/importtools.py:356:36 Object of type `(...) -> None` has no attribute `__name__`
hydpy no-matching-overload hydpy/core/importtools.py:412:16 No overload of bound method `__init__` matches arguments
hydpy unresolved-attribute hydpy/core/importtools.py:679:39 Object of type `(Never, Never, /) -> None` has no attribute `__name__`
hydpy invalid-method-override hydpy/core/importtools.py:717:9 Invalid override of method `__set_name__`: Definition is incompatible with `_DoctestAdder.__set_name__`
hydpy invalid-argument-type hydpy/core/importtools.py:796:21 Argument to bound method `update` is incorrect: Expected `SubmodelAdder[Literal[0], TM_contra@SubmodelAdder, TI_contra@SubmodelAdder]`, found `Self@__call__`
hydpy invalid-argument-type hydpy/core/importtools.py:799:21 Argument to bound method `update` is incorrect: Expected `SubmodelAdder[Literal[1], TM_contra@SubmodelAdder, TI_contra@SubmodelAdder]`, found `Self@__call__`
hydpy type-assertion-failure hydpy/core/importtools.py:801:21 Type `Unknown & ~Literal[0] & ~Literal[1]` is not equivalent to `Never`
hydpy possibly-unresolved-reference hydpy/core/importtools.py:805:35 Name `frame2` used when possibly not defined
hydpy type-assertion-failure hydpy/core/importtools.py:898:13 Type `Unknown & ~Literal[0] & ~Literal[1]` is not equivalent to `Never`
hydpy no-matching-overload hydpy/core/importtools.py:949:13 No overload of bound method `get_wrapped` matches arguments
hydpy no-matching-overload hydpy/core/importtools.py:952:13 No overload of bound method `get_wrapped` matches arguments
hydpy type-assertion-failure hydpy/core/importtools.py:954:13 Type `Unknown & ~Literal[0] & ~Literal[1]` is not equivalent to `Never`
hydpy unresolved-attribute hydpy/core/importtools.py:1075:39 Object of type `(...) -> None` has no attribute `__name__`
hydpy unresolved-attribute hydpy/core/indextools.py:27:16 Object of type `(Date, /) -> int | float` has no attribute `__name__`
hydpy invalid-context-manager hydpy/core/indextools.py:199:14 Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy possibly-unresolved-reference hydpy/core/itemtools.py:182:39 Name `variable` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/core/itemtools.py:183:28 Name `variable` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/core/itemtools.py:491:21 Name `shape` used when possibly not defined
hydpy invalid-return-type hydpy/core/masktools.py:43:16 Return type does not match returned value: expected `Self@array2mask`, found `ndarray[tuple[Any, ...], Unknown]`
hydpy invalid-method-override hydpy/core/masktools.py:105:9 Invalid override of method `__contains__`: Definition is incompatible with `ndarray.__contains__`
hydpy unused-ignore-comment hydpy/core/masktools.py:107:70 Unused blanket `type: ignore` directive
hydpy invalid-assignment hydpy/core/modeltools.py:292:9 Cannot assign to final attribute `optional` on type `Self@__init__`
hydpy invalid-assignment hydpy/core/modeltools.py:293:9 Cannot assign to final attribute `sidemodel` on type `Self@__init__`
hydpy unused-ignore-comment hydpy/core/modeltools.py:858:24 Unused blanket `type: ignore` directive
hydpy unused-ignore-comment hydpy/core/modeltools.py:910:24 Unused blanket `type: ignore` directive
hydpy invalid-context-manager hydpy/core/modeltools.py:1842:14 Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/modeltools.py:1863:14 Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/modeltools.py:1863:49 Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-argument-type hydpy/core/modeltools.py:2025:53 Argument to bound method `get` is incorrect: Expected `type[Model]`, found `type`
hydpy unresolved-attribute hydpy/core/modeltools.py:2066:45 Object of type `(Never, Never, /) -> None` has no attribute `__name__`
hydpy possibly-unresolved-reference hydpy/core/modeltools.py:2223:25 Name `frame3` used when possibly not defined
hydpy invalid-context-manager hydpy/core/modeltools.py:2394:22 Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy not-iterable hydpy/core/modeltools.py:2712:27 Object of type `object` is not iterable
hydpy type-assertion-failure hydpy/core/modeltools.py:3166:25 Type `Unknown & ~Literal[0] & ~Literal[1]` is not equivalent to `Never`
hydpy invalid-method-override hydpy/core/modeltools.py:3199:9 Invalid override of method `__setattr__`: Definition is incompatible with `object.__setattr__`
hydpy unresolved-import hydpy/core/netcdftools.py:252:8 Cannot resolve imported module `netCDF4`
hydpy possibly-unresolved-reference hydpy/core/netcdftools.py:667:35 Name `bytes_` used when possibly not defined
hydpy invalid-context-manager hydpy/core/netcdftools.py:980:10 Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/netcdftools.py:1898:26 Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/netcdftools.py:1902:26 Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/netcdftools.py:1906:26 Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/netcdftools.py:2785:18 Object of type `Unknown | OptionContextStr[Literal["npy", "asc", "nc"]]` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy unresolved-import hydpy/core/objecttools.py:18:8 Cannot resolve imported module `black`
hydpy unresolved-import hydpy/core/objecttools.py:20:8 Cannot resolve imported module `wrapt`
hydpy unused-ignore-comment hydpy/core/objecttools.py:347:38 Unused blanket `type: ignore` directive
hydpy invalid-return-type hydpy/core/objecttools.py:474:12 Return type does not match returned value: expected `((**P@excmessage_decorator) -> T@excmessage_decorator, /) -> (**P@excmessage_decorator) -> T@excmessage_decorator`, found `(TypeVar, /) -> TypeVar`
hydpy invalid-context-manager hydpy/core/objecttools.py:612:10 Object of type `ResetAttrFuncs` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/objecttools.py:621:10 Object of type `ResetAttrFuncs` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy no-matching-overload hydpy/core/objecttools.py:749:21 No overload of bound method `item` matches arguments
hydpy invalid-argument-type hydpy/core/objecttools.py:763:28 Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(~str & ~Real) | (Integral & ~str) | (Unknown & ~Real) | (Unknown & Integral) | float`
hydpy invalid-context-manager hydpy/core/objecttools.py:1647:10 Object of type `Unknown | OptionContextInt` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy no-matching-overload hydpy/core/objecttools.py:1649:28 No overload of bound method `item` matches arguments
hydpy invalid-argument-type hydpy/core/objecttools.py:1653:34 Argument to function `repr_values` is incorrect: Expected `Sequence[object] | ndarray[tuple[Any, ...], dtype[generic[Any]]]`, found `(ndarray[tuple[object, ...], dtype[object]] & ~str) | (Sequence[object] & ~str)`
hydpy unused-ignore-comment hydpy/core/objecttools.py:1743:23 Unused blanket `type: ignore` directive
hydpy invalid-context-manager hydpy/core/objecttools.py:1922:10 Object of type `_PreserveStrings` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-argument-type hydpy/core/optiontools.py:489:51 Argument is incorrect: Expected `Period`, found `timedelta | str | Period`
hydpy invalid-argument-type hydpy/core/optiontools.py:495:55 Argument is incorrect: Expected `Period`, found `timedelta | str | Period`
hydpy possibly-missing-attribute hydpy/core/parametertools.py:121:17 Attribute `f_back` may be missing on object of type `FrameType | None`
hydpy possibly-missing-attribute hydpy/core/parametertools.py:122:28 Attribute `f_locals` may be missing on object of type `FrameType | None`
hydpy possibly-unresolved-reference hydpy/core/parametertools.py:137:45 Name `frame` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/core/parametertools.py:139:31 Name `frame` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/core/parametertools.py:143:38 Name `frame` used when possibly not defined
hydpy unsupported-operator hydpy/core/parametertools.py:965:20 Operator `not in` is not supported between objects of type `tuple[str, T@KeywordArguments]` and `Top[KeywordArguments[Unknown]]`
hydpy possibly-unresolved-reference hydpy/core/parametertools.py:1299:19 Name `frame` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/core/parametertools.py:1300:29 Name `frame` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/core/parametertools.py:1305:29 Name `frame` used when possibly not defined
hydpy invalid-context-manager hydpy/core/parametertools.py:1418:18 Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy possibly-unresolved-reference hydpy/core/parametertools.py:1488:26 Name `parameterstep` used when possibly not defined
hydpy unsupported-operator hydpy/core/parametertools.py:1540:20 Operator `*` is not supported between objects of type `ArrayFloat@apply_timefactor` and `int | float`
hydpy unsupported-operator hydpy/core/parametertools.py:1542:20 Operator `/` is not supported between objects of type `ArrayFloat@apply_timefactor` and `int | float`
hydpy unsupported-operator hydpy/core/parametertools.py:1569:20 Operator `/` is not supported between objects of type `ArrayFloat@revert_timefactor` and `int | float`
hydpy unsupported-operator hydpy/core/parametertools.py:1571:20 Operator `*` is not supported between objects of type `ArrayFloat@revert_timefactor` and `int | float`
hydpy invalid-context-manager hydpy/core/parametertools.py:1580:18 Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy possibly-unresolved-reference hydpy/core/parametertools.py:2469:32 Name `constants` used when possibly not defined
hydpy unresolved-attribute hydpy/core/parametertools.py:2679:9 Cannot assign object of type `list[Unknown]` to attribute `_toy2values_unprotected` on type `Self@__init__` with custom `__setattr__` method.
hydpy unresolved-attribute hydpy/core/parametertools.py:2696:13 Cannot assign object of type `tuple[Literal[-1]]` to attribute `shape` on type `Self@__call__` with custom `__setattr__` method.
hydpy unresolved-attribute hydpy/core/parametertools.py:2703:13 Cannot assign object of type `list[Unknown | tuple[TOY, Unknown]]` to attribute `_toy2values_unprotected` on type `Self@__call__` with custom `__setattr__` method.
hydpy unresolved-attribute hydpy/core/parametertools.py:2706:13 Cannot assign object of type `list[Unknown]` to attribute `_toy2values_unprotected` on type `Self@__call__` with custom `__setattr__` method.
hydpy non-subscriptable hydpy/core/parametertools.py:3418:55 Cannot subscript object of type `int` with no `__getitem__` method
hydpy non-subscriptable hydpy/core/parametertools.py:3418:55 Cannot subscript object of type `float` with no `__getitem__` method
hydpy invalid-argument-type hydpy/core/parametertools.py:3423:56 Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | float`
hydpy non-subscriptable hydpy/core/parametertools.py:3901:45 Cannot subscript object of type `int` with no `__getitem__` method
hydpy non-subscriptable hydpy/core/parametertools.py:3901:45 Cannot subscript object of type `float` with no `__getitem__` method
hydpy invalid-context-manager hydpy/core/parametertools.py:4120:18 Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/parametertools.py:4152:14 Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/parametertools.py:4431:14 Object of type `Unknown | _OptionContextEllipsis` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy call-non-callable hydpy/core/parametertools.py:4790:13 Object of type `None` is not callable
hydpy unused-ignore-comment hydpy/core/parametertools.py:4798:44 Unused blanket `type: ignore` directive
hydpy unresolved-attribute hydpy/core/parametertools.py:4809:26 Object of type `(((Model, /) -> None) & ~FunctionType) | None` has no attribute `get_sourcecode`
hydpy unresolved-attribute hydpy/core/parametertools.py:4810:28 Object of type `(((Model, /) -> None) & ~FunctionType) | None` has no attribute `get_name`
hydpy no-matching-overload hydpy/core/pubtools.py:163:25 No overload of bound method `__init__` matches arguments
hydpy unresolved-import hydpy/core/selectiontools.py:13:8 Cannot resolve imported module `black`
hydpy invalid-context-manager hydpy/core/selectiontools.py:560:14 Object of type `_PreserveStrings` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/selectiontools.py:562:18 Object of type `Unknown | _OptionContextEllipsis` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-return-type hydpy/core/selectiontools.py:715:20 Return type does not match returned value: expected `TypeNodeElement@_check_device`, found `Node`
hydpy invalid-return-type hydpy/core/selectiontools.py:717:20 Return type does not match returned value: expected `TypeNodeElement@_check_device`, found `Element`
hydpy invalid-argument-type hydpy/core/selectiontools.py:828:42 Argument to bound method `__call__` is incorrect: Expected `(...)`, found `DiGraph[Unknown]`
hydpy invalid-argument-type hydpy/core/selectiontools.py:828:49 Argument to bound method `__call__` is incorrect: Expected `(...)`, found `Node | Element`
hydpy invalid-argument-type hydpy/core/selectiontools.py:980:44 Argument to bound method `__call__` is incorrect: Expected `(...)`, found `DiGraph[Unknown]`
hydpy invalid-argument-type hydpy/core/selectiontools.py:980:51 Argument to bound method `__call__` is incorrect: Expected `(...)`, found `Node | Element`
hydpy unused-ignore-comment hydpy/core/selectiontools.py:1519:50 Unused blanket `type: ignore` directive
hydpy unused-ignore-comment hydpy/core/selectiontools.py:1523:50 Unused blanket `type: ignore` directive
hydpy invalid-context-manager hydpy/core/selectiontools.py:1555:14 Object of type `_PreserveStrings` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/selectiontools.py:1557:18 Object of type `Unknown | _OptionContextEllipsis` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/selectiontools.py:1558:22 Object of type `_AlwaysBracketed` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy unresolved-attribute hydpy/core/sequencetools.py:393:9 Unresolved attribute `aggregation` on type `ndarray[tuple[Any, ...], Unknown]`.
hydpy invalid-return-type hydpy/core/sequencetools.py:394:16 Return type does not match returned value: expected `InfoArray`, found `ndarray[tuple[Any, ...], Unknown]`
hydpy invalid-context-manager hydpy/core/sequencetools.py:824:14 Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-return-type hydpy/core/sequencetools.py:2146:16 Return type does not match returned value: expected `InfoArray`, found `Unknown | ndarray[tuple[Any, ...], dtype[float64]]`
hydpy invalid-return-type hydpy/core/sequencetools.py:2180:16 Return type does not match returned value: expected `InfoArray`, found `Unknown | ndarray[tuple[Any, ...], dtype[float64]]`
hydpy invalid-context-manager hydpy/core/sequencetools.py:2562:14 Object of type `Unknown | OptionContextStr[Literal["none", "mean"]]` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy possibly-missing-attribute hydpy/core/seriestools.py:321:17 Attribute `__name__` may be missing on object of type `Any | (((ndarray[tuple[Any, ...], dtype[float64]], /) -> int | float) & ~str)`
hydpy possibly-unresolved-reference hydpy/core/seriestools.py:339:32 Name `jdx0` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/core/seriestools.py:339:37 Name `jdx1` used when possibly not defined
hydpy unresolved-import hydpy/core/testtools.py:54:12 Cannot resolve imported module `matplotlib`
hydpy unresolved-import hydpy/core/testtools.py:55:10 Cannot resolve imported module `matplotlib`
hydpy unresolved-import hydpy/core/testtools.py:57:12 Cannot resolve imported module `plotly`
hydpy unresolved-import hydpy/core/testtools.py:58:10 Cannot resolve imported module `plotly`
hydpy invalid-context-manager hydpy/core/testtools.py:318:17 Object of type `StdOutErr` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/testtools.py:319:17 Object of type `Unknown | _OptionContextEllipsis` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/testtools.py:320:17 Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/testtools.py:321:17 Object of type `Unknown | OptionContextInt` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/testtools.py:322:17 Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/testtools.py:323:17 Object of type `Unknown | OptionContextInt` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/testtools.py:324:17 Object of type `Unknown | OptionContextInt` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/testtools.py:325:17 Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/testtools.py:326:17 Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/testtools.py:327:17 Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/testtools.py:328:17 Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/testtools.py:329:17 Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/testtools.py:766:18 Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/testtools.py:792:14 Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy unused-ignore-comment hydpy/core/testtools.py:847:53 Unused blanket `type: ignore` directive
hydpy unused-ignore-comment hydpy/core/testtools.py:850:53 Unused blanket `type: ignore` directive
hydpy invalid-assignment hydpy/core/testtools.py:1216:9 Implicit shadowing of function `open`
hydpy invalid-context-manager hydpy/core/testtools.py:1346:14 Object of type `Self@clear` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-return-type hydpy/core/testtools.py:1378:12 Return type does not match returned value: expected `type[T@make_abc_testable]`, found `type`
hydpy invalid-assignment hydpy/core/testtools.py:1430:9 Implicit shadowing of class `datetime`
hydpy invalid-context-manager hydpy/core/testtools.py:2318:10 Object of type `TestIO` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/testtools.py:2361:10 Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/testtools.py:2484:10 Object of type `TestIO` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/testtools.py:2570:10 Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/testtools.py:2594:14 Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/testtools.py:2709:10 Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/testtools.py:2726:14 Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/testtools.py:2741:10 Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy unresolved-import hydpy/core/testtools.py:2923:23 Module `hydpy` has no member `aliases`
hydpy invalid-context-manager hydpy/core/testtools.py:2928:10 Object of type `Unknown | OptionContextBool` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/testtools.py:2994:14 Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-context-manager hydpy/core/testtools.py:3012:14 Object of type `Unknown | OptionContextPeriod` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy invalid-argument-type hydpy/core/threadingtools.py:127:56 Argument to bound method `__call__` is incorrect: Expected `(...)`, found `DiGraph[Unknown]`
hydpy invalid-argument-type hydpy/core/threadingtools.py:127:63 Argument to bound method `__call__` is incorrect: Expected `(...)`, found `Element`
hydpy invalid-argument-type hydpy/core/threadingtools.py:247:59 Argument to bound method `__call__` is incorrect: Expected `(...)`, found `DiGraph[Unknown]`
hydpy invalid-argument-type hydpy/core/threadingtools.py:247:66 Argument to bound method `__call__` is incorrect: Expected `(...)`, found `Element`
hydpy invalid-argument-type hydpy/core/threadingtools.py:259:63 Argument to bound method `__call__` is incorrect: Expected `(...)`, found `DiGraph[Unknown]`
hydpy invalid-argument-type hydpy/core/threadingtools.py:259:70 Argument to bound method `__call__` is incorrect: Expected `(...)`, found `Node`
hydpy invalid-assignment hydpy/core/threadingtools.py:261:21 Invalid subscript assignment with key of type `Node` and value of type `list[Element]` on object of type `dict[Node | Element, list[Node | Element]]`
hydpy invalid-context-manager hydpy/core/threadingtools.py:576:14 Object of type `Unknown | OptionContextInt` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy unused-ignore-comment hydpy/core/timetools.py:985:20 Unused blanket `type: ignore` directive
hydpy unused-ignore-comment hydpy/core/timetools.py:1617:20 Unused blanket `type: ignore` directive
hydpy unused-ignore-comment hydpy/core/timetools.py:1630:20 Unused blanket `type: ignore` directive
hydpy unused-ignore-comment hydpy/core/timetools.py:1639:20 Unused blanket `type: ignore` directive
hydpy unused-ignore-comment hydpy/core/timetools.py:1706:24 Unused blanket `type: ignore` directive
hydpy invalid-type-arguments hydpy/core/typingtools.py:91:29 Type `T` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT`
hydpy non-subscriptable hydpy/core/typingtools.py:96:45 Cannot subscript non-generic type: `<class 'ndarray[tuple[Any, ...], dtype[Unknown]]'>` is already specialized
hydpy invalid-type-arguments hydpy/core/typingtools.py:102:29 Type `T` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT`
hydpy non-subscriptable hydpy/core/typingtools.py:108:55 Cannot subscript non-generic type: `<class 'ndarray[tuple[Any, ...], dtype[Unknown]]'>` is already specialized
hydpy invalid-type-arguments hydpy/core/typingtools.py:114:29 Type `T` is not assignable to upper bound `generic[Any]` of type variable `_ScalarT`
hydpy non-subscriptable hydpy/core/typingtools.py:119:65 Cannot subscript non-generic type: `<class 'ndarray[tuple[Any, ...], dtype[Unknown]]'>` is already specialized
hydpy invalid-method-override hydpy/core/variabletools.py:532:9 Invalid override of method `__setattr__`: Definition is incompatible with `object.__setattr__`
hydpy invalid-argument-type hydpy/core/variabletools.py:1929:26 Argument to bound method `__init__` is incorrect: Expected `SubVariables[Unknown, Unknown, Unknown]`, found `None`
hydpy unresolved-import hydpy/cythons/modelutils.py:295:8 Cannot resolve imported module `setuptools`
hydpy unresolved-import hydpy/cythons/modelutils.py:313:12 Cannot resolve imported module `Cython.Build`
hydpy unresolved-attribute hydpy/cythons/modelutils.py:468:32 Object of type `(PyxWriter, /) -> Iterator[str]` has no attribute `__name__`
hydpy unresolved-attribute hydpy/cythons/modelutils.py:469:36 Object of type `(PyxWriter, /) -> Iterator[str]` has no attribute `__name__`
hydpy unresolved-attribute hydpy/cythons/modelutils.py:471:38 Object of type `(PyxWriter, /) -> Iterator[str]` has no attribute `__name__`
hydpy possibly-unresolved-reference hydpy/cythons/modelutils.py:2052:41 Name `automethod` used when possibly not defined
hydpy unresolved-attribute hydpy/cythons/modelutils.py:2616:32 Object of type `(...) -> Unknown` has no attribute `__code__`
hydpy unresolved-attribute hydpy/cythons/modelutils.py:2630:55 Object of type `(...) -> Unknown` has no attribute `__code__`
hydpy unresolved-attribute hydpy/cythons/modelutils.py:2984:53 Object of type `(Model, /) -> None` has no attribute `__name__`
hydpy unresolved-attribute hydpy/cythons/modelutils.py:3007:35 Object of type `(Model, /) -> None` has no attribute `__name__`
hydpy unresolved-attribute hydpy/cythons/modelutils.py:3018:31 Object of type `(Model, /) -> None` has no attribute `__name__`
hydpy unresolved-attribute hydpy/cythons/modelutils.py:3024:42 Object of type `(Model, /) -> None` has no attribute `__name__`
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_dill_assl.py:5:1 Name `ic` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_dill_assl.py:7:1 Name `sp` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_dill_assl.py:8:1 Name `wc` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_dill_assl.py:9:1 Name `sm` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_dill_assl.py:11:1 Name `uz` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_dill_assl.py:12:1 Name `lz` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_dill_assl.py:13:1 Name `model` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_kalk.py:5:1 Name `ic` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_kalk.py:7:1 Name `sp` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_kalk.py:8:1 Name `wc` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_kalk.py:9:1 Name `sm` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_kalk.py:11:1 Name `uz` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_kalk.py:12:1 Name `lz` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_kalk.py:13:1 Name `model` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_leun.py:5:1 Name `ic` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_leun.py:8:1 Name `sp` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_leun.py:9:1 Name `wc` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_leun.py:10:1 Name `sm` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_leun.py:12:1 Name `uz` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_leun.py:13:1 Name `lz` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_leun.py:14:1 Name `model` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_marb.py:5:1 Name `ic` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_marb.py:7:1 Name `sp` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_marb.py:8:1 Name `wc` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_marb.py:9:1 Name `sm` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_marb.py:11:1 Name `uz` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_marb.py:12:1 Name `lz` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/land_lahn_marb.py:13:1 Name `model` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/stream_dill_assl_lahn_leun.py:5:1 Name `discharge` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/stream_lahn_leun_lahn_kalk.py:5:1 Name `discharge` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/conditions/init_1996_01_01_00_00_00/stream_lahn_marb_lahn_leun.py:5:1 Name `discharge` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land.py:6:1 Name `pcorr` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land.py:7:1 Name `icmax` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land.py:8:1 Name `resparea` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land.py:9:1 Name `alpha` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:9:1 Name `area` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:10:1 Name `nmbzones` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:11:1 Name `sclass` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:12:1 Name `zonetype` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:14:1 Name `zonearea` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:16:1 Name `psi` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:17:1 Name `zonez` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:18:1 Name `pcorr` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:19:1 Name `pcalt` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:20:1 Name `rfcf` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:21:1 Name `sfcf` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:22:1 Name `tcorr` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:23:1 Name `tcalt` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:24:1 Name `icmax` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:25:1 Name `sfdist` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:26:1 Name `smax` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:27:1 Name `sred` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:28:1 Name `tt` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:29:1 Name `ttint` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:30:1 Name `dttm` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:31:1 Name `cfmax` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:32:1 Name `cfvar` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:33:1 Name `gmelt` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:34:1 Name `gvar` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:35:1 Name `cfr` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:36:1 Name `whc` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:37:1 Name `fc` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:38:1 Name `beta` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:39:1 Name `percmax` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:40:1 Name `cflux` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:41:1 Name `resparea` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:42:1 Name `recstep` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:43:1 Name `alpha` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:44:1 Name `k` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:45:1 Name `k4` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:46:1 Name `gamma` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:47:6 Name `model` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:48:5 Name `temperaturethresholdice` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:49:5 Name `soilmoisturelimit` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:50:5 Name `excessreduction` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:51:10 Name `model` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:52:9 Name `airtemperaturefactor` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:53:9 Name `altitudefactor` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:54:9 Name `precipitationfactor` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:55:9 Name `evapotranspirationfactor` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:56:6 Name `model` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_dill_assl.py:57:5 Name `uh` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:9:1 Name `area` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:10:1 Name `nmbzones` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:11:1 Name `sclass` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:12:1 Name `zonetype` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:14:1 Name `zonearea` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:16:1 Name `zonez` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:17:1 Name `psi` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:18:1 Name `pcorr` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:19:1 Name `pcalt` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:20:1 Name `rfcf` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:21:1 Name `sfcf` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:22:1 Name `tcorr` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:23:1 Name `tcalt` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:24:1 Name `icmax` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:25:1 Name `sfdist` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:26:1 Name `smax` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:27:1 Name `sred` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:28:1 Name `tt` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:29:1 Name `ttint` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:30:1 Name `dttm` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:31:1 Name `cfmax` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:32:1 Name `cfvar` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:33:1 Name `gmelt` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:34:1 Name `gvar` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:35:1 Name `cfr` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:36:1 Name `whc` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:37:1 Name `fc` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:38:1 Name `beta` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:39:1 Name `percmax` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:40:1 Name `cflux` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:41:1 Name `resparea` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:42:1 Name `recstep` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:43:1 Name `alpha` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:44:1 Name `k` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:45:1 Name `k4` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:46:1 Name `gamma` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:47:6 Name `model` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:48:5 Name `temperaturethresholdice` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:49:5 Name `soilmoisturelimit` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:50:5 Name `excessreduction` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:51:10 Name `model` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:52:9 Name `airtemperaturefactor` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:53:9 Name `altitudefactor` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:54:9 Name `precipitationfactor` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:55:9 Name `evapotranspirationfactor` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:56:6 Name `model` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_kalk.py:57:5 Name `uh` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:9:1 Name `area` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:10:1 Name `nmbzones` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:11:1 Name `sclass` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:12:1 Name `zonetype` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:14:1 Name `zonearea` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:15:1 Name `zonez` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:16:1 Name `psi` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:17:1 Name `pcorr` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:18:1 Name `pcalt` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:19:1 Name `rfcf` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:20:1 Name `sfcf` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:21:1 Name `tcorr` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:22:1 Name `tcalt` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:23:1 Name `icmax` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:24:1 Name `sfdist` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:25:1 Name `smax` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:26:1 Name `sred` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:27:1 Name `tt` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:28:1 Name `ttint` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:29:1 Name `dttm` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:30:1 Name `cfmax` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:31:1 Name `cfvar` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:32:1 Name `gmelt` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:33:1 Name `gvar` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:34:1 Name `cfr` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:35:1 Name `whc` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:36:1 Name `fc` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:37:1 Name `beta` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:38:1 Name `percmax` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:39:1 Name `cflux` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:40:1 Name `resparea` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:41:1 Name `recstep` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:42:1 Name `alpha` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:43:1 Name `k` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:44:1 Name `k4` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:45:1 Name `gamma` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:46:6 Name `model` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:47:5 Name `temperaturethresholdice` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:48:5 Name `soilmoisturelimit` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:49:5 Name `excessreduction` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:50:10 Name `model` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:51:9 Name `airtemperaturefactor` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:52:9 Name `altitudefactor` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:53:9 Name `precipitationfactor` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:54:9 Name `evapotranspirationfactor` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:55:6 Name `model` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_leun.py:56:5 Name `uh` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:9:1 Name `area` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:10:1 Name `nmbzones` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:11:1 Name `sclass` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:12:1 Name `zonetype` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:14:1 Name `zonearea` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:16:1 Name `psi` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:17:1 Name `zonez` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:18:1 Name `pcorr` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:19:1 Name `pcalt` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:20:1 Name `rfcf` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:21:1 Name `sfcf` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:22:1 Name `tcorr` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:23:1 Name `tcalt` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:24:1 Name `icmax` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:25:1 Name `sfdist` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:26:1 Name `smax` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:27:1 Name `sred` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:28:1 Name `tt` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:29:1 Name `ttint` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:30:1 Name `dttm` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:31:1 Name `cfmax` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:32:1 Name `cfvar` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:33:1 Name `gmelt` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:34:1 Name `gvar` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:35:1 Name `cfr` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:36:1 Name `whc` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:37:1 Name `fc` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:38:1 Name `beta` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:39:1 Name `percmax` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:40:1 Name `cflux` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:41:1 Name `resparea` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:42:1 Name `recstep` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:43:1 Name `alpha` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:44:1 Name `k` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:45:1 Name `k4` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:46:1 Name `gamma` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:47:6 Name `model` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:48:5 Name `temperaturethresholdice` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:49:5 Name `soilmoisturelimit` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:50:5 Name `excessreduction` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:51:10 Name `model` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:52:9 Name `airtemperaturefactor` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:53:9 Name `altitudefactor` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:54:9 Name `precipitationfactor` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:55:9 Name `evapotranspirationfactor` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:56:6 Name `model` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/land_lahn_marb.py:57:5 Name `uh` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/stream_dill_assl_lahn_leun.py:6:1 Name `nmbsegments` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/stream_dill_assl_lahn_leun.py:7:1 Name `coefficients` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/stream_lahn_leun_lahn_kalk.py:6:1 Name `nmbsegments` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/stream_lahn_leun_lahn_kalk.py:7:1 Name `coefficients` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/stream_lahn_marb_lahn_leun.py:6:1 Name `nmbsegments` used when not defined
hydpy unresolved-reference hydpy/data/HydPy-H-Lahn/control/default/stream_lahn_marb_lahn_leun.py:7:1 Name `coefficients` used when not defined
hydpy unresolved-import hydpy/docs/draw_model_sketches.py:20:6 Cannot resolve imported module `matplotlib`
hydpy unresolved-import hydpy/docs/polish_html.py:7:8 Cannot resolve imported module `click`
hydpy unresolved-attribute hydpy/docs/prepare.py:62:1 Module `hydpy` has no member `substituter`
hydpy unresolved-attribute hydpy/docs/prepare.py:72:19 Module `hydpy` has no member `substituter`
hydpy possibly-unresolved-reference hydpy/docs/prepare.py:122:36 Name `module` used when possibly not defined
hydpy unresolved-attribute hydpy/docs/prepare.py:165:33 Module `hydpy` has no member `substituter`
hydpy unresolved-import hydpy/docs/publish_docs.py:11:8 Cannot resolve imported module `ghp_import`
hydpy unresolved-import hydpy/docs/sphinx/conf.py:22:8 Cannot resolve imported module `pybtex.plugin`
hydpy unresolved-import hydpy/docs/sphinx/conf.py:23:6 Cannot resolve imported module `pybtex.database`
hydpy unresolved-import hydpy/docs/sphinx/conf.py:24:6 Cannot resolve imported module `pybtex.richtext`
hydpy unresolved-import hydpy/docs/sphinx/conf.py:25:6 Cannot resolve imported module `pybtex.style.formatting.plain`
hydpy unresolved-import hydpy/docs/sphinx/conf.py:26:6 Cannot resolve imported module `pybtex.style.names.plain`
hydpy unresolved-import hydpy/docs/sphinx/conf.py:27:6 Cannot resolve imported module `pybtex.style.names`
hydpy unresolved-import hydpy/docs/sphinx/conf.py:28:6 Cannot resolve imported module `pybtex.style.template`
hydpy unresolved-import hydpy/docs/sphinx/conf.py:30:8 Cannot resolve imported module `sphinxcontrib.bibtex.plugin`
hydpy unresolved-import hydpy/docs/sphinx/conf.py:31:6 Cannot resolve imported module `sphinxcontrib.bibtex.style.referencing`
hydpy unresolved-import hydpy/docs/sphinx/conf.py:32:6 Cannot resolve imported module `sphinxcontrib.bibtex.style.referencing.author_year`
hydpy unresolved-import hydpy/docs/sphinx/conf.py:33:6 Cannot resolve imported module `sphinxcontrib.bibtex.style.referencing.basic_author_year`
hydpy unresolved-import hydpy/docs/sphinx/conf.py:36:6 Cannot resolve imported module `sphinxcontrib.bibtex.style.template`
hydpy unresolved-import hydpy/docs/sphinx/defaultlinks_extension.py:10:6 Cannot resolve imported module `sphinx.util`
hydpy unresolved-import hydpy/docs/sphinx/integrationtest_extension.py:9:6 Cannot resolve imported module `sphinx.application`
hydpy unresolved-import hydpy/docs/sphinx/integrationtest_extension.py:10:6 Cannot resolve imported module `sphinx.directives.code`
hydpy unresolved-import hydpy/docs/sphinx/integrationtest_extension.py:11:6 Cannot resolve imported module `sphinx.writers.html5`
hydpy unresolved-import hydpy/docs/sphinx/projectstructure_extension.py:11:6 Cannot resolve imported module `sphinx.application`
hydpy unresolved-import hydpy/docs/sphinx/projectstructure_extension.py:12:6 Cannot resolve imported module `sphinx.directives.code`
hydpy unresolved-import hydpy/docs/sphinx/projectstructure_extension.py:13:6 Cannot resolve imported module `sphinx.writers.html5`
hydpy unresolved-import hydpy/docs/sphinx/submodelgraph_extension.py:6:6 Cannot resolve imported module `sphinx.application`
hydpy unresolved-import hydpy/docs/sphinx/submodelgraph_extension.py:7:6 Cannot resolve imported module `sphinx.directives.code`
hydpy unresolved-import hydpy/docs/sphinx/submodelgraph_extension.py:8:6 Cannot resolve imported module `sphinx.writers.html5`
hydpy unresolved-import hydpy/exe/xmltools.py:123:12 Cannot resolve imported module `netCDF4`
hydpy unresolved-import hydpy/exe/xmltools.py:124:12 Cannot resolve imported module `xmlschema`
hydpy invalid-context-manager hydpy/exe/xmltools.py:1075:14 Object of type `Unknown | OptionContextStr[Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy unused-ignore-comment hydpy/exe/xmltools.py:1852:58 Unused blanket `type: ignore` directive
hydpy unused-ignore-comment hydpy/exe/xmltools.py:1855:30 Unused blanket `type: ignore` directive
hydpy invalid-argument-type hydpy/exe/xmltools.py:1869:34 Argument to bound method `append` is incorrect: Expected `_TypeGetOrChangeItem@_get_items_of_certain_item_types`, found `GetItem | (_TypeGetOrChangeItem@_get_items_of_certain_item_types & ChangeItem)`
hydpy invalid-argument-type hydpy/exe/xmltools.py:1874:38 Argument to bound method `append` is incorrect: Expected `_TypeGetOrChangeItem@_get_items_of_certain_item_types`, found `GetItem | (_TypeGetOrChangeItem@_get_items_of_certain_item_types & ChangeItem)`
hydpy unresolved-attribute hydpy/exe/xmltools.py:2333:25 Object of type `XMLBase` has no attribute `master`
hydpy unresolved-attribute hydpy/exe/xmltools.py:2335:22 Object of type `XMLBase` has no attribute `master`
hydpy unresolved-attribute hydpy/exe/xmltools.py:2336:25 Object of type `XMLBase` has no attribute `master`
hydpy invalid-argument-type hydpy/exe/xmltools.py:2339:54 Argument to bound method `_get_getitem` is incorrect: Expected `type[GetItem]`, found `Unknown | <class 'SetItem'> | <class 'AddItem'> | <class 'MultiplyItem'> | <class 'GetItem'>`
hydpy invalid-argument-type hydpy/exe/xmltools.py:2340:53 Argument to bound method `_get_changeitem` is incorrect: Argument type `Unknown | SetItem | AddItem | MultiplyItem | GetItem` does not satisfy constraints (`SetItem`, `AddItem`, `MultiplyItem`) of type variable `_TypeSetOrAddOrMultiplyItem`
hydpy possibly-unresolved-reference hydpy/exe/xmltools.py:2380:33 Name `item` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/exe/xmltools.py:2385:13 Name `item` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/exe/xmltools.py:2387:31 Name `item` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/exe/xmltools.py:2388:13 Name `item` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/exe/xmltools.py:2389:16 Name `item` used when possibly not defined
hydpy invalid-return-type hydpy/interfaces/aetinterfaces.py:82:54 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/aetinterfaces.py:87:53 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/aetinterfaces.py:92:47 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/dischargeinterfaces.py:24:57 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/dischargeinterfaces.py:43:57 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/petinterfaces.py:34:58 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/petinterfaces.py:39:54 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/petinterfaces.py:97:63 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/petinterfaces.py:106:62 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/petinterfaces.py:115:56 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/precipinterfaces.py:16:44 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/precipinterfaces.py:37:44 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/precipinterfaces.py:41:40 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/radiationinterfaces.py:20:47 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/radiationinterfaces.py:24:39 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/radiationinterfaces.py:28:45 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/radiationinterfaces.py:32:38 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/radiationinterfaces.py:43:38 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/radiationinterfaces.py:54:45 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/radiationinterfaces.py:58:38 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/radiationinterfaces.py:70:47 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/radiationinterfaces.py:74:39 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/radiationinterfaces.py:78:38 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/rconcinterfaces.py:16:75 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/rconcinterfaces.py:29:30 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/routinginterfaces.py:35:33 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/routinginterfaces.py:39:35 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/routinginterfaces.py:43:32 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/routinginterfaces.py:47:31 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/routinginterfaces.py:75:33 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/routinginterfaces.py:79:33 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/routinginterfaces.py:83:33 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/routinginterfaces.py:87:38 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/soilinterfaces.py:79:43 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/soilinterfaces.py:83:42 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/soilinterfaces.py:87:48 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/soilinterfaces.py:91:47 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/soilinterfaces.py:95:47 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/stateinterfaces.py:20:47 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/stateinterfaces.py:35:40 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/stateinterfaces.py:50:40 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/stateinterfaces.py:66:42 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/stateinterfaces.py:82:41 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/stateinterfaces.py:97:33 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/tempinterfaces.py:16:42 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/tempinterfaces.py:20:38 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/tempinterfaces.py:41:42 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-return-type hydpy/interfaces/tempinterfaces.py:45:38 Function always implicitly returns `None`, which is not assignable to return type `int | float`
hydpy invalid-context-manager hydpy/models/arma/arma_control.py:211:14 Object of type `ResetAttrFuncs` cannot be used with `with` because it does not correctly implement `__exit__`
hydpy unresolved-attribute hydpy/models/arma/arma_derived.py:70:22 Object of type `Parameter` has no attribute `thresholds`
hydpy unresolved-attribute hydpy/models/arma/arma_derived.py:96:33 Object of type `Parameter` has no attribute `thresholds`
hydpy unresolved-attribute hydpy/models/arma/arma_derived.py:118:22 Object of type `Parameter` has no attribute `ar_orders`
hydpy unresolved-attribute hydpy/models/arma/arma_derived.py:140:22 Object of type `Parameter` has no attribute `ma_orders`
hydpy unresolved-attribute hydpy/models/arma/arma_derived.py:169:17 Object of type `Parameter` has no attribute `ar_coefs`
hydpy unresolved-attribute hydpy/models/arma/arma_derived.py:201:17 Object of type `Parameter` has no attribute `ma_coefs`
hydpy division-by-zero hydpy/models/conv/conv_model.py:142:20 Cannot divide object of type `float` by zero
hydpy unresolved-attribute hydpy/models/conv/conv_model.py:694:47 Object of type `Parameter` has no attribute `nodes`
hydpy unresolved-attribute hydpy/models/conv/conv_model.py:697:48 Object of type `Parameter` has no attribute `nodes`
hydpy unresolved-attribute hydpy/models/conv/conv_model.py:703:62 Object of type `Parameter` has no attribute `nodes`
hydpy unresolved-attribute hydpy/models/dam/dam_control.py:93:9 Cannot assign object of type `tuple[Literal[-1]]` to attribute `shape` on type `Self@__call__` with custom `__setattr__` method.
hydpy unresolved-import hydpy/models/exch/exch_control.py:5:8 Cannot resolve imported module `inflect`
hydpy unused-ignore-comment hydpy/models/exch/exch_control.py:307:39 Unused blanket `type: ignore` directive
hydpy possibly-unresolved-reference hydpy/models/exch/exch_model.py:483:32 Name `pdx` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/models/exch/exch_model.py:484:32 Name `pdx` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/models/exch/exch_model.py:485:37 Name `pdx` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/models/exch/exch_model.py:486:37 Name `pdx` used when possibly not defined
hydpy unresolved-import hydpy/models/exch/exch_observers.py:5:8 Cannot resolve imported module `inflect`
hydpy possibly-unresolved-reference hydpy/models/ga/ga_model.py:1884:38 Name `initmoisture` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/models/ga/ga_model.py:1885:38 Name `initmoisture` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/models/hland/hland_control.py:897:29 Name `jdxs` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/models/hland/hland_control.py:897:46 Name `jdxs` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/models/hland/hland_control.py:897:73 Name `jdxs` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/models/hland/hland_control.py:1036:24 Name `values` used when possibly not defined
hydpy invalid-argument-type hydpy/models/hland/hland_derived.py:380:75 Argument to bound method `__call__` is incorrect: Expected `(...)`, found `DiGraph[Unknown]`
hydpy invalid-argument-type hydpy/models/hland/hland_derived.py:387:83 Argument to bound method `__call__` is incorrect: Expected `(...)`, found `DiGraph[Unknown]`
hydpy possibly-unresolved-reference hydpy/models/hland/hland_model.py:2288:41 Name `k` used when possibly not defined
hydpy unresolved-import hydpy/models/kinw/kinw_model.py:27:10 Cannot resolve imported module `matplotlib`
hydpy unresolved-import hydpy/models/lland/lland_model.py:6:6 Cannot resolve imported module `packaging`
hydpy possibly-unresolved-reference hydpy/models/lland/lland_model.py:6961:37 Name `c2` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/models/lland/lland_model.py:6961:68 Name `c1` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/models/lland/lland_model.py:6961:74 Name `c2` used when possibly not defined
hydpy unused-ignore-comment hydpy/models/musk/musk_sequences.py:39:25 Unused blanket `type: ignore` directive
hydpy unused-ignore-comment hydpy/models/musk/musk_sequences.py:81:26 Unused blanket `type: ignore` directive
hydpy unused-ignore-comment hydpy/models/musk/musk_sequences.py:87:69 Unused blanket `type: ignore` directive
hydpy invalid-method-override hydpy/models/rconc/rconc_control.py:217:9 Invalid override of method `__call__`: Definition is incompatible with `Variable.__call__`
hydpy type-assertion-failure hydpy/models/sw1d_channel.py:1688:21 Type `Unknown & ~None & ~RoutingModel_V1 & ~RoutingModel_V2 & ~RoutingModel_V3` is not equivalent to `Never`
hydpy type-assertion-failure hydpy/models/sw1d_channel.py:1696:21 Type `Unknown & ~None & ~RoutingModel_V2 & ~RoutingModel_V3 & ~RoutingModel_V1` is not equivalent to `Never`
hydpy type-assertion-failure hydpy/models/sw1d_channel.py:1792:21 Type `Unknown & ~None & ~RoutingModel_V2 & ~RoutingModel_V3 & ~RoutingModel_V1` is not equivalent to `Never`
hydpy possibly-unresolved-reference hydpy/models/sw1d_channel.py:1873:31 Name `ru` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/models/sw1d_channel.py:1874:70 Name `ru` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/models/sw1d_channel.py:1875:21 Name `ru` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/models/sw1d_channel.py:1877:43 Name `ru` used when possibly not defined
hydpy type-assertion-failure hydpy/models/sw1d_channel.py:1878:21 Type `Unknown & ~None & ~RoutingModel_V1 & ~RoutingModel_V2 & ~RoutingModel_V3` is not equivalent to `Never`
hydpy possibly-unresolved-reference hydpy/models/sw1d_channel.py:1878:34 Name `ru` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/models/sw1d_channel.py:1880:31 Name `rd` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/models/sw1d_channel.py:1881:72 Name `rd` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/models/sw1d_channel.py:1882:21 Name `rd` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/models/sw1d_channel.py:1884:43 Name `rd` used when possibly not defined
hydpy type-assertion-failure hydpy/models/sw1d_channel.py:1885:21 Type `Unknown & ~None & ~RoutingModel_V2 & ~RoutingModel_V3 & ~RoutingModel_V1` is not equivalent to `Never`
hydpy possibly-unresolved-reference hydpy/models/sw1d_channel.py:1885:34 Name `rd` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/models/sw1d_channel.py:1887:42 Name `su` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/models/sw1d_channel.py:1889:17 Name `su` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/models/sw1d_channel.py:1891:44 Name `sd` used when possibly not defined
hydpy possibly-unresolved-reference hydpy/models/sw1d_channel.py:1893:17 Name `sd` used when possibly not defined
hydpy type-assertion-failure hydpy/models/sw1d_channel.py:1983:21 Type `Unknown & ~None & ~RoutingModel_V1 & ~RoutingModel_V2 & ~RoutingModel_V3` is not equivalent to `Never`
hydpy type-assertion-failure hydpy/models/sw1d_network.py:1167:37 Type `@Todo & ~None & ~RoutingModel_V2 & ~RoutingModel_V1 & ~RoutingModel_V3` is not equivalent to `Never`
hydpy invalid-argument-type hydpy/models/sw1d_network.py:1173:74 Argument to bound method `append_submodel` is incorrect: Expected `RoutingModel_V2 | RoutingModel_V3`, found `RoutingModel_V1 | RoutingModel_V2 | RoutingModel_V3`
hydpy no-matching-overload hydpy/models/whmod/whmod_derived.py:100:39 No overload matches arguments
hydpy unresolved-attribute hydpy/models/whmod/whmod_sequences.py:17:16 Object of type `Sequence_` has no attribute `model`
hydpy unresolved-import hydpy/models/wq/wq_model.py:5:6 Cannot resolve imported module `matplotlib`
hydpy unresolved-import hydpy/tests/hydpydoctestcustomize.py:7:8 Cannot resolve imported module `coverage`
hydpy unresolved-import hydpy/tests/run_doctests.py:16:8 Cannot resolve imported module `click`
pyp unused-ignore-comment pyp.py:20:33 Unused blanket `type: ignore` directive
pyp unused-ignore-comment pyp.py:637:63 Unused blanket `type: ignore` directive
pyp unused-ignore-comment pyp.py:639:53 Unused blanket `type: ignore` directive
pyp unresolved-import tests/test_find_names.py:6:8 Cannot resolve imported module `pytest`
pyp unresolved-import tests/test_pyp.py:13:8 Cannot resolve imported module `pytest`
pyproject-metadata unused-ignore-comment pyproject_metadata/__init__.py:210:49 Unused blanket `type: ignore` directive
pyproject-metadata unused-ignore-comment pyproject_metadata/__init__.py:397:49 Unused blanket `type: ignore` directive
pyproject-metadata unused-ignore-comment pyproject_metadata/pyproject.py:171:66 Unused blanket `type: ignore` directive
pyproject-metadata possibly-unresolved-reference pyproject_metadata/pyproject.py:319:68 Name `req` used when possibly not defined
pyppeteer invalid-assignment pyppeteer/__init__.py:27:11 Implicit shadowing of function `version`
pyppeteer invalid-parameter-default pyppeteer/browser.py:39:18 Default value of type `None` is not assignable to annotated parameter type `() -> Awaitable[None]`
pyppeteer invalid-parameter-default pyppeteer/browser.py:142:22 Default value of type `None` is not assignable to annotated parameter type `() -> Awaitable[None]`
pyppeteer unused-ignore-comment pyppeteer/chromium_downloader.py:36:29 Unused blanket `type: ignore` directive
pyppeteer invalid-assignment pyppeteer/connection.py:56:13 Object of type `Unknown | WebSocketClientProtocol` is not assignable to attribute `connection` of type `CDPSession`
pyppeteer unresolved-attribute pyppeteer/connection.py:59:34 Object of type `CDPSession` has no attribute `recv`
pyppeteer unresolved-attribute pyppeteer/connection.py:62:25 Module `websockets` has no member `ConnectionClosed`
pyppeteer unresolved-attribute pyppeteer/connection.py:74:16 Module `websockets` has no member `ConnectionClosed`
pyppeteer invalid-parameter-default pyppeteer/connection.py:81:33 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer unused-ignore-comment pyppeteer/connection.py:99:53 Unused blanket `type: ignore` directive
pyppeteer unused-ignore-comment pyppeteer/connection.py:100:40 Unused blanket `type: ignore` directive
pyppeteer unresolved-attribute pyppeteer/connection.py:163:19 Object of type `CDPSession` has no attribute `close`
pyppeteer invalid-parameter-default pyppeteer/connection.py:210:33 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer unused-ignore-comment pyppeteer/connection.py:228:53 Unused blanket `type: ignore` directive
pyppeteer unused-ignore-comment pyppeteer/connection.py:229:40 Unused blanket `type: ignore` directive
pyppeteer invalid-parameter-default pyppeteer/coverage.py:53:37 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/coverage.py:93:38 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/coverage.py:137:27 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/coverage.py:230:27 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/element_handle.py:162:27 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/element_handle.py:209:37 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/element_handle.py:219:37 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/element_handle.py:295:32 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer unused-ignore-comment pyppeteer/element_handle.py:384:24 Unused blanket `type: ignore` directive
pyppeteer invalid-parameter-default pyppeteer/execution_context.py:33:44 Default value of type `None` is not assignable to annotated parameter type `Frame`
pyppeteer possibly-unresolved-reference pyppeteer/execution_context.py:90:32 Name `_obj` used when possibly not defined
pyppeteer possibly-unresolved-reference pyppeteer/execution_context.py:95:28 Name `_obj` used when possibly not defined
pyppeteer possibly-unresolved-reference pyppeteer/execution_context.py:110:28 Name `_obj` used when possibly not defined
pyppeteer possibly-unresolved-reference pyppeteer/execution_context.py:114:24 Name `_obj` used when possibly not defined
pyppeteer invalid-argument-type pyppeteer/frame_manager.py:174:34 Argument to bound method `get` is incorrect: Expected `str`, found `Unknown | None`
pyppeteer invalid-parameter-default pyppeteer/frame_manager.py:218:24 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer unused-ignore-comment pyppeteer/frame_manager.py:270:52 Unused blanket `type: ignore` directive
pyppeteer invalid-parameter-default pyppeteer/frame_manager.py:574:42 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer unused-ignore-comment pyppeteer/frame_manager.py:620:47 Unused blanket `type: ignore` directive
pyppeteer invalid-parameter-default pyppeteer/frame_manager.py:651:52 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/frame_manager.py:665:17 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/frame_manager.py:691:46 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/frame_manager.py:700:40 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/frame_manager.py:709:50 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/frame_manager.py:722:33 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/input.py:58:36 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/input.py:188:37 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/input.py:217:37 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/input.py:261:46 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/input.py:285:47 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/input.py:306:26 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/input.py:326:24 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/launcher.py:70:24 Default value of type `None` is not assignable to annotated parameter type `dict[str, Any]`
pyppeteer unused-ignore-comment pyppeteer/launcher.py:148:40 Unused blanket `type: ignore` directive
pyppeteer invalid-parameter-default pyppeteer/launcher.py:239:18 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/launcher.py:310:19 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/launcher.py:365:17 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer unused-ignore-comment pyppeteer/launcher.py:394:58 Unused blanket `type: ignore` directive
pyppeteer invalid-parameter-default pyppeteer/navigator_watcher.py:20:18 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer no-matching-overload pyppeteer/navigator_watcher.py:49:58 No overload of function `wait` matches arguments
pyppeteer invalid-parameter-default pyppeteer/navigator_watcher.py:108:40 Default value of type `None` is not assignable to annotated parameter type `Frame`
pyppeteer invalid-parameter-default pyppeteer/navigator_watcher.py:114:39 Default value of type `None` is not assignable to annotated parameter type `Frame`
pyppeteer invalid-parameter-default pyppeteer/network_manager.py:229:32 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/network_manager.py:430:31 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/network_manager.py:592:43 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-assignment pyppeteer/network_manager.py:727:13 Cannot assign to a subscript on an object of type `str`
pyppeteer invalid-assignment pyppeteer/network_manager.py:727:13 Cannot assign to a subscript on an object of type `None`
pyppeteer invalid-parameter-default pyppeteer/page.py:91:9 Default value of type `None` is not assignable to annotated parameter type `list[Unknown]`
pyppeteer invalid-parameter-default pyppeteer/page.py:119:9 Default value of type `None` is not assignable to annotated parameter type `list[Unknown]`
pyppeteer invalid-parameter-default pyppeteer/page.py:522:34 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/page.py:541:33 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/page.py:774:36 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer unused-ignore-comment pyppeteer/page.py:836:46 Unused blanket `type: ignore` directive
pyppeteer invalid-parameter-default pyppeteer/page.py:849:28 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/page.py:858:39 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/page.py:913:70 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/page.py:947:71 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/page.py:980:28 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/page.py:990:31 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/page.py:1019:29 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/page.py:1067:34 Default value of type `None` is not assignable to annotated parameter type `str`
pyppeteer invalid-parameter-default pyppeteer/page.py:1138:32 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/page.py:1251:25 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/page.py:1413:27 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/page.py:1449:42 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/page.py:1510:52 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/page.py:1523:68 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/page.py:1557:46 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/page.py:1585:40 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/page.py:1614:50 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pyppeteer invalid-parameter-default pyppeteer/page.py:1695:46 Default value of type `None` is not assignable to annotated parameter type `list[JSHandle]`
pyppeteer invalid-parameter-default pyppeteer/tracing.py:32:27 Default value of type `None` is not assignable to annotated parameter type `dict[Unknown, Unknown]`
pytest-robotframework unresolved-import pytest_robotframework/__init__.py:14:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import pytest_robotframework/__init__.py:15:6 Cannot resolve imported module `robot`
pytest-robotframework unresolved-import pytest_robotframework/__init__.py:16:6 Cannot resolve imported module `robot.api`
pytest-robotframework unresolved-import pytest_robotframework/__init__.py:17:6 Cannot resolve imported module `robot.errors`
pytest-robotframework unresolved-import pytest_robotframework/__init__.py:18:6 Cannot resolve imported module `robot.libraries.BuiltIn`
pytest-robotframework unresolved-import pytest_robotframework/__init__.py:19:6 Cannot resolve imported module `robot.model.visitor`
pytest-robotframework unresolved-import pytest_robotframework/__init__.py:20:6 Cannot resolve imported module `robot.running`
pytest-robotframework unresolved-import pytest_robotframework/__init__.py:21:6 Cannot resolve imported module `robot.running.context`
pytest-robotframework unresolved-import pytest_robotframework/__init__.py:22:6 Cannot resolve imported module `robot.running.librarykeywordrunner`
pytest-robotframework unresolved-import pytest_robotframework/__init__.py:23:6 Cannot resolve imported module `robot.running.statusreporter`
pytest-robotframework unresolved-import pytest_robotframework/__init__.py:24:6 Cannot resolve imported module `robot.utils`
pytest-robotframework unresolved-import pytest_robotframework/__init__.py:25:6 Cannot resolve imported module `robot.utils.error`
pytest-robotframework unused-ignore-comment pytest_robotframework/__init__.py:123:63 Unused `ty: ignore` directive
pytest-robotframework unused-ignore-comment pytest_robotframework/__init__.py:358:14 Unused `ty: ignore` directive
pytest-robotframework unresolved-import pytest_robotframework/_internal/cringe_globals.py:13:10 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/exception_getter.py:8:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/hooks.py:11:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/hooks.py:14:10 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/plugin.py:11:8 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/plugin.py:12:6 Cannot resolve imported module `_pytest.assertion`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/plugin.py:13:6 Cannot resolve imported module `_pytest.assertion.rewrite`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/plugin.py:18:6 Cannot resolve imported module `_pytest.main`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/plugin.py:19:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/plugin.py:29:6 Cannot resolve imported module `robot.api`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/plugin.py:30:6 Cannot resolve imported module `robot.conf.settings`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/plugin.py:34:6 Cannot resolve imported module `robot.libraries.BuiltIn`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/plugin.py:35:6 Cannot resolve imported module `robot.output`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/plugin.py:36:6 Cannot resolve imported module `robot.rebot`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/plugin.py:37:6 Cannot resolve imported module `robot.result.resultbuilder`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/plugin.py:38:6 Cannot resolve imported module `robot.run`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/plugin.py:39:6 Cannot resolve imported module `robot.utils`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/plugin.py:40:6 Cannot resolve imported module `robot.utils.error`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/plugin.py:91:10 Cannot resolve imported module `_pytest.terminal`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/plugin.py:92:10 Cannot resolve imported module `pluggy`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/plugin.py:93:10 Cannot resolve imported module `pytest`
pytest-robotframework unused-ignore-comment pytest_robotframework/_internal/pytest/plugin.py:127:99 Unused `ty: ignore` directive
pytest-robotframework unused-ignore-comment pytest_robotframework/_internal/pytest/plugin.py:197:93 Unused `ty: ignore` directive
pytest-robotframework unused-ignore-comment pytest_robotframework/_internal/pytest/plugin.py:235:89 Unused `ty: ignore` directive
pytest-robotframework possibly-missing-import pytest_robotframework/_internal/pytest/plugin.py:353:13 Member `KeywordUnwrapper` of module `pytest_robotframework._internal.robot.listeners_and_suite_visitors` may be missing
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/robot_file_support.py:9:6 Cannot resolve imported module `_pytest._code.code`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/robot_file_support.py:10:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/robot_file_support.py:11:6 Cannot resolve imported module `robot.errors`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/robot_file_support.py:12:6 Cannot resolve imported module `robot.libraries.BuiltIn`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/robot_file_support.py:13:6 Cannot resolve imported module `robot.running.bodyrunner`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/robot_file_support.py:14:6 Cannot resolve imported module `robot.running.statusreporter`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/robot_file_support.py:33:10 Cannot resolve imported module `_pytest._code.code`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/robot_file_support.py:34:10 Cannot resolve imported module `_pytest._io`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/robot_file_support.py:35:10 Cannot resolve imported module `robot`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/robot_file_support.py:36:10 Cannot resolve imported module `robot.running.model`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/xdist_utils.py:6:10 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import pytest_robotframework/_internal/pytest/xdist_utils.py:12:16 Cannot resolve imported module `xdist`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/library.py:10:6 Cannot resolve imported module `_pytest._code.code`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/library.py:11:6 Cannot resolve imported module `_pytest.runner`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/library.py:15:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/library.py:16:6 Cannot resolve imported module `robot.libraries.BuiltIn`
pytest-robotframework unused-ignore-comment pytest_robotframework/_internal/robot/library.py:86:99 Unused `ty: ignore` directive
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py:16:6 Cannot resolve imported module `_pytest`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py:17:6 Cannot resolve imported module `_pytest.python`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py:18:6 Cannot resolve imported module `ansi2html`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py:19:6 Cannot resolve imported module `pluggy`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py:20:6 Cannot resolve imported module `pluggy._hooks`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py:21:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py:22:6 Cannot resolve imported module `robot`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py:23:6 Cannot resolve imported module `robot.api.interfaces`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py:24:6 Cannot resolve imported module `robot.errors`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py:25:6 Cannot resolve imported module `robot.model`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py:26:6 Cannot resolve imported module `robot.running.librarykeywordrunner`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py:27:6 Cannot resolve imported module `robot.running.model`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py:28:6 Cannot resolve imported module `robot.utils.error`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py:65:10 Cannot resolve imported module `_pytest.nodes`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py:66:10 Cannot resolve imported module `robot.running.builder.settings`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py:67:10 Cannot resolve imported module `robot.running.context`
pytest-robotframework unused-ignore-comment pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py:247:73 Unused `ty: ignore` directive
pytest-robotframework unused-ignore-comment pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py:301:118 Unused `ty: ignore` directive
pytest-robotframework unused-ignore-comment pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py:455:28 Unused `ty: ignore` directive
pytest-robotframework unused-ignore-comment pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py:472:28 Unused `ty: ignore` directive
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py:648:10 Cannot resolve imported module `robot.running.librarykeyword`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py:649:10 Cannot resolve imported module `robot.running.testlibraries`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/utils.py:7:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/utils.py:8:6 Cannot resolve imported module `robot`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/utils.py:9:6 Cannot resolve imported module `robot.api.interfaces`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/utils.py:10:6 Cannot resolve imported module `robot.conf.settings`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/utils.py:11:6 Cannot resolve imported module `robot.running.context`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/utils.py:12:6 Cannot resolve imported module `robot.version`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/utils.py:161:10 Cannot resolve imported module `robot.running`
pytest-robotframework invalid-return-type pytest_robotframework/_internal/robot/utils.py:248:12 Return type does not match returned value: expected `dict[str, object]`, found `Mapping[str, object]`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/utils.py:278:12 Cannot resolve imported module `_pytest`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/utils.py:279:12 Cannot resolve imported module `pluggy`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/utils.py:280:12 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import pytest_robotframework/_internal/robot/utils.py:281:12 Cannot resolve imported module `robot`
pytest-robotframework unresolved-import tests/conftest.py:10:6 Cannot resolve imported module `lxml.etree`
pytest-robotframework unresolved-import tests/conftest.py:14:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import tests/conftest.py:21:10 Cannot resolve imported module `lxml.etree`
pytest-robotframework unused-ignore-comment tests/conftest.py:82:77 Unused `ty: ignore` directive
pytest-robotframework unused-ignore-comment tests/conftest.py:182:101 Unused `ty: ignore` directive
pytest-robotframework unresolved-import tests/fixtures/test_python/test_as_keyword_context_manager_try_except.py:3:6 Cannot resolve imported module `robot.api`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_assertion_passes_custom_messages.py:3:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_catch_errors_decorator/conftest.py:5:6 Cannot resolve imported module `robot.api.interfaces`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_catch_errors_decorator/conftest.py:11:10 Cannot resolve imported module `robot`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_catch_errors_decorator_with_non_instance_method/conftest.py:5:6 Cannot resolve imported module `robot.api.interfaces`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_catch_errors_decorator_with_non_instance_method/conftest.py:11:10 Cannot resolve imported module `robot`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_console_output.py:3:6 Cannot resolve imported module `robot.api`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_error_moment.py:3:6 Cannot resolve imported module `robot.api`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_error_moment_and_second_test.py:3:6 Cannot resolve imported module `robot.api`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_error_moment_exitonerror.py:3:6 Cannot resolve imported module `robot.api`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_error_moment_exitonerror_multiple_tests.py:3:6 Cannot resolve imported module `robot.api`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_error_moment_setup/conftest.py:3:6 Cannot resolve imported module `robot.api`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_error_moment_setup/test_foo.py:3:6 Cannot resolve imported module `robot.api`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_error_moment_teardown/conftest.py:3:6 Cannot resolve imported module `robot.api`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_error_moment_teardown/test_foo.py:3:6 Cannot resolve imported module `robot.api`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_fixture.py:3:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_fixture_class_scope.py:3:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_fixture_module_scope/conftest.py:3:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_keyword_and_pytest_raises.py:3:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_keyword_decorator_context_manager_that_doesnt_suppress.py:6:6 Cannot resolve imported module `robot.api`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_keyword_decorator_context_manager_that_raises_in_body_and_exit.py:6:6 Cannot resolve imported module `robot.api`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_keyword_decorator_context_manager_that_raises_in_enter.py:6:6 Cannot resolve imported module `robot.api`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_keyword_decorator_context_manager_that_raises_in_exit.py:6:6 Cannot resolve imported module `robot.api`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_keyword_decorator_returns_context_manager_that_isnt_used.py:6:6 Cannot resolve imported module `robot.api`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_keyword_decorator_try_except.py:3:6 Cannot resolve imported module `robot.api`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_keyword_raises.py:3:6 Cannot resolve imported module `robot.api`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_keywordify_class_context_manager.py:3:6 Cannot resolve imported module `exceptiongroup`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_keywordify_class_context_manager.py:4:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_keywordify_context_manager.py:3:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_keywordify_function.py:3:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_keywordify_keyword_inside_context_manager.py:3:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_keywordify_keyword_inside_context_manager.py:4:6 Cannot resolve imported module `robot.api`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_listener_calls_log_file/Listener.py:7:6 Cannot resolve imported module `robot.api.interfaces`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_listener_not_run_during_collection/conftest.py:5:6 Cannot resolve imported module `robot.api.interfaces`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_listener_not_run_during_collection/conftest.py:9:10 Cannot resolve imported module `robot`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_one_test_skipped.py:3:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_parameterized_tags.py:3:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_parametrize.py:3:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_pytest_runtest_protocol_hook_in_different_suite/a/test_c.py:3:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_pytest_runtest_protocol_item_hook/foo/conftest.py:5:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_pytest_runtest_protocol_session_hook/conftest.py:5:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_robot_keyword_in_python_test/test_foo.py:3:6 Cannot resolve imported module `robot.libraries.BuiltIn`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_robot_modify_args_hook/test_foo.py:3:6 Cannot resolve imported module `robot.libraries.BuiltIn`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_robot_modify_args_hook_collect_only/test_foo.py:3:6 Cannot resolve imported module `robot.libraries.BuiltIn`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_robot_modify_options_hook/test_foo.py:3:6 Cannot resolve imported module `robot.libraries.BuiltIn`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_robot_modify_options_hook_listener_instance/conftest.py:5:6 Cannot resolve imported module `robot.api.interfaces`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_robot_modify_options_hook_listener_instance/conftest.py:9:10 Cannot resolve imported module `robot`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_robot_options_merge_listeners/Listener.py:7:6 Cannot resolve imported module `robot.api.interfaces`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_robot_options_merge_listeners/Listener.py:11:10 Cannot resolve imported module `robot`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_robot_options_variable_merge_listeners/Listener.py:7:6 Cannot resolve imported module `robot.api.interfaces`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_robot_options_variable_merge_listeners/Listener.py:11:10 Cannot resolve imported module `robot`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_set_log_level.py:3:6 Cannot resolve imported module `robot.api.logger`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_set_log_level.py:4:6 Cannot resolve imported module `robot.libraries.BuiltIn`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_setup_passes/conftest.py:3:6 Cannot resolve imported module `robot.api`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_setup_passes/test_foo.py:3:6 Cannot resolve imported module `robot.api`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_setup_skipped/conftest.py:3:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_suite_variables.py:3:6 Cannot resolve imported module `robot.libraries.BuiltIn`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_suite_variables_with_slash.py:3:6 Cannot resolve imported module `robot.libraries.BuiltIn`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_tags.py:3:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_teardown_passes/conftest.py:3:6 Cannot resolve imported module `robot.api`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_teardown_passes/test_foo.py:3:6 Cannot resolve imported module `robot.api`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_teardown_skipped/conftest.py:3:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_variables_list.py:3:6 Cannot resolve imported module `robot.libraries.BuiltIn`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_variables_not_in_scope_in_other_suites/test_one.py:3:6 Cannot resolve imported module `robot.libraries.BuiltIn`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_variables_not_in_scope_in_other_suites/test_two.py:3:6 Cannot resolve imported module `robot.libraries.BuiltIn`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_xfail_fails/test_foo.py:3:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_xfail_fails_no_reason/test_foo.py:3:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_xfail_passes/test_foo.py:3:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import tests/fixtures/test_python/test_xfail_passes_no_reason/test_foo.py:3:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import tests/fixtures/test_robot/test_keyword_decorator/foo.py:3:6 Cannot resolve imported module `robot.api`
pytest-robotframework unresolved-import tests/fixtures/test_robot/test_keyword_decorator_and_other_decorator/foo.py:6:6 Cannot resolve imported module `robot.api`
pytest-robotframework unresolved-import tests/fixtures/test_robot/test_keyword_decorator_class_library/ClassLibrary.py:5:6 Cannot resolve imported module `robot.api`
pytest-robotframework unresolved-import tests/fixtures/test_robot/test_listener_calls_log_file/Listener.py:7:6 Cannot resolve imported module `robot.api.interfaces`
pytest-robotframework unresolved-import tests/test_common.py:5:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import tests/test_common.py:6:6 Cannot resolve imported module `robot.conf.settings`
pytest-robotframework unresolved-import tests/test_python.py:11:6 Cannot resolve imported module `_pytest.assertion.util`
pytest-robotframework unresolved-import tests/test_python.py:12:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import tests/test_robot.py:6:6 Cannot resolve imported module `pytest`
pytest-robotframework unresolved-import tests/test_robot.py:12:10 Cannot resolve imported module `pytest`
pyodide unresolved-import pyodide-build/pyodide_build/cli/build.py:9:8 Cannot resolve imported module `requests`
pyodide unresolved-import pyodide-build/pyodide_build/cli/build.py:10:8 Cannot resolve imported module `typer`
pyodide unresolved-import pyodide-build/pyodide_build/cli/build.py:11:6 Cannot resolve imported module `build`
pyodide unused-ignore-comment pyodide-build/pyodide_build/cli/build.py:219:42 Unused blanket `type: ignore` directive
pyodide unresolved-import pyodide-build/pyodide_build/cli/build_recipes.py:5:8 Cannot resolve imported module `typer`
pyodide unresolved-import pyodide-build/pyodide_build/cli/clean.py:3:8 Cannot resolve imported module `typer`
pyodide unresolved-import pyodide-build/pyodide_build/cli/config.py:1:8 Cannot resolve imported module `typer`
pyodide unresolved-import pyodide-build/pyodide_build/cli/create_zipfile.py:4:8 Cannot resolve imported module `typer`
pyodide unresolved-import pyodide-build/pyodide_build/cli/py_compile.py:4:8 Cannot resolve imported module `typer`
pyodide unresolved-import pyodide-build/pyodide_build/cli/skeleton.py:7:8 Cannot resolve imported module `typer`
pyodide invalid-argument-type pyodide-build/pyodide_build/cli/skeleton.py:196:17 Argument to function `make_package` is incorrect: Expected `Literal["wheel", "sdist"] | None`, found `str`
pyodide unused-ignore-comment pyodide-build/pyodide_build/cli/skeleton.py:198:16 Unused blanket `type: ignore` directive
pyodide possibly-unresolved-reference pyodide-build/pyodide_build/cli/skeleton.py:201:45 Name `action` used when possibly not defined
pyodide possibly-unresolved-reference pyodide-build/pyodide_build/cli/skeleton.py:204:51 Name `action` used when possibly not defined
pyodide unresolved-import pyodide-build/pyodide_build/cli/venv.py:3:8 Cannot resolve imported module `typer`
pyodide unresolved-import pyodide-build/pyodide_build/cli/xbuildenv.py:3:8 Cannot resolve imported module `typer`
pyodide unresolved-import pyodide-build/pyodide_build/common.py:26:8 Cannot resolve imported module `platformdirs`
pyodide invalid-parameter-default pyodide-build/pyodide_build/common.py:147:65 Default value of type `None` is not assignable to annotated parameter type `str`
pyodide invalid-argument-type pyodide-build/pyodide_build/common.py:442:9 Argument to function `run_command` is incorrect: Expected `list[str]`, found `list[str | Path]`
pyodide invalid-argument-type pyodide-build/pyodide_build/common.py:452:9 Argument to function `run_command` is incorrect: Expected `list[str]`, found `list[str | Path]`
pyodide invalid-argument-type pyodide-build/pyodide_build/common.py:454:9 Argument to function `run_command` is incorrect: Expected `str | tuple[str, ...] | None`, found `tuple[Literal["ERROR: Packing wheel %s failed"], Path]`
pyodide invalid-argument-type pyodide-build/pyodide_build/common.py:492:9 Argument to function `run_command` is incorrect: Expected `list[str]`, found `list[str | Path]`
pyodide invalid-argument-type pyodide-build/pyodide_build/common.py:503:9 Argument to function `run_command` is incorrect: Expected `str | tuple[str, ...] | None`, found `tuple[Literal["ERROR: Retagging wheel %s to %s failed"], Path, str]`
pyodide unresolved-import pyodide-build/pyodide_build/create_package_index.py:5:6 Cannot resolve imported module `pyodide_lock.spec`
pyodide unresolved-import pyodide-build/pyodide_build/logger.py:6:6 Cannot resolve imported module `rich.console`
pyodide unresolved-import pyodide-build/pyodide_build/logger.py:7:6 Cannot resolve imported module `rich.highlighter`
pyodide unresolved-import pyodide-build/pyodide_build/logger.py:8:6 Cannot resolve imported module `rich.logging`
pyodide unresolved-import pyodide-build/pyodide_build/logger.py:9:6 Cannot resolve imported module `rich.theme`
pyodide invalid-method-override pyodide-build/pyodide_build/logger.py:66:9 Invalid override of method `format`: Definition is incompatible with `Formatter.format`
pyodide unresolved-import pyodide-build/pyodide_build/out_of_tree/build.py:5:6 Cannot resolve imported module `build`
pyodide unresolved-import pyodide-build/pyodide_build/out_of_tree/pypi.py:20:8 Cannot resolve imported module `requests`
pyodide unresolved-import pyodide-build/pyodide_build/out_of_tree/pypi.py:21:6 Cannot resolve imported module `build`
pyodide unresolved-import pyodide-build/pyodide_build/out_of_tree/pypi.py:25:6 Cannot resolve imported module `resolvelib`
pyodide unresolved-import pyodide-build/pyodide_build/out_of_tree/pypi.py:26:6 Cannot resolve imported module `resolvelib.providers`
pyodide unresolved-import pyodide-build/pyodide_build/out_of_tree/pypi.py:27:6 Cannot resolve imported module `unearth.evaluator`
pyodide unresolved-import pyodide-build/pyodide_build/out_of_tree/pypi.py:28:6 Cannot resolve imported module `unearth.finder`
pyodide possibly-unresolved-reference pyodide-build/pyodide_build/out_of_tree/pypi.py:220:24 Name `wheel_path` used when possibly not defined
pyodide possibly-unresolved-reference pyodide-build/pyodide_build/out_of_tree/pypi.py:289:23 Name `candidates` used when possibly not defined
pyodide invalid-argument-type pyodide-build/pyodide_build/out_of_tree/venv.py:95:9 Argument to function `run_command` is incorrect: Expected `list[str]`, found `list[str | Path]`
pyodide unresolved-attribute pyodide-build/pyodide_build/out_of_tree/venv.py:242:23 Module `sys` has no member `_base_executable`
pyodide invalid-argument-type pyodide-build/pyodide_build/out_of_tree/venv.py:306:9 Argument to function `run_command` is incorrect: Expected `list[str]`, found `list[str | Path]`
pyodide unresolved-import pyodide-build/pyodide_build/out_of_tree/venv.py:328:10 Cannot resolve imported module `virtualenv`
pyodide unresolved-import pyodide-build/pyodide_build/pypabuild.py:13:6 Cannot resolve imported module `build`
pyodide unresolved-import pyodide-build/pyodide_build/pypabuild.py:14:6 Cannot resolve imported module `build.env`
pyodide invalid-parameter-default pyodide-build/pyodide_build/pypabuild.py:52:5 Default value of type `None` is not assignable to annotated parameter type `_DefaultIsolatedEnv`
pyodide no-matching-overload pyodide-build/pyodide_build/pypabuild.py:266:5 No overload of function `copy2` matches arguments
pyodide no-matching-overload pyodide-build/pyodide_build/pypabuild.py:271:5 No overload of function `copy2` matches arguments
pyodide invalid-argument-type pyodide-build/pyodide_build/pywasmcross.py:20:21 Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
pyodide no-matching-overload pyodide-build/pyodide_build/pywasmcross.py:384:24 No overload of function `run` matches arguments
pyodide no-matching-overload pyodide-build/pyodide_build/pywasmcross.py:392:27 No overload of bound method `join` matches arguments
pyodide unresolved-import pyodide-build/pyodide_build/pywasmcross.py:632:14 Cannot resolve imported module `_f2c_fixes`
pyodide unresolved-import pyodide-build/pyodide_build/pywasmcross.py:645:14 Cannot resolve imported module `_f2c_fixes`
pyodide possibly-unresolved-reference pyodide-build/pyodide_build/pyzip.py:141:54 Name `_filterfunc` used when possibly not defined
pyodide unresolved-import pyodide-build/pyodide_build/recipe/builder.py:18:8 Cannot resolve imported module `requests`
pyodide possibly-unresolved-reference pyodide-build/pyodide_build/recipe/builder.py:330:49 Name `response` used when possibly not defined
pyodide possibly-unresolved-reference pyodide-build/pyodide_build/recipe/builder.py:332:33 Name `response` used when possibly not defined
pyodide invalid-argument-type pyodide-build/pyodide_build/recipe/builder.py:463:17 Argument to function `run_command` is incorrect: Expected `list[str]`, found `list[str | Unknown | Path]`
pyodide invalid-argument-type pyodide-build/pyodide_build/recipe/builder.py:465:17 Argument to function `run_command` is incorrect: Expected `str | tuple[str, ...] | None`, found `tuple[Literal["ERROR: Patch %s failed"], Unknown | Path]`
pyodide unresolved-import pyodide-build/pyodide_build/recipe/builder.py:745:10 Cannot resolve imported module `auditwheel_emscripten`
pyodide unresolved-import pyodide-build/pyodide_build/recipe/builder.py:746:10 Cannot resolve imported module `auditwheel_emscripten.wheel_utils`
pyodide invalid-argument-type pyodide-build/pyodide_build/recipe/builder.py:797:53 Argument to function `find_matching_wheel` is incorrect: Expected `str`, found `str | None`
pyodide unused-ignore-comment pyodide-build/pyodide_build/recipe/cleanup.py:62:43 Unused blanket `type: ignore` directive
pyodide unresolved-import pyodide-build/pyodide_build/recipe/graph_builder.py:21:6 Cannot resolve imported module `pyodide_lock`
pyodide unresolved-import pyodide-build/pyodide_build/recipe/graph_builder.py:22:6 Cannot resolve imported module `pyodide_lock.spec`
pyodide unresolved-import pyodide-build/pyodide_build/recipe/graph_builder.py:23:6 Cannot resolve imported module `pyodide_lock.utils`
pyodide unresolved-import pyodide-build/pyodide_build/recipe/graph_builder.py:24:6 Cannot resolve imported module `rich.live`
pyodide unresolved-import pyodide-build/pyodide_build/recipe/graph_builder.py:25:6 Cannot resolve imported module `rich.progress`
pyodide unresolved-import pyodide-build/pyodide_build/recipe/graph_builder.py:26:6 Cannot resolve imported module `rich.spinner`
pyodide unresolved-import pyodide-build/pyodide_build/recipe/graph_builder.py:27:6 Cannot resolve imported module `rich.table`
pyodide possibly-unresolved-reference pyodide-build/pyodide_build/recipe/loader.py:73:42 Name `tag` used when possibly not defined
pyodide unresolved-import pyodide-build/pyodide_build/recipe/skeleton.py:16:6 Cannot resolve imported module `ruamel.yaml`
pyodide invalid-argument-type pyodide-build/pyodide_build/recipe/skeleton.py:273:47 Argument to function `_find_dist` is incorrect: Expected `list[Literal["wheel", "sdist"]]`, found `list[Unknown | str]`
pyodide invalid-argument-type pyodide-build/pyodide_build/recipe/skeleton.py:418:47 Argument to function `_find_dist` is incorrect: Expected `list[Literal["wheel", "sdist"]]`, found `list[Unknown | str]`
pyodide possibly-unresolved-reference pyodide-build/pyodide_build/recipe/skeleton.py:526:12 Name `line` used when possibly not defined
pyodide unresolved-import pyodide-build/pyodide_build/recipe/spec.py:167:14 Cannot resolve imported module `ruamel.yaml`
pyodide unresolved-import pyodide-build/pyodide_build/recipe/spec.py:186:14 Cannot resolve imported module `ruamel.yaml`
pyodide unresolved-import pyodide-build/pyodide_build/tests/conftest.py:5:8 Cannot resolve imported module `pytest`
pyodide unresolved-import pyodide-build/pyodide_build/tests/recipe/test_bash_runner.py:41:10 Cannot resolve imported module `pytest`
pyodide unresolved-import pyodide-build/pyodide_build/tests/recipe/test_builder.py:8:8 Cannot resolve imported module `pytest`
pyodide invalid-argument-type pyodide-build/pyodide_build/tests/recipe/test_builder.py:242:9 Argument is incorrect: Expected `Path | None`, found `str`
pyodide unresolved-import pyodide-build/pyodide_build/tests/recipe/test_graph_builder.py:7:8 Cannot resolve imported module `pytest`
pyodide unresolved-import pyodide-build/pyodide_build/tests/recipe/test_graph_builder.py:8:6 Cannot resolve imported module `pyodide_lock.spec`
pyodide unresolved-import pyodide-build/pyodide_build/tests/recipe/test_loader.py:3:8 Cannot resolve imported module `pytest`
pyodide unresolved-import pyodide-build/pyodide_build/tests/recipe/test_skeleton.py:7:8 Cannot resolve imported module `pytest`
pyodide invalid-argument-type pyodide-build/pyodide_build/tests/recipe/test_skeleton.py:108:9 Argument is incorrect: Expected `_PackageSpec`, found `dict[Unknown | str, Unknown | str]`
pyodide invalid-argument-type pyodide-build/pyodide_build/tests/recipe/test_skeleton.py:109:9 Argument is incorrect: Expected `_SourceSpec`, found `dict[Unknown | str, Unknown | str]`
pyodide invalid-argument-type pyodide-build/pyodide_build/tests/recipe/test_skeleton.py:113:9 Argument is incorrect: Expected `_TestSpec`, found `dict[Unknown | str, Unknown | list[Unknown | str]]`
pyodide invalid-argument-type pyodide-build/pyodide_build/tests/recipe/test_skeleton.py:216:9 Argument is incorrect: Expected `_PackageSpec`, found `dict[Unknown | str, Unknown | str | bool]`
pyodide invalid-argument-type pyodide-build/pyodide_build/tests/recipe/test_skeleton.py:217:9 Argument is incorrect: Expected `_SourceSpec`, found `dict[Unknown | str, Unknown | str]`
pyodide invalid-argument-type pyodide-build/pyodide_build/tests/recipe/test_skeleton.py:221:9 Argument is incorrect: Expected `_TestSpec`, found `dict[Unknown | str, Unknown | list[Unknown | str]]`
pyodide unresolved-import pyodide-build/pyodide_build/tests/recipe/test_spec.py:1:8 Cannot resolve imported module `pytest`
pyodide invalid-argument-type pyodide-build/pyodide_build/tests/recipe/test_spec.py:18:13 Argument is incorrect: Expected `_PackageSpec`, found `dict[Unknown | str, Unknown | str]`
pyodide invalid-argument-type pyodide-build/pyodide_build/tests/recipe/test_spec.py:19:13 Argument is incorrect: Expected `_SourceSpec`, found `dict[Unknown | str, Unknown | str]`
pyodide invalid-argument-type pyodide-build/pyodide_build/tests/recipe/test_spec.py:20:13 Argument is incorrect: Expected `_RequirementsSpec`, found `dict[Unknown | str, Unknown | list[Unknown | str]]`
pyodide invalid-argument-type pyodide-build/pyodide_build/tests/recipe/test_spec.py:29:30 Argument is incorrect: Expected `Path | None`, found `Literal["b"]`
pyodide invalid-argument-type pyodide-build/pyodide_build/tests/recipe/test_spec.py:37:21 Argument is incorrect: Expected `Path | None`, found `Literal["b"]`
pyodide invalid-argument-type pyodide-build/pyodide_build/tests/recipe/test_spec.py:54:9 Argument is incorrect: Expected `_PackageSpec`, found `dict[Unknown | str, Unknown | str]`
pyodide invalid-argument-type pyodide-build/pyodide_build/tests/recipe/test_spec.py:55:9 Argument is incorrect: Expected `_SourceSpec`, found `dict[Unknown | str, Unknown | str]`
pyodide invalid-argument-type pyodide-build/pyodide_build/tests/recipe/test_spec.py:56:9 Argument is incorrect: Expected `_RequirementsSpec`, found `dict[Unknown | str, Unknown | list[Unknown]]`
pyodide invalid-argument-type pyodide-build/pyodide_build/tests/recipe/test_spec.py:71:9 Argument is incorrect: Expected `_PackageSpec`, found `dict[Unknown | str, Unknown | str]`
pyodide invalid-argument-type pyodide-build/pyodide_build/tests/recipe/test_spec.py:72:9 Argument is incorrect: Expected `_SourceSpec`, found `dict[Unknown | str, Unknown | str]`
pyodide possibly-missing-attribute pyodide-build/pyodide_build/tests/recipe/test_unvendor.py:17:12 Attribute `exists` may be missing on object of type `Path | None`
pyodide possibly-missing-attribute pyodide-build/pyodide_build/tests/recipe/test_unvendor.py:18:12 Attribute `name` may be missing on object of type `Path | None`
pyodide invalid-argument-type pyodide-build/pyodide_build/tests/recipe/test_unvendor.py:21:27 Argument to function `unpack_archive` is incorrect: Expected `str | PathLike[str]`, found `Path | None`
pyodide possibly-missing-attribute pyodide-build/pyodide_build/tests/recipe/test_unvendor.py:54:12 Attribute `exists` may be missing on object of type `Path | None`
pyodide possibly-missing-attribute pyodide-build/pyodide_build/tests/recipe/test_unvendor.py:55:12 Attribute `name` may be missing on object of type `Path | None`
pyodide invalid-argument-type pyodide-build/pyodide_build/tests/recipe/test_unvendor.py:58:27 Argument to function `unpack_archive` is incorrect: Expected `str | PathLike[str]`, found `Path | None`
pyodide unresolved-import pyodide-build/pyodide_build/tests/test_build_env.py:3:8 Cannot resolve imported module `pytest`
pyodide unused-ignore-comment pyodide-build/pyodide_build/tests/test_build_env.py:174:41 Unused blanket `type: ignore` directive
pyodide unresolved-import pyodide-build/pyodide_build/tests/test_cli.py:6:8 Cannot resolve imported module `pytest`
pyodide unresolved-import pyodide-build/pyodide_build/tests/test_cli.py:7:8 Cannot resolve imported module `typer`
pyodide unresolved-import pyodide-build/pyodide_build/tests/test_cli.py:8:6 Cannot resolve imported module `typer.testing`
pyodide possibly-unresolved-reference pyodide-build/pyodide_build/tests/test_cli.py:343:14 Name `target_path` used when possibly not defined
pyodide possibly-missing-attribute pyodide-build/pyodide_build/tests/test_cli.py:453:25 Submodule `build` may not be available as an attribute on module `pyodide_build.cli`
pyodide possibly-missing-attribute pyodide-build/pyodide_build/tests/test_cli.py:454:25 Submodule `build` may not be available as an attribute on module `pyodide_build.cli`
pyodide possibly-missing-attribute pyodide-build/pyodide_build/tests/test_cli.py:456:25 Submodule `out_of_tree` may not be available as an attribute on module `pyodide_build`
pyodide possibly-missing-attribute pyodide-build/pyodide_build/tests/test_cli.py:520:25 Submodule `build` may not be available as an attribute on module `pyodide_build.cli`
pyodide possibly-missing-attribute pyodide-build/pyodide_build/tests/test_cli.py:521:25 Submodule `out_of_tree` may not be available as an attribute on module `pyodide_build`
pyodide unresolved-import pyodide-build/pyodide_build/tests/test_cli_clean.py:3:6 Cannot resolve imported module `typer.testing`
pyodide unresolved-import pyodide-build/pyodide_build/tests/test_cli_install_emscripten.py:6:6 Cannot resolve imported module `typer.testing`
pyodide unresolved-import pyodide-build/pyodide_build/tests/test_cli_xbuildenv.py:6:8 Cannot resolve imported module `pytest`
pyodide unresolved-import pyodide-build/pyodide_build/tests/test_cli_xbuildenv.py:7:6 Cannot resolve imported module `pyodide_lock`
pyodide unresolved-import pyodide-build/pyodide_build/tests/test_cli_xbuildenv.py:8:6 Cannot resolve imported module `typer.testing`
pyodide unresolved-import pyodide-build/pyodide_build/tests/test_common.py:4:8 Cannot resolve imported module `pytest`
pyodide unresolved-import pyodide-build/pyodide_build/tests/test_common.py:162:12 Cannot resolve imported module `platformdirs`
pyodide unresolved-import pyodide-build/pyodide_build/tests/test_common.py:173:12 Cannot resolve imported module `platformdirs`
pyodide unresolved-import pyodide-build/pyodide_build/tests/test_common.py:211:12 Cannot resolve imported module `platformdirs`
pyodide unresolved-import pyodide-build/pyodide_build/tests/test_install_emscripten.py:6:8 Cannot resolve imported module `pytest`
pyodide unused-ignore-comment pyodide-build/pyodide_build/tests/test_oot_build.py:30:27 Unused blanket `type: ignore` directive
pyodide unresolved-import pyodide-build/pyodide_build/tests/test_py_compile.py:10:8 Cannot resolve imported module `pytest`
pyodide unresolved-import pyodide-build/pyodide_build/tests/test_py_compile.py:131:12 Cannot resolve imported module `_py_compile_test_a`
pyodide unresolved-import pyodide-build/pyodide_build/tests/test_py_compile.py:135:12 Cannot resolve imported module `_py_compile_test_b`
pyodide unused-ignore-comment pyodide-build/pyodide_build/tests/test_pypabuild.py:27:44 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment pyodide-build/pyodide_build/tests/test_pypabuild.py:31:70 Unused blanket `type: ignore` directive
pyodide unresolved-import pyodide-build/pyodide_build/tests/test_pypi.py:11:8 Cannot resolve imported module `pytest`
pyodide unresolved-import pyodide-build/pyodide_build/tests/test_pypi.py:12:8 Cannot resolve imported module `typer`
pyodide unresolved-import pyodide-build/pyodide_build/tests/test_pypi.py:13:6 Cannot resolve imported module `typer.testing`
pyodide unused-ignore-comment pyodide-build/pyodide_build/tests/test_pypi.py:203:88 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment pyodide-build/pyodide_build/tests/test_pypi.py:205:81 Unused blanket `type: ignore` directive
pyodide unresolved-import pyodide-build/pyodide_build/tests/test_pywasmcross.py:3:8 Cannot resolve imported module `pytest`
pyodide unresolved-import pyodide-build/pyodide_build/tests/test_pyzip.py:75:12 Cannot resolve imported module `hello_pyodide`
pyodide unresolved-import pyodide-build/pyodide_build/tests/test_pyzip.py:80:12 Cannot resolve imported module `bye_pyodide`
pyodide unresolved-import pyodide-build/pyodide_build/tests/test_venv.py:7:8 Cannot resolve imported module `pytest`
pyodide unsupported-operator pyodide-build/pyodide_build/tests/test_venv.py:113:16 Operator `in` is not supported between objects of type `Unknown` and `None`
pyodide unresolved-import pyodide-build/pyodide_build/tests/test_xbuildenv.py:5:8 Cannot resolve imported module `pytest`
pyodide unsupported-operator pyodide-build/pyodide_build/tests/test_xbuildenv.py:388:16 Operator `in` is not supported between objects of type `Literal["does not match the Python version"]` and `str | None`
pyodide unsupported-operator pyodide-build/pyodide_build/tests/test_xbuildenv.py:397:16 Operator `>=` is not supported between objects of type `str | None` and `Literal["0.28.2"]`
pyodide unsupported-operator pyodide-build/pyodide_build/tests/test_xbuildenv.py:400:16 Operator `>=` is not supported between objects of type `str | None` and `Literal["0.27.7"]`
pyodide unresolved-import pyodide-build/pyodide_build/tests/test_xbuildenv_releases.py:4:8 Cannot resolve imported module `pytest`
pyodide unresolved-import pyodide-build/pyodide_build/tests/test_xbuildenv_releases.py:5:8 Cannot resolve imported module `requests`
pyodide invalid-argument-type pyodide-build/pyodide_build/tests/test_xbuildenv_releases.py:86:35 Argument is incorrect: Expected `dict[str, CrossBuildEnvReleaseSpec]`, found `Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]`
pyodide invalid-argument-type pyodide-build/pyodide_build/tests/test_xbuildenv_releases.py:98:35 Argument is incorrect: Expected `dict[str, CrossBuildEnvReleaseSpec]`, found `Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]`
pyodide invalid-argument-type pyodide-build/pyodide_build/tests/test_xbuildenv_releases.py:124:35 Argument is incorrect: Expected `dict[str, CrossBuildEnvReleaseSpec]`, found `Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]`
pyodide invalid-argument-type pyodide-build/pyodide_build/tests/test_xbuildenv_releases.py:133:35 Argument is incorrect: Expected `dict[str, CrossBuildEnvReleaseSpec]`, found `Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]`
pyodide invalid-argument-type pyodide-build/pyodide_build/tests/test_xbuildenv_releases.py:156:35 Argument is incorrect: Expected `dict[str, CrossBuildEnvReleaseSpec]`, found `Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]`
pyodide unresolved-import pyodide-build/pyodide_build/uv_helper.py:15:16 Cannot resolve imported module `uv`
pyodide invalid-return-type pyodide-build/pyodide_build/uv_helper.py:28:12 Return type does not match returned value: expected `bool`, found `(str & ~AlwaysTruthy) | None | bool`
pyodide unresolved-import pyodide-build/pyodide_build/vendor/_pypabuild.py:32:6 Cannot resolve imported module `build`
pyodide unresolved-import pyodide-build/pyodide_build/vendor/_pypabuild.py:38:6 Cannot resolve imported module `build.env`
pyodide unused-ignore-comment pyodide-build/pyodide_build/vendor/_pypabuild.py:124:44 Unused blanket `type: ignore` directive
pyodide unresolved-import pyodide-build/pyodide_build/xbuildenv.py:7:6 Cannot resolve imported module `pyodide_lock`
pyodide possibly-unresolved-reference pyodide-build/pyodide_build/xbuildenv.py:175:39 Name `default_url` used when possibly not defined
pyodide possibly-unresolved-reference pyodide-build/pyodide_build/xbuildenv.py:176:28 Name `default_url` used when possibly not defined
pyodide no-matching-overload pyodide-build/pyodide_build/xbuildenv_releases.py:220:11 No overload of bound method `get` matches arguments
pyodide unresolved-import pyodide-build/pyodide_build/xbuildenv_releases.py:239:16 Cannot resolve imported module `requests`
pyodide invalid-method-override src/py/_pyodide/_core_docs.py:976:9 Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
pyodide invalid-method-override src/py/_pyodide/_core_docs.py:985:9 Invalid override of method `__setitem__`: Definition is incompatible with `MutableSequence.__setitem__`
pyodide invalid-method-override src/py/_pyodide/_core_docs.py:988:9 Invalid override of method `__delitem__`: Definition is incompatible with `MutableSequence.__delitem__`
pyodide invalid-method-override src/py/_pyodide/_core_docs.py:994:9 Invalid override of method `extend`: Definition is incompatible with `MutableSequence.extend`
pyodide invalid-method-override src/py/_pyodide/_core_docs.py:1011:9 Invalid override of method `append`: Definition is incompatible with `MutableSequence.append`
pyodide invalid-method-override src/py/_pyodide/_core_docs.py:1021:9 Invalid override of method `count`: Definition is incompatible with `Sequence.count`
pyodide unused-ignore-comment src/py/_pyodide/jsbind.py:10:23 Unused blanket `type: ignore` directive
pyodide unresolved-import src/py/_pyodide/jsbind.py:12:5 Module `typing` has no member `_AnnotatedAlias`
pyodide unresolved-import src/py/_pyodide/jsbind.py:13:5 Module `typing` has no member `_GenericAlias`
pyodide unresolved-import src/py/_pyodide/jsbind.py:14:5 Module `typing` has no member `_UnionGenericAlias`
pyodide unresolved-import src/py/_pyodide/jsbind.py:18:6 Cannot resolve imported module `_pyodide_core`
pyodide unused-ignore-comment src/py/_pyodide/jsbind.py:43:35 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment src/py/_pyodide/jsbind.py:58:35 Unused blanket `type: ignore` directive
pyodide unresolved-import src/py/pyodide/_package_loader.py:13:10 Cannot resolve imported module `pyodide_js`
pyodide unresolved-import src/py/pyodide/_run_js.py:11:20 Module `js` has no member `eval`
pyodide unresolved-import src/py/pyodide/code.py:22:20 Module `js` has no member `eval`
pyodide unused-ignore-comment src/py/pyodide/console.py:7:23 Unused blanket `type: ignore` directive
pyodide unresolved-import src/py/pyodide/console.py:10:5 Module `codeop` has no member `PyCF_ALLOW_INCOMPLETE_INPUT`
pyodide unresolved-import src/py/pyodide/console.py:11:5 Module `codeop` has no member `PyCF_DONT_IMPLY_DEDENT`
pyodide unresolved-import src/py/pyodide/console.py:12:5 Module `codeop` has no member `_features`
pyodide unresolved-attribute src/py/pyodide/console.py:504:9 Unresolved attribute `last_exc` on type `<module 'sys'>`.
pyodide unresolved-attribute src/py/pyodide/console.py:526:9 Unresolved attribute `last_exc` on type `<module 'sys'>`.
pyodide unresolved-import src/py/pyodide/console.py:619:14 Cannot resolve imported module `pyodide_js`
pyodide unresolved-import src/py/pyodide/ffi/__init__.py:12:12 Cannot resolve imported module `_pyodide_core`
pyodide unresolved-import src/py/pyodide/ffi/wrappers.py:15:20 Module `js` has no member `clearInterval`
pyodide unresolved-import src/py/pyodide/ffi/wrappers.py:15:35 Module `js` has no member `clearTimeout`
pyodide unresolved-import src/py/pyodide/ffi/wrappers.py:15:49 Module `js` has no member `setInterval`
pyodide unresolved-import src/py/pyodide/ffi/wrappers.py:15:62 Module `js` has no member `setTimeout`
pyodide unresolved-import src/py/pyodide/http/__init__.py:14:24 Module `js` has no member `XMLHttpRequest`
pyodide unresolved-import src/py/pyodide/http/_pyfetch.py:21:24 Module `js` has no member `AbortController`
pyodide unresolved-import src/py/pyodide/http/_pyfetch.py:21:41 Module `js` has no member `AbortSignal`
pyodide unresolved-import src/py/pyodide/http/_pyfetch.py:21:54 Module `js` has no member `Object`
pyodide unresolved-import src/py/pyodide/http/_pyfetch.py:21:62 Module `js` has no member `Request`
pyodide unresolved-import src/py/pyodide/http/_pyfetch.py:22:24 Module `js` has no member `fetch`
pyodide unresolved-import src/py/pyodide/http/_pyfetch.py:23:14 Cannot resolve imported module `pyodide_js._api`
pyodide unused-ignore-comment src/py/pyodide/http/_pyfetch.py:30:29 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment src/py/pyodide/http/_pyfetch.py:33:25 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment src/py/pyodide/http/_pyfetch.py:36:21 Unused blanket `type: ignore` directive
pyodide unresolved-import src/py/pyodide/http/pyxhr.py:30:24 Module `js` has no member `XMLHttpRequest`
pyodide unresolved-import src/py/pyodide/webloop.py:18:10 Cannot resolve imported module `pyodide_js._api`
pyodide instance-layout-conflict src/py/pyodide/webloop.py:169:7 Class will raise `TypeError` at runtime due to incompatible bases: Bases `Task` and `PyodideFuture` cannot be combined in multiple inheritance
pyodide unresolved-import src/py/pyodide/webloop.py:365:14 Cannot resolve imported module `pyodide_js._api`
pyodide unused-ignore-comment src/py/pyodide/webloop.py:391:21 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment src/py/pyodide/webloop.py:407:32 Unused blanket `type: ignore` directive
pyodide possibly-unresolved-reference src/py/pyodide/webloop.py:479:55 Name `exc` used when possibly not defined
pyodide unused-ignore-comment src/py/pyodide/webloop.py:501:56 Unused blanket `type: ignore` directive
pyodide invalid-method-override src/py/pyodide/webloop.py:547:9 Invalid override of method `create_task`: Definition is incompatible with `AbstractEventLoop.create_task`
pyodide unused-ignore-comment src/py/pyodide/webloop.py:732:49 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment src/py/pyodide/webloop.py:738:49 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment src/py/pyodide/webloop.py:914:58 Unused blanket `type: ignore` directive
pyodide unresolved-import src/py/pyodide/webloop.py:956:10 Cannot resolve imported module `pyodide_js._api`
pyodide unknown-argument src/py/pyodide/webloop.py:962:41 Argument `loop_factory` does not match any known parameter of function `run`
pyodide invalid-assignment src/py/pyodide/webloop.py:980:5 Implicit shadowing of function `run`
pyodide invalid-assignment src/py/pyodide/webloop.py:981:5 Implicit shadowing of function `sleep`
pyodide unresolved-import src/py/webbrowser.py:43:20 Module `js` has no member `window`
pyodide unresolved-import src/tests/test_asyncio.py:4:8 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_asyncio.py:5:6 Cannot resolve imported module `pytest_pyodide`
pyodide unresolved-import src/tests/test_asyncio.py:7:6 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_asyncio.py:339:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_asyncio.py:430:24 Module `js` has no member `fetch`
pyodide division-by-zero src/tests/test_asyncio.py:451:13 Cannot divide object of type `Literal[1]` by zero
pyodide unresolved-import src/tests/test_browser_apis.py:1:8 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_browser_apis.py:2:6 Cannot resolve imported module `pytest_pyodide`
pyodide unresolved-import src/tests/test_browser_apis.py:15:10 Cannot resolve imported module `pyodide.ffi.wrappers`
pyodide unresolved-import src/tests/test_browser_apis.py:33:10 Cannot resolve imported module `pyodide.ffi.wrappers`
pyodide unresolved-import src/tests/test_browser_apis.py:52:10 Cannot resolve imported module `pyodide.ffi.wrappers`
pyodide unresolved-import src/tests/test_browser_apis.py:82:10 Cannot resolve imported module `pyodide.ffi.wrappers`
pyodide unresolved-import src/tests/test_browser_apis.py:108:10 Cannot resolve imported module `pyodide.ffi.wrappers`
pyodide unresolved-import src/tests/test_browser_apis.py:128:10 Cannot resolve imported module `pyodide.ffi.wrappers`
pyodide unresolved-import src/tests/test_browser_apis.py:157:10 Cannot resolve imported module `pyodide.ffi.wrappers`
pyodide unresolved-import src/tests/test_browser_apis.py:206:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_browser_apis.py:215:10 Cannot resolve imported module `pyodide.ffi.wrappers`
pyodide unresolved-import src/tests/test_browser_apis.py:227:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_browser_apis.py:236:10 Cannot resolve imported module `pyodide.ffi.wrappers`
pyodide unresolved-import src/tests/test_browser_apis.py:246:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_browser_apis.py:265:10 Cannot resolve imported module `pyodide.ffi.wrappers`
pyodide unresolved-import src/tests/test_browser_apis.py:284:10 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_browser_apis.py:286:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_browser_apis.py:295:10 Cannot resolve imported module `pyodide.ffi.wrappers`
pyodide unresolved-import src/tests/test_browser_apis.py:306:10 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_browser_apis.py:308:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_browser_apis.py:317:10 Cannot resolve imported module `pyodide.ffi.wrappers`
pyodide unresolved-import src/tests/test_bz2.py:1:6 Cannot resolve imported module `pytest_pyodide`
pyodide unresolved-import src/tests/test_canvas.py:1:8 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_cmdline_runner.py:10:8 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_cmdline_runner.py:12:8 Cannot resolve imported module `pyodide`
pyodide unresolved-import src/tests/test_cmdline_runner.py:13:6 Cannot resolve imported module `pyodide_build.build_env`
pyodide unresolved-import src/tests/test_cmdline_runner.py:18:6 Cannot resolve imported module `pyodide_build.xbuildenv`
pyodide call-non-callable src/tests/test_cmdline_runner.py:192:5 Object of type `None` is not callable
pyodide unresolved-import src/tests/test_common.py:1:8 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_common.py:5:10 Cannot resolve imported module `pyodide.common`
pyodide unresolved-import src/tests/test_common.py:21:10 Cannot resolve imported module `pyodide.common`
pyodide unresolved-import src/tests/test_common.py:33:10 Cannot resolve imported module `pyodide.common`
pyodide unresolved-import src/tests/test_common.py:56:10 Cannot resolve imported module `pyodide.common`
pyodide unresolved-import src/tests/test_compat.py:4:8 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_console.py:6:8 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_console.py:7:6 Cannot resolve imported module `pytest_pyodide`
pyodide unresolved-import src/tests/test_console.py:9:6 Cannot resolve imported module `pyodide`
pyodide unresolved-import src/tests/test_console.py:10:6 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_console.py:11:6 Cannot resolve imported module `pyodide.console`
pyodide unresolved-import src/tests/test_console.py:296:10 Cannot resolve imported module `pyodide.console`
pyodide unresolved-import src/tests/test_console.py:309:10 Cannot resolve imported module `pyodide.console`
pyodide unresolved-import src/tests/test_console.py:322:10 Cannot resolve imported module `pyodide.console`
pyodide unresolved-import src/tests/test_console.py:333:10 Cannot resolve imported module `pyodide.console`
pyodide unresolved-import src/tests/test_core_python.py:6:8 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_filesystem.py:6:8 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_filesystem.py:7:6 Cannot resolve imported module `pytest_pyodide`
pyodide unresolved-import src/tests/test_filesystem.py:43:14 Cannot resolve imported module `test_idbfs`
pyodide unresolved-import src/tests/test_filesystem.py:377:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_filesystem.py:406:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_filesystem.py:408:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:5:8 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:6:6 Cannot resolve imported module `hypothesis`
pyodide unresolved-import src/tests/test_jsproxy.py:7:6 Cannot resolve imported module `hypothesis`
pyodide unresolved-import src/tests/test_jsproxy.py:8:6 Cannot resolve imported module `pytest_pyodide`
pyodide unresolved-import src/tests/test_jsproxy.py:9:6 Cannot resolve imported module `pytest_pyodide.hypothesis`
pyodide unresolved-import src/tests/test_jsproxy.py:89:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:91:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:92:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_jsproxy.py:104:20 Module `js` has no member `document`
pyodide unresolved-import src/tests/test_jsproxy.py:140:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:162:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:170:20 Module `js` has no member `ImageData`
pyodide unresolved-import src/tests/test_jsproxy.py:215:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:217:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:284:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:539:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-attribute src/tests/test_jsproxy.py:541:5 Module `js` has no member `setTimeout`
pyodide unresolved-attribute src/tests/test_jsproxy.py:542:5 Module `js` has no member `fetch`
pyodide unresolved-import src/tests/test_jsproxy.py:547:20 Module `js` has no member `fetch`
pyodide unresolved-import src/tests/test_jsproxy.py:555:20 Module `js` has no member `self`
pyodide unresolved-attribute src/tests/test_jsproxy.py:557:12 Module `js` has no member `Float64Array`
pyodide unresolved-import src/tests/test_jsproxy.py:602:20 Module `js` has no member `Array`
pyodide unresolved-import src/tests/test_jsproxy.py:602:27 Module `js` has no member `self`
pyodide unresolved-attribute src/tests/test_jsproxy.py:607:12 Module `js` has no member `self`
pyodide unresolved-attribute src/tests/test_jsproxy.py:608:12 Module `js` has no member `self`
pyodide unresolved-import src/tests/test_jsproxy.py:703:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:728:10 Cannot resolve imported module `pyodide.code`
pyodide unused-ignore-comment src/tests/test_jsproxy.py:817:17 Unused blanket `type: ignore` directive
pyodide unresolved-import src/tests/test_jsproxy.py:826:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1020:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1056:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1145:20 Module `js` has no member `Uint8Array`
pyodide unresolved-import src/tests/test_jsproxy.py:1164:20 Module `js` has no member `Uint8Array`
pyodide unresolved-import src/tests/test_jsproxy.py:1179:12 Cannot resolve imported module `pyodide_js`
pyodide unresolved-import src/tests/test_jsproxy.py:1180:20 Module `js` has no member `Uint8Array`
pyodide unresolved-import src/tests/test_jsproxy.py:1208:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1226:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1242:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1259:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1288:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:1290:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1291:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_jsproxy.py:1300:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1310:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1321:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1345:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1364:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1378:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:1390:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1406:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:1408:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1421:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1441:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_jsproxy.py:1461:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_jsproxy.py:1497:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_jsproxy.py:1509:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:1511:10 Cannot resolve imported module `pyodide.ffi`
pyodide unused-ignore-comment src/tests/test_jsproxy.py:1533:21 Unused blanket `type: ignore` directive
pyodide unresolved-import src/tests/test_jsproxy.py:1546:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_jsproxy.py:1562:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1570:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:1591:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1597:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:1608:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:1610:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1611:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_jsproxy.py:1639:10 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:1641:20 Module `js` has no member `ArrayBuffer`
pyodide unresolved-import src/tests/test_jsproxy.py:1642:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1643:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_jsproxy.py:1705:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_jsproxy.py:1726:10 Cannot resolve imported module `pyodide.code`
pyodide possibly-unresolved-reference src/tests/test_jsproxy.py:1736:12 Name `x` used when possibly not defined
pyodide possibly-unresolved-reference src/tests/test_jsproxy.py:1737:12 Name `y` used when possibly not defined
pyodide possibly-unresolved-reference src/tests/test_jsproxy.py:1743:12 Name `x` used when possibly not defined
pyodide possibly-unresolved-reference src/tests/test_jsproxy.py:1744:12 Name `y` used when possibly not defined
pyodide possibly-unresolved-reference src/tests/test_jsproxy.py:1745:12 Name `l` used when possibly not defined
pyodide possibly-unresolved-reference src/tests/test_jsproxy.py:1751:12 Name `x` used when possibly not defined
pyodide possibly-unresolved-reference src/tests/test_jsproxy.py:1752:12 Name `y` used when possibly not defined
pyodide possibly-unresolved-reference src/tests/test_jsproxy.py:1758:12 Name `x` used when possibly not defined
pyodide possibly-unresolved-reference src/tests/test_jsproxy.py:1759:12 Name `y` used when possibly not defined
pyodide unresolved-import src/tests/test_jsproxy.py:1771:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:1773:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1788:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1819:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:1821:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1822:10 Cannot resolve imported module `pyodide.ffi`
pyodide unused-ignore-comment src/tests/test_jsproxy.py:1831:19 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment src/tests/test_jsproxy.py:1832:44 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment src/tests/test_jsproxy.py:1835:19 Unused blanket `type: ignore` directive
pyodide unresolved-import src/tests/test_jsproxy.py:1846:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1860:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1877:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:1879:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1921:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:1923:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1924:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_jsproxy.py:1965:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:1967:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:1968:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_jsproxy.py:2013:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:2014:10 Cannot resolve imported module `_pyodide_core`
pyodide unresolved-import src/tests/test_jsproxy.py:2016:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:2017:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_jsproxy.py:2069:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:2096:10 Cannot resolve imported module `_pyodide_core`
pyodide unresolved-import src/tests/test_jsproxy.py:2098:20 Module `js` has no member `JSON`
pyodide unresolved-import src/tests/test_jsproxy.py:2099:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:2100:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_jsproxy.py:2146:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:2148:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:2149:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_jsproxy.py:2177:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:2179:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:2180:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_jsproxy.py:2210:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:2212:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:2213:10 Cannot resolve imported module `pyodide.ffi`
pyodide unused-ignore-comment src/tests/test_jsproxy.py:2226:23 Unused blanket `type: ignore` directive
pyodide unresolved-import src/tests/test_jsproxy.py:2250:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:2252:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:2253:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_jsproxy.py:2297:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:2299:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:2300:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_jsproxy.py:2317:10 Cannot resolve imported module `pyodide.ffi`
pyodide unused-ignore-comment src/tests/test_jsproxy.py:2325:31 Unused blanket `type: ignore` directive
pyodide unresolved-import src/tests/test_jsproxy.py:2349:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:2351:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:2352:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_jsproxy.py:2391:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:2393:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:2394:10 Cannot resolve imported module `pyodide.ffi`
pyodide unused-ignore-comment src/tests/test_jsproxy.py:2409:25 Unused blanket `type: ignore` directive
pyodide unresolved-import src/tests/test_jsproxy.py:2424:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:2426:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:2427:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_jsproxy.py:2453:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:2455:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:2456:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_jsproxy.py:2503:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:2504:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_jsproxy.py:2521:10 Cannot resolve imported module `pyodide.ffi`
pyodide unused-ignore-comment src/tests/test_jsproxy.py:2529:38 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment src/tests/test_jsproxy.py:2530:38 Unused blanket `type: ignore` directive
pyodide unresolved-import src/tests/test_jsproxy.py:2539:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:2541:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:2542:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_jsproxy.py:2579:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:2580:10 Cannot resolve imported module `pyodide.ffi`
pyodide unused-ignore-comment src/tests/test_jsproxy.py:2607:34 Unused blanket `type: ignore` directive
pyodide unresolved-import src/tests/test_jsproxy.py:2615:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:2617:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:2684:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:2693:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:2695:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:2723:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:2725:20 Module `js` has no member `Array`
pyodide unresolved-import src/tests/test_jsproxy.py:2726:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:2727:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_jsproxy.py:2788:10 Cannot resolve imported module `_pyodide.jsbind`
pyodide unresolved-import src/tests/test_jsproxy.py:2806:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:2808:10 Cannot resolve imported module `pyodide.code`
pyodide unused-ignore-comment src/tests/test_jsproxy.py:2829:17 Unused blanket `type: ignore` directive
pyodide unresolved-import src/tests/test_jsproxy.py:2863:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_jsproxy.py:2865:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:2937:10 Cannot resolve imported module `_pyodide.jsbind`
pyodide unresolved-import src/tests/test_jsproxy.py:2938:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-global src/tests/test_jsproxy.py:2943:12 Invalid global declaration of `A`: `A` has no declarations or bindings in the global scope
pyodide unresolved-reference src/tests/test_jsproxy.py:2946:13 Name `A` used when not defined
pyodide unresolved-reference src/tests/test_jsproxy.py:2949:21 Name `A` used when not defined
pyodide unresolved-reference src/tests/test_jsproxy.py:2950:20 Name `A` used when not defined
pyodide unused-ignore-comment src/tests/test_jsproxy.py:2955:14 Unused blanket `type: ignore` directive
pyodide unresolved-import src/tests/test_jsproxy.py:2967:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:2985:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:3018:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_jsproxy.py:3052:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_package_loading.py:6:8 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_package_loading.py:7:6 Cannot resolve imported module `pytest_pyodide`
pyodide unresolved-import src/tests/test_package_loading.py:416:10 Cannot resolve imported module `pyodide._package_loader`
pyodide unresolved-import src/tests/test_package_loading.py:456:10 Cannot resolve imported module `pyodide._package_loader`
pyodide unresolved-import src/tests/test_package_loading.py:491:10 Cannot resolve imported module `pyodide._package_loader`
pyodide unresolved-import src/tests/test_package_loading.py:510:10 Cannot resolve imported module `pyodide._package_loader`
pyodide unresolved-import src/tests/test_package_loading.py:543:10 Cannot resolve imported module `pyodide._package_loader`
pyodide unresolved-import src/tests/test_package_loading.py:649:10 Cannot resolve imported module `pyodide._package_loader`
pyodide unresolved-import src/tests/test_package_loading.py:657:10 Cannot resolve imported module `pyodide`
pyodide unresolved-import src/tests/test_package_loading.py:1021:16 Cannot resolve imported module `dummy_pkg`
pyodide unresolved-import src/tests/test_pyodide.py:10:8 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_pyodide.py:11:6 Cannot resolve imported module `pytest_pyodide`
pyodide unresolved-import src/tests/test_pyodide.py:14:6 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyodide.py:45:10 Cannot resolve imported module `_pyodide._base`
pyodide unresolved-import src/tests/test_pyodide.py:65:10 Cannot resolve imported module `_pyodide._base`
pyodide unused-ignore-comment src/tests/test_pyodide.py:107:36 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment src/tests/test_pyodide.py:108:45 Unused blanket `type: ignore` directive
pyodide unresolved-import src/tests/test_pyodide.py:235:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyodide.py:292:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyodide.py:768:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_pyodide.py:770:20 Module `js` has no member `DOMException`
pyodide unresolved-import src/tests/test_pyodide.py:771:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyodide.py:801:10 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_pyodide.py:803:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyodide.py:804:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyodide.py:832:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyodide.py:833:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyodide.py:884:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyodide.py:885:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyodide.py:898:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyodide.py:899:10 Cannot resolve imported module `pyodide.ffi`
pyodide unused-ignore-comment src/tests/test_pyodide.py:901:13 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment src/tests/test_pyodide.py:908:22 Unused blanket `type: ignore` directive
pyodide unresolved-import src/tests/test_pyodide.py:914:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_pyodide.py:916:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyodide.py:917:10 Cannot resolve imported module `pyodide.ffi`
pyodide unused-ignore-comment src/tests/test_pyodide.py:920:27 Unused blanket `type: ignore` directive
pyodide unresolved-import src/tests/test_pyodide.py:927:10 Cannot resolve imported module `_pyodide._core_docs`
pyodide unresolved-import src/tests/test_pyodide.py:928:10 Cannot resolve imported module `_pyodide.docstring`
pyodide unresolved-import src/tests/test_pyodide.py:929:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyodide.py:941:10 Cannot resolve imported module `_pyodide._core_docs`
pyodide unresolved-import src/tests/test_pyodide.py:942:10 Cannot resolve imported module `_pyodide.docstring`
pyodide unresolved-import src/tests/test_pyodide.py:943:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyodide.py:1344:10 Cannot resolve imported module `pyodide`
pyodide unresolved-import src/tests/test_pyodide.py:1434:10 Cannot resolve imported module `pyodide.code`
pyodide unused-ignore-comment src/tests/test_pyodide.py:1439:20 Unused blanket `type: ignore` directive
pyodide unresolved-import src/tests/test_pyodide.py:1453:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyodide.py:1459:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyodide.py:1463:14 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyodide.py:1475:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_pyodide.py:1477:10 Cannot resolve imported module `_pyodide._importhook`
pyodide unresolved-import src/tests/test_pyodide.py:1478:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyodide.py:1873:14 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyodide.py:1877:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyodide.py:1937:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_pyodide.py:1939:12 Cannot resolve imported module `pyodide_js`
pyodide unresolved-import src/tests/test_pyodide.py:1940:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyodide.py:1941:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyodide.py:2014:10 Cannot resolve imported module `pyodide.code`
pyodide unused-ignore-comment src/tests/test_pyodide.py:2016:50 Unused blanket `type: ignore` directive
pyodide unresolved-import src/tests/test_pyodide.py:2027:10 Cannot resolve imported module `pyodide_js`
pyodide unresolved-import src/tests/test_pyodide_http.py:1:8 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_pyodide_http.py:2:6 Cannot resolve imported module `pytest_pyodide`
pyodide unresolved-import src/tests/test_pyodide_http.py:38:10 Cannot resolve imported module `pyodide.http`
pyodide unresolved-import src/tests/test_pyodide_http.py:51:20 Module `js` has no member `Request`
pyodide unresolved-import src/tests/test_pyodide_http.py:52:10 Cannot resolve imported module `pyodide.http`
pyodide unresolved-import src/tests/test_pyodide_http.py:61:10 Cannot resolve imported module `pyodide.http`
pyodide unresolved-import src/tests/test_pyodide_http.py:104:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_pyodide_http.py:106:10 Cannot resolve imported module `pyodide.http`
pyodide unresolved-import src/tests/test_pyodide_http.py:154:10 Cannot resolve imported module `pyodide.http`
pyodide unresolved-import src/tests/test_pyodide_http.py:248:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_pyodide_http.py:250:10 Cannot resolve imported module `pyodide.http`
pyodide unresolved-import src/tests/test_pyodide_http.py:262:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_pyodide_http.py:264:10 Cannot resolve imported module `pyodide.http`
pyodide unresolved-import src/tests/test_pyodide_http.py:274:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_pyodide_http.py:276:10 Cannot resolve imported module `pyodide.http`
pyodide unresolved-import src/tests/test_pyodide_http.py:287:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_pyodide_http.py:289:20 Module `js` has no member `AbortController`
pyodide unresolved-import src/tests/test_pyodide_http.py:290:10 Cannot resolve imported module `pyodide.http`
pyodide unresolved-import src/tests/test_pyodide_http.py:301:20 Module `js` has no member `Promise`
pyodide unresolved-import src/tests/test_pyodide_http.py:301:29 Module `js` has no member `Response`
pyodide unresolved-import src/tests/test_pyodide_http.py:302:10 Cannot resolve imported module `pyodide.http`
pyodide unresolved-import src/tests/test_pyodide_http.py:326:12 Cannot resolve imported module `werkzeug`
pyodide unresolved-import src/tests/test_pyodide_http.py:582:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_pyodide_http.py:585:12 Cannot resolve imported module `pyodide.http`
pyodide unresolved-import src/tests/test_pyodide_http.py:593:14 Cannot resolve imported module `pyodide.http`
pyodide unresolved-import src/tests/test_pyproxy.py:4:8 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_pyproxy.py:5:6 Cannot resolve imported module `pytest_pyodide.decorator`
pyodide unresolved-import src/tests/test_pyproxy.py:10:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:90:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:91:10 Cannot resolve imported module `pyodide_js._api`
pyodide unresolved-import src/tests/test_pyproxy.py:148:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:192:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:214:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:270:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:288:10 Cannot resolve imported module `pyodide.code`
pyodide unused-ignore-comment src/tests/test_pyproxy.py:294:18 Unused blanket `type: ignore` directive
pyodide unresolved-import src/tests/test_pyproxy.py:310:20 Module `js` has no member `Map`
pyodide unresolved-import src/tests/test_pyproxy.py:390:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:421:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:458:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:459:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:577:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:578:10 Cannot resolve imported module `pyodide.ffi`
pyodide unused-ignore-comment src/tests/test_pyproxy.py:641:25 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment src/tests/test_pyproxy.py:654:25 Unused blanket `type: ignore` directive
pyodide possibly-unresolved-reference src/tests/test_pyproxy.py:718:16 Name `setText` used when possibly not defined
pyodide possibly-unresolved-reference src/tests/test_pyproxy.py:718:25 Name `deleteText` used when possibly not defined
pyodide unresolved-import src/tests/test_pyproxy.py:724:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:725:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:761:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:782:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:783:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:1175:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_pyproxy.py:1177:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:1178:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:1440:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:1467:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:1502:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:1536:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:1601:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_pyproxy.py:1603:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:1604:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:1668:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:1702:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:1724:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:1789:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_pyproxy.py:1791:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:1792:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:1856:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:1857:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:1858:10 Cannot resolve imported module `pyodide_js._api`
pyodide unresolved-import src/tests/test_pyproxy.py:1902:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:1917:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:1918:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:1931:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:1932:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:1952:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:1953:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:1972:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:1973:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:1992:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:1993:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:2020:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:2021:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:2040:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:2041:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:2059:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:2060:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:2074:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:2075:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:2089:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:2090:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:2105:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:2106:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:2121:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:2122:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:2134:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:2135:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:2146:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:2147:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:2159:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:2160:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:2172:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:2173:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:2188:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:2242:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:2243:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:2270:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:2271:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:2283:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:2284:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:2310:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:2311:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:2326:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:2327:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:2350:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:2351:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:2386:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:2387:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:2407:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:2408:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_pyproxy.py:2565:20 Module `js` has no member `JSON`
pyodide unused-ignore-comment src/tests/test_pyproxy.py:2569:43 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment src/tests/test_pyproxy.py:2570:50 Unused blanket `type: ignore` directive
pyodide unresolved-import src/tests/test_pyproxy.py:2575:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:2598:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:2642:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:2663:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:2684:10 Cannot resolve imported module `pyodide.code`
pyodide unused-ignore-comment src/tests/test_pyproxy.py:2686:13 Unused blanket `type: ignore` directive
pyodide unresolved-import src/tests/test_pyproxy.py:2722:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pyproxy.py:2730:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_pytest_wrapper.py:6:6 Cannot resolve imported module `pytest_wrapper`
pyodide unresolved-import src/tests/test_python.py:1:8 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_python.py:2:6 Cannot resolve imported module `pytest_pyodide`
pyodide unresolved-import src/tests/test_python_esm.py:1:8 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_snapshots.py:1:8 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_stack_switching.py:1:8 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_stack_switching.py:2:6 Cannot resolve imported module `pytest_pyodide`
pyodide unresolved-import src/tests/test_stack_switching.py:12:20 Module `js` has no member `sleep`
pyodide unresolved-import src/tests/test_stack_switching.py:13:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_stack_switching.py:14:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_stack_switching.py:33:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_stack_switching.py:35:10 Cannot resolve imported module `pyodide.ffi`
pyodide unused-ignore-comment src/tests/test_stack_switching.py:38:22 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment src/tests/test_stack_switching.py:40:25 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment src/tests/test_stack_switching.py:42:30 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment src/tests/test_stack_switching.py:44:36 Unused blanket `type: ignore` directive
pyodide unresolved-import src/tests/test_stack_switching.py:84:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_stack_switching.py:85:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_stack_switching.py:103:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_stack_switching.py:105:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_stack_switching.py:106:10 Cannot resolve imported module `pyodide_js`
pyodide unresolved-import src/tests/test_stack_switching.py:119:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_stack_switching.py:121:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_stack_switching.py:122:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_stack_switching.py:139:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_stack_switching.py:140:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_stack_switching.py:183:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_stack_switching.py:184:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_stack_switching.py:199:12 Cannot resolve imported module `fpcast_test`
pyodide unresolved-import src/tests/test_stack_switching.py:213:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_stack_switching.py:214:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_stack_switching.py:428:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_stack_switching.py:429:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_stack_switching.py:631:20 Module `js` has no member `sleep`
pyodide unresolved-import src/tests/test_stack_switching.py:632:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_stack_switching.py:724:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_stack_switching.py:750:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_static_typing.py:6:6 Cannot resolve imported module `mypy.api`
pyodide unresolved-import src/tests/test_static_typing.py:7:6 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_static_typing.py:28:14 Cannot resolve imported module `pyodide.ffi`
pyodide type-assertion-failure src/tests/test_static_typing.py:31:9 Type `int` does not match asserted type `Unknown`
pyodide unresolved-import src/tests/test_static_typing.py:38:14 Cannot resolve imported module `pyodide.ffi`
pyodide type-assertion-failure src/tests/test_static_typing.py:44:13 Type `str` does not match asserted type `Unknown`
pyodide unresolved-import src/tests/test_static_typing.py:51:14 Cannot resolve imported module `pyodide.ffi`
pyodide unsupported-operator src/tests/test_static_typing.py:56:20 Operator `*` is not supported between objects of type `T@f` and `Literal[2]`
pyodide type-assertion-failure src/tests/test_static_typing.py:58:9 Type `int` does not match asserted type `Unknown`
pyodide type-assertion-failure src/tests/test_static_typing.py:59:9 Type `str` does not match asserted type `Unknown`
pyodide unresolved-import src/tests/test_static_typing.py:66:14 Cannot resolve imported module `pyodide.ffi`
pyodide type-assertion-failure src/tests/test_static_typing.py:74:9 Type `list[tuple[int, str]]` does not match asserted type `Unknown`
pyodide unresolved-import src/tests/test_stdlib_fixes.py:1:8 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_stdlib_fixes.py:2:6 Cannot resolve imported module `pytest_pyodide`
pyodide unresolved-import src/tests/test_stdlib_fixes.py:58:12 Cannot resolve imported module `pytest`
pyodide invalid-argument-type src/tests/test_stdlib_fixes.py:302:28 Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
pyodide unresolved-import src/tests/test_streams.py:1:8 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_streams.py:2:6 Cannot resolve imported module `pytest_pyodide`
pyodide unresolved-import src/tests/test_streams.py:189:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_streams.py:202:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_streams.py:203:10 Cannot resolve imported module `pyodide_js`
pyodide unresolved-import src/tests/test_streams.py:241:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_streams.py:242:10 Cannot resolve imported module `pyodide_js`
pyodide unresolved-import src/tests/test_streams.py:274:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_streams.py:275:10 Cannot resolve imported module `pyodide_js`
pyodide unresolved-import src/tests/test_streams.py:305:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_streams.py:306:10 Cannot resolve imported module `pyodide_js`
pyodide unresolved-import src/tests/test_streams.py:338:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_streams.py:339:10 Cannot resolve imported module `pyodide_js`
pyodide unresolved-import src/tests/test_streams.py:368:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_streams.py:370:10 Cannot resolve imported module `pyodide_js`
pyodide unresolved-import src/tests/test_streams.py:383:16 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_streams.py:385:14 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_streams.py:386:14 Cannot resolve imported module `pyodide_js`
pyodide unresolved-import src/tests/test_streams.py:405:16 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_streams.py:407:14 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_streams.py:408:14 Cannot resolve imported module `pyodide_js`
pyodide unresolved-import src/tests/test_streams.py:457:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_streams.py:458:10 Cannot resolve imported module `pyodide_js`
pyodide unresolved-import src/tests/test_streams.py:521:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_streams.py:523:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_streams.py:553:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_streams.py:555:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_streams.py:586:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:6:8 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_typeconversions.py:7:6 Cannot resolve imported module `hypothesis`
pyodide unresolved-import src/tests/test_typeconversions.py:8:6 Cannot resolve imported module `hypothesis`
pyodide unresolved-import src/tests/test_typeconversions.py:9:6 Cannot resolve imported module `hypothesis.strategies`
pyodide unresolved-import src/tests/test_typeconversions.py:10:6 Cannot resolve imported module `pytest_pyodide`
pyodide unresolved-import src/tests/test_typeconversions.py:11:6 Cannot resolve imported module `pytest_pyodide.fixture`
pyodide unresolved-import src/tests/test_typeconversions.py:12:6 Cannot resolve imported module `pytest_pyodide.hypothesis`
pyodide unresolved-import src/tests/test_typeconversions.py:41:14 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:68:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:102:14 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:128:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:162:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:177:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:203:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:221:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:291:14 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:323:14 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:324:14 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:369:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:395:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:408:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:426:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:452:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:475:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:486:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:502:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:518:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:535:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:591:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:609:20 Module `js` has no member `Array`
pyodide unresolved-import src/tests/test_typeconversions.py:609:27 Module `js` has no member `Object`
pyodide unresolved-import src/tests/test_typeconversions.py:610:10 Cannot resolve imported module `pyodide.ffi`
pyodide unused-ignore-comment src/tests/test_typeconversions.py:624:33 Unused blanket `type: ignore` directive
pyodide unresolved-import src/tests/test_typeconversions.py:658:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:659:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:674:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:675:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:690:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:702:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:703:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:724:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:744:20 Module `js` has no member `Object`
pyodide unresolved-import src/tests/test_typeconversions.py:745:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:746:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:765:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:792:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:815:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:816:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:831:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:842:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:843:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:904:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:925:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:938:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:972:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:981:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:991:10 Cannot resolve imported module `pyodide.code`
pyodide unused-ignore-comment src/tests/test_typeconversions.py:999:32 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment src/tests/test_typeconversions.py:1002:32 Unused blanket `type: ignore` directive
pyodide unresolved-import src/tests/test_typeconversions.py:1046:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_typeconversions.py:1048:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:1088:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:1155:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:1168:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:1263:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_typeconversions.py:1265:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:1277:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_typeconversions.py:1279:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:1280:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:1340:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:1360:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:1380:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:1409:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_typeconversions.py:1411:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:1412:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:1425:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:1469:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:1544:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_typeconversions.py:1546:20 Module `js` has no member `JSON`
pyodide unresolved-import src/tests/test_typeconversions.py:1546:26 Module `js` has no member `Array`
pyodide unresolved-import src/tests/test_typeconversions.py:1547:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:1548:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:1582:12 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_typeconversions.py:1584:20 Module `js` has no member `Array`
pyodide unresolved-import src/tests/test_typeconversions.py:1585:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:1719:20 Module `js` has no member `Object`
pyodide unresolved-import src/tests/test_typeconversions.py:1720:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:1738:10 Cannot resolve imported module `_pyodide.jsbind`
pyodide unresolved-import src/tests/test_typeconversions.py:1739:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:1740:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:1763:10 Cannot resolve imported module `_pyodide.jsbind`
pyodide unresolved-import src/tests/test_typeconversions.py:1764:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:1792:10 Cannot resolve imported module `_pyodide.jsbind`
pyodide unresolved-import src/tests/test_typeconversions.py:1793:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:1817:10 Cannot resolve imported module `_pyodide.jsbind`
pyodide unresolved-import src/tests/test_typeconversions.py:1818:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:1844:10 Cannot resolve imported module `_pyodide.jsbind`
pyodide unresolved-import src/tests/test_typeconversions.py:1845:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:1872:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:1892:10 Cannot resolve imported module `_pyodide.jsbind`
pyodide unresolved-import src/tests/test_typeconversions.py:1932:10 Cannot resolve imported module `_pyodide.jsbind`
pyodide unresolved-import src/tests/test_typeconversions.py:1933:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:1956:10 Cannot resolve imported module `_pyodide.jsbind`
pyodide unresolved-import src/tests/test_typeconversions.py:1957:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:1958:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:1986:10 Cannot resolve imported module `_pyodide.jsbind`
pyodide unresolved-import src/tests/test_typeconversions.py:1987:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:1988:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:2020:10 Cannot resolve imported module `_pyodide.jsbind`
pyodide unresolved-import src/tests/test_typeconversions.py:2022:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:2023:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:2046:10 Cannot resolve imported module `_pyodide.jsbind`
pyodide unresolved-import src/tests/test_typeconversions.py:2047:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:2048:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:2083:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:2084:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:2101:10 Cannot resolve imported module `_pyodide.jsbind`
pyodide unresolved-import src/tests/test_typeconversions.py:2102:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:2103:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:2129:10 Cannot resolve imported module `_pyodide.jsbind`
pyodide unresolved-import src/tests/test_typeconversions.py:2130:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:2131:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:2159:10 Cannot resolve imported module `_pyodide.jsbind`
pyodide unresolved-import src/tests/test_typeconversions.py:2160:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:2161:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:2197:20 Module `js` has no member `Object`
pyodide unresolved-import src/tests/test_typeconversions.py:2198:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_typeconversions.py:2206:10 Cannot resolve imported module `pyodide.code`
pyodide unresolved-import src/tests/test_typeconversions.py:2224:10 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_typeconversions.py:2226:10 Cannot resolve imported module `pyodide.ffi`
pyodide unused-ignore-comment src/tests/test_typeconversions.py:2307:20 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment src/tests/test_typeconversions.py:2310:20 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment src/tests/test_typeconversions.py:2321:20 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment src/tests/test_typeconversions.py:2324:20 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment src/tests/test_typeconversions.py:2335:20 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment src/tests/test_typeconversions.py:2338:20 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment src/tests/test_typeconversions.py:2349:21 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment src/tests/test_typeconversions.py:2352:21 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment src/tests/test_typeconversions.py:2363:21 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment src/tests/test_typeconversions.py:2366:21 Unused blanket `type: ignore` directive
pyodide unused-ignore-comment src/tests/test_typeconversions.py:2452:29 Unused blanket `type: ignore` directive
pyodide unresolved-import src/tests/test_typeconversions.py:2457:20 Module `js` has no member `BigInt64Array`
pyodide unresolved-import src/tests/test_typeconversions.py:2458:10 Cannot resolve imported module `pyodide.ffi`
pyodide unresolved-import src/tests/test_webloop.py:1:8 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_webloop.py:2:6 Cannot resolve imported module `pytest_pyodide.decorator`
pyodide unresolved-import src/tests/test_webloop.py:258:10 Cannot resolve imported module `pyodide.webloop`
pyodide unresolved-import src/tests/test_webloop.py:362:20 Module `js` has no member `fetch`
pyodide unresolved-import src/tests/test_webloop.py:363:10 Cannot resolve imported module `pyodide.ffi`
pyodide unused-ignore-comment src/tests/test_webloop.py:369:29 Unused blanket `type: ignore` directive
pyodide unresolved-import src/tests/test_webloop.py:426:10 Cannot resolve imported module `pyodide.webloop`
pyodide unused-ignore-comment src/tests/test_webloop.py:428:47 Unused blanket `type: ignore` directive
pyodide unresolved-attribute src/tests/test_webloop.py:429:5 Unresolved attribute `_in_progress` on type `AbstractEventLoop`.
pyodide unresolved-attribute src/tests/test_webloop.py:451:9 Unresolved attribute `_no_in_progress_handler` on type `AbstractEventLoop`.
pyodide unresolved-attribute src/tests/test_webloop.py:452:9 Unresolved attribute `_keyboard_interrupt_handler` on type `AbstractEventLoop`.
pyodide unresolved-attribute src/tests/test_webloop.py:453:9 Unresolved attribute `_system_exit_handler` on type `AbstractEventLoop`.
pyodide unresolved-attribute src/tests/test_webloop.py:462:16 Object of type `AbstractEventLoop` has no attribute `_in_progress`
pyodide unresolved-attribute src/tests/test_webloop.py:466:16 Object of type `AbstractEventLoop` has no attribute `_in_progress`
pyodide unused-ignore-comment src/tests/test_webloop.py:489:38 Unused blanket `type: ignore` directive
pyodide unresolved-import src/tests/test_webloop_webworker.py:1:8 Cannot resolve imported module `pytest`
pyodide unresolved-import src/tests/test_webworker.py:3:8 Cannot resolve imported module `pytest`
python-htmlgen invalid-assignment htmlgen/document.py:209:13 Invalid assignment to data descriptor attribute `url` on type `Self@__init__` with custom `__set__` method
python-htmlgen invalid-assignment htmlgen/document.py:236:5 Invalid assignment to data descriptor attribute `type` on type `Script` with custom `__set__` method
python-htmlgen invalid-assignment htmlgen/document.py:245:9 Invalid assignment to data descriptor attribute `relation` on type `Self@__init__` with custom `__set__` method
python-htmlgen invalid-assignment htmlgen/document.py:246:9 Invalid assignment to data descriptor attribute `url` on type `Self@__init__` with custom `__set__` method
python-htmlgen invalid-assignment htmlgen/form.py:91:9 Invalid assignment to data descriptor attribute `type` on type `Self@__init__` with custom `__set__` method
python-htmlgen invalid-assignment htmlgen/form.py:92:9 Invalid assignment to data descriptor attribute `name` on type `Self@__init__` with custom `__set__` method
python-htmlgen invalid-assignment htmlgen/form.py:125:9 Invalid assignment to data descriptor attribute `value` on type `Self@__init__` with custom `__set__` method
python-htmlgen invalid-assignment htmlgen/form.py:169:13 Invalid assignment to data descriptor attribute `number` on type `Self@__init__` with custom `__set__` method
python-htmlgen invalid-assignment htmlgen/form.py:232:9 Invalid assignment to data descriptor attribute `time` on type `Self@__init__` with custom `__set__` method
python-htmlgen invalid-argument-type htmlgen/form.py:271:27 Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | None`
python-htmlgen invalid-assignment htmlgen/form.py:293:13 Invalid assignment to data descriptor attribute `value` on type `Self@__init__` with custom `__set__` method
python-htmlgen invalid-assignment htmlgen/form.py:337:9 Invalid assignment to data descriptor attribute `value` on type `Self@__init__` with custom `__set__` method
python-htmlgen unresolved-attribute htmlgen/form.py:456:34 Object of type `str | bytes | Generator` has no attribute `children`
python-htmlgen invalid-assignment htmlgen/image.py:23:9 Invalid assignment to data descriptor attribute `url` on type `Self@__init__` with custom `__set__` method
python-htmlgen invalid-assignment htmlgen/image.py:24:9 Invalid assignment to data descriptor attribute `alternate_text` on type `Self@__init__` with custom `__set__` method
python-htmlgen invalid-method-override test_htmlgen/document.py:33:9 Invalid override of method `add_stylesheet`: Definition is incompatible with `Head.add_stylesheet`
python-htmlgen unused-ignore-comment test_htmlgen/element.py:218:60 Unused blanket `type: ignore` directive
python-htmlgen unused-ignore-comment test_htmlgen/element.py:224:60 Unused blanket `type: ignore` directive
python-htmlgen unused-ignore-comment test_htmlgen/element.py:225:54 Unused blanket `type: ignore` directive
python-htmlgen unused-ignore-comment test_htmlgen/element.py:254:28 Unused blanket `type: ignore` directive
python-htmlgen invalid-assignment test_htmlgen/form.py:51:9 Object of type `str` is not assignable to attribute `autocomplete` of type `Autocomplete | None`
python-htmlgen invalid-assignment test_htmlgen/video.py:38:9 Object of type `str` is not assignable to attribute `preload` of type `Preload | None`
python-chess invalid-return-type chess/__init__.py:3962:16 Return type does not match returned value: expected `Self@copy`, found `Board`
python-chess invalid-assignment chess/engine.py:289:9 Object of type `(InfoDict & ~AlwaysFalsy) | dict[Unknown, Unknown]` is not assignable to attribute `info` of type `InfoDict`
python-chess unsupported-operator chess/engine.py:506:20 Operator `<` is not supported between two objects of type `tuple[bool, bool, bool, int, int | None]`
python-chess unsupported-operator chess/engine.py:512:20 Operator `<=` is not supported between two objects of type `tuple[bool, bool, bool, int, int | None]`
python-chess unsupported-operator chess/engine.py:518:20 Operator `>` is not supported between two objects of type `tuple[bool, bool, bool, int, int | None]`
python-chess unsupported-operator chess/engine.py:524:20 Operator `>=` is not supported between two objects of type `tuple[bool, bool, bool, int, int | None]`
python-chess invalid-return-type chess/variant.py:808:16 Return type does not match returned value: expected `Self@copy`, found `ThreeCheckBoard`
python-chess invalid-return-type chess/variant.py:814:20 Return type does not match returned value: expected `Self@root`, found `ThreeCheckBoard`
python-chess invalid-return-type chess/variant.py:822:16 Return type does not match returned value: expected `Self@mirror`, found `ThreeCheckBoard`
python-chess invalid-return-type chess/variant.py:1061:16 Return type does not match returned value: expected `Self@copy`, found `CrazyhouseBoard`
python-chess invalid-return-type chess/variant.py:1067:20 Return type does not match returned value: expected `Self@root`, found `CrazyhouseBoard`
python-chess invalid-return-type chess/variant.py:1075:16 Return type does not match returned value: expected `Self@mirror`, found `CrazyhouseBoard`
python-sop deprecated sop/__init__.py:424:29 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
pytest unresolved-import src/_pytest/__init__.py:7:11 Cannot resolve imported module `._version`
pytest unresolved-import src/_pytest/__init__.py:8:11 Cannot resolve imported module `._version`
pytest unresolved-import src/_pytest/_argcomplete.py:104:16 Cannot resolve imported module `argcomplete.completers`
pytest unresolved-import src/_pytest/_code/code.py:53:10 Cannot resolve imported module `exceptiongroup`
pytest unused-ignore-comment src/_pytest/_code/code.py:76:22 Unused blanket `type: ignore` directive
pytest unused-ignore-comment src/_pytest/_code/code.py:401:73 Unused blanket `type: ignore` directive
pytest invalid-method-override src/_pytest/_code/code.py:417:9 Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
pytest invalid-type-form src/_pytest/_code/code.py:501:21 Invalid subscript of object of type `property` in type expression
pytest invalid-type-form src/_pytest/_code/code.py:507:24 Invalid subscript of object of type `property` in type expression
pytest unused-ignore-comment src/_pytest/_code/code.py:524:24 Unused blanket `type: ignore` directive
pytest invalid-type-form src/_pytest/_code/code.py:551:25 Invalid subscript of object of type `property` in type expression
pytest invalid-type-form src/_pytest/_code/code.py:590:45 Invalid subscript of object of type `property` in type expression
pytest invalid-type-form src/_pytest/_code/code.py:596:23 Invalid subscript of object of type `property` in type expression
pytest possibly-unresolved-reference src/_pytest/_code/code.py:666:23 Name `subexc` used when possibly not defined
pytest unused-ignore-comment src/_pytest/_code/code.py:1499:70 Unused blanket `type: ignore` directive
pytest possibly-missing-attribute src/_pytest/_code/code.py:1526:20 Attribute `rstrip` may be missing on object of type `str | None`
pytest invalid-argument-type src/_pytest/_code/code.py:1530:20 Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
pytest unresolved-attribute src/_pytest/_code/source.py:30:35 Object of type `object` has no attribute `rstrip`
pytest unresolved-attribute src/_pytest/_code/source.py:31:35 Object of type `object` has no attribute `rstrip`
pytest unused-ignore-comment src/_pytest/_code/source.py:50:22 Unused blanket `type: ignore` directive
pytest unused-ignore-comment src/_pytest/_io/pprint.py:116:51 Unused blanket `type: ignore` directive
pytest possibly-unresolved-reference src/_pytest/_io/pprint.py:292:19 Name `rep` used when possibly not defined
pytest unresolved-import src/_pytest/_io/terminalwriter.py:13:8 Cannot resolve imported module `pygments`
pytest unresolved-import src/_pytest/_io/terminalwriter.py:14:6 Cannot resolve imported module `pygments.formatters.terminal`
pytest unresolved-import src/_pytest/_io/terminalwriter.py:15:6 Cannot resolve imported module `pygments.lexer`
pytest unresolved-import src/_pytest/_io/terminalwriter.py:16:6 Cannot resolve imported module `pygments.lexers.diff`
pytest unresolved-import src/_pytest/_io/terminalwriter.py:17:6 Cannot resolve imported module `pygments.lexers.python`
pytest unresolved-import src/_pytest/_io/terminalwriter.py:80:24 Cannot resolve imported module `colorama`
pytest invalid-assignment src/_pytest/_py/error.py:78:13 Invalid subscript assignment with key of type `int` and value of type `type` on object of type `dict[int, type[Error]]`
pytest invalid-return-type src/_pytest/_py/error.py:79:20 Return type does not match returned value: expected `type[Error]`, found `type`
pytest unused-ignore-comment src/_pytest/_py/error.py:97:75 Unused blanket `type: ignore` directive
pytest unresolved-attribute src/_pytest/_py/error.py:111:26 Object of type `(**P@checked_call) -> R@checked_call` has no attribute `__name__`
pytest unused-ignore-comment src/_pytest/_py/error.py:119:41 Unused blanket `type: ignore` directive
pytest unused-ignore-comment src/_pytest/_py/path.py:225:61 Unused blanket `type: ignore` directive
pytest unused-ignore-comment src/_pytest/_py/path.py:235:61 Unused blanket `type: ignore` directive
pytest unused-ignore-comment src/_pytest/_py/path.py:253:39 Unused blanket `type: ignore` directive
pytest unused-ignore-comment src/_pytest/_py/path.py:261:41 Unused blanket `type: ignore` directive
pytest invalid-assignment src/_pytest/_py/path.py:626:23 Object of type `ModuleType` is not assignable to `<module 'hashlib'>`
pytest invalid-argument-type src/_pytest/_py/path.py:759:17 Argument to bound method `checked_call` is incorrect: Expected `Overload[(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["r+", "+r", "rt+", "r+t", "+rt", ... omitted 48 literals] = "r", buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: Literal[0], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 19 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["wb", "bw", "ab", "ba", "xb", "bx"], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb", "br", "rbU", "rUb", "Urb", ... omitted 3 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: int = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: str, buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown]`, found `Unknown | str`
pytest invalid-argument-type src/_pytest/_py/path.py:760:17 Argument to bound method `checked_call` is incorrect: Expected `Overload[(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["r+", "+r", "rt+", "r+t", "+rt", ... omitted 48 literals] = "r", buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: Literal[0], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 19 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["wb", "bw", "ab", "ba", "xb", "bx"], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb", "br", "rbU", "rUb", "Urb", ... omitted 3 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: int = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: str, buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown]`, found `Unknown | Literal["r"]`
pytest invalid-argument-type src/_pytest/_py/path.py:763:41 Argument to bound method `checked_call` is incorrect: Expected `Overload[(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["r+", "+r", "rt+", "r+t", "+rt", ... omitted 48 literals] = "r", buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: Literal[0], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 19 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["wb", "bw", "ab", "ba", "xb", "bx"], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb", "br", "rbU", "rUb", "Urb", ... omitted 3 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: int = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: str, buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown]`, found `Unknown | str`
pytest invalid-argument-type src/_pytest/_py/path.py:763:55 Argument to bound method `checked_call` is incorrect: Expected `Overload[(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["r+", "+r", "rt+", "r+t", "+rt", ... omitted 48 literals] = "r", buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: Literal[0], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 19 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["wb", "bw", "ab", "ba", "xb", "bx"], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb", "br", "rbU", "rUb", "Urb", ... omitted 3 literals], buffering: Literal[-1, 1] = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", ... omitted 33 literals], buffering: int = -1, encoding: None = None, errors: None = None, newline: None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: str, buffering: int = -1, encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = True, opener: ((str, int, /) -> int) | None = None) -> Unknown]`, found `Unknown | Literal["r"]`
pytest invalid-argument-type src/_pytest/_py/path.py:808:52 Argument to bound method `checked_call` is incorrect: Expected `Overload[(path: str | PathLike[str] | None = None) -> Unknown, (path: bytes | PathLike[bytes]) -> Unknown, (path: int) -> Unknown]`, found `Unknown | str`
pytest invalid-argument-type src/_pytest/_py/path.py:817:48 Argument to bound method `checked_call` is incorrect: Expected `Overload[(path: str | PathLike[str] | None = None) -> Unknown, (path: bytes | PathLike[bytes]) -> Unknown, (path: int) -> Unknown]`, found `Unknown | str`
pytest invalid-argument-type src/_pytest/_py/path.py:1271:53 Argument to bound method `checked_call` is incorrect: Expected `Overload[(suffix: str | None = None, prefix: str | None = None, dir: str | PathLike[str] | None = None) -> Unknown, (suffix: bytes | None = None, prefix: bytes | None = None, dir: bytes | PathLike[bytes] | None = None) -> Unknown]`, found `str`
pytest unused-ignore-comment src/_pytest/assertion/__init__.py:84:70 Unused blanket `type: ignore` directive
pytest unresolved-import src/_pytest/assertion/rewrite.py:43:6 Cannot resolve imported module `_pytest._version`
pytest possibly-unresolved-reference src/_pytest/assertion/rewrite.py:507:40 Name `i` used when possibly not defined
pytest possibly-unresolved-reference src/_pytest/assertion/rewrite.py:507:53 Name `i` used when possibly not defined
pytest possibly-unresolved-reference src/_pytest/assertion/rewrite.py:507:66 Name `i` used when possibly not defined
pytest possibly-unresolved-reference src/_pytest/assertion/rewrite.py:510:12 Name `expl` used when possibly not defined
pytest possibly-unresolved-reference src/_pytest/assertion/rewrite.py:720:23 Name `item` used when possibly not defined
pytest possibly-unresolved-reference src/_pytest/assertion/rewrite.py:720:50 Name `item` used when possibly not defined
pytest possibly-unresolved-reference src/_pytest/assertion/rewrite.py:721:22 Name `item` used when possibly not defined
pytest possibly-unresolved-reference src/_pytest/assertion/rewrite.py:723:22 Name `item` used when possibly not defined
pytest invalid-method-override src/_pytest/assertion/rewrite.py:854:9 Invalid override of method `visit_Assert`: Definition is incompatible with `NodeVisitor.visit_Assert`
pytest invalid-method-override src/_pytest/assertion/rewrite.py:975:9 Invalid override of method `visit_NamedExpr`: Definition is incompatible with `NodeVisitor.visit_NamedExpr`
pytest invalid-method-override src/_pytest/assertion/rewrite.py:987:9 Invalid override of method `visit_Name`: Definition is incompatible with `NodeVisitor.visit_Name`
pytest invalid-method-override src/_pytest/assertion/rewrite.py:997:9 Invalid override of method `visit_BoolOp`: Definition is incompatible with `NodeVisitor.visit_BoolOp`
pytest unresolved-reference src/_pytest/assertion/rewrite.py:1011:47 Name `cond` used when not defined
pytest invalid-method-override src/_pytest/assertion/rewrite.py:1043:9 Invalid override of method `visit_UnaryOp`: Definition is incompatible with `NodeVisitor.visit_UnaryOp`
pytest invalid-method-override src/_pytest/assertion/rewrite.py:1049:9 Invalid override of method `visit_BinOp`: Definition is incompatible with `NodeVisitor.visit_BinOp`
pytest invalid-method-override src/_pytest/assertion/rewrite.py:1059:9 Invalid override of method `visit_Call`: Definition is incompatible with `NodeVisitor.visit_Call`
pytest unused-ignore-comment src/_pytest/assertion/rewrite.py:1068:69 Unused blanket `type: ignore` directive
pytest invalid-argument-type src/_pytest/assertion/rewrite.py:1069:36 Argument to bound method `visit` is incorrect: Expected `AST`, found `expr | str`
pytest invalid-method-override src/_pytest/assertion/rewrite.py:1092:9 Invalid override of method `visit_Starred`: Definition is incompatible with `NodeVisitor.visit_Starred`
pytest invalid-method-override src/_pytest/assertion/rewrite.py:1098:9 Invalid override of method `visit_Attribute`: Definition is incompatible with `NodeVisitor.visit_Attribute`
pytest invalid-method-override src/_pytest/assertion/rewrite.py:1110:9 Invalid override of method `visit_Compare`: Definition is incompatible with `NodeVisitor.visit_Compare`
pytest unused-ignore-comment src/_pytest/assertion/rewrite.py:1137:83 Unused blanket `type: ignore` directive
pytest possibly-unresolved-reference src/_pytest/assertion/truncate.py:131:37 Name `iterated_index` used when possibly not defined
pytest possibly-unresolved-reference src/_pytest/assertion/truncate.py:132:30 Name `iterated_index` used when possibly not defined
pytest unused-ignore-comment src/_pytest/capture.py:128:40 Unused blanket `type: ignore` directive
pytest unused-ignore-comment src/_pytest/capture.py:133:59 Unused blanket `type: ignore` directive
pytest unresolved-attribute src/_pytest/capture.py:200:26 Object of type `object` has no attribute `replace`
pytest invalid-method-override src/_pytest/capture.py:217:9 Invalid override of method `write`: Definition is incompatible with `IO.write`
pytest invalid-method-override src/_pytest/capture.py:273:9 Invalid override of method `write`: Definition is incompatible with `IO.write`
pytest invalid-method-override src/_pytest/capture.py:276:9 Invalid override of method `writelines`: Definition is incompatible with `IO.writelines`
pytest invalid-argument-type src/_pytest/capture.py:940:17 Argument to bound method `__init__` is incorrect: Argument type `AnyStr@CaptureFixture` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
pytest invalid-argument-type src/_pytest/capture.py:941:17 Argument to bound method `__init__` is incorrect: Argument type `AnyStr@CaptureFixture` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
pytest unsupported-operator src/_pytest/capture.py:948:13 Operator `+=` is not supported between two objects of type `AnyStr@CaptureFixture`
pytest unsupported-operator src/_pytest/capture.py:949:13 Operator `+=` is not supported between two objects of type `AnyStr@CaptureFixture`
pytest unsupported-operator src/_pytest/capture.py:964:13 Operator `+=` is not supported between two objects of type `AnyStr@CaptureFixture`
pytest unsupported-operator src/_pytest/capture.py:965:13 Operator `+=` is not supported between two objects of type `AnyStr@CaptureFixture`
pytest invalid-argument-type src/_pytest/capture.py:968:30 Argument is incorrect: Argument type `AnyStr@CaptureFixture | Unknown` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
pytest invalid-argument-type src/_pytest/capture.py:968:44 Argument is incorrect: Argument type `AnyStr@CaptureFixture | Unknown` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
pytest unresolved-attribute src/_pytest/compat.py:156:16 Object of type `(...) -> object` has no attribute `__name__`
pytest unused-ignore-comment src/_pytest/config/__init__.py:349:18 Unused blanket `type: ignore` directive
pytest possibly-unresolved-reference src/_pytest/config/__init__.py:1405:24 Name `source` used when possibly not defined
pytest unresolved-import src/_pytest/config/__init__.py:1422:18 Cannot resolve imported module `packaging.version`
pytest unresolved-import src/_pytest/config/__init__.py:1439:14 Cannot resolve imported module `packaging.requirements`
pytest unresolved-import src/_pytest/config/__init__.py:1440:14 Cannot resolve imported module `packaging.requirements`
pytest unresolved-import src/_pytest/config/__init__.py:1441:14 Cannot resolve imported module `packaging.version`
pytest invalid-argument-type src/_pytest/config/__init__.py:1711:26 Argument to function `assert_never` is incorrect: Expected `Never`, found `Unknown & ~Literal["ini"] & ~Literal["toml"]`
pytest unsupported-operator src/_pytest/config/__init__.py:1807:21 Operator `/` is not supported between objects of type `Path | Unknown` and `object`
pytest unused-ignore-comment src/_pytest/config/__init__.py:2030:23 Unused blanket `type: ignore` directive
pytest unresolved-import src/_pytest/config/findpaths.py:13:8 Cannot resolve imported module `iniconfig`
pytest unresolved-import src/_pytest/config/findpaths.py:100:20 Cannot resolve imported module `tomli`
pytest invalid-return-type src/_pytest/config/findpaths.py:148:28 Return type does not match returned value: expected `str | list[str]`, found `Top[list[Unknown]] | str`
pytest invalid-assignment src/_pytest/debugging.py:76:5 Implicit shadowing of function `set_trace`
pytest invalid-assignment src/_pytest/debugging.py:84:13 Implicit shadowing of function `set_trace`
pytest unused-ignore-comment src/_pytest/doctest.py:243:27 Unused blanket `type: ignore` directive
pytest unknown-argument src/_pytest/doctest.py:247:9 Argument `continue_on_failure` does not match any known parameter of bound method `__init__`
pytest invalid-return-type src/_pytest/doctest.py:282:16 Return type does not match returned value: expected `Self@from_parent`, found `DoctestItem`
pytest invalid-assignment src/_pytest/doctest.py:493:5 Implicit shadowing of function `unwrap`
pytest unresolved-import src/_pytest/fixtures.py:73:10 Cannot resolve imported module `exceptiongroup`
pytest unused-ignore-comment src/_pytest/fixtures.py:135:44 Unused blanket `type: ignore` directive
pytest possibly-missing-attribute src/_pytest/fixtures.py:143:31 Submodule `main` may not be available as an attribute on module `_pytest`
pytest invalid-argument-type src/_pytest/fixtures.py:557:43 Argument to bound method `_check_scope` is incorrect: Expected `Scope`, found `Scope | (((str, Config, /) -> Literal["session", "package", "module", "class", "function"]) & ~(() -> object) & ~str)`
pytest unresolved-attribute src/_pytest/fixtures.py:787:45 Object of type `((...) -> object) | ((...) -> Generator[object, None, None])` has no attribute `__name__`
pytest possibly-unresolved-reference src/_pytest/fixtures.py:857:39 Name `fspath` used when possibly not defined
pytest possibly-unresolved-reference src/_pytest/fixtures.py:857:47 Name `lineno` used when possibly not defined
pytest invalid-argument-type src/_pytest/fixtures.py:1003:17 Argument to bound method `from_user` is incorrect: Expected `Literal["session", "package", "module", "class", "function"]`, found `Literal["session", "package", "module", "class", "function"] | (((str, Config, /) -> Literal["session", "package", "module", "class", "function"]) & str & ~(() -> object))`
pytest unresolved-attribute src/_pytest/fixtures.py:1003:42 Object of type `((...) -> FixtureValue@FixtureDef) | ((...) -> Generator[FixtureValue@FixtureDef, None, None])` has no attribute `__name__`
pytest possibly-missing-attribute src/_pytest/fixtures.py:1025:16 Attribute `value` may be missing on object of type `Scope | (((str, Config, /) -> Literal["session", "package", "module", "class", "function"]) & ~(() -> object) & ~str)`
pytest invalid-return-type src/_pytest/fixtures.py:1086:28 Return type does not match returned value: expected `FixtureValue@FixtureDef`, found `FixtureValue@FixtureDef | None`
pytest unresolved-attribute src/_pytest/fixtures.py:1256:53 Object of type `(...) -> Any` has no attribute `__name__`
pytest unresolved-attribute src/_pytest/fixtures.py:1263:37 Object of type `(...) -> Any` has no attribute `__get__`
pytest invalid-argument-type src/_pytest/fixtures.py:1381:9 Argument is incorrect: Expected `tuple[object, ...] | ((Any, /) -> object) | None`, found `None | (Sequence[object] & (() -> object)) | (((Any, /) -> object) & (() -> object)) | Unknown`
pytest invalid-argument-type src/_pytest/fixtures.py:1381:70 Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `(Sequence[object] & ~(() -> object)) | (((Any, /) -> object) & ~(() -> object))`
pytest invalid-return-type src/_pytest/fixtures.py:1724:24 Return type does not match returned value: expected `Scope`, found `Scope | (((str, Config, /) -> Literal["session", "package", "module", "class", "function"]) & ~(() -> object) & ~str)`
pytest useless-overload-body src/_pytest/fixtures.py:1826:9 Useless body for `@overload`-decorated function `parsefactories`: This statement will never be executed
pytest useless-overload-body src/_pytest/fixtures.py:1834:9 Useless body for `@overload`-decorated function `parsefactories`: This statement will never be executed
pytest invalid-argument-type src/_pytest/fixtures.py:1937:20 Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
pytest unused-ignore-comment src/_pytest/hookspec.py:1035:38 Unused blanket `type: ignore` directive
pytest invalid-return-type src/_pytest/hookspec.py:1039:6 Function always implicitly returns `None`, which is not assignable to return type `str | list[str]`
pytest unused-ignore-comment src/_pytest/hookspec.py:1073:32 Unused blanket `type: ignore` directive
pytest invalid-return-type src/_pytest/hookspec.py:1075:6 Function always implicitly returns `None`, which is not assignable to return type `tuple[str, str, str | tuple[str, Mapping[str, bool]]]`
pytest unused-ignore-comment src/_pytest/hookspec.py:1171:33 Unused blanket `type: ignore` directive
pytest invalid-return-type src/_pytest/hookspec.py:1173:6 Function always implicitly returns `None`, which is not assignable to return type `dict[str, Any]`
pytest non-subscriptable src/_pytest/junitxml.py:125:21 Cannot subscript object of type `None` with no `__getitem__` method
pytest non-subscriptable src/_pytest/junitxml.py:127:12 Cannot subscript object of type `None` with no `__getitem__` method
pytest non-subscriptable src/_pytest/junitxml.py:128:33 Cannot subscript object of type `None` with no `__getitem__` method
pytest missing-argument src/_pytest/junitxml.py:254:16 No argument provided for required parameter `self` of function `to_xml`
pytest unused-ignore-comment src/_pytest/junitxml.py:333:72 Unused blanket `type: ignore` directive
pytest invalid-assignment src/_pytest/junitxml.py:372:23 Implicit shadowing of function `record_func`
pytest missing-argument src/_pytest/junitxml.py:671:35 No argument provided for required parameter `self` of function `to_xml`
pytest unresolved-import src/_pytest/legacypath.py:14:6 Cannot resolve imported module `iniconfig`
pytest unresolved-import src/_pytest/legacypath.py:38:12 Cannot resolve imported module `pexpect`
pytest invalid-argument-type src/_pytest/logging.py:209:53 Argument to function `_get_auto_indent` is incorrect: Expected `int | str | None`, found `object`
pytest unused-ignore-comment src/_pytest/logging.py:516:50 Unused blanket `type: ignore` directive
pytest unused-ignore-comment src/_pytest/logging.py:754:91 Unused blanket `type: ignore` directive
pytest unused-ignore-comment src/_pytest/main.py:348:25 Unused blanket `type: ignore` directive
pytest invalid-return-type src/_pytest/main.py:549:16 Return type does not match returned value: expected `Self@from_parent`, found `Dir`
pytest unused-ignore-comment src/_pytest/mark/structures.py:393:53 Unused blanket `type: ignore` directive
pytest unused-ignore-comment src/_pytest/mark/structures.py:491:20 Unused blanket `type: ignore` directive
pytest invalid-method-override src/_pytest/mark/structures.py:495:13 Invalid override of method `__call__`: Definition is incompatible with `MarkDecorator.__call__`
pytest invalid-parameter-default src/_pytest/mark/structures.py:500:13 Default value of type `EllipsisType` is not assignable to annotated parameter type `str | bool`
pytest invalid-parameter-default src/_pytest/mark/structures.py:502:13 Default value of type `EllipsisType` is not assignable to annotated parameter type `str`
pytest unused-ignore-comment src/_pytest/mark/structures.py:506:20 Unused blanket `type: ignore` directive
pytest invalid-method-override src/_pytest/mark/structures.py:510:13 Invalid override of method `__call__`: Definition is incompatible with `MarkDecorator.__call__`
pytest unused-ignore-comment src/_pytest/mark/structures.py:524:20 Unused blanket `type: ignore` directive
pytest invalid-method-override src/_pytest/mark/structures.py:542:13 Invalid override of method `__call__`: Definition is incompatible with `MarkDecorator.__call__`
pytest unused-ignore-comment src/_pytest/monkeypatch.py:306:28 Unused blanket `type: ignore` directive
pytest unused-ignore-comment src/_pytest/monkeypatch.py:316:29 Unused blanket `type: ignore` directive
pytest unresolved-import src/_pytest/monkeypatch.py:346:20 Cannot resolve imported module `pkg_resources`
pytest unresolved-import src/_pytest/monkeypatch.py:347:18 Cannot resolve imported module `pkg_resources`
pytest unused-ignore-comment src/_pytest/monkeypatch.py:417:42 Unused blanket `type: ignore` directive
pytest invalid-argument-type src/_pytest/nodes.py:54:24 Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
pytest invalid-return-type src/_pytest/nodes.py:627:16 Return type does not match returned value: expected `Self@from_parent`, found `FSCollector`
pytest unused-ignore-comment src/_pytest/outcomes.py:21:28 Unused blanket `type: ignore` directive
pytest unresolved-import src/_pytest/outcomes.py:302:14 Cannot resolve imported module `packaging.version`
pytest unresolved-import src/_pytest/pytester.py:38:6 Cannot resolve imported module `iniconfig`
pytest unresolved-import src/_pytest/pytester.py:39:6 Cannot resolve imported module `iniconfig`
pytest unresolved-import src/_pytest/pytester.py:72:12 Cannot resolve imported module `pexpect`
pytest unused-ignore-comment src/_pytest/pytester.py:1147:32 Unused blanket `type: ignore` directive
pytest invalid-assignment src/_pytest/pytester.py:1150:13 Object of type `int` is not assignable to attribute `ret` on type `Unknown | <class 'reprec'>`
pytest possibly-missing-attribute src/_pytest/pytester.py:1155:25 Attribute `getcalls` may be missing on object of type `Unknown | <class 'reprec'>`
pytest invalid-return-type src/_pytest/pytester.py:1158:20 Return type does not match returned value: expected `HookRecorder`, found `Unknown | <class 'reprec'>`
pytest unused-ignore-comment src/_pytest/pytester.py:1185:32 Unused blanket `type: ignore` directive
pytest unresolved-reference src/_pytest/pytester.py:1186:27 Name `ret` used when not defined
pytest unused-ignore-comment src/_pytest/pytester.py:1191:32 Unused blanket `type: ignore` directive
pytest no-matching-overload src/_pytest/pytester.py:1379:13 No overload of bound method `write` matches arguments
pytest possibly-unresolved-reference src/_pytest/pytester.py:1466:28 Name `ret` used when possibly not defined
pytest invalid-type-form src/_pytest/pytester.py:1578:36 Variable of type `def str(self) -> Unknown` is not allowed in a type expression
pytest invalid-type-form src/_pytest/pytester.py:1582:26 Variable of type `def str(self) -> Unknown` is not allowed in a type expression
pytest invalid-type-form src/_pytest/pytester.py:1590:33 Variable of type `def str(self) -> Unknown` is not allowed in a type expression
pytest invalid-type-form src/_pytest/pytester.py:1590:48 Variable of type `def str(self) -> Unknown` is not allowed in a type expression
pytest invalid-type-form src/_pytest/pytester.py:1590:75 Variable of type `def str(self) -> Unknown` is not allowed in a type expression
pytest invalid-type-form src/_pytest/pytester.py:1597:53 Variable of type `def str(self) -> Unknown` is not allowed in a type expression
pytest invalid-type-form src/_pytest/pytester.py:1602:54 Variable of type `def str(self) -> Unknown` is not allowed in a type expression
pytest invalid-type-form src/_pytest/pytester.py:1608:32 Variable of type `def str(self) -> Unknown` is not allowed in a type expression
pytest invalid-type-form src/_pytest/pytester.py:1608:60 Variable of type `def str(self) -> Unknown` is not allowed in a type expression
pytest invalid-type-form src/_pytest/pytester.py:1608:65 Variable of type `def str(self) -> Unknown` is not allowed in a type expression
pytest invalid-type-form src/_pytest/pytester.py:1622:39 Variable of type `def str(self) -> Unknown` is not allowed in a type expression
pytest invalid-type-form src/_pytest/pytester.py:1622:56 Variable of type `def str(self) -> Unknown` is not allowed in a type expression
pytest invalid-type-form src/_pytest/pytester.py:1636:28 Variable of type `def str(self) -> Unknown` is not allowed in a type expression
pytest invalid-type-form src/_pytest/pytester.py:1640:32 Variable of type `def str(self) -> Unknown` is not allowed in a type expression
pytest invalid-type-form src/_pytest/pytester.py:1655:32 Variable of type `def str(self) -> Unknown` is not allowed in a type expression
pytest invalid-type-form src/_pytest/pytester.py:1677:26 Variable of type `def str(self) -> Unknown` is not allowed in a type expression
pytest invalid-type-form src/_pytest/pytester.py:1678:31 Variable of type `def str(self) -> Unknown` is not allowed in a type expression
pytest invalid-type-form src/_pytest/pytester.py:1678:36 Variable of type `def str(self) -> Unknown` is not allowed in a type expression
pytest invalid-type-form src/_pytest/pytester.py:1679:25 Variable of type `def str(self) -> Unknown` is not allowed in a type expression
pytest invalid-type-form src/_pytest/pytester.py:1742:36 Variable of type `def str(self) -> Unknown` is not allowed in a type expression
pytest invalid-type-form src/_pytest/pytester.py:1750:37 Variable of type `def str(self) -> Unknown` is not allowed in a type expression
pytest invalid-type-form src/_pytest/pytester.py:1761:20 Variable of type `def str(self) -> Unknown` is not allowed in a type expression
pytest invalid-type-form src/_pytest/pytester.py:1761:47 Variable of type `def str(self) -> Unknown` is not allowed in a type expression
pytest invalid-type-form src/_pytest/pytester.py:1761:52 Variable of type `def str(self) -> Unknown` is not allowed in a type expression
pytest invalid-type-form src/_pytest/pytester.py:1761:81 Variable of type `def str(self) -> Unknown` is not allowed in a type expression
pytest invalid-type-form src/_pytest/pytester.py:1783:26 Variable of type `def str(self) -> Unknown` is not allowed in a type expression
pytest invalid-type-form src/_pytest/pytester.py:1789:22 Variable of type `def str(self) -> Unknown` is not allowed in a type expression
pytest invalid-return-type src/_pytest/python.py:752:16 Return type does not match returned value: expected `Self@from_parent`, found `Class`
pytest invalid-argument-type src/_pytest/python.py:1043:34 Argument to function `ascii_escaped` is incorrect: Expected `bytes | str`, found `object`
pytest possibly-unresolved-reference src/_pytest/python.py:1327:60 Name `generated_ids` used when possibly not defined
pytest invalid-argument-type src/_pytest/python.py:1435:39 Argument to bound method `_validate_ids` is incorrect: Expected `Iterable[object]`, found `(Iterable[object] & ~(() -> object)) | (((Any, /) -> object) & ~(() -> object))`
pytest invalid-argument-type src/_pytest/python.py:1439:13 Argument is incorrect: Expected `((Any, /) -> object) | None`, found `None | (Iterable[object] & (() -> object)) | (((Any, /) -> object) & (() -> object))`
pytest invalid-argument-type src/_pytest/python.py:1534:20 Argument to function `min` is incorrect: Argument type `Scope | (((str, Config, /) -> str) & ~(() -> object) & ~str) | Unknown` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
pytest invalid-return-type src/_pytest/python.py:1639:16 Return type does not match returned value: expected `Self@from_parent`, found `Function`
pytest possibly-missing-attribute src/_pytest/python.py:1692:20 Submodule `_code` may not be available as an attribute on module `_pytest`
pytest unresolved-import src/_pytest/python_api.py:18:10 Cannot resolve imported module `numpy`
pytest unused-ignore-comment src/_pytest/python_api.py:88:22 Unused blanket `type: ignore` directive
pytest unresolved-import src/_pytest/python_api.py:199:16 Cannot resolve imported module `numpy`
pytest unresolved-import src/_pytest/python_api.py:215:16 Cannot resolve imported module `numpy`
pytest unresolved-import src/_pytest/raises.py:64:10 Cannot resolve imported module `exceptiongroup`
pytest unresolved-import src/_pytest/raises.py:65:10 Cannot resolve imported module `exceptiongroup`
pytest invalid-return-type src/_pytest/raises.py:298:16 Return type does not match returned value: expected `RaisesExc[BaseException] | ExceptionInfo[E@raises]`, found `ExceptionInfo[BaseException]`
pytest invalid-assignment src/_pytest/raises.py:446:50 Object of type `type` is not assignable to `type[BaseException] | None`
pytest unused-ignore-comment src/_pytest/raises.py:468:36 Unused blanket `type: ignore` directive
pytest unused-ignore-comment src/_pytest/raises.py:470:45 Unused blanket `type: ignore` directive
pytest possibly-unresolved-reference src/_pytest/raises.py:518:46 Name `stringified_exception` used when possibly not defined
pytest possibly-unresolved-reference src/_pytest/raises.py:525:34 Name `stringified_exception` used when possibly not defined
pytest possibly-unresolved-reference src/_pytest/raises.py:527:42 Name `stringified_exception` used when possibly not defined
pytest invalid-type-arguments src/_pytest/raises.py:1002:43 Type `TypeVar` is not assignable to upper bound `BaseException` of type variable `BaseExcT_co_default@RaisesExc`
pytest possibly-unresolved-reference src/_pytest/raises.py:1165:71 Name `expected` used when possibly not defined
pytest possibly-unresolved-reference src/_pytest/raises.py:1167:47 Name `expected` used when possibly not defined
pytest unused-ignore-comment src/_pytest/raises.py:1214:62 Unused blanket `type: ignore` directive
pytest possibly-unresolved-reference src/_pytest/raises.py:1217:83 Name `expected` used when possibly not defined
pytest possibly-unresolved-reference src/_pytest/raises.py:1218:62 Name `expected` used when possibly not defined
pytest invalid-argument-type src/_pytest/raises.py:1250:41 Argument to function `_exception_type_name` is incorrect: Expected `type[BaseException] | tuple[type[BaseException], ...]`, found `type[BaseException] | (AbstractRaises[BaseException] & type)`
pytest possibly-unresolved-reference src/_pytest/raises.py:1303:33 Name `res` used when possibly not defined
pytest possibly-unresolved-reference src/_pytest/raises.py:1368:39 Name `i_exp` used when possibly not defined
pytest possibly-unresolved-reference src/_pytest/raises.py:1374:58 Name `rev_matches` used when possibly not defined
pytest invalid-argument-type src/_pytest/raises.py:1427:56 Argument to function `issubclass` is incorrect: Expected `type`, found `type[BaseException] | None`
pytest unused-ignore-comment src/_pytest/raises.py:1486:21 Unused blanket `type: ignore` directive
pytest invalid-type-form src/_pytest/recwarn.py:190:23 Invalid subscript of object of type `property` in type expression
pytest unresolved-import src/_pytest/reports.py:40:10 Cannot resolve imported module `exceptiongroup`
pytest invalid-return-type src/_pytest/reports.py:302:12 Return type does not match returned value: expected `tuple[str, int, str]`, found `tuple[@Todo(StarredExpression), str]`
pytest unused-ignore-comment src/_pytest/reports.py:499:20 Unused blanket `type: ignore` directive
pytest invalid-method-override src/_pytest/reports.py:512:9 Invalid override of method `toterminal`: Definition is incompatible with `TerminalRepr.toterminal`
pytest unused-ignore-comment src/_pytest/reports.py:524:18 Unused blanket `type: ignore` directive
pytest unresolved-import src/_pytest/runner.py:41:10 Cannot resolve imported module `exceptiongroup`
pytest unused-ignore-comment src/_pytest/runner.py:175:31 Unused blanket `type: ignore` directive
pytest unused-ignore-comment src/_pytest/runner.py:185:31 Unused blanket `type: ignore` directive
pytest unused-ignore-comment src/_pytest/setuponly.py:49:50 Unused blanket `type: ignore` directive
pytest unresolved-attribute src/_pytest/skipping.py:115:29 Object of type `object` has no attribute `__globals__`
pytest not-iterable src/_pytest/subtests.py:78:24 Object of type `None` is not iterable
pytest possibly-unresolved-reference src/_pytest/subtests.py:123:58 Name `log` used when possibly not defined
pytest invalid-return-type src/_pytest/subtests.py:125:16 Return type does not match returned value: expected `Self@_new`, found `SubtestReport`
pytest unresolved-import src/_pytest/terminal.py:41:8 Cannot resolve imported module `_pytest._version`
pytest invalid-argument-type src/_pytest/terminal.py:665:51 Argument to bound method `_locationline` is incorrect: Expected `str`, found `str | int | None`
pytest invalid-argument-type src/_pytest/terminal.py:665:51 Argument to bound method `_locationline` is incorrect: Expected `int | None`, found `str | int | None`
pytest invalid-argument-type src/_pytest/terminal.py:665:51 Argument to bound method `_locationline` is incorrect: Expected `str`, found `str | int | None`
pytest possibly-unresolved-reference src/_pytest/terminal.py:1244:17 Name `fullwidth` used when possibly not defined
pytest possibly-unresolved-reference src/_pytest/terminal.py:1252:13 Name `fullwidth` used when possibly not defined
pytest possibly-unresolved-reference src/_pytest/terminal.py:1259:13 Name `fullwidth` used when possibly not defined
pytest possibly-unresolved-reference src/_pytest/terminal.py:1263:48 Name `fullwidth` used when possibly not defined
pytest invalid-return-type src/_pytest/terminal.py:1380:16 Return type does not match returned value: expected `tuple[str, list[str]]`, found `tuple[str | None, list[str] | None]`
pytest invalid-argument-type src/_pytest/terminal.py:1567:46 Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `object`
pytest invalid-assignment src/_pytest/terminal.py:1577:48 Object of type `tuple[str, None, object]` is not assignable to `tuple[str, int | None, str]`
pytest no-matching-overload src/_pytest/terminal.py:1580:9 No overload of bound method `setdefault` matches arguments
pytest invalid-argument-type src/_pytest/terminal.py:1583:23 Argument to bound method `append` is incorrect: Expected `tuple[int, str, int | None, str]`, found `tuple[int, @Todo(StarredExpression)]`
pytest unresolved-import src/_pytest/threadexception.py:24:10 Cannot resolve imported module `exceptiongroup`
pytest unresolved-import src/_pytest/unittest.py:43:10 Cannot resolve imported module `exceptiongroup`
pytest unresolved-import src/_pytest/unittest.py:49:12 Cannot resolve imported module `twisted.trial.unittest`
pytest unresolved-import src/_pytest/unittest.py:510:14 Cannot resolve imported module `twisted.trial.itrial`
pytest unresolved-import src/_pytest/unittest.py:511:14 Cannot resolve imported module `zope.interface`
pytest unresolved-import src/_pytest/unittest.py:540:12 Cannot resolve imported module `packaging.version`
pytest unresolved-import src/_pytest/unittest.py:559:16 Cannot resolve imported module `twisted.python.failure`
pytest unused-ignore-comment src/_pytest/unittest.py:612:36 Unused blanket `type: ignore` directive
pytest unresolved-import src/_pytest/unittest.py:616:20 Cannot resolve imported module `twisted.python.failure`
pytest invalid-return-type src/_pytest/unittest.py:622:24 Return type does not match returned value: expected `tuple[type[BaseException], BaseException, TracebackType] | tuple[None, None, None]`, found `tuple[type[Unknown], Unknown, TracebackType | None]`
pytest unresolved-import src/_pytest/unraisableexception.py:24:10 Cannot resolve imported module `exceptiongroup`
pytest possibly-unresolved-reference testing/_py/test_local.py:360:21 Name `i` used when possibly not defined
pytest possibly-unresolved-reference testing/_py/test_local.py:360:39 Name `i` used when possibly not defined
pytest possibly-unresolved-reference testing/_py/test_local.py:361:20 Name `i` used when possibly not defined
pytest possibly-unresolved-reference testing/_py/test_local.py:361:38 Name `i` used when possibly not defined
pytest unused-ignore-comment testing/_py/test_local.py:818:37 Unused blanket `type: ignore` directive
pytest possibly-missing-attribute testing/_py/test_local.py:851:16 Attribute `check` may be missing on object of type `local | None`
pytest possibly-missing-attribute testing/_py/test_local.py:854:41 Attribute `dirpath` may be missing on object of type `local | None`
pytest possibly-missing-attribute testing/_py/test_local.py:905:16 Attribute `check` may be missing on object of type `local | None`
pytest possibly-missing-attribute testing/_py/test_local.py:907:16 Attribute `check` may be missing on object of type `local | None`
pytest possibly-missing-attribute testing/_py/test_local.py:916:16 Attribute `basename` may be missing on object of type `local | None`
pytest possibly-missing-attribute testing/_py/test_local.py:917:16 Attribute `dirpath` may be missing on object of type `local | None`
pytest possibly-missing-attribute testing/_py/test_local.py:922:15 Attribute `sysexec` may be missing on object of type `local | None`
pytest invalid-assignment testing/_py/test_local.py:930:31 Implicit shadowing of class `ExecutionFailed`
pytest possibly-missing-attribute testing/_py/test_local.py:933:13 Attribute `sysexec` may be missing on object of type `local | None`
pytest unresolved-import testing/_py/test_local.py:1073:14 Cannot resolve imported module `xxxpackage`
pytest unresolved-import testing/_py/test_local.py:1169:29 Module `py.path` has no member `isimportable`
pytest unresolved-attribute testing/_py/test_local.py:1186:12 Class `local` has no attribute `_gethomedir`
pytest unresolved-attribute testing/_py/test_local.py:1192:15 Class `local` has no attribute `_gethomedir`
pytest possibly-missing-attribute testing/_py/test_local.py:1274:16 Attribute `new` may be missing on object of type `local | None`
pytest possibly-missing-attribute testing/_py/test_local.py:1276:31 Attribute `relto` may be missing on object of type `local | None`
pytest possibly-missing-attribute testing/_py/test_local.py:1277:20 Attribute `check` may be missing on object of type `local | None`
pytest unused-ignore-comment testing/_py/test_local.py:1364:35 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/_py/test_local.py:1365:35 Unused blanket `type: ignore` directive
pytest unresolved-import testing/code/test_excinfo.py:34:10 Cannot resolve imported module `exceptiongroup`
pytest unresolved-import testing/code/test_excinfo.py:35:10 Cannot resolve imported module `exceptiongroup`
pytest possibly-unresolved-reference testing/code/test_excinfo.py:93:19 Name `excinfo` used when possibly not defined
pytest invalid-argument-type testing/code/test_excinfo.py:187:24 Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
pytest possibly-unresolved-reference testing/code/test_excinfo.py:378:13 Name `excinfo` used when possibly not defined
pytest possibly-unresolved-reference testing/code/test_excinfo.py:406:13 Name `excinfo` used when possibly not defined
pytest possibly-unresolved-reference testing/code/test_excinfo.py:418:13 Name `excinfo` used when possibly not defined
pytest division-by-zero testing/code/test_excinfo.py:427:13 Cannot floor divide object of type `Literal[0]` by zero
pytest division-by-zero testing/code/test_excinfo.py:628:21 Cannot divide object of type `Literal[1]` by zero
pytest possibly-unresolved-reference testing/code/test_excinfo.py:656:32 Name `excinfo` used when possibly not defined
pytest possibly-unresolved-reference testing/code/test_excinfo.py:674:32 Name `excinfo` used when possibly not defined
pytest division-by-zero testing/code/test_excinfo.py:682:17 Cannot divide object of type `Literal[1]` by zero
pytest possibly-unresolved-reference testing/code/test_excinfo.py:688:36 Name `excinfo` used when possibly not defined
pytest unused-ignore-comment testing/code/test_excinfo.py:720:24 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/code/test_source.py:239:29 Unused blanket `type: ignore` directive
pytest unresolved-import testing/conftest.py:9:6 Cannot resolve imported module `packaging.version`
pytest unused-ignore-comment testing/example_scripts/dataclasses/test_compare_two_different_dataclasses.py:21:27 Unused blanket `type: ignore` directive
pytest unresolved-import testing/example_scripts/unittest/test_unittest_asynctest.py:8:8 Cannot resolve imported module `asynctest`
pytest unused-ignore-comment testing/io/test_saferepr.py:48:25 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/io/test_saferepr.py:49:26 Unused blanket `type: ignore` directive
pytest possibly-unresolved-reference testing/io/test_saferepr.py:64:39 Name `exp_exc` used when possibly not defined
pytest possibly-unresolved-reference testing/io/test_terminalwriter.py:94:14 Name `f` used when possibly not defined
pytest possibly-unresolved-reference testing/io/test_terminalwriter.py:95:19 Name `tw` used when possibly not defined
pytest unresolved-import testing/plugins_integration/bdd_wallet.py:4:6 Cannot resolve imported module `pytest_bdd`
pytest unresolved-import testing/plugins_integration/bdd_wallet.py:5:6 Cannot resolve imported module `pytest_bdd`
pytest unresolved-import testing/plugins_integration/bdd_wallet.py:6:6 Cannot resolve imported module `pytest_bdd`
pytest unresolved-import testing/plugins_integration/bdd_wallet.py:7:6 Cannot resolve imported module `pytest_bdd`
pytest unresolved-import testing/plugins_integration/pytest_anyio_integration.py:4:8 Cannot resolve imported module `anyio`
pytest unresolved-import testing/plugins_integration/pytest_trio_integration.py:4:8 Cannot resolve imported module `trio`
pytest unresolved-import testing/plugins_integration/pytest_twisted_integration.py:4:8 Cannot resolve imported module `pytest_twisted`
pytest unresolved-import testing/plugins_integration/pytest_twisted_integration.py:5:6 Cannot resolve imported module `twisted.internet.task`
pytest unresolved-import testing/plugins_integration/pytest_twisted_integration.py:9:12 Cannot resolve imported module `twisted.internet.reactor`
pytest unused-ignore-comment testing/python/collect.py:846:29 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/python/collect.py:848:37 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/python/collect.py:849:37 Unused blanket `type: ignore` directive
pytest unresolved-import testing/python/collect.py:1236:20 Cannot resolve imported module `filter_traceback_entry_as_str`
pytest unresolved-import testing/python/fixtures.py:778:20 Cannot resolve imported module `xdist`
pytest unresolved-import testing/python/metafunc.py:14:8 Cannot resolve imported module `hypothesis`
pytest unresolved-import testing/python/metafunc.py:15:6 Cannot resolve imported module `hypothesis`
pytest invalid-assignment testing/python/metafunc.py:57:9 Object of type `FuncFixtureInfoMock` is not assignable to attribute `_fixtureinfo` of type `FuncFixtureInfo`
pytest invalid-assignment testing/python/metafunc.py:58:9 Object of type `SessionMock` is not assignable to attribute `session` of type `Session`
pytest invalid-argument-type testing/python/metafunc.py:59:44 Argument to bound method `__init__` is incorrect: Expected `FuncFixtureInfo`, found `FuncFixtureInfoMock`
pytest invalid-argument-type testing/python/metafunc.py:59:57 Argument to bound method `__init__` is incorrect: Expected `Config`, found `Unknown | None`
pytest division-by-zero testing/python/raises.py:326:24 Cannot divide object of type `Literal[1]` by zero
pytest unused-ignore-comment testing/python/raises.py:345:24 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/python/raises.py:364:54 Unused blanket `type: ignore` directive
pytest unresolved-import testing/python/raises_group.py:20:10 Cannot resolve imported module `exceptiongroup`
pytest unresolved-import testing/python/raises_group.py:21:10 Cannot resolve imported module `exceptiongroup`
pytest unused-ignore-comment testing/python/raises_group.py:53:36 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/python/raises_group.py:176:71 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/python/raises_group.py:290:69 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/python/raises_group.py:301:69 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/python/raises_group.py:1357:48 Unused blanket `type: ignore` directive
pytest invalid-method-override testing/test_assertion.py:854:17 Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
pytest invalid-method-override testing/test_assertion.py:860:17 Invalid override of method `__setitem__`: Definition is incompatible with `MutableSequence.__setitem__`
pytest invalid-method-override testing/test_assertion.py:863:17 Invalid override of method `__delitem__`: Definition is incompatible with `MutableSequence.__delitem__`
pytest too-many-positional-arguments testing/test_assertion.py:1090:33 Too many positional arguments: expected 0, got 2
pytest too-many-positional-arguments testing/test_assertion.py:1091:34 Too many positional arguments: expected 0, got 2
pytest too-many-positional-arguments testing/test_assertion.py:1111:33 Too many positional arguments: expected 0, got 2
pytest too-many-positional-arguments testing/test_assertion.py:1111:49 Too many positional arguments: expected 0, got 2
pytest too-many-positional-arguments testing/test_assertion.py:1112:34 Too many positional arguments: expected 0, got 2
pytest too-many-positional-arguments testing/test_assertion.py:1112:50 Too many positional arguments: expected 0, got 2
pytest too-many-positional-arguments testing/test_assertion.py:1132:33 Too many positional arguments: expected 0, got 2
pytest too-many-positional-arguments testing/test_assertion.py:1132:49 Too many positional arguments: expected 0, got 2
pytest too-many-positional-arguments testing/test_assertion.py:1133:34 Too many positional arguments: expected 0, got 2
pytest too-many-positional-arguments testing/test_assertion.py:1133:50 Too many positional arguments: expected 0, got 2
pytest too-many-positional-arguments testing/test_assertion.py:1146:33 Too many positional arguments: expected 0, got 2
pytest too-many-positional-arguments testing/test_assertion.py:1147:34 Too many positional arguments: expected 0, got 2
pytest too-many-positional-arguments testing/test_assertion.py:1161:33 Too many positional arguments: expected 0, got 2
pytest too-many-positional-arguments testing/test_assertion.py:1162:34 Too many positional arguments: expected 0, got 2
pytest too-many-positional-arguments testing/test_assertion.py:1183:36 Too many positional arguments: expected 0, got 2
pytest too-many-positional-arguments testing/test_assertion.py:1184:37 Too many positional arguments: expected 0, got 2
pytest too-many-positional-arguments testing/test_assertion.py:1199:33 Too many positional arguments: expected 0, got 1
pytest too-many-positional-arguments testing/test_assertion.py:1200:34 Too many positional arguments: expected 0, got 1
pytest too-many-positional-arguments testing/test_assertion.py:1213:33 Too many positional arguments: expected 0, got 1
pytest too-many-positional-arguments testing/test_assertion.py:1214:34 Too many positional arguments: expected 0, got 1
pytest unsupported-operator testing/test_assertrewrite.py:140:28 Operator `<=` is not supported between objects of type `tuple[Literal[3], Literal[0]]` and `Unknown | tuple[int | None, int | None]`
pytest unsupported-operator testing/test_assertrewrite.py:140:38 Operator `<=` is not supported between objects of type `Unknown | tuple[int | None, int | None]` and `tuple[Literal[6], Literal[3]]`
pytest unused-ignore-comment testing/test_assertrewrite.py:412:31 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/test_assertrewrite.py:656:37 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/test_assertrewrite.py:940:39 Unused blanket `type: ignore` directive
pytest possibly-missing-attribute testing/test_assertrewrite.py:1246:18 Submodule `util` may not be available as an attribute on module `importlib`
pytest possibly-missing-attribute testing/test_assertrewrite.py:1396:17 Submodule `util` may not be available as an attribute on module `importlib`
pytest possibly-missing-attribute testing/test_assertrewrite.py:1904:14 Submodule `util` may not be available as an attribute on module `importlib`
pytest possibly-missing-attribute testing/test_assertrewrite.py:2084:13 Submodule `assertion` may not be available as an attribute on module `_pytest`
pytest possibly-missing-attribute testing/test_assertrewrite.py:2111:13 Submodule `assertion` may not be available as an attribute on module `_pytest`
pytest unused-ignore-comment testing/test_capture.py:922:27 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/test_capture.py:1664:55 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/test_collection.py:65:29 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/test_collection.py:67:37 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/test_collection.py:68:37 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/test_compat.py:116:20 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/test_compat.py:150:30 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/test_compat.py:168:30 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/test_compat.py:185:30 Unused blanket `type: ignore` directive
pytest possibly-unresolved-reference testing/test_config.py:882:29 Name `inipath` used when possibly not defined
pytest possibly-unresolved-reference testing/test_config.py:883:29 Name `inipath` used when possibly not defined
pytest possibly-missing-attribute testing/test_config.py:2328:30 Submodule `config` may not be available as an attribute on module `_pytest`
pytest possibly-missing-attribute testing/test_config.py:2511:18 Submodule `config` may not be available as an attribute on module `_pytest`
pytest possibly-missing-attribute testing/test_config.py:2511:18 Submodule `config` may not be available as an attribute on module `_pytest`
pytest possibly-missing-attribute testing/test_config.py:2512:21 Submodule `config` may not be available as an attribute on module `_pytest`
pytest unused-ignore-comment testing/test_config.py:3044:37 Unused blanket `type: ignore` directive
pytest unresolved-import testing/test_junitxml.py:13:8 Cannot resolve imported module `xmlschema`
pytest unused-ignore-comment testing/test_mark.py:40:71 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/test_monkeypatch.py:97:37 Unused blanket `type: ignore` directive
pytest invalid-argument-type testing/test_monkeypatch.py:171:25 Argument to bound method `setitem` is incorrect: Expected `Mapping[Literal["y"], Literal[1700]]`, found `dict[str, object] & ~AlwaysTruthy`
pytest invalid-argument-type testing/test_monkeypatch.py:174:25 Argument to bound method `setitem` is incorrect: Expected `Mapping[Literal["x"], Literal[1500]]`, found `dict[str, object] & ~AlwaysTruthy`
pytest unused-ignore-comment testing/test_monkeypatch.py:370:25 Unused blanket `type: ignore` directive
pytest unresolved-import testing/test_monkeypatch.py:458:12 Cannot resolve imported module `ns_pkg.hello`
pytest unresolved-import testing/test_monkeypatch.py:463:16 Cannot resolve imported module `ns_pkg.world`
pytest unresolved-import testing/test_monkeypatch.py:469:12 Cannot resolve imported module `ns_pkg.world`
pytest unresolved-import testing/test_monkeypatch.py:481:10 Cannot resolve imported module `main_app`
pytest unresolved-import testing/test_pathlib.py:294:14 Cannot resolve imported module `xxxpackage`
pytest unused-ignore-comment testing/test_pytester.py:38:57 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/test_pytester.py:40:31 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/test_pytester.py:42:31 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/test_pytester.py:53:58 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/test_pytester.py:60:54 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/test_pytester.py:71:28 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/test_pytester.py:73:58 Unused blanket `type: ignore` directive
pytest unresolved-import testing/test_pytester.py:284:16 Cannot resolve imported module `imported`
pytest unused-ignore-comment testing/test_pytester.py:492:36 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/test_pytester.py:493:42 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/test_recwarn.py:432:54 Unused blanket `type: ignore` directive
pytest unresolved-import testing/test_runner.py:25:10 Cannot resolve imported module `exceptiongroup`
pytest division-by-zero testing/test_runner.py:549:45 Cannot divide object of type `Literal[0]` by zero
pytest unused-ignore-comment testing/test_runner.py:1033:54 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/test_terminal.py:2029:33 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/test_terminal.py:3426:35 Unused blanket `type: ignore` directive
pytest possibly-unresolved-reference testing/test_tmpdir.py:383:41 Name `d` used when possibly not defined
pytest unused-ignore-comment testing/test_warning_types.py:48:29 Unused blanket `type: ignore` directive
pytest invalid-argument-type testing/typing_checks.py:47:25 Argument to bound method `setitem` is incorrect: Expected `Mapping[Literal["x"], Literal[2]]`, found `Foo`
pytest invalid-argument-type testing/typing_checks.py:48:25 Argument to bound method `delitem` is incorrect: Expected `Mapping[Literal["y"], Unknown]`, found `Foo`
pytest type-assertion-failure testing/typing_checks.py:59:5 Type `Literal["setup", "call", "teardown"]` does not match asserted type `str | None`
pytest type-assertion-failure testing/typing_checks.py:60:5 Type `tuple[str, int | None, str]` does not match asserted type `tuple[str, int | None, str] | None`
pytest unused-ignore-comment testing/typing_checks.py:65:49 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/typing_raises_group.py:19:35 Unused blanket `type: ignore` directive
pytest unresolved-import testing/typing_raises_group.py:22:10 Cannot resolve imported module `exceptiongroup`
pytest unresolved-import testing/typing_raises_group.py:23:10 Cannot resolve imported module `exceptiongroup`
pytest unused-ignore-comment testing/typing_raises_group.py:109:51 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/typing_raises_group.py:112:49 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/typing_raises_group.py:116:57 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/typing_raises_group.py:119:48 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/typing_raises_group.py:123:67 Unused blanket `type: ignore` directive
pytest unused-ignore-comment testing/typing_raises_group.py:124:69 Unused blanket `type: ignore` directive
pytest type-assertion-failure testing/typing_raises_group.py:237:5 Type `((Unknown, /) -> bool) | None` does not match asserted type `Unknown | ((Unknown, /) -> bool) | None`
schema_salad unresolved-import docs/conf.py:18:26 Module `schema_salad` has no member `_version`
schema_salad deprecated docs/conf.py:22:23 The function `utcfromtimestamp` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .fromtimestamp(datetime.timezone.utc)
schema_salad invalid-method-override mypy-stubs/mistune/directives/_fenced.pyi:32:9 Invalid override of method `__call__`: Definition is incompatible with `BaseDirective.__call__`
schema_salad unresolved-attribute mypy-stubs/rdflib/graph.pyi:170:10 Function `query` has no attribute `Result`
schema_salad invalid-method-override mypy-stubs/rdflib/graph.pyi:180:9 Invalid override of method `n3`: Definition is incompatible with `Node.n3`
schema_salad invalid-method-override mypy-stubs/rdflib/graph.pyi:205:9 Invalid override of method `add`: Definition is incompatible with `Graph.add`
schema_salad invalid-method-override mypy-stubs/rdflib/graph.pyi:207:9 Invalid override of method `remove`: Definition is incompatible with `Graph.remove`
schema_salad unused-ignore-comment mypy-stubs/rdflib/namespace/__init__.pyi:36:37 Unused blanket `type: ignore` directive
schema_salad invalid-method-override mypy-stubs/rdflib/namespace/__init__.pyi:38:9 Invalid override of method `__getitem__`: Definition is incompatible with `str.__getitem__`
schema_salad invalid-method-override mypy-stubs/rdflib/namespace/__init__.pyi:42:9 Invalid override of method `format`: Definition is incompatible with `str.format`
schema_salad invalid-method-override mypy-stubs/rdflib/query.pyi:17:9 Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`
schema_salad unused-ignore-comment schema_salad/avro/schema.py:292:63 Unused blanket `type: ignore` directive
schema_salad possibly-unresolved-reference schema_salad/avro/schema.py:668:39 Name `old_default` used when possibly not defined
schema_salad invalid-argument-type schema_salad/avro/schema.py:800:52 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]`
schema_salad invalid-argument-type schema_salad/avro/schema.py:802:42 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]`
schema_salad invalid-argument-type schema_salad/avro/schema.py:805:64 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["name"]`
schema_salad invalid-argument-type schema_salad/avro/schema.py:807:25 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]`
schema_salad invalid-argument-type schema_salad/avro/schema.py:807:56 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]`
schema_salad invalid-argument-type schema_salad/avro/schema.py:809:25 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]`
schema_salad invalid-argument-type schema_salad/avro/schema.py:809:54 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]`
schema_salad invalid-argument-type schema_salad/avro/schema.py:811:25 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]`
schema_salad invalid-argument-type schema_salad/avro/schema.py:811:55 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]`
schema_salad invalid-argument-type schema_salad/avro/schema.py:813:25 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]`
schema_salad invalid-argument-type schema_salad/avro/schema.py:813:57 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]`
schema_salad possibly-unresolved-reference schema_salad/dlang_codegen.py:247:30 Name `type_str` used when possibly not defined
schema_salad possibly-unresolved-reference schema_salad/dotnet_codegen.py:796:30 Name `baseurl` used when possibly not defined
schema_salad possibly-unresolved-reference schema_salad/dotnet_codegen.py:813:30 Name `baseurl` used when possibly not defined
schema_salad non-subscriptable schema_salad/jsonld_context.py:132:34 Cannot subscript object of type `None` with no `__getitem__` method
schema_salad possibly-unresolved-reference schema_salad/jsonld_context.py:153:28 Name `ns` used when possibly not defined
schema_salad possibly-unresolved-reference schema_salad/jsonld_context.py:153:38 Name `ln` used when possibly not defined
schema_salad possibly-unresolved-reference schema_salad/jsonld_context.py:156:20 Name `ns` used when possibly not defined
schema_salad possibly-unresolved-reference schema_salad/jsonld_context.py:157:43 Name `ns` used when possibly not defined
schema_salad possibly-unresolved-reference schema_salad/jsonld_context.py:157:53 Name `ln` used when possibly not defined
schema_salad possibly-unresolved-reference schema_salad/jsonld_context.py:162:47 Name `classnode` used when possibly not defined
schema_salad possibly-unresolved-reference schema_salad/jsonld_context.py:171:24 Name `classnode` used when possibly not defined
schema_salad invalid-assignment schema_salad/jsonld_context.py:211:17 Cannot assign to a subscript on an object of type `int`
schema_salad invalid-assignment schema_salad/jsonld_context.py:211:17 Cannot assign to a subscript on an object of type `float`
schema_salad invalid-assignment schema_salad/jsonld_context.py:211:17 Cannot assign to a subscript on an object of type `str`
schema_salad invalid-argument-type schema_salad/jsonld_context.py:213:28 Argument to function `fix_jsonld_ids` is incorrect: Expected `CommentedMap | int | float | str | CommentedSeq`, found `object`
schema_salad invalid-argument-type schema_salad/jsonld_context.py:216:28 Argument to function `fix_jsonld_ids` is incorrect: Expected `CommentedMap | int | float | str | CommentedSeq`, found `object`
schema_salad no-matching-overload schema_salad/jsonld_context.py:234:24 No overload of function `urldefrag` matches arguments
schema_salad invalid-assignment schema_salad/jsonld_context.py:245:13 Cannot assign to a subscript on an object of type `object`
schema_salad invalid-assignment schema_salad/jsonld_context.py:252:9 Cannot assign to a subscript on an object of type `int`
schema_salad invalid-assignment schema_salad/jsonld_context.py:252:9 Cannot assign to a subscript on an object of type `float`
schema_salad invalid-assignment schema_salad/jsonld_context.py:252:9 Cannot assign to a subscript on an object of type `str`
schema_salad unused-ignore-comment schema_salad/main.py:377:66 Unused blanket `type: ignore` directive
schema_salad invalid-argument-type schema_salad/main.py:455:31 Argument to function `printrdf` is incorrect: Expected `CommentedMap | CommentedSeq`, found `(int & Top[Mapping[Unknown, object]]) | (float & Top[Mapping[Unknown, object]]) | (str & Top[Mapping[Unknown, object]]) | ... omitted 6 union elements`
schema_salad possibly-unresolved-reference schema_salad/makedoc.py:302:57 Name `t` used when possibly not defined
schema_salad possibly-unresolved-reference schema_salad/makedoc.py:311:60 Name `t` used when possibly not defined
schema_salad invalid-argument-type schema_salad/makedoc.py:810:26 Argument to bound method `extend` is incorrect: Expected `Iterable[dict[str, Any]]`, found `(int & Top[MutableSequence[Unknown]]) | (float & Top[MutableSequence[Unknown]]) | (str & Top[MutableSequence[Unknown]]) | (CommentedMap & Top[MutableSequence[Unknown]]) | CommentedSeq`
schema_salad invalid-argument-type schema_salad/makedoc.py:812:26 Argument to bound method `append` is incorrect: Expected `dict[str, Any]`, found `(int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (CommentedMap & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]])`
schema_salad invalid-argument-type schema_salad/makedoc.py:820:49 Argument to bound method `__init__` is incorrect: Argument type `object` does not satisfy upper bound `_WrappedBuffer` of type variable `_BufferT_co`
schema_salad invalid-argument-type schema_salad/makedoc.py:820:49 Argument to bound method `__init__` is incorrect: Expected `_WrappedBuffer`, found `object`
schema_salad invalid-assignment schema_salad/metaschema.py:351:19 Object of type `(MutableMapping[str, Any] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]])` is not assignable to `MutableMapping[str, Any]`
schema_salad no-matching-overload schema_salad/metaschema.py:1023:24 No overload of bound method `get` matches arguments
schema_salad no-matching-overload schema_salad/metaschema.py:1023:24 No overload of bound method `get` matches arguments
schema_salad no-matching-overload schema_salad/metaschema.py:1024:21 No overload of bound method `get` matches arguments
schema_salad no-matching-overload schema_salad/metaschema.py:1024:21 No overload of bound method `get` matches arguments
schema_salad no-matching-overload schema_salad/metaschema.py:1025:21 No overload of bound method `get` matches arguments
schema_salad no-matching-overload schema_salad/metaschema.py:1025:21 No overload of bound method `get` matches arguments
schema_salad invalid-method-override schema_salad/metaschema.py:1219:9 Invalid override of method `fromDoc`: Definition is incompatible with `Saveable.fromDoc`
schema_salad possibly-unresolved-reference schema_salad/metaschema.py:1410:19 Name `type_` used when possibly not defined
schema_salad invalid-method-override schema_salad/metaschema.py:1479:9 Invalid override of method `fromDoc`: Definition is incompatible with `Saveable.fromDoc`
schema_salad possibly-unresolved-reference schema_salad/metaschema.py:1613:19 Name `type_` used when possibly not defined
schema_salad invalid-method-override schema_salad/metaschema.py:1691:9 Invalid override of method `fromDoc`: Definition is incompatible with `Saveable.fromDoc`
schema_salad possibly-unresolved-reference schema_salad/metaschema.py:1882:21 Name `symbols` used when possibly not defined
schema_salad possibly-unresolved-reference schema_salad/metaschema.py:1883:19 Name `type_` used when possibly not defined
schema_salad invalid-method-override schema_salad/metaschema.py:1951:9 Invalid override of method `fromDoc`: Definition is incompatible with `Saveable.fromDoc`
schema_salad possibly-unresolved-reference schema_salad/metaschema.py:2085:19 Name `items` used when possibly not defined
schema_salad possibly-unresolved-reference schema_salad/metaschema.py:2086:19 Name `type_` used when possibly not defined
schema_salad invalid-method-override schema_salad/metaschema.py:2150:9 Invalid override of method `fromDoc`: Definition is incompatible with `Saveable.fromDoc`
schema_salad possibly-unresolved-reference schema_salad/metaschema.py:2284:19 Name `type_` used when possibly not defined
schema_salad possibly-unresolved-reference schema_salad/metaschema.py:2285:20 Name `values` used when possibly not defined
schema_salad invalid-method-override schema_salad/metaschema.py:2349:9 Invalid override of method `fromDoc`: Definition is incompatible with `Saveable.fromDoc`
schema_salad possibly-unresolved-reference schema_salad/metaschema.py:2483:19 Name `names` used when possibly not defined
schema_salad possibly-unresolved-reference schema_salad/metaschema.py:2484:19 Name `type_` used when possibly not defined
schema_salad invalid-method-override schema_salad/metaschema.py:2598:9 Invalid override of method `fromDoc`: Definition is incompatible with `Saveable.fromDoc`
schema_salad invalid-method-override schema_salad/metaschema.py:3295:9 Invalid override of method `fromDoc`: Definition is incompatible with `Saveable.fromDoc`
schema_salad possibly-unresolved-reference schema_salad/metaschema.py:3429:28 Name `specializeFrom` used when possibly not defined
schema_salad possibly-unresolved-reference schema_salad/metaschema.py:3430:26 Name `specializeTo` used when possibly not defined
schema_salad invalid-method-override schema_salad/metaschema.py:3532:9 Invalid override of method `fromDoc`: Definition is incompatible with `Saveable.fromDoc`
schema_salad possibly-unresolved-reference schema_salad/metaschema.py:3817:19 Name `type_` used when possibly not defined
schema_salad invalid-method-override schema_salad/metaschema.py:3953:9 Invalid override of method `fromDoc`: Definition is incompatible with `Saveable.fromDoc`
schema_salad possibly-unresolved-reference schema_salad/metaschema.py:4615:19 Name `type_` used when possibly not defined
schema_salad invalid-method-override schema_salad/metaschema.py:4808:9 Invalid override of method `fromDoc`: Definition is incompatible with `Saveable.fromDoc`
schema_salad possibly-unresolved-reference schema_salad/metaschema.py:5376:21 Name `symbols` used when possibly not defined
schema_salad possibly-unresolved-reference schema_salad/metaschema.py:5377:19 Name `type_` used when possibly not defined
schema_salad invalid-method-override schema_salad/metaschema.py:5547:9 Invalid override of method `fromDoc`: Definition is incompatible with `Saveable.fromDoc`
schema_salad possibly-unresolved-reference schema_salad/metaschema.py:6068:19 Name `type_` used when possibly not defined
schema_salad possibly-unresolved-reference schema_salad/metaschema.py:6069:20 Name `values` used when possibly not defined
schema_salad invalid-method-override schema_salad/metaschema.py:6230:9 Invalid override of method `fromDoc`: Definition is incompatible with `Saveable.fromDoc`
schema_salad possibly-unresolved-reference schema_salad/metaschema.py:6704:19 Name `names` used when possibly not defined
schema_salad possibly-unresolved-reference schema_salad/metaschema.py:6705:19 Name `type_` used when possibly not defined
schema_salad invalid-method-override schema_salad/metaschema.py:6850:9 Invalid override of method `fromDoc`: Definition is incompatible with `Saveable.fromDoc`
schema_salad possibly-unresolved-reference schema_salad/metaschema.py:7233:19 Name `type_` used when possibly not defined
schema_salad invalid-assignment schema_salad/python_codegen_support.py:348:19 Object of type `(MutableMapping[str, Any] & ~Top[MutableSequence[Unknown]]) | (int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]])` is not assignable to `MutableMapping[str, Any]`
schema_salad no-matching-overload schema_salad/python_codegen_support.py:1020:24 No overload of bound method `get` matches arguments
schema_salad no-matching-overload schema_salad/python_codegen_support.py:1020:24 No overload of bound method `get` matches arguments
schema_salad no-matching-overload schema_salad/python_codegen_support.py:1021:21 No overload of bound method `get` matches arguments
schema_salad no-matching-overload schema_salad/python_codegen_support.py:1021:21 No overload of bound method `get` matches arguments
schema_salad no-matching-overload schema_salad/python_codegen_support.py:1022:21 No overload of bound method `get` matches arguments
schema_salad no-matching-overload schema_salad/python_codegen_support.py:1022:21 No overload of bound method `get` matches arguments
schema_salad possibly-missing-attribute schema_salad/ref_resolver.py:53:26 Submodule `parse` may not be available as an attribute on module `urllib`
schema_salad possibly-missing-attribute schema_salad/ref_resolver.py:56:19 Submodule `request` may not be available as an attribute on module `urllib`
schema_salad possibly-missing-attribute schema_salad/ref_resolver.py:58:19 Submodule `request` may not be available as an attribute on module `urllib`
schema_salad possibly-missing-attribute schema_salad/ref_resolver.py:66:20 Submodule `parse` may not be available as an attribute on module `urllib`
schema_salad possibly-missing-attribute schema_salad/ref_resolver.py:68:16 Submodule `request` may not be available as an attribute on module `urllib`
schema_salad possibly-missing-attribute schema_salad/ref_resolver.py:69:19 Submodule `parse` may not be available as an attribute on module `urllib`
schema_salad possibly-missing-attribute schema_salad/ref_resolver.py:139:12 Submodule `parse` may not be available as an attribute on module `urllib`
schema_salad possibly-missing-attribute schema_salad/ref_resolver.py:251:24 Submodule `parse` may not be available as an attribute on module `urllib`
schema_salad possibly-missing-attribute schema_salad/ref_resolver.py:260:32 Submodule `parse` may not be available as an attribute on module `urllib`
schema_salad possibly-missing-attribute schema_salad/ref_resolver.py:265:19 Submodule `parse` may not be available as an attribute on module `urllib`
schema_salad no-matching-overload schema_salad/ref_resolver.py:278:26 No overload of bound method `triples` matches arguments
schema_salad invalid-argument-type schema_salad/ref_resolver.py:332:34 Argument to bound method `_add_properties` is incorrect: Expected `str`, found `Unknown | Node`
schema_salad invalid-argument-type schema_salad/ref_resolver.py:334:34 Argument to bound method `_add_properties` is incorrect: Expected `str`, found `Unknown | Node`
schema_salad invalid-argument-type schema_salad/ref_resolver.py:335:34 Argument to bound method `_add_properties` is incorrect: Expected `str`, found `Unknown | Node`
schema_salad invalid-argument-type schema_salad/ref_resolver.py:337:34 Argument to bound method `_add_properties` is incorrect: Expected `str`, found `Unknown | Node`
schema_salad invalid-argument-type schema_salad/ref_resolver.py:339:34 Argument to bound method `_add_properties` is incorrect: Expected `str`, found `Unknown | Node`
schema_salad invalid-argument-type schema_salad/ref_resolver.py:372:30 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["@type"]`
schema_salad no-matching-overload schema_salad/ref_resolver.py:376:24 No overload of bound method `get` matches arguments
schema_salad invalid-argument-type schema_salad/ref_resolver.py:379:30 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["@type"]`
schema_salad invalid-argument-type schema_salad/ref_resolver.py:384:34 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["typeDSL"]`
schema_salad invalid-argument-type schema_salad/ref_resolver.py:387:30 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["secondaryFilesDSL"]`
schema_salad invalid-argument-type schema_salad/ref_resolver.py:390:30 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["noLinkCheck"]`
schema_salad invalid-argument-type schema_salad/ref_resolver.py:393:30 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["mapSubject"]`
schema_salad invalid-argument-type schema_salad/ref_resolver.py:396:30 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["mapPredicate"]`
schema_salad invalid-argument-type schema_salad/ref_resolver.py:399:30 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["@id"]`
schema_salad invalid-argument-type schema_salad/ref_resolver.py:402:30 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["subscope"]`
schema_salad possibly-missing-attribute schema_salad/ref_resolver.py:491:21 Submodule `parse` may not be available as an attribute on module `urllib`
schema_salad invalid-argument-type schema_salad/ref_resolver.py:495:59 Argument to function `_copy_dict_without_key` is incorrect: Expected `CommentedMap | dict[str, Iterable[str]]`, found `(CommentedMap & Top[MutableMapping[Unknown, Unknown]]) | (CommentedSeq & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]])`
schema_salad invalid-return-type schema_salad/ref_resolver.py:498:32 Return type does not match returned value: expected `tuple[int | float | str | ... omitted 3 union elements, CommentedMap]`, found `tuple[(CommentedMap & Top[MutableMapping[Unknown, Unknown]]) | (CommentedSeq & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]), (CommentedMap & Top[MutableMapping[Unknown, Unknown]]) | (CommentedSeq & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]])]`
schema_salad possibly-missing-attribute schema_salad/ref_resolver.py:504:41 Submodule `parse` may not be available as an attribute on module `urllib`
schema_salad invalid-return-type schema_salad/ref_resolver.py:506:28 Return type does not match returned value: expected `tuple[int | float | str | ... omitted 3 union elements, CommentedMap]`, found `tuple[(CommentedMap & Top[MutableSequence[Unknown]] & ~Top[MutableMapping[Unknown, Unknown]]) | (CommentedSeq & ~Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableSequence[Unknown]] & ~Top[MutableMapping[Unknown, Unknown]]), (CommentedMap & Top[MutableMapping[Unknown, Unknown]]) | (CommentedSeq & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]])]`
schema_salad possibly-missing-attribute schema_salad/ref_resolver.py:530:28 Submodule `parse` may not be available as an attribute on module `urllib`
schema_salad possibly-unresolved-reference schema_salad/ref_resolver.py:944:79 Name `key` used when possibly not defined
schema_salad possibly-missing-attribute schema_salad/ref_resolver.py:1037:24 Submodule `parse` may not be available as an attribute on module `urllib`
schema_salad possibly-missing-attribute schema_salad/ref_resolver.py:1046:19 Submodule `parse` may not be available as an attribute on module `urllib`
schema_salad unused-ignore-comment schema_salad/ref_resolver.py:1100:29 Unused blanket `type: ignore` directive
schema_salad invalid-return-type schema_salad/ref_resolver.py:1101:20 Return type does not match returned value: expected `str | CommentedSeq | CommentedMap`, found `None`
schema_salad invalid-assignment schema_salad/ref_resolver.py:1135:25 Cannot assign to a subscript on an object of type `int`
schema_salad invalid-assignment schema_salad/ref_resolver.py:1135:25 Cannot assign to a subscript on an object of type `float`
schema_salad invalid-assignment schema_salad/ref_resolver.py:1135:25 Cannot assign to a subscript on an object of type `str`
schema_salad possibly-unresolved-reference schema_salad/ref_resolver.py:1167:49 Name `sl` used when possibly not defined
schema_salad invalid-argument-type schema_salad/ref_resolver.py:1177:21 Argument to bound method `validate_links` is incorrect: Expected `int | float | str | ... omitted 3 union elements`, found `object`
schema_salad invalid-argument-type schema_salad/schema.py:271:57 Argument to function `salad_to_jsonld_context` is incorrect: Expected `Iterable[MutableMapping[str, Any]]`, found `(int & Top[MutableSequence[Unknown]]) | (float & Top[MutableSequence[Unknown]]) | (str & Top[MutableSequence[Unknown]]) | (CommentedMap & Top[MutableSequence[Unknown]]) | CommentedSeq`
schema_salad invalid-argument-type schema_salad/schema.py:278:35 Argument to function `make_avro_schema` is incorrect: Expected `list[Any]`, found `(int & Top[MutableSequence[Unknown]]) | (float & Top[MutableSequence[Unknown]]) | (str & Top[MutableSequence[Unknown]]) | (CommentedMap & Top[MutableSequence[Unknown]]) | CommentedSeq`
schema_salad possibly-unresolved-reference schema_salad/schema.py:398:56 Name `name` used when possibly not defined
schema_salad possibly-unresolved-reference schema_salad/schema.py:405:56 Name `name` used when possibly not defined
schema_salad invalid-argument-type schema_salad/schema.py:539:21 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["name"]`
schema_salad invalid-assignment schema_salad/schema.py:541:17 Invalid subscript assignment with key of type `Literal["name"]` and value of type `str` on object of type `MutableSequence[Any]`
schema_salad invalid-assignment schema_salad/schema.py:541:17 Cannot assign to a subscript on an object of type `str`
schema_salad invalid-assignment schema_salad/schema.py:543:17 Invalid subscript assignment with key of type `Literal["name"]` and value of type `str` on object of type `MutableSequence[Any]`
schema_salad invalid-assignment schema_salad/schema.py:543:17 Cannot assign to a subscript on an object of type `str`
schema_salad invalid-argument-type schema_salad/schema.py:555:51 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["abstract"]`
schema_salad invalid-assignment schema_salad/schema.py:563:17 Invalid subscript assignment with key of type `Literal["type", "items", "names", "values", "fields"]` and value of type `MutableMapping[str, Any] | MutableSequence[Any] | str | MutableMapping[str, str] | list[Any | MutableMapping[str, str] | str]` on object of type `MutableSequence[Any]`
schema_salad invalid-assignment schema_salad/schema.py:563:17 Cannot assign to a subscript on an object of type `str`
schema_salad invalid-assignment schema_salad/schema.py:572:13 Invalid subscript assignment with key of type `Literal["symbols"]` and value of type `list[str | Unknown]` on object of type `MutableSequence[Any]`
schema_salad invalid-assignment schema_salad/schema.py:572:13 Cannot assign to a subscript on an object of type `str`
schema_salad invalid-argument-type schema_salad/schema.py:745:23 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["abstract"]`
schema_salad invalid-argument-type schema_salad/schema.py:746:19 Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]`
schema_salad possibly-missing-attribute schema_salad/sourceline.py:12:25 Submodule `comments` may not be available as an attribute on module `ruamel.yaml`
schema_salad possibly-missing-attribute schema_salad/sourceline.py:13:22 Submodule `comments` may not be available as an attribute on module `ruamel.yaml`
schema_salad possibly-missing-attribute schema_salad/sourceline.py:30:24 Submodule `comments` may not be available as an attribute on module `ruamel.yaml`
schema_salad invalid-argument-type schema_salad/sourceline.py:203:25 Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
schema_salad possibly-missing-attribute schema_salad/sourceline.py:286:38 Submodule `comments` may not be available as an attribute on module `ruamel.yaml`
schema_salad unresolved-import schema_salad/tests/conftest.py:1:8 Cannot resolve imported module `pytest`
schema_salad unused-ignore-comment schema_salad/tests/memory-leak-check.py:6:18 Unused blanket `type: ignore` directive
schema_salad unresolved-import schema_salad/tests/test_cg.py:4:8 Cannot resolve imported module `pytest`
schema_salad unresolved-import schema_salad/tests/test_cli_args.py:3:8 Cannot resolve imported module `pytest`
schema_salad unresolved-import schema_salad/tests/test_codegen_errors.py:8:8 Cannot resolve imported module `pytest`
schema_salad possibly-missing-attribute schema_salad/tests/test_codegen_errors.py:172:12 Submodule `util` may not be available as an attribute on module `importlib`
schema_salad possibly-missing-attribute schema_salad/tests/test_codegen_errors.py:173:29 Submodule `machinery` may not be available as an attribute on module `importlib`
schema_salad possibly-missing-attribute schema_salad/tests/test_codegen_errors.py:175:21 Submodule `util` may not be available as an attribute on module `importlib`
schema_salad unresolved-import schema_salad/tests/test_cpp_codegen.py:8:8 Cannot resolve imported module `pytest`
schema_salad unresolved-import schema_salad/tests/test_cwl11.py:14:8 Cannot resolve imported module `pytest`
schema_salad unresolved-import schema_salad/tests/test_cwl11.py:16:6 Cannot resolve imported module `_pytest.tmpdir`
schema_salad unresolved-import schema_salad/tests/test_errors.py:5:8 Cannot resolve imported module `pytest`
schema_salad possibly-missing-attribute schema_salad/tests/test_errors.py:302:24 Submodule `schema` may not be available as an attribute on module `schema_salad`
schema_salad possibly-missing-attribute schema_salad/tests/test_errors.py:323:20 Submodule `schema` may not be available as an attribute on module `schema_salad`
schema_salad possibly-missing-attribute schema_salad/tests/test_errors.py:350:20 Submodule `schema` may not be available as an attribute on module `schema_salad`
schema_salad possibly-missing-attribute schema_salad/tests/test_errors.py:372:20 Submodule `schema` may not be available as an attribute on module `schema_salad`
schema_salad possibly-missing-attribute schema_salad/tests/test_errors.py:394:20 Submodule `schema` may not be available as an attribute on module `schema_salad`
schema_salad unresolved-import schema_salad/tests/test_examples.py:8:8 Cannot resolve imported module `pytest`
schema_salad possibly-missing-attribute schema_salad/tests/test_examples.py:152:5 Submodule `makedoc` may not be available as an attribute on module `schema_salad`
schema_salad invalid-argument-type schema_salad/tests/test_examples.py:395:23 Argument to function `makerdf` is incorrect: Expected `CommentedMap | int | float | str | CommentedSeq`, found `int | float | str | ... omitted 3 union elements`
schema_salad invalid-argument-type schema_salad/tests/test_examples.py:408:23 Argument to function `makerdf` is incorrect: Expected `CommentedMap | int | float | str | CommentedSeq`, found `int | float | str | ... omitted 3 union elements`
schema_salad invalid-argument-type schema_salad/tests/test_examples.py:421:23 Argument to function `makerdf` is incorrect: Expected `CommentedMap | int | float | str | CommentedSeq`, found `int | float | str | ... omitted 3 union elements`
schema_salad invalid-argument-type schema_salad/tests/test_examples.py:434:23 Argument to function `makerdf` is incorrect: Expected `CommentedMap | int | float | str | CommentedSeq`, found `int | float | str | ... omitted 3 union elements`
schema_salad possibly-missing-attribute schema_salad/tests/test_examples.py:589:11 Submodule `ref_resolver` may not be available as an attribute on module `schema_salad`
schema_salad unresolved-import schema_salad/tests/test_fetch.py:4:8 Cannot resolve imported module `pytest`
schema_salad invalid-method-override schema_salad/tests/test_fetch.py:34:9 Invalid override of method `urljoin`: Definition is incompatible with `Fetcher.urljoin`
schema_salad invalid-method-override schema_salad/tests/test_fetch.py:67:9 Invalid override of method `urljoin`: Definition is incompatible with `Fetcher.urljoin`
schema_salad unresolved-import schema_salad/tests/test_fp.py:1:8 Cannot resolve imported module `pytest`
schema_salad unresolved-import schema_salad/tests/test_makedoc.py:22:8 Cannot resolve imported module `pytest`
schema_salad unresolved-import schema_salad/tests/test_print_oneline.py:4:8 Cannot resolve imported module `pytest`
schema_salad unresolved-import schema_salad/tests/test_real_cwl.py:9:8 Cannot resolve imported module `pytest`
schema_salad unresolved-import schema_salad/tests/test_ref_resolver.py:10:8 Cannot resolve imported module `pytest`
schema_salad unresolved-import schema_salad/tests/test_ref_resolver.py:11:6 Cannot resolve imported module `_pytest.fixtures`
schema_salad invalid-assignment schema_salad/tests/test_ref_resolver.py:132:9 Object of type `Literal["linux2"]` is not assignable to attribute `platform` of type `Literal["linux"]`
schema_salad unresolved-import schema_salad/tests/test_subtypes.py:3:8 Cannot resolve imported module `pytest`
schema_salad unused-ignore-comment schema_salad/typescript_codegen.py:424:64 Unused blanket `type: ignore` directive
schema_salad unused-ignore-comment schema_salad/utils.py:130:34 Unused blanket `type: ignore` directive
schema_salad possibly-missing-attribute schema_salad/validate.py:93:22 Submodule `schema` may not be available as an attribute on module `schema_salad.avro`
schema_salad possibly-missing-attribute schema_salad/validate.py:95:22 Submodule `schema` may not be available as an attribute on module `schema_salad.avro`
schema_salad possibly-missing-attribute schema_salad/validate.py:97:23 Submodule `schema` may not be available as an attribute on module `schema_salad.avro`
schema_salad possibly-missing-attribute schema_salad/validate.py:97:46 Submodule `schema` may not be available as an attribute on module `schema_salad.avro`
schema_salad possibly-missing-attribute schema_salad/validate.py:99:22 Submodule `schema` may not be available as an attribute on module `schema_salad.avro`
schema_salad possibly-missing-attribute schema_salad/validate.py:101:23 Submodule `schema` may not be available as an attribute on module `schema_salad.avro`
schema_salad possibly-missing-attribute schema_salad/validate.py:101:48 Submodule `schema` may not be available as an attribute on module `schema_salad.avro`
schema_salad possibly-missing-attribute schema_salad/validate.py:177:36 Submodule `schema` may not be available as an attribute on module `schema_salad.avro`
schema_salad possibly-missing-attribute schema_salad/validate.py:210:36 Submodule `schema` may not be available as an attribute on module `schema_salad.avro`
schema_salad possibly-unresolved-reference schema_salad/validate.py:231:78 Name `sl` used when possibly not defined
schema_salad possibly-missing-attribute schema_salad/validate.py:240:37 Submodule `schema` may not be available as an attribute on module `schema_salad.avro`
schema_salad possibly-missing-attribute schema_salad/validate.py:240:62 Submodule `schema` may not be available as an attribute on module `schema_salad.avro`
schema_salad possibly-missing-attribute schema_salad/validate.py:261:73 Submodule `schema` may not be available as an attribute on module `schema_salad.avro`
schema_salad possibly-missing-attribute schema_salad/validate.py:264:21 Submodule `schema` may not be available as an attribute on module `schema_salad.avro`
schema_salad possibly-missing-attribute schema_salad/validate.py:264:47 Submodule `schema` may not be available as an attribute on module `schema_salad.avro`
schema_salad possibly-missing-attribute schema_salad/validate.py:264:70 Submodule `schema` may not be available as an attribute on module `schema_salad.avro`
schema_salad possibly-missing-attribute schema_salad/validate.py:270:21 Submodule `schema` may not be available as an attribute on module `schema_salad.avro`
schema_salad possibly-missing-attribute schema_salad/validate.py:271:21 Submodule `schema` may not be available as an attribute on module `schema_salad.avro`
schema_salad possibly-missing-attribute schema_salad/validate.py:272:21 Submodule `schema` may not be available as an attribute on module `schema_salad.avro`
schema_salad possibly-missing-attribute schema_salad/validate.py:273:21 Submodule `schema` may not be available as an attribute on module `schema_salad.avro`
schema_salad possibly-missing-attribute schema_salad/validate.py:312:36 Submodule `schema` may not be available as an attribute on module `schema_salad.avro`
schema_salad possibly-unresolved-reference schema_salad/validate.py:375:29 Name `sl` used when possibly not defined
schema_salad possibly-missing-attribute schema_salad/validate.py:451:37 Submodule `schema` may not be available as an attribute on module `schema_salad.avro`
schema_salad possibly-missing-attribute schema_salad/validate.py:451:60 Submodule `schema` may not be available as an attribute on module `schema_salad.avro`
schema_salad possibly-unresolved-reference schema_salad/validate.py:474:78 Name `sl` used when possibly not defined
schema_salad unresolved-import setup.py:6:6 Cannot resolve imported module `setuptools`
schema_salad unresolved-import setup.py:78:10 Cannot resolve imported module `mypyc.build`
rich unresolved-import docs/source/conf.py:20:8 Cannot resolve imported module `sphinx_rtd_theme`
rich no-matching-overload examples/fullscreen.py:140:9 No overload of function `sum` matches arguments
rich no-matching-overload examples/live_progress.py:25:9 No overload of function `sum` matches arguments
rich unresolved-import examples/suppress.py:2:12 Cannot resolve imported module `click`
rich possibly-unresolved-reference examples/suppress.py:10:19 Name `click` used when possibly not defined
rich possibly-unresolved-reference examples/suppress.py:13:2 Name `click` used when possibly not defined
rich possibly-unresolved-reference examples/suppress.py:14:2 Name `click` used when possibly not defined
rich division-by-zero examples/suppress.py:17:5 Cannot divide object of type `Literal[1]` by zero
rich unresolved-reference examples/suppress.py:19:29 Name `name` used when not defined
rich invalid-argument-type examples/table_movie.py:62:1 Argument to function `contextmanager` is incorrect: Expected `(...) -> Iterator[Unknown]`, found `def beat(length: int = 1) -> None`
rich invalid-return-type examples/table_movie.py:63:30 Return type does not match returned value: expected `None`, found `types.GeneratorType`
rich invalid-argument-type rich/_log_render.py:62:59 Argument to bound method `strftime` is incorrect: Expected `str`, found `(str & ~(() -> object)) | (((datetime, /) -> Text) & ~(() -> object)) | (Unknown & ~(() -> object))`
rich invalid-method-override rich/_null_file.py:39:9 Invalid override of method `writelines`: Definition is incompatible with `IO.writelines`
rich invalid-method-override rich/_null_file.py:59:9 Invalid override of method `write`: Definition is incompatible with `IO.write`
rich possibly-unresolved-reference rich/_pick.py:17:17 Name `value` used when possibly not defined
rich invalid-type-form rich/_windows_renderer.py:7:60 Variable of type `Never` is not allowed in a type expression
rich unused-ignore-comment rich/color.py:616:54 Unused blanket `type: ignore` directive
rich call-non-callable rich/console.py:1325:31 Object of type `object` is not callable
rich redundant-cast rich/console.py:1540:43 Value is already of type `Literal["left", "center", "right"]`
rich possibly-unresolved-reference rich/filesize.py:36:24 Name `unit` used when possibly not defined
rich possibly-unresolved-reference rich/filesize.py:37:9 Name `suffix` used when possibly not defined
rich possibly-unresolved-reference rich/filesize.py:49:12 Name `unit` used when possibly not defined
rich possibly-unresolved-reference rich/filesize.py:49:18 Name `suffix` used when possibly not defined
rich possibly-unresolved-reference rich/json.py:139:24 Name `json_data` used when possibly not defined
rich unresolved-import rich/jupyter.py:89:14 Cannot resolve imported module `IPython.display`
rich unresolved-import rich/live.py:251:26 Cannot resolve imported module `IPython.display`
rich unresolved-import rich/live.py:252:26 Cannot resolve imported module `ipywidgets`
rich unresolved-import rich/live.py:304:23 Module `rich.live` has no member `Live`
rich division-by-zero rich/logging.py:289:13 Cannot divide object of type `Literal[1]` by zero
rich unresolved-import rich/markdown.py:6:6 Cannot resolve imported module `markdown_it`
rich unresolved-import rich/markdown.py:7:6 Cannot resolve imported module `markdown_it.token`
rich invalid-assignment rich/padding.py:69:13 Not enough values to unpack: Expected 2
rich invalid-assignment rich/padding.py:69:13 Too many values to unpack: Expected 2
rich invalid-assignment rich/padding.py:72:13 Not enough values to unpack: Expected 4
rich invalid-assignment rich/padding.py:72:13 Not enough values to unpack: Expected 4
rich unresolved-import rich/pretty.py:228:14 Cannot resolve imported module `IPython.core.formatters`
rich unused-ignore-comment rich/pretty.py:230:46 Unused blanket `type: ignore` directive
rich division-by-zero rich/pretty.py:959:13 Cannot divide object of type `Literal[1]` by zero
rich invalid-argument-type rich/progress.py:294:16 Argument to bound method `__enter__` is incorrect: Expected `TextIO`, found `_I@_ReadContext`
rich invalid-argument-type rich/progress.py:294:16 Argument to bound method `__enter__` is incorrect: Expected `BinaryIO`, found `_I@_ReadContext`
rich invalid-return-type rich/progress.py:294:16 Return type does not match returned value: expected `_I@_ReadContext`, found `TextIO | BinaryIO`
rich not-iterable rich/prompt.py:355:19 Object of type `None` is not iterable
rich unsupported-operator rich/prompt.py:361:12 Operator `not in` is not supported between objects of type `str` and `list[str] | None`
rich non-subscriptable rich/prompt.py:363:25 Cannot subscript object of type `None` with no `__getitem__` method
rich unresolved-import rich/syntax.py:23:6 Cannot resolve imported module `pygments.lexer`
rich unresolved-import rich/syntax.py:24:6 Cannot resolve imported module `pygments.lexers`
rich unresolved-import rich/syntax.py:25:6 Cannot resolve imported module `pygments.style`
rich unresolved-import rich/syntax.py:26:6 Cannot resolve imported module `pygments.styles`
rich unresolved-import rich/syntax.py:27:6 Cannot resolve imported module `pygments.token`
rich unresolved-import rich/syntax.py:39:6 Cannot resolve imported module `pygments.util`
rich invalid-argument-type rich/table.py:359:5 Argument to bound method `setter` is incorrect: Expected `(Any, Any, /) -> None`, found `def padding(self, padding: int | tuple[int] | tuple[int, int] | tuple[int, int, int, int]) -> Table`
rich invalid-argument-type rich/text.py:397:24 Argument to bound method `append` is incorrect: Expected `Text | str`, found `str | Style`
rich invalid-argument-type rich/text.py:624:51 Argument is incorrect: Expected `str | Style`, found `(@Todo & ~None) | (((str, /) -> str | Style | None) & ~AlwaysFalsy & ~(() -> object)) | (str & ~AlwaysFalsy & ~(() -> object)) | (Style & ~AlwaysFalsy & ~(() -> object))`
rich invalid-return-type rich/text.py:1285:16 Return type does not match returned value: expected `int`, found `(SupportsIndex & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
rich unresolved-import rich/traceback.py:23:6 Cannot resolve imported module `pygments.lexers`
rich unresolved-import rich/traceback.py:24:6 Cannot resolve imported module `pygments.token`
rich unresolved-import rich/traceback.py:25:6 Cannot resolve imported module `pygments.token`
rich unresolved-import rich/traceback.py:26:6 Cannot resolve imported module `pygments.token`
rich unresolved-import rich/traceback.py:27:6 Cannot resolve imported module `pygments.util`
rich unresolved-import setup.py:5:8 Cannot resolve imported module `setuptools`
rich unresolved-import tests/conftest.py:1:8 Cannot resolve imported module `pytest`
rich unresolved-attribute tests/render.py:23:31 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-import tests/test_align.py:3:8 Cannot resolve imported module `pytest`
rich invalid-argument-type tests/test_align.py:18:22 Argument to bound method `__init__` is incorrect: Expected `Literal["left", "center", "right"]`, found `None`
rich invalid-argument-type tests/test_align.py:20:22 Argument to bound method `__init__` is incorrect: Expected `Literal["left", "center", "right"]`, found `Literal["middle"]`
rich invalid-argument-type tests/test_align.py:22:22 Argument to bound method `__init__` is incorrect: Expected `Literal["left", "center", "right"]`, found `Literal[""]`
rich invalid-argument-type tests/test_align.py:24:22 Argument to bound method `__init__` is incorrect: Expected `Literal["left", "center", "right"]`, found `Literal["LEFT"]`
rich invalid-argument-type tests/test_align.py:26:22 Argument to bound method `__init__` is incorrect: Expected `Literal["top", "middle", "bottom"] | None`, found `Literal["somewhere"]`
rich unresolved-attribute tests/test_align.py:38:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_align.py:44:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_align.py:50:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_align.py:57:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_align.py:66:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_align.py:75:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_align.py:84:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_align.py:92:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_align.py:104:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_align.py:118:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_align.py:125:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-import tests/test_ansi.py:1:8 Cannot resolve imported module `pytest`
rich unresolved-import tests/test_box.py:1:8 Cannot resolve imported module `pytest`
rich invalid-argument-type tests/test_box.py:43:43 Argument to bound method `get_row` is incorrect: Expected `Literal["head", "row", "foot", "mid"]`, found `Literal["FOO"]`
rich unresolved-attribute tests/test_card.py:25:31 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-import tests/test_color.py:13:8 Cannot resolve imported module `pytest`
rich unresolved-attribute tests/test_columns.py:60:21 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_columns_align.py:31:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-import tests/test_console.py:10:8 Cannot resolve imported module `pytest`
rich unresolved-attribute tests/test_console.py:51:12 Object of type `IO[str]` has no attribute `getvalue`
rich invalid-parameter-default tests/test_console.py:164:37 Default value of type `None` is not assignable to annotated parameter type `int`
rich possibly-missing-attribute tests/test_console.py:167:13 Attribute `fileno` may be missing on object of type `TextIOWrapper[_WrappedBuffer] | None`
rich possibly-missing-attribute tests/test_console.py:168:13 Attribute `fileno` may be missing on object of type `TextIOWrapper[_WrappedBuffer] | None`
rich possibly-missing-attribute tests/test_console.py:169:13 Attribute `fileno` may be missing on object of type `TextIOWrapper[_WrappedBuffer] | None`
rich invalid-return-type tests/test_console.py:173:16 Return type does not match returned value: expected `tuple[int, int]`, found `(Unknown & ~<class 'ValueError'>) | tuple[int, int] | (type[ValueError] & ~<class 'ValueError'>)`
rich unresolved-attribute tests/test_console.py:192:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_console.py:198:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_console.py:204:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_console.py:210:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_console.py:216:14 Object of type `IO[str]` has no attribute `getvalue`
rich invalid-argument-type tests/test_console.py:225:28 Argument to bound method `print_json` is incorrect: Expected `str | None`, found `list[Unknown | str]`
rich unresolved-attribute tests/test_console.py:231:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_console.py:240:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_console.py:249:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_console.py:259:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_console.py:284:14 Object of type `IO[str]` has no attribute `getvalue`
rich invalid-type-form tests/test_console.py:290:35 Module `datetime` is not valid in a type expression: Did you mean to use the module's member `datetime.datetime`?
rich unresolved-attribute tests/test_console.py:297:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_console.py:304:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_console.py:311:9 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_console.py:319:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_console.py:329:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_console.py:336:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_console.py:343:12 Object of type `IO[str]` has no attribute `getvalue`
rich invalid-argument-type tests/test_console.py:367:29 Argument to bound method `render` is incorrect: Expected `ConsoleRenderable | RichCast | str`, found `list[Unknown]`
rich unresolved-attribute tests/test_console.py:374:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_console.py:421:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_console.py:427:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_console.py:433:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_console.py:439:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_console.py:451:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_console.py:463:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_console.py:475:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_console.py:488:9 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_console.py:595:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_console.py:601:12 Object of type `IO[str]` has no attribute `getvalue`
rich invalid-assignment tests/test_console.py:632:5 Implicit shadowing of function `_pager`
rich unresolved-attribute tests/test_console.py:695:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_console.py:705:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_console.py:713:12 Object of type `IO[str]` has no attribute `getvalue`
rich invalid-assignment tests/test_console.py:872:5 Implicit shadowing of function `isatty`
rich unresolved-attribute tests/test_console.py:987:14 Object of type `IO[str]` has no attribute `getvalue`
rich possibly-missing-attribute tests/test_console.py:1012:5 Attribute `close` may be missing on object of type `IO[bytes] | None`
rich invalid-argument-type tests/test_console.py:1045:23 Argument to bound method `__init__` is incorrect: Expected `IO[str] | None`, found `BytesIO`
rich invalid-argument-type tests/test_console.py:1049:23 Argument to bound method `__init__` is incorrect: Expected `IO[str] | None`, found `BytesIO`
rich invalid-argument-type tests/test_console.py:1053:23 Argument to bound method `__init__` is incorrect: Expected `IO[str] | None`, found `BytesIO`
rich invalid-argument-type tests/test_console.py:1058:9 Argument to bound method `__init__` is incorrect: Expected `IO[str] | None`, found `BytesIO`
rich invalid-argument-type tests/test_console.py:1062:23 Argument to bound method `__init__` is incorrect: Expected `IO[str] | None`, found `BytesIO`
rich invalid-argument-type tests/test_console.py:1090:23 Argument to bound method `__init__` is incorrect: Expected `IO[str] | None`, found `FakeFile`
rich unresolved-attribute tests/test_console.py:1094:12 Object of type `IO[str]` has no attribute `called_isatty`
rich invalid-argument-type tests/test_console.py:1097:23 Argument to bound method `__init__` is incorrect: Expected `IO[str] | None`, found `FakeFile`
rich unresolved-attribute tests/test_console.py:1101:16 Object of type `IO[str]` has no attribute `called_isatty`
rich invalid-argument-type tests/test_console.py:1104:23 Argument to bound method `__init__` is incorrect: Expected `IO[str] | None`, found `FakeTTY`
rich unresolved-attribute tests/test_console.py:1108:12 Object of type `IO[str]` has no attribute `called_isatty`
rich invalid-argument-type tests/test_console.py:1111:23 Argument to bound method `__init__` is incorrect: Expected `IO[str] | None`, found `FakeTTY`
rich unresolved-attribute tests/test_console.py:1115:12 Object of type `IO[str]` has no attribute `called_isatty`
rich invalid-argument-type tests/test_console.py:1118:23 Argument to bound method `__init__` is incorrect: Expected `IO[str] | None`, found `FakeTTY`
rich unresolved-attribute tests/test_console.py:1122:12 Object of type `IO[str]` has no attribute `called_isatty`
rich invalid-argument-type tests/test_console.py:1125:23 Argument to bound method `__init__` is incorrect: Expected `IO[str] | None`, found `FakeTTY`
rich unresolved-attribute tests/test_console.py:1129:16 Object of type `IO[str]` has no attribute `called_isatty`
rich invalid-argument-type tests/test_containers.py:17:17 Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Renderables`
rich unresolved-import tests/test_emoji.py:1:8 Cannot resolve imported module `pytest`
rich unresolved-import tests/test_file_proxy.py:4:8 Cannot resolve imported module `pytest`
rich invalid-argument-type tests/test_filesize.py:9:29 Argument to function `decimal` is incorrect: Expected `int`, found `int | float`
rich invalid-argument-type tests/test_getfileno.py:9:23 Argument to function `get_fileno` is incorrect: Expected `IO[str]`, found `FileLike`
rich invalid-argument-type tests/test_getfileno.py:16:23 Argument to function `get_fileno` is incorrect: Expected `IO[str]`, found `FileLike`
rich division-by-zero tests/test_getfileno.py:22:13 Cannot divide object of type `Literal[1]` by zero
rich invalid-argument-type tests/test_getfileno.py:25:23 Argument to function `get_fileno` is incorrect: Expected `IO[str]`, found `FileLike`
rich unresolved-import tests/test_highlighter.py:5:8 Cannot resolve imported module `pytest`
rich invalid-argument-type tests/test_highlighter.py:19:21 Argument to bound method `__call__` is incorrect: Expected `str | Text`, found `list[Unknown]`
rich unresolved-import tests/test_inspect.py:6:8 Cannot resolve imported module `pytest`
rich unresolved-attribute tests/test_inspect.py:61:12 Object of type `IO[str]` has no attribute `getvalue`
rich invalid-argument-type tests/test_inspect.py:101:15 Argument to bound method `__init__` is incorrect: Expected `int`, found `Literal["hello"]`
rich unresolved-attribute tests/test_inspect.py:103:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_inspect.py:395:5 Unresolved attribute `SomeClass` on type `ModuleType`.
rich unresolved-attribute tests/test_inspect.py:396:5 Unresolved attribute `function` on type `ModuleType`.
rich unresolved-import tests/test_layout.py:3:8 Cannot resolve imported module `pytest`
rich unresolved-import tests/test_live_render.py:1:8 Cannot resolve imported module `pytest`
rich unresolved-attribute tests/test_log.py:35:29 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-import tests/test_logging.py:6:8 Cannot resolve imported module `pytest`
rich division-by-zero tests/test_logging.py:51:9 Cannot divide object of type `Literal[1]` by zero
rich possibly-missing-attribute tests/test_logging.py:55:14 Attribute `getvalue` may be missing on object of type `Unknown | IO[str]`
rich division-by-zero tests/test_logging.py:82:9 Cannot divide object of type `Literal[1]` by zero
rich possibly-missing-attribute tests/test_logging.py:86:14 Attribute `getvalue` may be missing on object of type `Unknown | IO[str]`
rich invalid-assignment tests/test_logging.py:110:5 Implicit shadowing of function `handleError`
rich division-by-zero tests/test_logging.py:114:9 Cannot divide object of type `Literal[1]` by zero
rich possibly-missing-attribute tests/test_logging.py:146:20 Attribute `getvalue` may be missing on object of type `Unknown | IO[str]`
rich possibly-missing-attribute tests/test_logging.py:153:21 Attribute `getvalue` may be missing on object of type `Unknown | IO[str]`
rich possibly-missing-attribute tests/test_logging.py:160:20 Attribute `getvalue` may be missing on object of type `Unknown | IO[str]`
rich unresolved-attribute tests/test_markdown.py:94:31 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_markdown_no_hyperlinks.py:88:31 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-import tests/test_markup.py:1:8 Cannot resolve imported module `pytest`
rich unresolved-import tests/test_measure.py:2:8 Cannot resolve imported module `pytest`
rich invalid-argument-type tests/test_measure.py:19:51 Argument to bound method `get` is incorrect: Expected `ConsoleRenderable | RichCast | str`, found `None`
rich unresolved-import tests/test_padding.py:1:8 Cannot resolve imported module `pytest`
rich invalid-argument-type tests/test_padding.py:28:24 Argument to function `unpack` is incorrect: Expected `int | tuple[int] | tuple[int, int] | tuple[int, int, int, int]`, found `tuple[Literal[1], Literal[2], Literal[3]]`
rich unresolved-import tests/test_panel.py:3:8 Cannot resolve imported module `pytest`
rich unresolved-attribute tests/test_panel.py:35:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_panel.py:121:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_panel.py:145:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_panel.py:169:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-import tests/test_pretty.py:10:8 Cannot resolve imported module `pytest`
rich unresolved-attribute tests/test_pretty.py:52:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_pretty.py:61:12 Object of type `IO[str]` has no attribute `getvalue`
rich invalid-assignment tests/test_pretty.py:188:5 Object of type `ExampleDataclass` is not assignable to attribute `bar` of type `str`
rich division-by-zero tests/test_pretty.py:291:13 Cannot divide object of type `Literal[1]` by zero
rich division-by-zero tests/test_pretty.py:302:13 Cannot divide object of type `Literal[1]` by zero
rich possibly-missing-attribute tests/test_pretty.py:319:5 Attribute `append` may be missing on object of type `Unknown | int | list[Unknown]`
rich unknown-argument tests/test_pretty.py:473:25 Argument `foo` does not match any known parameter
rich unknown-argument tests/test_pretty.py:473:33 Argument `bar` does not match any known parameter
rich unknown-argument tests/test_pretty.py:473:41 Argument `foo` does not match any known parameter
rich unresolved-import tests/test_progress.py:8:8 Cannot resolve imported module `pytest`
rich invalid-argument-type tests/test_progress.py:57:17 Argument is incorrect: Expected `TaskID`, found `Literal[1]`
rich invalid-argument-type tests/test_progress.py:66:17 Argument is incorrect: Expected `TaskID`, found `Literal[1]`
rich invalid-argument-type tests/test_progress.py:71:17 Argument is incorrect: Expected `TaskID`, found `Literal[1]`
rich invalid-argument-type tests/test_progress.py:78:17 Argument is incorrect: Expected `TaskID`, found `Literal[1]`
rich invalid-argument-type tests/test_progress.py:88:17 Argument is incorrect: Expected `TaskID`, found `Literal[1]`
rich invalid-argument-type tests/test_progress.py:92:28 Argument is incorrect: Expected `TaskID`, found `Literal[1]`
rich invalid-argument-type tests/test_progress.py:110:30 Argument to bound method `render` is incorrect: Expected `Task`, found `SimpleNamespace`
rich invalid-argument-type tests/test_progress.py:120:30 Argument to bound method `render` is incorrect: Expected `Task`, found `SimpleNamespace`
rich invalid-argument-type tests/test_progress.py:125:17 Argument is incorrect: Expected `TaskID`, found `Literal[1]`
rich invalid-argument-type tests/test_progress.py:138:17 Argument is incorrect: Expected `TaskID`, found `Literal[1]`
rich invalid-argument-type tests/test_progress.py:154:22 Argument is incorrect: Expected `TaskID`, found `Literal[1]`
rich invalid-argument-type tests/test_progress.py:162:22 Argument is incorrect: Expected `TaskID`, found `Literal[1]`
rich unresolved-attribute tests/test_progress.py:219:23 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_progress.py:242:21 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_progress.py:267:21 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_progress.py:295:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_progress.py:326:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_progress.py:378:31 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_progress.py:562:14 Object of type `IO[str]` has no attribute `getvalue`
rich no-matching-overload tests/test_progress.py:585:14 No overload of function `open` matches arguments
rich unresolved-attribute tests/test_progress.py:616:24 Object of type `BinaryIO` has no attribute `handle`
rich unresolved-attribute tests/test_prompt.py:19:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_prompt.py:37:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_prompt.py:53:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_prompt.py:68:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_prompt.py:83:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_prompt.py:98:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_prompt.py:111:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_protocol.py:18:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_protocol.py:33:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_protocol.py:40:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_protocol.py:64:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_protocol.py:84:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-import tests/test_ratio.py:1:8 Cannot resolve imported module `pytest`
rich unresolved-import tests/test_repr.py:3:8 Cannot resolve imported module `pytest`
rich unresolved-attribute tests/test_repr.py:57:5 Unresolved attribute `angular` on type `def __rich_repr__(self) -> Unknown`.
rich unresolved-import tests/test_rule.py:3:8 Cannot resolve imported module `pytest`
rich unresolved-attribute tests/test_rule.py:27:14 Object of type `IO[str]` has no attribute `getvalue`
rich invalid-argument-type tests/test_rule.py:34:29 Argument to bound method `rule` is incorrect: Expected `Literal["left", "center", "right"]`, found `Literal["foo"]`
rich unresolved-attribute tests/test_rule.py:44:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_rule.py:61:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_rule.py:75:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_rule.py:81:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_rule.py:88:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_rule.py:102:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_rule.py:120:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-import tests/test_rule_in_table.py:4:8 Cannot resolve imported module `pytest`
rich unresolved-attribute tests/test_rule_in_table.py:31:14 Object of type `IO[str]` has no attribute `getvalue`
rich invalid-argument-type tests/test_rule_in_table.py:41:32 Argument to bound method `__init__` is incorrect: Expected `str | Style`, found `None`
rich unresolved-attribute tests/test_rule_in_table.py:53:14 Object of type `IO[str]` has no attribute `getvalue`
rich invalid-argument-type tests/test_rule_in_table.py:63:32 Argument to bound method `__init__` is incorrect: Expected `str | Style`, found `None`
rich unresolved-attribute tests/test_rule_in_table.py:75:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-import tests/test_segment.py:3:8 Cannot resolve imported module `pytest`
rich invalid-argument-type tests/test_segment.py:48:30 Argument is incorrect: Expected `Style | None`, found `Literal["foo"]`
rich invalid-argument-type tests/test_segment.py:49:49 Argument to bound method `adjust_line_length` is incorrect: Expected `Style | None`, found `Literal["bar"]`
rich invalid-argument-type tests/test_segment.py:50:26 Argument is incorrect: Expected `Style | None`, found `Literal["foo"]`
rich invalid-argument-type tests/test_segment.py:51:26 Argument is incorrect: Expected `Style | None`, found `Literal["bar"]`
rich invalid-argument-type tests/test_segment.py:86:31 Argument is incorrect: Expected `Style | None`, found `Literal["red"]`
rich invalid-argument-type tests/test_segment.py:86:52 Argument is incorrect: Expected `Style | None`, found `Literal["red"]`
rich invalid-argument-type tests/test_segment.py:86:78 Argument is incorrect: Expected `Style | None`, found `Literal["blue"]`
rich invalid-argument-type tests/test_segment.py:88:29 Argument is incorrect: Expected `Style | None`, found `Literal["red"]`
rich invalid-argument-type tests/test_segment.py:88:55 Argument is incorrect: Expected `Style | None`, found `Literal["blue"]`
rich invalid-argument-type tests/test_segment.py:130:43 Argument to bound method `__rich_console__` is incorrect: Expected `Console`, found `None`
rich invalid-argument-type tests/test_segment.py:130:49 Argument to bound method `__rich_console__` is incorrect: Expected `ConsoleOptions`, found `None`
rich invalid-argument-type tests/test_segment.py:133:43 Argument to bound method `__rich_console__` is incorrect: Expected `Console`, found `None`
rich invalid-argument-type tests/test_segment.py:133:49 Argument to bound method `__rich_console__` is incorrect: Expected `ConsoleOptions`, found `None`
rich unresolved-attribute tests/test_segment.py:190:14 Object of type `IO[str]` has no attribute `getvalue`
rich invalid-argument-type tests/test_segment.py:335:48 Argument to bound method `__rich_console__` is incorrect: Expected `Console`, found `None`
rich invalid-argument-type tests/test_segment.py:335:54 Argument to bound method `__rich_console__` is incorrect: Expected `ConsoleOptions`, found `None`
rich invalid-argument-type tests/test_segment.py:343:48 Argument to bound method `__rich_console__` is incorrect: Expected `Console`, found `None`
rich invalid-argument-type tests/test_segment.py:343:54 Argument to bound method `__rich_console__` is incorrect: Expected `ConsoleOptions`, found `None`
rich unresolved-import tests/test_spinner.py:1:8 Cannot resolve imported module `pytest`
rich unresolved-import tests/test_style.py:1:8 Cannot resolve imported module `pytest`
rich unresolved-attribute tests/test_styled.py:13:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-import tests/test_syntax.py:7:8 Cannot resolve imported module `pytest`
rich unresolved-import tests/test_syntax.py:8:6 Cannot resolve imported module `pygments.lexers`
rich unresolved-import tests/test_syntax.py:161:10 Cannot resolve imported module `pygments.style`
rich invalid-argument-type tests/test_syntax.py:169:38 Argument to bound method `get_style_for_token` is incorrect: Expected `tuple[str, ...]`, found `Literal["abc"]`
rich unresolved-import tests/test_syntax.py:215:10 Cannot resolve imported module `pygments.style`
rich possibly-missing-attribute tests/test_syntax.py:348:16 Attribute `name` may be missing on object of type `Unknown | None`
rich unresolved-attribute tests/test_syntax.py:432:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-reference tests/test_syntax.py:451:23 Name `markdown` used when not defined
rich unresolved-import tests/test_table.py:6:8 Cannot resolve imported module `pytest`
rich unresolved-attribute tests/test_table.py:86:12 Object of type `IO[str]` has no attribute `getvalue`
rich invalid-argument-type tests/test_table.py:102:23 Argument to bound method `add_row` is incorrect: Expected `ConsoleRenderable | RichCast | str | None`, found `Foo`
rich unresolved-import tests/test_text.py:5:8 Cannot resolve imported module `pytest`
rich possibly-missing-attribute tests/test_text.py:247:9 Attribute `link` may be missing on object of type `Unknown | str | Style`
rich possibly-missing-attribute tests/test_text.py:261:9 Attribute `link` may be missing on object of type `Unknown | str | Style`
rich invalid-argument-type tests/test_text.py:319:43 Argument to bound method `__rich_measure__` is incorrect: Expected `ConsoleOptions`, found `Literal[80]`
rich invalid-argument-type tests/test_text.py:320:52 Argument to bound method `__rich_measure__` is incorrect: Expected `ConsoleOptions`, found `Literal[80]`
rich invalid-argument-type tests/test_text.py:321:57 Argument to bound method `__rich_measure__` is incorrect: Expected `ConsoleOptions`, found `Literal[80]`
rich invalid-argument-type tests/test_text.py:361:21 Argument to bound method `append` is incorrect: Expected `Text | str`, found `Literal[1]`
rich unresolved-attribute tests/test_text.py:375:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_text.py:637:16 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_text.py:639:9 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_text.py:703:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_text.py:820:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_text.py:827:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_text.py:834:12 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-import tests/test_theme.py:5:8 Cannot resolve imported module `pytest`
rich invalid-argument-type tests/test_tools.py:8:17 Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
rich invalid-argument-type tests/test_tools.py:9:17 Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
rich invalid-argument-type tests/test_tools.py:10:17 Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
rich invalid-argument-type tests/test_tools.py:11:17 Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
rich invalid-argument-type tests/test_tools.py:17:17 Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
rich invalid-argument-type tests/test_tools.py:18:17 Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
rich invalid-argument-type tests/test_tools.py:19:17 Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
rich invalid-argument-type tests/test_tools.py:20:17 Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, Unknown | str]]`
rich invalid-argument-type tests/test_tools.py:26:17 Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, bool, Unknown | str]]`
rich invalid-argument-type tests/test_tools.py:27:17 Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, bool, Unknown | str]]`
rich invalid-argument-type tests/test_tools.py:28:17 Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, bool, Unknown | str]]`
rich invalid-argument-type tests/test_tools.py:29:17 Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[tuple[bool, bool, Unknown | str]]`
rich unresolved-import tests/test_traceback.py:6:8 Cannot resolve imported module `pytest`
rich division-by-zero tests/test_traceback.py:21:16 Cannot divide object of type `Literal[1]` by zero
rich invalid-argument-type tests/test_traceback.py:29:28 Argument is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
rich invalid-argument-type tests/test_traceback.py:29:38 Argument is incorrect: Expected `BaseException`, found `BaseException | None`
rich unresolved-attribute tests/test_traceback.py:30:34 Object of type `IO[str]` has no attribute `getvalue`
rich division-by-zero tests/test_traceback.py:65:9 Cannot divide object of type `Literal[1]` by zero
rich invalid-return-type tests/test_traceback.py:76:24 Function can implicitly return `None`, which is not assignable to return type `Traceback`
rich unresolved-reference tests/test_traceback.py:87:13 Name `foobarbaz` used when not defined
rich division-by-zero tests/test_traceback.py:96:9 Cannot divide object of type `Literal[1]` by zero
rich unresolved-attribute tests/test_traceback.py:99:22 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_traceback.py:109:22 Object of type `IO[str]` has no attribute `getvalue`
rich division-by-zero tests/test_traceback.py:117:9 Cannot divide object of type `Literal[1]` by zero
rich unresolved-attribute tests/test_traceback.py:120:22 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_traceback.py:134:22 Object of type `IO[str]` has no attribute `getvalue`
rich division-by-zero tests/test_traceback.py:144:13 Cannot divide object of type `Literal[1]` by zero
rich unresolved-attribute tests/test_traceback.py:149:22 Object of type `IO[str]` has no attribute `getvalue`
rich division-by-zero tests/test_traceback.py:171:13 Cannot divide object of type `Literal[1]` by zero
rich unresolved-attribute tests/test_traceback.py:176:22 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_traceback.py:198:22 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_traceback.py:208:22 Object of type `IO[str]` has no attribute `getvalue`
rich division-by-zero tests/test_traceback.py:227:9 Cannot divide object of type `Literal[1]` by zero
rich division-by-zero tests/test_traceback.py:239:13 Cannot divide object of type `Literal[1]` by zero
rich unresolved-attribute tests/test_traceback.py:246:14 Object of type `IO[str]` has no attribute `getvalue`
rich unresolved-attribute tests/test_traceback.py:280:14 Object of type `IO[str]` has no attribute `getvalue`
rich division-by-zero tests/test_traceback.py:288:9 Cannot divide object of type `Literal[1]` by zero
rich division-by-zero tests/test_traceback.py:319:16 Cannot divide object of type `Literal[1]` by zero
rich invalid-argument-type tests/test_traceback.py:325:42 Argument to bound method `from_exception` is incorrect: Expected `type[Any]`, found `type[BaseException] | None`
rich invalid-argument-type tests/test_traceback.py:325:52 Argument to bound method `from_exception` is incorrect: Expected `BaseException`, found `BaseException | None`
rich division-by-zero tests/test_traceback.py:338:9 Cannot divide object of type `Literal[1]` by zero
rich division-by-zero tests/test_traceback.py:351:9 Cannot divide object of type `Literal[1]` by zero
rich division-by-zero tests/test_traceback.py:369:9 Cannot divide object of type `Literal[1]` by zero
rich unresolved-import tests/test_tree.py:3:8 Cannot resolve imported module `pytest`
rich unresolved-import tests/test_win32_console.py:6:8 Cannot resolve imported module `pytest`
rich unresolved-import tests/test_windows_renderer.py:4:8 Cannot resolve imported module `pytest`
rich unresolved-import tools/make_emoji.py:2:12 Cannot resolve imported module `emoji`
rich unresolved-import tools/make_emoji.py:7:6 Cannot resolve imported module `emoji.unicode_codes`
rich unresolved-import tools/make_terminal_widths.py:7:6 Cannot resolve imported module `wcwidth`
rich unresolved-attribute tools/profile_pretty.py:22:7 Object of type `IO[str]` has no attribute `getvalue`
rclip unresolved-import rclip/main.py:12:6 Cannot resolve imported module `pillow_heif`
rclip invalid-key rclip/main.py:40:13 TypedDict `ImageMeta` can only be subscripted with a string literal key, got key of type `str`
rclip invalid-key rclip/main.py:40:27 TypedDict `Image` can only be subscripted with a string literal key, got key of type `str`
rclip possibly-missing-attribute rclip/main.py:254:5 Attribute `reconfigure` may be missing on object of type `TextIO | Any`
rclip unresolved-import rclip/model.py:10:8 Cannot resolve imported module `open_clip`
rclip unresolved-import rclip/model.py:64:14 Cannot resolve imported module `torch`
rclip unused-ignore-comment rclip/model.py:77:31 Unused blanket `type: ignore` directive
rclip unresolved-import rclip/model.py:108:14 Cannot resolve imported module `torch`
rclip unresolved-import rclip/model.py:120:10 Cannot resolve imported module `torchvision.transforms`
rclip unresolved-import rclip/model.py:127:12 Cannot resolve imported module `torch`
rclip unresolved-import rclip/model.py:138:12 Cannot resolve imported module `torch`
rclip unresolved-import rclip/utils/helpers.py:9:8 Cannot resolve imported module `rawpy`
rclip unused-ignore-comment rclip/utils/preview.py:29:61 Unused blanket `type: ignore` directive
scikit-build-core unused-ignore-comment src/scikit_build_core/_logging.py:270:37 Unused blanket `type: ignore` directive
scikit-build-core unused-ignore-comment src/scikit_build_core/_vendor/pyproject_metadata/__init__.py:202:49 Unused blanket `type: ignore` directive
scikit-build-core unused-ignore-comment src/scikit_build_core/_vendor/pyproject_metadata/__init__.py:337:49 Unused blanket `type: ignore` directive
scikit-build-core unused-ignore-comment src/scikit_build_core/_vendor/pyproject_metadata/pyproject.py:169:66 Unused blanket `type: ignore` directive
scikit-build-core invalid-return-type src/scikit_build_core/builder/_load_provider.py:61:16 Return type does not match returned value: expected `DynamicMetadataProtocol`, found `ModuleType`
scikit-build-core invalid-return-type src/scikit_build_core/builder/_load_provider.py:69:16 Return type does not match returned value: expected `DynamicMetadataProtocol`, found `ModuleType`
scikit-build-core invalid-argument-type src/scikit_build_core/builder/builder.py:186:27 Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
scikit-build-core unresolved-import src/scikit_build_core/builder/sysconfig.py:184:16 Cannot resolve imported module `numpy`
scikit-build-core invalid-argument-type src/scikit_build_core/cmake.py:179:53 Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `list[Path] & ~AlwaysFalsy`
scikit-build-core invalid-argument-type src/scikit_build_core/cmake.py:187:53 Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `list[Path] & ~AlwaysFalsy`
scikit-build-core conflicting-declarations src/scikit_build_core/file_api/_cattrs_converter.py:70:9 Conflicting declared types for `rich_print`: `(object, /) -> None` and `def print(*objects: Any, *, sep: str = " ", end: str = "\n", file: IO[str] | None = None, flush: bool = False) -> None`
scikit-build-core unused-ignore-comment src/scikit_build_core/file_api/reply.py:64:51 Unused blanket `type: ignore` directive
scikit-build-core unused-ignore-comment src/scikit_build_core/file_api/reply.py:106:30 Unused blanket `type: ignore` directive
scikit-build-core conflicting-declarations src/scikit_build_core/file_api/reply.py:120:9 Conflicting declared types for `rich_print`: `(object, /) -> None` and `def print(*objects: Any, *, sep: str = " ", end: str = "\n", file: IO[str] | None = None, flush: bool = False) -> None`
scikit-build-core unused-ignore-comment src/scikit_build_core/hatch/plugin.py:36:45 Unused blanket `type: ignore` directive
scikit-build-core unused-ignore-comment src/scikit_build_core/metadata/__init__.py:94:36 Unused blanket `type: ignore` directive
scikit-build-core unused-ignore-comment src/scikit_build_core/metadata/__init__.py:102:87 Unused blanket `type: ignore` directive
scikit-build-core unused-ignore-comment src/scikit_build_core/metadata/__init__.py:108:64 Unused blanket `type: ignore` directive
scikit-build-core unused-ignore-comment src/scikit_build_core/settings/documentation.py:45:76 Unused blanket `type: ignore` directive
scikit-build-core invalid-argument-type src/scikit_build_core/settings/skbuild_schema.py:51:16 Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["generate"]` on object of type `str`
scikit-build-core invalid-argument-type src/scikit_build_core/settings/skbuild_schema.py:65:5 Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["generate"]` on object of type `str`
scikit-build-core invalid-argument-type src/scikit_build_core/settings/skbuild_schema.py:79:9 Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["metadata"]` on object of type `str`
scikit-build-core invalid-argument-type src/scikit_build_core/settings/skbuild_schema.py:80:5 Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["metadata"]` on object of type `str`
scikit-build-core invalid-argument-type src/scikit_build_core/settings/skbuild_schema.py:81:5 Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["metadata"]` on object of type `str`
scikit-build-core possibly-missing-attribute src/scikit_build_core/settings/skbuild_schema.py:87:21 Attribute `items` may be missing on object of type `Unknown | str`
scikit-build-core possibly-missing-attribute src/scikit_build_core/settings/skbuild_schema.py:92:21 Attribute `items` may be missing on object of type `Unknown | str`
scikit-build-core unused-ignore-comment src/scikit_build_core/settings/skbuild_schema.py:230:30 Unused blanket `type: ignore` directive
scikit-build-core unused-ignore-comment src/scikit_build_core/settings/sources.py:147:37 Unused blanket `type: ignore` directive
scikit-build-core unused-ignore-comment src/scikit_build_core/settings/sources.py:149:37 Unused blanket `type: ignore` directive
scikit-build-core unused-ignore-comment src/scikit_build_core/settings/sources.py:583:51 Unused blanket `type: ignore` directive
scikit-build-core unused-ignore-comment src/scikit_build_core/setuptools/build_cmake.py:233:32 Unused blanket `type: ignore` directive
scikit-build-core unresolved-import tests/packages/dynamic_metadata/src/dynamic/__init__.py:1:7 Cannot resolve imported module `._module`
scikit-build-core unused-ignore-comment tests/test_cmake_ast.py:47:48 Unused blanket `type: ignore` directive
scikit-build-core unused-ignore-comment tests/test_cmake_ast.py:48:66 Unused blanket `type: ignore` directive
scikit-build-core unused-ignore-comment tests/test_cmake_config.py:60:27 Unused blanket `type: ignore` directive
scikit-build-core unresolved-import tests/test_dynamic_metadata.py:24:6 Cannot resolve imported module `pathutils`
scikit-build-core possibly-missing-import tests/test_prepare_metadata.py:11:5 Member `prepare_metadata_for_build_editable` of module `scikit_build_core.build` may be missing
scikit-build-core possibly-missing-import tests/test_prepare_metadata.py:12:5 Member `prepare_metadata_for_build_wheel` of module `scikit_build_core.build` may be missing
scikit-build-core unresolved-import tests/test_pyproject_extra_dirs.py:9:6 Cannot resolve imported module `pathutils`
scikit-build-core possibly-missing-import tests/test_pyproject_pep517.py:19:5 Member `prepare_metadata_for_build_wheel` of module `scikit_build_core.build` may be missing
scikit-build-core invalid-argument-type tests/test_settings.py:700:13 Argument to bound method `__init__` is incorrect: Expected `Mapping[str, str | list[str] | bool]`, found `dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]]`
scikit-build-core unused-ignore-comment tests/test_settings.py:701:87 Unused blanket `type: ignore` directive
scikit-build-core unresolved-import tests/test_simplest_c.py:9:6 Cannot resolve imported module `pathutils`
schemathesis invalid-argument-type src/schemathesis/auths.py:343:31 Argument to bound method `append` is incorrect: Expected `AuthProvider[Unknown]`, found `SelectiveAuthProvider[Unknown]`
schemathesis invalid-argument-type src/schemathesis/auths.py:343:53 Argument is incorrect: Expected `AuthProvider[Unknown]`, found `RequestsAuth[Unknown]`
schemathesis invalid-assignment src/schemathesis/auths.py:371:28 Object of type `CachingAuthProvider[Unknown]` is not assignable to `AuthProvider[Unknown]`
schemathesis invalid-assignment src/schemathesis/auths.py:373:28 Object of type `KeyedCachingAuthProvider[Unknown]` is not assignable to `AuthProvider[Unknown]`
schemathesis invalid-assignment src/schemathesis/auths.py:380:24 Object of type `SelectiveAuthProvider[Unknown]` is not assignable to `AuthProvider[Unknown]`
schemathesis unresolved-attribute src/schemathesis/auths.py:423:42 Object of type `(...) -> Unknown` has no attribute `__name__`
schemathesis unresolved-attribute src/schemathesis/checks.py:63:20 Object of type `(CheckContext, Response, Case, /) -> bool | None` has no attribute `__name__`
schemathesis unresolved-attribute src/schemathesis/checks.py:171:16 Object of type `(CheckContext, Response, Case, /) -> bool | None` has no attribute `__name__`
schemathesis unresolved-import src/schemathesis/cli/commands/__init__.py:7:8 Cannot resolve imported module `click`
schemathesis unresolved-import src/schemathesis/cli/commands/__init__.py:20:10 Cannot resolve imported module `tomli`
schemathesis unused-ignore-comment src/schemathesis/cli/commands/__init__.py:44:72 Unused blanket `type: ignore` directive
schemathesis unused-ignore-comment src/schemathesis/cli/commands/__init__.py:45:17 Unused blanket `type: ignore` directive
schemathesis unused-ignore-comment src/schemathesis/cli/commands/__init__.py:52:17 Unused blanket `type: ignore` directive
schemathesis unused-ignore-comment src/schemathesis/cli/commands/__init__.py:60:22 Unused blanket `type: ignore` directive
schemathesis unused-ignore-comment src/schemathesis/cli/commands/__init__.py:61:26 Unused blanket `type: ignore` directive
schemathesis unused-ignore-comment src/schemathesis/cli/commands/__init__.py:62:17 Unused blanket `type: ignore` directive
schemathesis possibly-unresolved-reference src/schemathesis/cli/commands/__init__.py:116:27 Name `config` used when possibly not defined
schemathesis possibly-missing-attribute src/schemathesis/cli/commands/__init__.py:126:9 Attribute `params` may be missing on object of type `<module 'schemathesis.cli.commands.run'> | Unknown`
schemathesis unresolved-import src/schemathesis/cli/commands/run/__init__.py:7:8 Cannot resolve imported module `click`
schemathesis unresolved-import src/schemathesis/cli/commands/run/__init__.py:8:6 Cannot resolve imported module `click.utils`
schemathesis unused-ignore-comment src/schemathesis/cli/commands/run/__init__.py:42:19 Unused blanket `type: ignore` directive
schemathesis unused-ignore-comment src/schemathesis/cli/commands/run/__init__.py:417:22 Unused blanket `type: ignore` directive
schemathesis unresolved-import src/schemathesis/cli/commands/run/executor.py:7:8 Cannot resolve imported module `click`
schemathesis invalid-argument-type src/schemathesis/cli/commands/run/executor.py:31:32 Argument to bound method `append` is incorrect: Expected `type[EventHandler]`, found `type`
schemathesis unresolved-import src/schemathesis/cli/commands/run/filters.py:7:8 Cannot resolve imported module `click`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/__init__.py:1:8 Cannot resolve imported module `click`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/cassettes.py:14:8 Cannot resolve imported module `harfile`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/junitxml.py:7:6 Cannot resolve imported module `junit_xml`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:13:8 Cannot resolve imported module `click`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:36:10 Cannot resolve imported module `rich.console`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:37:10 Cannot resolve imported module `rich.live`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:38:10 Cannot resolve imported module `rich.progress`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:39:10 Cannot resolve imported module `rich.text`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:160:10 Cannot resolve imported module `rich.console`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:184:14 Cannot resolve imported module `rich.progress`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:185:14 Cannot resolve imported module `rich.style`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:186:14 Cannot resolve imported module `rich.text`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:223:14 Cannot resolve imported module `rich.style`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:224:14 Cannot resolve imported module `rich.text`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:241:14 Cannot resolve imported module `rich.console`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:242:14 Cannot resolve imported module `rich.style`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:243:14 Cannot resolve imported module `rich.text`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:279:14 Cannot resolve imported module `rich.progress`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:280:14 Cannot resolve imported module `rich.text`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:312:14 Cannot resolve imported module `rich.style`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:313:14 Cannot resolve imported module `rich.text`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:436:14 Cannot resolve imported module `rich.progress`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:443:14 Cannot resolve imported module `rich.style`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:518:14 Cannot resolve imported module `rich.console`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:519:14 Cannot resolve imported module `rich.live`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:520:14 Cannot resolve imported module `rich.text`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:664:14 Cannot resolve imported module `rich.progress`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:665:14 Cannot resolve imported module `rich.style`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:713:14 Cannot resolve imported module `rich.console`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:714:14 Cannot resolve imported module `rich.live`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:715:14 Cannot resolve imported module `rich.text`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:877:14 Cannot resolve imported module `rich.padding`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:878:14 Cannot resolve imported module `rich.style`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:879:14 Cannot resolve imported module `rich.table`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:957:14 Cannot resolve imported module `rich.padding`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:958:14 Cannot resolve imported module `rich.style`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:959:14 Cannot resolve imported module `rich.table`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:960:14 Cannot resolve imported module `rich.text`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:1237:14 Cannot resolve imported module `rich.padding`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:1262:14 Cannot resolve imported module `rich.padding`
schemathesis unresolved-import src/schemathesis/cli/commands/run/handlers/output.py:1263:14 Cannot resolve imported module `rich.text`
schemathesis unresolved-import src/schemathesis/cli/commands/run/validation.py:11:8 Cannot resolve imported module `click`
schemathesis unresolved-import src/schemathesis/cli/core.py:6:8 Cannot resolve imported module `click`
schemathesis unresolved-import src/schemathesis/cli/ext/fs.py:3:8 Cannot resolve imported module `click`
schemathesis unresolved-import src/schemathesis/cli/ext/groups.py:9:8 Cannot resolve imported module `click`
schemathesis unresolved-import src/schemathesis/cli/ext/options.py:6:8 Cannot resolve imported module `click`
schemathesis invalid-return-type src/schemathesis/cli/ext/options.py:41:106 Function can implicitly return `None`, which is not assignable to return type `list[str]`
schemathesis invalid-return-type src/schemathesis/cli/ext/options.py:53:106 Function can implicitly return `None`, which is not assignable to return type `list[Enum]`
schemathesis invalid-return-type src/schemathesis/cli/ext/options.py:77:106 Function can implicitly return `None`, which is not assignable to return type `list[str]`
schemathesis unresolved-import src/schemathesis/config/__init__.py:38:12 Cannot resolve imported module `tomli`
schemathesis unresolved-import src/schemathesis/config/__init__.py:209:14 Cannot resolve imported module `jsonschema.exceptions`
schemathesis invalid-argument-type src/schemathesis/config/_diff_base.py:43:49 Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `object` on object of type `Top[dict[Unknown, Unknown]]`
schemathesis invalid-argument-type src/schemathesis/config/_diff_base.py:63:33 Argument to bound method `get` is incorrect: Expected `Never`, found `object`
schemathesis unresolved-import src/schemathesis/config/_error.py:9:10 Cannot resolve imported module `jsonschema`
schemathesis unresolved-import src/schemathesis/config/_operations.py:23:10 Cannot resolve imported module `pyrate_limiter`
schemathesis unused-ignore-comment src/schemathesis/config/_operations.py:68:84 Unused blanket `type: ignore` directive
schemathesis unused-ignore-comment src/schemathesis/config/_phases.py:331:18 Unused blanket `type: ignore` directive
schemathesis unresolved-import src/schemathesis/config/_projects.py:26:10 Cannot resolve imported module `pyrate_limiter`
schemathesis unresolved-import src/schemathesis/config/_rate_limit.py:10:10 Cannot resolve imported module `pyrate_limiter`
schemathesis unresolved-import src/schemathesis/config/_validator.py:4:8 Cannot resolve imported module `jsonschema.validators`
schemathesis unresolved-import src/schemathesis/core/compat.py:7:10 Cannot resolve imported module `jsonschema`
schemathesis unresolved-reference src/schemathesis/core/compat.py:10:26 Name `BaseExceptionGroup` used when not defined
schemathesis unresolved-import src/schemathesis/core/compat.py:12:10 Cannot resolve imported module `exceptiongroup`
schemathesis unresolved-import src/schemathesis/core/compat.py:20:18 Cannot resolve imported module `jsonschema`
schemathesis unresolved-import src/schemathesis/core/compat.py:24:18 Cannot resolve imported module `jsonschema`
schemathesis unused-ignore-comment src/schemathesis/core/deserialization.py:135:38 Unused blanket `type: ignore` directive
schemathesis invalid-assignment src/schemathesis/core/deserialization.py:137:34 Object of type `type` is not assignable to `type[SafeLoader]`
schemathesis unused-ignore-comment src/schemathesis/core/deserialization.py:145:33 Unused blanket `type: ignore` directive
schemathesis unused-ignore-comment src/schemathesis/core/deserialization.py:170:62 Unused blanket `type: ignore` directive
schemathesis unused-ignore-comment src/schemathesis/core/deserialization.py:171:69 Unused blanket `type: ignore` directive
schemathesis unresolved-import src/schemathesis/core/errors.py:17:10 Cannot resolve imported module `jsonschema`
schemathesis unresolved-import src/schemathesis/core/errors.py:18:10 Cannot resolve imported module `jsonschema`
schemathesis unresolved-import src/schemathesis/core/loaders.py:93:14 Cannot resolve imported module `tenacity`
schemathesis unresolved-import src/schemathesis/core/rate_limit.py:10:10 Cannot resolve imported module `pyrate_limiter`
schemathesis unresolved-import src/schemathesis/core/rate_limit.py:22:10 Cannot resolve imported module `pyrate_limiter`
schemathesis unresolved-import src/schemathesis/core/rate_limit.py:40:10 Cannot resolve imported module `pyrate_limiter`
schemathesis unresolved-import src/schemathesis/core/rate_limit.py:56:10 Cannot resolve imported module `pyrate_limiter`
schemathesis unresolved-import src/schemathesis/core/transport.py:14:12 Cannot resolve imported module `httpx`
schemathesis unresolved-import src/schemathesis/core/transport.py:16:10 Cannot resolve imported module `werkzeug.test`
schemathesis unresolved-import src/schemathesis/core/transport.py:108:16 Cannot resolve imported module `httpx`
schemathesis unresolved-import src/schemathesis/core/transport.py:110:14 Cannot resolve imported module `werkzeug.test`
schemathesis unused-ignore-comment src/schemathesis/engine/core.py:133:50 Unused blanket `type: ignore` directive
schemathesis unused-ignore-comment src/schemathesis/engine/core.py:147:28 Unused blanket `type: ignore` directive
schemathesis unresolved-import src/schemathesis/engine/phases/unit/_executor.py:12:6 Cannot resolve imported module `jsonschema.exceptions`
schemathesis unresolved-import src/schemathesis/engine/phases/unit/_executor.py:13:6 Cannot resolve imported module `jsonschema.exceptions`
schemathesis possibly-unresolved-reference src/schemathesis/engine/phases/unit/_executor.py:226:58 Name `warnings` used when possibly not defined
schemathesis unresolved-attribute src/schemathesis/engine/phases/unit/_executor.py:419:24 Object of type `(...) -> Unknown` has no attribute `__name__`
schemathesis unresolved-attribute src/schemathesis/filters.py:48:32 Object of type `(HasAPIOperation, /) -> bool` has no attribute `__name__`
schemathesis unresolved-import src/schemathesis/generation/case.py:21:12 Cannot resolve imported module `httpx`
schemathesis unresolved-import src/schemathesis/generation/case.py:25:10 Cannot resolve imported module `werkzeug.test`
schemathesis unresolved-attribute src/schemathesis/generation/case.py:424:24 Object of type `(CheckContext, Response, Case, /) -> bool | None` has no attribute `__name__`
schemathesis unresolved-import src/schemathesis/generation/coverage.py:28:8 Cannot resolve imported module `jsonschema.protocols`
schemathesis unresolved-import src/schemathesis/generation/coverage.py:31:6 Cannot resolve imported module `hypothesis_jsonschema`
schemathesis unresolved-import src/schemathesis/generation/coverage.py:32:6 Cannot resolve imported module `hypothesis_jsonschema._canonicalise`
schemathesis unresolved-import src/schemathesis/generation/coverage.py:33:6 Cannot resolve imported module `hypothesis_jsonschema._from_schema`
schemathesis unused-ignore-comment src/schemathesis/generation/coverage.py:555:26 Unused blanket `type: ignore` directive
schemathesis unresolved-import src/schemathesis/generation/hypothesis/__init__.py:15:10 Cannot resolve imported module `hypothesis_jsonschema`
schemathesis unresolved-import src/schemathesis/generation/hypothesis/__init__.py:16:10 Cannot resolve imported module `hypothesis_jsonschema._canonicalise`
schemathesis unresolved-import src/schemathesis/generation/hypothesis/__init__.py:17:10 Cannot resolve imported module `hypothesis_jsonschema._resolve`
schemathesis invalid-assignment src/schemathesis/generation/hypothesis/__init__.py:36:5 Implicit shadowing of function `is_first_param_referenced_in_function`
schemathesis invalid-method-override src/schemathesis/generation/hypothesis/__init__.py:39:13 Invalid override of method `pretty`: Definition is incompatible with `hypothesis.vendor.pretty.RepresentationPrinter.pretty`
schemathesis invalid-assignment src/schemathesis/generation/hypothesis/__init__.py:111:5 Implicit shadowing of class `RepresentationPrinter`
schemathesis unresolved-import src/schemathesis/generation/hypothesis/builder.py:19:6 Cannot resolve imported module `jsonschema.exceptions`
schemathesis possibly-missing-attribute src/schemathesis/generation/hypothesis/builder.py:149:35 Attribute `verbosity` may be missing on object of type `settings | None`
schemathesis unresolved-attribute src/schemathesis/generation/hypothesis/builder.py:270:9 Object of type `(...) -> None` has no attribute `hypothesis`
schemathesis unused-ignore-comment src/schemathesis/generation/hypothesis/examples.py:31:100 Unused blanket `type: ignore` directive
schemathesis unused-ignore-comment src/schemathesis/generation/hypothesis/examples.py:46:23 Unused blanket `type: ignore` directive
schemathesis unused-ignore-comment src/schemathesis/generation/hypothesis/examples.py:47:24 Unused blanket `type: ignore` directive
schemathesis unresolved-attribute src/schemathesis/generation/hypothesis/examples.py:51:5 Unresolved attribute `_hypothesis_internal_database_key` on type `(...) -> None`.
schemathesis unused-ignore-comment src/schemathesis/generation/hypothesis/given.py:30:53 Unused blanket `type: ignore` directive
schemathesis unresolved-attribute src/schemathesis/generation/hypothesis/given.py:74:57 Object of type `(...) -> Unknown` has no attribute `__name__`
schemathesis invalid-argument-type src/schemathesis/generation/hypothesis/reporting.py:30:24 Argument to function `with_reporter` is incorrect: Expected `(object, /) -> None`, found `def ignore(_: str) -> None`
schemathesis unresolved-import src/schemathesis/generation/hypothesis/reporting.py:71:10 Cannot resolve imported module `hypothesis_jsonschema`
schemathesis unresolved-import src/schemathesis/generation/hypothesis/reporting.py:187:10 Cannot resolve imported module `hypothesis_jsonschema`
schemathesis possibly-missing-attribute src/schemathesis/generation/metrics.py:64:54 Attribute `__name__` may be missing on object of type `((MetricContext, /) -> int | float) | Unknown`
schemathesis possibly-missing-attribute src/schemathesis/generation/metrics.py:69:31 Attribute `__name__` may be missing on object of type `Unknown | ((MetricContext, /) -> int | float)`
schemathesis possibly-missing-attribute src/schemathesis/generation/metrics.py:75:31 Attribute `__name__` may be missing on object of type `Unknown | ((MetricContext, /) -> int | float)`
schemathesis possibly-missing-attribute src/schemathesis/generation/metrics.py:83:43 Attribute `__name__` may be missing on object of type `Unknown | ((MetricContext, /) -> int | float)`
schemathesis possibly-missing-attribute src/schemathesis/generation/metrics.py:84:44 Attribute `__name__` may be missing on object of type `Unknown | ((MetricContext, /) -> int | float)`
schemathesis unresolved-attribute src/schemathesis/generation/metrics.py:93:40 Object of type `(MetricContext, /) -> int | float` has no attribute `__name__`
schemathesis unresolved-attribute src/schemathesis/generation/stateful/state_machine.py:200:13 Object of type `<super: <class 'APIStateMachine'>, APIStateMachine>` has no attribute `_add_result_to_targets`
schemathesis unresolved-import src/schemathesis/graphql/checks.py:8:10 Cannot resolve imported module `graphql.error`
schemathesis unresolved-import src/schemathesis/graphql/loaders.py:17:10 Cannot resolve imported module `graphql`
schemathesis unresolved-import src/schemathesis/graphql/loaders.py:176:12 Cannot resolve imported module `graphql`
schemathesis unresolved-import src/schemathesis/graphql/loaders.py:254:12 Cannot resolve imported module `graphql`
schemathesis unresolved-import src/schemathesis/graphql/loaders.py:261:12 Cannot resolve imported module `graphql`
schemathesis redundant-cast src/schemathesis/hooks.py:77:29 Value is already of type `str`
schemathesis unresolved-attribute src/schemathesis/hooks.py:89:57 Object of type `((...) -> Unknown) & ~str` has no attribute `__name__`
schemathesis unresolved-attribute src/schemathesis/hooks.py:155:25 Object of type `(...) -> Unknown` has no attribute `__name__`
schemathesis unresolved-attribute src/schemathesis/hooks.py:189:24 Object of type `(...) -> Unknown` has no attribute `__name__`
schemathesis unresolved-attribute src/schemathesis/hooks.py:298:16 Object of type `(str & (() -> object)) | (((...) -> Unknown) & (() -> object))` has no attribute `__name__`
schemathesis invalid-return-type src/schemathesis/hooks.py:321:91 Function always implicitly returns `None`, which is not assignable to return type `SearchStrategy[Any]`
schemathesis invalid-return-type src/schemathesis/hooks.py:326:83 Function always implicitly returns `None`, which is not assignable to return type `SearchStrategy[Any]`
schemathesis invalid-return-type src/schemathesis/hooks.py:331:83 Function always implicitly returns `None`, which is not assignable to return type `SearchStrategy[Any]`
schemathesis invalid-return-type src/schemathesis/hooks.py:336:81 Function always implicitly returns `None`, which is not assignable to return type `SearchStrategy[Any]`
schemathesis invalid-return-type src/schemathesis/hooks.py:341:80 Function always implicitly returns `None`, which is not assignable to return type `SearchStrategy[Any]`
schemathesis invalid-return-type src/schemathesis/hooks.py:346:86 Function always implicitly returns `None`, which is not assignable to return type `SearchStrategy[Case]`
schemathesis unresolved-import src/schemathesis/openapi/checks.py:12:10 Cannot resolve imported module `jsonschema`
schemathesis invalid-argument-type src/schemathesis/openapi/checks.py:118:34 Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `Unknown | list[str | int]`
schemathesis not-iterable src/schemathesis/openapi/generation/filters.py:72:25 Object of type `<Protocol with members '__iter__'> & ~Top[Mapping[Unknown, object]]` is not iterable
schemathesis possibly-unresolved-reference src/schemathesis/openapi/loaders.py:250:16 Name `content_type` used when possibly not defined
schemathesis possibly-unresolved-reference src/schemathesis/openapi/loaders.py:252:16 Name `content_type` used when possibly not defined
schemathesis unresolved-import src/schemathesis/pytest/control_flow.py:3:8 Cannot resolve imported module `pytest`
schemathesis unresolved-import src/schemathesis/pytest/lazy.py:10:8 Cannot resolve imported module `pytest`
schemathesis unresolved-import src/schemathesis/pytest/lazy.py:12:6 Cannot resolve imported module `pytest_subtests`
schemathesis unresolved-import src/schemathesis/pytest/lazy.py:35:10 Cannot resolve imported module `_pytest.fixtures`
schemathesis invalid-assignment src/schemathesis/pytest/lazy.py:275:32 Implicit shadowing of function `wrapped_test`
schemathesis unresolved-attribute src/schemathesis/pytest/lazy.py:276:32 Function `wrapped_test` has no attribute `__func__`
schemathesis unresolved-import src/schemathesis/pytest/plugin.py:9:8 Cannot resolve imported module `pytest`
schemathesis unresolved-import src/schemathesis/pytest/plugin.py:10:6 Cannot resolve imported module `_pytest`
schemathesis unresolved-import src/schemathesis/pytest/plugin.py:11:6 Cannot resolve imported module `_pytest.config`
schemathesis unresolved-import src/schemathesis/pytest/plugin.py:12:6 Cannot resolve imported module `_pytest.python`
schemathesis unresolved-import src/schemathesis/pytest/plugin.py:14:6 Cannot resolve imported module `jsonschema.exceptions`
schemathesis unresolved-import src/schemathesis/pytest/plugin.py:15:6 Cannot resolve imported module `pluggy`
schemathesis unresolved-import src/schemathesis/pytest/plugin.py:16:6 Cannot resolve imported module `pytest_subtests.plugin`
schemathesis unresolved-import src/schemathesis/pytest/plugin.py:51:10 Cannot resolve imported module `_pytest.fixtures`
schemathesis unresolved-import src/schemathesis/pytest/plugin.py:52:10 Cannot resolve imported module `_pytest.terminal`
schemathesis unused-ignore-comment src/schemathesis/pytest/plugin.py:260:30 Unused blanket `type: ignore` directive
schemathesis unused-ignore-comment src/schemathesis/pytest/plugin.py:272:27 Unused blanket `type: ignore` directive
schemathesis unused-ignore-comment src/schemathesis/pytest/plugin.py:278:45 Unused blanket `type: ignore` directive
schemathesis unused-ignore-comment src/schemathesis/pytest/plugin.py:288:44 Unused blanket `type: ignore` directive
schemathesis unused-ignore-comment src/schemathesis/pytest/plugin.py:312:34 Unused blanket `type: ignore` directive
schemathesis unused-ignore-comment src/schemathesis/pytest/plugin.py:356:38 Unused blanket `type: ignore` directive
schemathesis unresolved-import src/schemathesis/python/asgi.py:6:10 Cannot resolve imported module `starlette_testclient`
schemathesis unresolved-import src/schemathesis/python/asgi.py:10:10 Cannot resolve imported module `starlette_testclient`
schemathesis unresolved-import src/schemathesis/python/wsgi.py:6:10 Cannot resolve imported module `werkzeug`
schemathesis unresolved-import src/schemathesis/python/wsgi.py:10:10 Cannot resolve imported module `werkzeug`
schemathesis invalid-return-type src/schemathesis/resources/repository.py:87:16 Return type does not match returned value: expected `Iterable[dict[str, Any]]`, found `list[Top[dict[Unknown, Unknown]] | Unknown]`
schemathesis unresolved-import src/schemathesis/schemas.py:40:12 Cannot resolve imported module `httpx`
schemathesis unresolved-import src/schemathesis/schemas.py:44:10 Cannot resolve imported module `werkzeug.test`
schemathesis unresolved-attribute src/schemathesis/schemas.py:118:28 Object of type `property` has no attribute `BaseTransport`
schemathesis unresolved-attribute src/schemathesis/schemas.py:341:67 Object of type `(...) -> Unknown` has no attribute `__name__`
schemathesis unused-ignore-comment src/schemathesis/schemas.py:628:64 Unused blanket `type: ignore` directive
schemathesis unused-ignore-comment src/schemathesis/schemas.py:679:61 Unused blanket `type: ignore` directive
schemathesis invalid-type-form src/schemathesis/schemas.py:687:25 Variable of type `def Case(self, *, method: str | None = None, path_parameters: dict[str, Any] | None = None, headers: dict[str, Any] | CaseInsensitiveDict[Unknown] | None = None, cookies: dict[str, Any] | None = None, query: dict[str, Any] | None = None, body: list[Unknown] | dict[str, Any] | str | ... omitted 4 union elements = ..., media_type: str | None = None, multipart_content_types: dict[str, str] | None = None, _meta: CaseMetadata | None = None) -> Unknown` is not allowed in a type expression
schemathesis invalid-type-form src/schemathesis/schemas.py:732:82 Variable of type `def Case(self, *, method: str | None = None, path_parameters: dict[str, Any] | None = None, headers: dict[str, Any] | CaseInsensitiveDict[Unknown] | None = None, cookies: dict[str, Any] | None = None, query: dict[str, Any] | None = None, body: list[Unknown] | dict[str, Any] | str | ... omitted 4 union elements = ..., media_type: str | None = None, multipart_content_types: dict[str, str] | None = None, _meta: CaseMetadata | None = None) -> Unknown` is not allowed in a type expression
schemathesis invalid-type-form src/schemathesis/schemas.py:763:15 Variable of type `def Case(self, *, method: str | None = None, path_parameters: dict[str, Any] | None = None, headers: dict[str, Any] | CaseInsensitiveDict[Unknown] | None = None, cookies: dict[str, Any] | None = None, query: dict[str, Any] | None = None, body: list[Unknown] | dict[str, Any] | str | ... omitted 4 union elements = ..., media_type: str | None = None, multipart_content_types: dict[str, str] | None = None, _meta: CaseMetadata | None = None) -> Unknown` is not allowed in a type expression
schemathesis invalid-type-form src/schemathesis/schemas.py:807:10 Variable of type `def Case(self, *, method: str | None = None, path_parameters: dict[str, Any] | None = None, headers: dict[str, Any] | CaseInsensitiveDict[Unknown] | None = None, cookies: dict[str, Any] | None = None, query: dict[str, Any] | None = None, body: list[Unknown] | dict[str, Any] | str | ... omitted 4 union elements = ..., media_type: str | None = None, multipart_content_types: dict[str, str] | None = None, _meta: CaseMetadata | None = None) -> Unknown` is not allowed in a type expression
schemathesis unresolved-import src/schemathesis/specs/graphql/nodes.py:6:10 Cannot resolve imported module `graphql`
schemathesis unresolved-import src/schemathesis/specs/graphql/nodes.py:24:16 Cannot resolve imported module `hypothesis_graphql.nodes`
schemathesis unresolved-import src/schemathesis/specs/graphql/scalars.py:9:12 Cannot resolve imported module `graphql`
schemathesis unresolved-import src/schemathesis/specs/graphql/schemas.py:49:12 Cannot resolve imported module `graphql`
schemathesis unresolved-import src/schemathesis/specs/graphql/schemas.py:149:16 Cannot resolve imported module `graphql`
schemathesis unused-ignore-comment src/schemathesis/specs/graphql/schemas.py:330:16 Unused blanket `type: ignore` directive
schemathesis unresolved-import src/schemathesis/specs/graphql/schemas.py:348:12 Cannot resolve imported module `graphql`
schemathesis unresolved-import src/schemathesis/specs/graphql/schemas.py:349:10 Cannot resolve imported module `hypothesis_graphql`
schemathesis unresolved-import src/schemathesis/specs/graphql/validation.py:14:10 Cannot resolve imported module `graphql.error`
schemathesis unresolved-import src/schemathesis/specs/openapi/_hypothesis.py:9:8 Cannot resolve imported module `jsonschema.protocols`
schemathesis unresolved-import src/schemathesis/specs/openapi/_hypothesis.py:12:6 Cannot resolve imported module `hypothesis_jsonschema`
schemathesis unused-ignore-comment src/schemathesis/specs/openapi/_hypothesis.py:60:16 Unused blanket `type: ignore` directive
schemathesis unused-ignore-comment src/schemathesis/specs/openapi/_hypothesis.py:493:20 Unused blanket `type: ignore` directive
schemathesis invalid-argument-type src/schemathesis/specs/openapi/_operation_lookup.py:45:37 Argument to bound method `_make_operation` is incorrect: Expected `OperationLookupEntry`, found `OperationLookupEntry | None`
schemathesis invalid-argument-type src/schemathesis/specs/openapi/adapter/parameters.py:524:9 Argument to bound method `from_definition` is incorrect: Expected `SpecificationAdapter`, found `<module 'schemathesis.specs.openapi.adapter.v2'>`
schemathesis invalid-argument-type src/schemathesis/specs/openapi/adapter/parameters.py:539:9 Argument to bound method `from_definition` is incorrect: Expected `SpecificationAdapter`, found `<module 'schemathesis.specs.openapi.adapter.v3_0'>`
schemathesis invalid-argument-type src/schemathesis/specs/openapi/adapter/parameters.py:554:9 Argument to bound method `from_definition` is incorrect: Expected `SpecificationAdapter`, found `<module 'schemathesis.specs.openapi.adapter.v3_1'>`
schemathesis unresolved-import src/schemathesis/specs/openapi/adapter/protocol.py:12:10 Cannot resolve imported module `jsonschema.protocols`
schemathesis unresolved-import src/schemathesis/specs/openapi/adapter/responses.py:19:10 Cannot resolve imported module `jsonschema.protocols`
schemathesis unresolved-import src/schemathesis/specs/openapi/adapter/responses.py:104:14 Cannot resolve imported module `jsonschema`
schemathesis unresolved-import src/schemathesis/specs/openapi/adapter/responses.py:476:14 Cannot resolve imported module `jsonschema`
schemathesis invalid-return-type src/schemathesis/specs/openapi/adapter/security.py:304:16 Return type does not match returned value: expected `AuthProvider[Unknown]`, found `ApiKeyAuthProvider`
schemathesis invalid-return-type src/schemathesis/specs/openapi/adapter/security.py:307:16 Return type does not match returned value: expected `AuthProvider[Unknown]`, found `HttpBasicAuthProvider`
schemathesis invalid-return-type src/schemathesis/specs/openapi/adapter/security.py:310:16 Return type does not match returned value: expected `AuthProvider[Unknown]`, found `HttpBearerAuthProvider`
schemathesis unresolved-import src/schemathesis/specs/openapi/adapter/v2.py:1:6 Cannot resolve imported module `jsonschema`
schemathesis unresolved-import src/schemathesis/specs/openapi/adapter/v3_0.py:1:6 Cannot resolve imported module `jsonschema`
schemathesis unresolved-import src/schemathesis/specs/openapi/adapter/v3_1.py:1:6 Cannot resolve imported module `jsonschema`
schemathesis unresolved-import src/schemathesis/specs/openapi/checks.py:172:12 Cannot resolve imported module `jsonschema`
schemathesis unused-ignore-comment src/schemathesis/specs/openapi/checks.py:214:46 Unused blanket `type: ignore` directive
schemathesis invalid-argument-type src/schemathesis/specs/openapi/checks.py:491:42 Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `set[Unknown | int] | set[int]`
schemathesis invalid-argument-type src/schemathesis/specs/openapi/checks.py:901:9 Argument to bound method `__init__` is incorrect: Expected `list[Unknown] | dict[str, Any] | str | ... omitted 4 union elements`, found `Top[list[Unknown]] | Top[dict[Unknown, Unknown]] | str | ... omitted 4 union elements`
schemathesis unresolved-import src/schemathesis/specs/openapi/definitions.py:9:10 Cannot resolve imported module `jsonschema`
schemathesis unresolved-import src/schemathesis/specs/openapi/definitions.py:1916:12 Cannot resolve imported module `jsonschema`
schemathesis unresolved-import src/schemathesis/specs/openapi/examples.py:11:6 Cannot resolve imported module `hypothesis_jsonschema`
schemathesis unresolved-attribute src/schemathesis/specs/openapi/examples.py:591:70 Object of type `object` has no attribute `lower`
schemathesis invalid-argument-type src/schemathesis/specs/openapi/examples.py:604:50 Argument to function `_find_matching_in_responses` is incorrect: Expected `dict[str, Any]`, found `Top[dict[Unknown, Unknown]]`
schemathesis unresolved-import src/schemathesis/specs/openapi/negative/__init__.py:8:8 Cannot resolve imported module `jsonschema`
schemathesis unresolved-import src/schemathesis/specs/openapi/negative/__init__.py:10:6 Cannot resolve imported module `hypothesis_jsonschema`
schemathesis unused-ignore-comment src/schemathesis/specs/openapi/negative/__init__.py:183:16 Unused blanket `type: ignore` directive
schemathesis unresolved-import src/schemathesis/specs/openapi/negative/mutations.py:14:6 Cannot resolve imported module `hypothesis_jsonschema._canonicalise`
schemathesis possibly-missing-attribute src/schemathesis/specs/openapi/negative/mutations.py:165:89 Attribute `__name__` may be missing on object of type `Unknown | ((MutationContext, (SearchStrategy[Unknown], /) -> Unknown, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None])`
schemathesis unresolved-attribute src/schemathesis/specs/openapi/negative/mutations.py:422:49 Object of type `(MutationContext, (SearchStrategy[Unknown], /) -> Unknown, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]` has no attribute `__name__`
schemathesis unresolved-import src/schemathesis/specs/openapi/negative/utils.py:4:6 Cannot resolve imported module `hypothesis_jsonschema._canonicalise`
schemathesis unresolved-import src/schemathesis/specs/openapi/patterns.py:19:12 Cannot resolve imported module `re._constants`
schemathesis unresolved-import src/schemathesis/specs/openapi/patterns.py:20:12 Cannot resolve imported module `re._parser`
schemathesis invalid-argument-type src/schemathesis/specs/openapi/patterns.py:45:42 Argument to function `_handle_parsed_pattern` is incorrect: Expected `list[Unknown]`, found `Unknown | SubPattern`
schemathesis invalid-argument-type src/schemathesis/specs/openapi/patterns.py:356:13 Argument to function `_handle_repeat_quantifier` is incorrect: Expected `tuple[int, int, tuple[Unknown, ...]]`, found `Unknown | SubPattern | tuple[_NamedIntConstant, list[tuple[_NamedIntConstant, int]] | tuple[None, list[SubPattern]] | Iterable[SubPattern] | tuple[int, SubPattern, SubPattern] | tuple[int | None, int, int, SubPattern]] | ... omitted 5 union elements`
schemathesis unresolved-import src/schemathesis/specs/openapi/schemas.py:13:8 Cannot resolve imported module `jsonschema`
schemathesis unresolved-import src/schemathesis/specs/openapi/schemas.py:14:6 Cannot resolve imported module `packaging`
schemathesis invalid-assignment src/schemathesis/specs/openapi/schemas.py:92:13 Object of type `<module 'schemathesis.specs.openapi.adapter.v2'>` is not assignable to attribute `adapter` of type `SpecificationAdapter`
schemathesis invalid-assignment src/schemathesis/specs/openapi/schemas.py:99:17 Object of type `<module 'schemathesis.specs.openapi.adapter.v3_1'>` is not assignable to attribute `adapter` of type `SpecificationAdapter`
schemathesis invalid-assignment src/schemathesis/specs/openapi/schemas.py:101:17 Object of type `<module 'schemathesis.specs.openapi.adapter.v3_0'>` is not assignable to attribute `adapter` of type `SpecificationAdapter`
schemathesis invalid-method-override src/schemathesis/specs/openapi/schemas.py:157:9 Invalid override of method `_get_operation_map`: Definition is incompatible with `BaseSchema._get_operation_map`
schemathesis invalid-argument-type src/schemathesis/specs/openapi/schemas.py:193:48 Argument is incorrect: Argument type `None` does not satisfy upper bound `dict[Unknown, Unknown]` of type variable `D`
schemathesis invalid-argument-type src/schemathesis/specs/openapi/schemas.py:195:17 Argument is incorrect: Argument type `None` does not satisfy upper bound `ResponsesContainer[Unknown]` of type variable `R`
schemathesis possibly-missing-attribute src/schemathesis/specs/openapi/schemas.py:327:32 Attribute `items` may be missing on object of type `Mapping[str, Any] | None`
schemathesis unresolved-import src/schemathesis/specs/openapi/schemas.py:515:14 Cannot resolve imported module `werkzeug.exceptions`
schemathesis unused-ignore-comment src/schemathesis/specs/openapi/stateful/__init__.py:192:36 Unused blanket `type: ignore` directive
schemathesis invalid-return-type src/schemathesis/specs/openapi/stateful/__init__.py:206:12 Return type does not match returned value: expected `type[APIStateMachine]`, found `type`
schemathesis unused-ignore-comment src/schemathesis/specs/openapi/stateful/__init__.py:256:24 Unused blanket `type: ignore` directive
schemathesis invalid-argument-type src/schemathesis/specs/openapi/stateful/__init__.py:356:61 Argument to bound method `allow_root_transition` is incorrect: Expected `dict[str, CaseInsensitiveDict[Unknown]]`, found `dict[str, CaseInsensitiveDict[Unknown]] | dict[str, list[Unknown]]`
schemathesis invalid-return-type src/schemathesis/specs/openapi/stateful/__init__.py:377:12 Return type does not match returned value: expected `((...) -> Unknown, /) -> Rule`, found `(...) -> MultipleResults[Any] | Any`
schemathesis unresolved-import src/schemathesis/specs/openapi/stateful/dependencies/schemas.py:59:10 Cannot resolve imported module `hypothesis_jsonschema._canonicalise`
schemathesis unresolved-import src/schemathesis/specs/openapi/stateful/dependencies/schemas.py:93:10 Cannot resolve imported module `hypothesis_jsonschema._canonicalise`
schemathesis unresolved-import src/schemathesis/specs/openapi/stateful/inference.py:21:6 Cannot resolve imported module `werkzeug.exceptions`
schemathesis unresolved-import src/schemathesis/specs/openapi/stateful/inference.py:22:6 Cannot resolve imported module `werkzeug.routing`
schemathesis possibly-missing-attribute src/schemathesis/transport/requests.py:87:13 Attribute `pop` may be missing on object of type `Unknown | str | dict[str, Any] | CaseInsensitiveDict[Unknown] | dict[Unknown, Unknown]`
schemathesis unused-ignore-comment src/schemathesis/transport/serialization.py:71:38 Unused blanket `type: ignore` directive
schemathesis unresolved-import src/schemathesis/transport/wsgi.py:27:12 Cannot resolve imported module `werkzeug`
sockeye unresolved-import setup.py:7:6 Cannot resolve imported module `setuptools`
sockeye possibly-missing-attribute setup.py:22:12 Attribute `group` may be missing on object of type `Match[str] | None`
sockeye unresolved-import setup.py:59:10 Cannot resolve imported module `sphinx.setup_command`
sockeye unused-ignore-comment sockeye/arguments.py:70:77 Unused blanket `type: ignore` directive
sockeye invalid-method-override sockeye/arguments.py:91:9 Invalid override of method `__call__`: Definition is incompatible with `Action.__call__`
sockeye unresolved-import sockeye/average.py:27:8 Cannot resolve imported module `torch`
sockeye unresolved-import sockeye/beam_search.py:21:8 Cannot resolve imported module `numpy`
sockeye unresolved-import sockeye/beam_search.py:22:8 Cannot resolve imported module `torch`
sockeye unused-ignore-comment sockeye/beam_search.py:159:99 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/beam_search.py:554:101 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/beam_search.py:784:64 Unused blanket `type: ignore` directive
sockeye invalid-argument-type sockeye/beam_search.py:1134:13 Argument to bound method `__init__` is incorrect: Expected `int | float`, found `int | float | None`
sockeye invalid-argument-type sockeye/beam_search.py:1165:13 Argument to bound method `__init__` is incorrect: Expected `int | float`, found `int | float | None`
sockeye unresolved-import sockeye/checkpoint_decoder.py:25:8 Cannot resolve imported module `torch`
sockeye unused-ignore-comment sockeye/checkpoint_decoder.py:120:68 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/checkpoint_decoder.py:178:50 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/config.py:49:40 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/config.py:70:63 Unused blanket `type: ignore` directive
sockeye unresolved-import sockeye/constants.py:17:8 Cannot resolve imported module `torch`
sockeye unresolved-import sockeye/constants.py:18:8 Cannot resolve imported module `numpy`
sockeye unresolved-import sockeye/convert_deepspeed.py:21:8 Cannot resolve imported module `torch`
sockeye unresolved-import sockeye/convert_deepspeed.py:29:10 Cannot resolve imported module `deepspeed.checkpoint.constants`
sockeye unresolved-import sockeye/convert_deepspeed.py:30:10 Cannot resolve imported module `deepspeed.utils.zero_to_fp32`
sockeye unresolved-import sockeye/data_io.py:31:8 Cannot resolve imported module `numpy`
sockeye unresolved-import sockeye/data_io.py:32:8 Cannot resolve imported module `torch`
sockeye unresolved-import sockeye/data_io.py:33:8 Cannot resolve imported module `torch.distributed`
sockeye unsupported-operator sockeye/data_io.py:176:74 Operator `/` is not supported between objects of type `int` and `int | float | None`
sockeye unsupported-operator sockeye/data_io.py:193:27 Operator `*` is not supported between objects of type `int | Unknown` and `int | float | None`
sockeye invalid-argument-type sockeye/data_io.py:506:28 Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | Unknown, (s: slice[Any, Any, Any], /) -> list[int | Unknown]]` cannot be called with key of type `int | None` on object of type `list[int | Unknown]`
sockeye invalid-argument-type sockeye/data_io.py:508:17 Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `int | None` on object of type `list[Unknown]`
sockeye invalid-argument-type sockeye/data_io.py:513:21 Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `int | None` on object of type `list[Unknown]`
sockeye invalid-argument-type sockeye/data_io.py:517:21 Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `int | None` on object of type `list[Unknown]`
sockeye invalid-argument-type sockeye/data_io.py:519:17 Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `int | None` on object of type `list[Unknown]`
sockeye invalid-argument-type sockeye/data_io.py:522:13 Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | Unknown, (s: slice[Any, Any, Any], /) -> list[int | Unknown]]` cannot be called with key of type `int | None` on object of type `list[int | Unknown]`
sockeye invalid-parameter-default sockeye/data_io.py:640:18 Default value of type `None` is not assignable to annotated parameter type `Pool`
sockeye invalid-parameter-default sockeye/data_io.py:641:18 Default value of type `None` is not assignable to annotated parameter type `list[tuple[tuple[str, ...], tuple[str, ...]]]`
sockeye invalid-argument-type sockeye/data_io.py:673:43 Argument to function `get_eop_id` is incorrect: Expected `str`, found `str | None`
sockeye non-subscriptable sockeye/data_io.py:771:58 Cannot subscript object of type `Iterable[Unknown]` with no `__getitem__` method
sockeye non-subscriptable sockeye/data_io.py:772:54 Cannot subscript object of type `Iterable[Unknown]` with no `__getitem__` method
sockeye invalid-argument-type sockeye/data_io.py:1000:43 Argument to function `get_eop_id` is incorrect: Expected `str`, found `str | None`
sockeye invalid-argument-type sockeye/data_io.py:1149:62 Argument to function `__new__` is incorrect: Expected `Iterable[tuple[int | float | None, int | float | None]]`, found `list[tuple[int | float | None, int | float | None]] | None`
sockeye invalid-argument-type sockeye/data_io.py:1281:36 Argument to bound method `insert` is incorrect: Expected `int`, found `Unknown | None | int`
sockeye invalid-argument-type sockeye/data_io.py:1283:33 Argument to bound method `append` is incorrect: Expected `int`, found `Unknown | None | int`
sockeye invalid-argument-type sockeye/data_io.py:1722:82 Argument is incorrect: Expected `int | float`, found `None`
sockeye invalid-return-type sockeye/data_io.py:1793:20 Return type does not match returned value: expected `Batch`, found `Unknown | None | Batch`
sockeye unresolved-import sockeye/decoder.py:22:8 Cannot resolve imported module `torch`
sockeye unused-ignore-comment sockeye/decoder.py:30:43 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/decoder.py:89:88 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/decoder.py:90:60 Unused blanket `type: ignore` directive
sockeye non-subscriptable sockeye/decoder.py:224:35 Cannot subscript object of type `None` with no `__getitem__` method
sockeye unused-ignore-comment sockeye/decoder.py:283:113 Unused blanket `type: ignore` directive
sockeye unresolved-import sockeye/embeddings.py:22:8 Cannot resolve imported module `torch`
sockeye unresolved-import sockeye/encoder.py:18:8 Cannot resolve imported module `torch`
sockeye unresolved-import sockeye/evaluate.py:24:8 Cannot resolve imported module `numpy`
sockeye unresolved-import sockeye/evaluate.py:25:8 Cannot resolve imported module `sacrebleu`
sockeye unused-ignore-comment sockeye/evaluate.py:50:100 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/evaluate.py:61:67 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/evaluate.py:73:62 Unused blanket `type: ignore` directive
sockeye unresolved-import sockeye/generate_decoder_states.py:19:8 Cannot resolve imported module `numpy`
sockeye unresolved-import sockeye/generate_decoder_states.py:20:8 Cannot resolve imported module `torch`
sockeye unused-ignore-comment sockeye/generate_decoder_states.py:192:87 Unused blanket `type: ignore` directive
sockeye possibly-missing-attribute sockeye/generate_decoder_states.py:201:17 Attribute `add` may be missing on object of type `Unknown | None | NumpyMemmapStorage`
sockeye invalid-argument-type sockeye/generate_decoder_states.py:209:13 Argument is incorrect: Expected `int`, found `Unknown | None`
sockeye unresolved-import sockeye/inference.py:26:8 Cannot resolve imported module `numpy`
sockeye unresolved-import sockeye/inference.py:27:8 Cannot resolve imported module `torch`
sockeye unused-ignore-comment sockeye/inference.py:296:45 Unused blanket `type: ignore` directive
sockeye invalid-argument-type sockeye/inference.py:346:28 Argument to function `len` is incorrect: Expected `Sized`, found `list[Unknown] | None`
sockeye invalid-argument-type sockeye/inference.py:348:34 Argument to function `len` is incorrect: Expected `Sized`, found `list[Unknown] | None`
sockeye invalid-argument-type sockeye/inference.py:350:50 Argument to function `len` is incorrect: Expected `Sized`, found `(Unknown & ~Top[list[Unknown]]) | None | list[list[Unknown] | Unknown]`
sockeye invalid-argument-type sockeye/inference.py:352:34 Argument to function `len` is incorrect: Expected `Sized`, found `(Unknown & ~Top[list[Unknown]]) | None | list[list[Unknown] | Unknown]`
sockeye no-matching-overload sockeye/inference.py:376:32 No overload of bound method `get` matches arguments
sockeye no-matching-overload sockeye/inference.py:376:32 No overload of bound method `get` matches arguments
sockeye unused-ignore-comment sockeye/inference.py:414:45 Unused blanket `type: ignore` directive
sockeye possibly-missing-attribute sockeye/inference.py:651:34 Attribute `target_ids_list` may be missing on object of type `NBestTranslations | None`
sockeye possibly-missing-attribute sockeye/inference.py:651:82 Attribute `scores` may be missing on object of type `NBestTranslations | None`
sockeye unused-ignore-comment sockeye/inference.py:965:76 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/inference.py:967:55 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/inference.py:968:74 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/inference.py:1238:99 Unused blanket `type: ignore` directive
sockeye parameter-already-assigned sockeye/inference.py:1241:53 Multiple values provided for parameter `unshift_target_factors` of function `_assemble_translation`
sockeye unused-ignore-comment sockeye/inference.py:1247:58 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/inference.py:1250:123 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/inference.py:1296:31 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/inference.py:1297:39 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/inference.py:1300:47 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/inference.py:1317:108 Unused blanket `type: ignore` directive
sockeye unresolved-import sockeye/knn.py:16:8 Cannot resolve imported module `numpy`
sockeye unresolved-import sockeye/knn.py:26:12 Cannot resolve imported module `faiss`
sockeye unresolved-attribute sockeye/knn.py:171:9 Unresolved attribute `index_type` on type `Config`.
sockeye unresolved-attribute sockeye/knn.py:173:9 Unresolved attribute `train_data_size` on type `Config`.
sockeye unresolved-attribute sockeye/knn.py:175:50 Object of type `Config` has no attribute `state_data_type`
sockeye unresolved-attribute sockeye/knn.py:176:39 Object of type `Config` has no attribute `index_size`
sockeye unresolved-attribute sockeye/knn.py:176:58 Object of type `Config` has no attribute `dimension`
sockeye invalid-argument-type sockeye/knn.py:177:33 Argument to bound method `__init__` is incorrect: Expected `KNNConfig`, found `Config`
sockeye unresolved-attribute sockeye/knn.py:180:68 Object of type `Config` has no attribute `state_data_type`
sockeye unresolved-attribute sockeye/knn.py:181:51 Object of type `Config` has no attribute `index_size`
sockeye unresolved-attribute sockeye/knn.py:181:70 Object of type `Config` has no attribute `dimension`
sockeye unresolved-import sockeye/layers.py:19:8 Cannot resolve imported module `numpy`
sockeye unresolved-import sockeye/layers.py:20:8 Cannot resolve imported module `torch`
sockeye unresolved-import sockeye/layers.py:21:8 Cannot resolve imported module `torch.nn.functional`
sockeye unused-ignore-comment sockeye/layers.py:530:162 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/layers.py:863:43 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/layers.py:864:49 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/layers.py:873:111 Unused blanket `type: ignore` directive
sockeye unresolved-import sockeye/lexicon.py:25:8 Cannot resolve imported module `numpy`
sockeye invalid-argument-type sockeye/lexicon.py:153:35 Argument to bound method `__init__` is incorrect: Expected `dict[str, int]`, found `dict[str, int] | None`
sockeye invalid-argument-type sockeye/lexicon.py:153:49 Argument to bound method `__init__` is incorrect: Expected `dict[str, int]`, found `dict[str, int] | None`
sockeye unused-ignore-comment sockeye/lexicon.py:255:62 Unused blanket `type: ignore` directive
sockeye invalid-method-override sockeye/lexicon.py:260:9 Invalid override of method `get_blocked_trg_ids`: Definition is incompatible with `RestrictLexicon.get_blocked_trg_ids`
sockeye invalid-method-override sockeye/lexicon.py:307:9 Invalid override of method `get_allowed_trg_ids`: Definition is incompatible with `RestrictLexicon.get_allowed_trg_ids`
sockeye unused-ignore-comment sockeye/log.py:118:55 Unused blanket `type: ignore` directive
sockeye invalid-assignment sockeye/log.py:131:9 Invalid subscript assignment with key of type `Literal["level"]` and value of type `Unknown | Literal[20]` on object of type `list[Unknown | str]`
sockeye invalid-assignment sockeye/log.py:131:9 Cannot assign to a subscript on an object of type `str`
sockeye unused-ignore-comment sockeye/log.py:136:44 Unused blanket `type: ignore` directive
sockeye unresolved-import sockeye/log.py:147:14 Cannot resolve imported module `sockeye.git_version`
sockeye unresolved-import sockeye/log.py:155:14 Cannot resolve imported module `torch`
sockeye unresolved-import sockeye/loss.py:19:8 Cannot resolve imported module `torch`
sockeye unresolved-import sockeye/loss.py:20:8 Cannot resolve imported module `numpy`
sockeye invalid-method-override sockeye/loss.py:326:9 Invalid override of method `update`: Definition is incompatible with `LossMetric.update`
sockeye unresolved-import sockeye/lr_scheduler.py:18:8 Cannot resolve imported module `torch`
sockeye possibly-missing-attribute sockeye/lr_scheduler.py:138:29 Attribute `param_groups` may be missing on object of type `Unknown | None`
sockeye possibly-missing-attribute sockeye/lr_scheduler.py:168:29 Attribute `param_groups` may be missing on object of type `Unknown | None`
sockeye possibly-missing-attribute sockeye/lr_scheduler.py:236:29 Attribute `param_groups` may be missing on object of type `Unknown | None`
sockeye unresolved-import sockeye/model.py:22:8 Cannot resolve imported module `numpy`
sockeye unresolved-import sockeye/model.py:23:8 Cannot resolve imported module `torch`
sockeye unresolved-import sockeye/model.py:41:12 Cannot resolve imported module `faiss`
sockeye unresolved-import sockeye/model.py:43:12 Cannot resolve imported module `faiss.contrib.torch_utils`
sockeye possibly-unresolved-reference sockeye/model.py:161:34 Name `factor_config` used when possibly not defined
sockeye deprecated sockeye/model.py:183:20 The function `warn` is deprecated: Deprecated since Python 3.3. Use `Logger.warning()` instead.
sockeye deprecated sockeye/model.py:187:24 The function `warn` is deprecated: Deprecated since Python 3.3. Use `Logger.warning()` instead.
sockeye unused-ignore-comment sockeye/model.py:410:43 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/model.py:469:47 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/model.py:561:54 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/model.py:565:67 Unused blanket `type: ignore` directive
sockeye invalid-assignment sockeye/model.py:812:23 Object of type `list[Unknown | None]` is not assignable to `list[int] | None`
sockeye invalid-argument-type sockeye/model.py:816:56 Argument to function `__new__` is incorrect: Expected `Iterable[int]`, found `list[int] | None`
sockeye unresolved-import sockeye/nvs.py:16:8 Cannot resolve imported module `torch`
sockeye unresolved-import sockeye/optimizers.py:18:8 Cannot resolve imported module `torch`
sockeye unresolved-import sockeye/optimizers.py:68:18 Cannot resolve imported module `apex.optimizers`
sockeye invalid-argument-type sockeye/output_handler.py:254:80 Argument to function `__new__` is incorrect: Expected `Iterable[Unknown | list[str]]`, found `list[list[str]] | None`
sockeye unresolved-import sockeye/quantize.py:22:8 Cannot resolve imported module `torch`
sockeye unresolved-import sockeye/rerank.py:25:8 Cannot resolve imported module `numpy`
sockeye unresolved-import sockeye/rerank.py:26:8 Cannot resolve imported module `sacrebleu`
sockeye unused-ignore-comment sockeye/rerank.py:56:62 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/rerank.py:86:91 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/rerank.py:103:63 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/rerank.py:105:57 Unused blanket `type: ignore` directive
sockeye unresolved-import sockeye/scoring.py:22:8 Cannot resolve imported module `numpy`
sockeye unresolved-import sockeye/scoring.py:23:8 Cannot resolve imported module `torch`
sockeye unused-ignore-comment sockeye/scoring.py:86:113 Unused blanket `type: ignore` directive
sockeye invalid-parameter-default sockeye/test_utils.py:68:89 Default value of type `None` is not assignable to annotated parameter type `list[str]`
sockeye not-iterable sockeye/test_utils.py:105:101 Object of type `None | list[list[str | Unknown] | Unknown]` may not be iterable
sockeye invalid-argument-type sockeye/test_utils.py:147:1 Argument to function `contextmanager` is incorrect: Expected `(...) -> Iterator[Unknown]`, found `def tmp_digits_dataset(prefix: str, train_line_count: int, train_line_count_empty: int, train_max_length: int, dev_line_count: int, dev_max_length: int, test_line_count: int, test_line_count_empty: int, test_max_length: int, sort_target: bool = False, seed_train: int = 13, seed_dev: int = 13, source_text_prefix_token: str = "", with_n_source_factors: int = 0, with_n_target_factors: int = 0) -> dict[str, Any]`
sockeye invalid-return-type sockeye/test_utils.py:156:59 Return type does not match returned value: expected `dict[str, Any]`, found `types.GeneratorType`
sockeye invalid-argument-type sockeye/test_utils.py:224:13 Argument to function `generate_json_input_file_with_tgt_prefix` is incorrect: Expected `list[str] | None`, found `None | Unknown | str | list[Unknown]`
sockeye invalid-argument-type sockeye/test_utils.py:224:34 Argument to function `generate_json_input_file_with_tgt_prefix` is incorrect: Expected `list[str]`, found `None | Unknown | str | list[Unknown]`
sockeye unresolved-import sockeye/train.py:31:8 Cannot resolve imported module `torch`
sockeye unresolved-import sockeye/train.py:32:8 Cannot resolve imported module `torch.distributed`
sockeye unresolved-import sockeye/train.py:33:8 Cannot resolve imported module `torch.distributed.elastic.multiprocessing.errors`
sockeye unresolved-import sockeye/train.py:39:12 Cannot resolve imported module `deepspeed`
sockeye invalid-return-type sockeye/train.py:445:16 Return type does not match returned value: expected `tuple[BaseParallelSampleIter, BaseParallelSampleIter, DataConfig, list[dict[str, int]], list[dict[str, int]]]`, found `tuple[BaseParallelSampleIter, BaseParallelSampleIter | None, DataConfig, list[dict[str, int]], list[dict[str, int]]]`
sockeye unresolved-import sockeye/train.py:1134:20 Cannot resolve imported module `apex.amp`
sockeye unused-ignore-comment sockeye/train.py:1152:97 Unused blanket `type: ignore` directive
sockeye unresolved-import sockeye/training.py:28:8 Cannot resolve imported module `numpy`
sockeye unresolved-import sockeye/training.py:29:8 Cannot resolve imported module `torch`
sockeye unresolved-import sockeye/training.py:30:8 Cannot resolve imported module `torch.distributed`
sockeye unresolved-import sockeye/training.py:36:12 Cannot resolve imported module `apex.amp`
sockeye unused-ignore-comment sockeye/training.py:86:54 Unused blanket `type: ignore` directive
sockeye possibly-missing-attribute sockeye/training.py:241:39 Attribute `updates` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:244:25 Attribute `updates` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:254:55 Attribute `epoch` may be missing on object of type `Unknown | None | TrainState`
sockeye invalid-argument-type sockeye/training.py:258:45 Argument to bound method `_create_checkpoint` is incorrect: Expected `CheckpointDecoder`, found `CheckpointDecoder | None`
sockeye possibly-missing-attribute sockeye/training.py:261:56 Attribute `updates` may be missing on object of type `Unknown | None | TrainState`
sockeye invalid-argument-type sockeye/training.py:265:45 Argument to bound method `_create_checkpoint` is incorrect: Expected `CheckpointDecoder`, found `CheckpointDecoder | None`
sockeye possibly-missing-attribute sockeye/training.py:268:56 Attribute `samples` may be missing on object of type `Unknown | None | TrainState`
sockeye invalid-argument-type sockeye/training.py:272:45 Argument to bound method `_create_checkpoint` is incorrect: Expected `CheckpointDecoder`, found `CheckpointDecoder | None`
sockeye possibly-missing-attribute sockeye/training.py:279:17 Attribute `epoch` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:282:16 Attribute `updates` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:282:43 Attribute `batches` may be missing on object of type `Unknown | None | TrainState`
sockeye invalid-argument-type sockeye/training.py:285:41 Argument to bound method `_create_checkpoint` is incorrect: Expected `CheckpointDecoder`, found `CheckpointDecoder | None`
sockeye possibly-missing-attribute sockeye/training.py:288:60 Attribute `time_elapsed` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:290:58 Attribute `time_elapsed` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:293:20 Attribute `converged` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:293:44 Attribute `diverged` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:299:55 Attribute `converged` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:300:21 Attribute `best_checkpoint` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:300:49 Attribute `early_stopping_metric` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:300:83 Attribute `best_metric` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:316:9 Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:319:21 Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:319:44 Attribute `updates` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:319:64 Attribute `epoch` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:320:21 Attribute `samples` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:321:44 Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:324:38 Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
sockeye invalid-assignment sockeye/training.py:327:9 Object of type `bool` is not assignable to attribute `converged` on type `Unknown | None | TrainState`
sockeye invalid-assignment sockeye/training.py:328:9 Object of type `bool` is not assignable to attribute `diverged` on type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:347:38 Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
sockeye unused-ignore-comment sockeye/training.py:359:103 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/training.py:366:53 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/training.py:386:40 Unused blanket `type: ignore` directive
sockeye possibly-missing-attribute sockeye/training.py:390:9 Attribute `batches` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:391:9 Attribute `samples` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:395:27 Attribute `batches` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:396:9 Attribute `updates` may be missing on object of type `Unknown | None | TrainState`
sockeye unused-ignore-comment sockeye/training.py:402:100 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/training.py:410:39 Unused blanket `type: ignore` directive
sockeye possibly-missing-attribute sockeye/training.py:432:27 Attribute `epoch` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:432:45 Attribute `batches` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:433:27 Attribute `updates` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:481:21 Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:500:64 Attribute `best_metric` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:504:52 Attribute `best_metric` may be missing on object of type `Unknown | None | TrainState`
sockeye invalid-assignment sockeye/training.py:505:21 Object of type `int | float` is not assignable to attribute `best_metric` on type `Unknown | None | TrainState`
sockeye invalid-assignment sockeye/training.py:506:21 Object of type `Unknown | Literal[0]` is not assignable to attribute `best_checkpoint` on type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:506:50 Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
sockeye invalid-assignment sockeye/training.py:507:21 Object of type `Literal[0]` is not assignable to attribute `num_not_improved` on type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:510:13 Attribute `num_not_improved` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:512:60 Attribute `num_not_improved` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:512:89 Attribute `best_metric` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:514:9 Attribute `best_metric_history` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:514:47 Attribute `best_metric` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:516:25 Attribute `best_metric_history` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:517:13 Attribute `best_metric_history` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:527:52 Attribute `samples` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:529:50 Attribute `samples` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:532:52 Attribute `updates` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:534:50 Attribute `updates` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:537:51 Attribute `epoch` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:539:49 Attribute `epoch` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:544:21 Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:549:42 Attribute `best_metric` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:549:67 Attribute `best_metric_history` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:593:29 Attribute `best_checkpoint` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:600:60 Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:609:26 Attribute `epoch` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:612:33 Attribute `time_elapsed` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:614:30 Attribute `converged` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:615:29 Attribute `diverged` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:622:9 Attribute `metrics` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:623:34 Attribute `metrics` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:625:61 Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
sockeye invalid-argument-type sockeye/training.py:626:36 Argument to function `safe_custom_metrics_logger` is incorrect: Expected `(...) -> Unknown`, found `Unknown | ((...) -> Unknown) | None`
sockeye possibly-missing-attribute sockeye/training.py:628:48 Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:634:52 Attribute `best_checkpoint` may be missing on object of type `Unknown | None | TrainState`
sockeye unused-ignore-comment sockeye/training.py:660:79 Unused blanket `type: ignore` directive
sockeye possibly-missing-attribute sockeye/training.py:665:96 Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:666:34 Attribute `best_checkpoint` may be missing on object of type `Unknown | None | TrainState`
sockeye unused-ignore-comment sockeye/training.py:703:85 Unused blanket `type: ignore` directive
sockeye possibly-missing-attribute sockeye/training.py:708:49 Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:738:9 Attribute `save` may be missing on object of type `Unknown | None | TrainState`
sockeye unused-ignore-comment sockeye/training.py:771:97 Unused blanket `type: ignore` directive
sockeye possibly-missing-attribute sockeye/training.py:817:30 Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:817:53 Attribute `best_checkpoint` may be missing on object of type `Unknown | None | TrainState`
sockeye possibly-missing-attribute sockeye/training.py:835:69 Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
sockeye unresolved-import sockeye/training.py:872:18 Cannot resolve imported module `torch.utils.tensorboard`
sockeye invalid-parameter-default sockeye/training.py:950:32 Default value of type `None` is not assignable to annotated parameter type `int`
sockeye unresolved-import sockeye/transformer.py:18:8 Cannot resolve imported module `torch`
sockeye unused-ignore-comment sockeye/transformer.py:147:86 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/transformer.py:148:87 Unused blanket `type: ignore` directive
sockeye unresolved-import sockeye/utils.py:34:8 Cannot resolve imported module `numpy`
sockeye unresolved-import sockeye/utils.py:35:8 Cannot resolve imported module `torch`
sockeye unresolved-import sockeye/utils.py:36:8 Cannot resolve imported module `torch.distributed`
sockeye unresolved-import sockeye/utils.py:42:12 Cannot resolve imported module `deepspeed`
sockeye unused-ignore-comment sockeye/utils.py:113:36 Unused blanket `type: ignore` directive
sockeye unresolved-import sockeye/utils.py:123:16 Cannot resolve imported module `torch`
sockeye division-by-zero sockeye/utils.py:168:20 Cannot divide object of type `float` by zero
sockeye unused-ignore-comment sockeye/utils.py:256:104 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/utils.py:274:41 Unused blanket `type: ignore` directive
sockeye division-by-zero sockeye/utils.py:592:32 Cannot divide object of type `Literal[0]` by zero
sockeye division-by-zero sockeye/utils.py:593:31 Cannot divide object of type `Literal[0]` by zero
sockeye division-by-zero sockeye/utils.py:594:30 Cannot divide object of type `Literal[0]` by zero
sockeye possibly-missing-attribute sockeye/utils.py:627:16 Submodule `pool` may not be available as an attribute on module `multiprocessing`
sockeye unresolved-import sockeye/utils.py:709:16 Cannot resolve imported module `deepspeed`
sockeye unresolved-import sockeye/utils.py:710:16 Cannot resolve imported module `deepspeed.utils.zero_to_fp32`
sockeye unresolved-import sockeye/utils.py:733:20 Cannot resolve imported module `faiss`
sockeye possibly-unresolved-reference sockeye/utils.py:787:49 Name `synchrony_score` used when possibly not defined
sockeye deprecated sockeye/utils.py:843:20 The function `warn` is deprecated: Deprecated since Python 3.3. Use `Logger.warning()` instead.
sockeye unused-ignore-comment sockeye/vocab.py:56:77 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/vocab.py:309:109 Unused blanket `type: ignore` directive
sockeye unused-ignore-comment sockeye/vocab.py:311:109 Unused blanket `type: ignore` directive
sockeye invalid-argument-type sockeye/vocab.py:342:59 Argument to function `vocab_from_json` is incorrect: Expected `str`, found `str | None`
sockeye invalid-argument-type sockeye/vocab.py:342:59 Argument to function `vocab_from_json` is incorrect: Expected `str`, found `str | None`
sockeye invalid-argument-type sockeye/vocab.py:345:93 Argument to function `load_or_create_vocab` is incorrect: Expected `int`, found `int | None`
sockeye invalid-argument-type sockeye/vocab.py:347:93 Argument to function `load_or_create_vocab` is incorrect: Expected `int`, found `int | None`
sockeye invalid-argument-type sockeye/vocab.py:368:62 Argument to function `load_or_create_vocab` is incorrect: Expected `int`, found `int | None`
sockeye invalid-argument-type sockeye/vocab.py:392:62 Argument to function `load_or_create_vocab` is incorrect: Expected `int`, found `int | None`
sockeye unresolved-import sockeye_contrib/plot_metrics.py:19:8 Cannot resolve imported module `matplotlib.pyplot`
sockeye unresolved-import sockeye_contrib/plot_metrics.py:20:8 Cannot resolve imported module `numpy`
sockeye not-iterable sockeye_contrib/plot_metrics.py:167:44 Object of type `Unknown | None` may not be iterable
sockeye possibly-unresolved-reference sockeye_contrib/plot_metrics.py:208:13 Name `ax2` used when possibly not defined
sockeye possibly-unresolved-reference sockeye_contrib/plot_metrics.py:209:13 Name `ax2` used when possibly not defined
sockeye unresolved-import sockeye_contrib/rouge.py:27:8 Cannot resolve imported module `numpy`
sockeye unresolved-import sockeye_contrib/vistools/generate_graphs.py:54:8 Cannot resolve imported module `networkx`
sockeye unresolved-import sockeye_contrib/vistools/generate_graphs.py:55:6 Cannot resolve imported module `networkx.readwrite`
sockeye unresolved-import sockeye_contrib/vistools/test/test_integration.py:14:8 Cannot resolve imported module `pytest`
sockeye unresolved-import test/common.py:20:8 Cannot resolve imported module `numpy`
sockeye invalid-argument-type test/common.py:272:35 Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["translation"]` on object of type `str`
sockeye unresolved-import test/integration/test_backwards_compatibility.py:19:8 Cannot resolve imported module `pytest`
sockeye unresolved-import test/integration/test_seq_copy_int.py:21:8 Cannot resolve imported module `pytest`
sockeye unresolved-import test/integration/test_seq_copy_int.py:22:8 Cannot resolve imported module `torch`
sockeye invalid-argument-type test/integration/test_seq_copy_int.py:242:23 Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["translation"]` on object of type `str`
sockeye unresolved-import test/system/test_seq_copy_sys.py:18:8 Cannot resolve imported module `pytest`
sockeye unresolved-import test/unit/test_arguments.py:15:8 Cannot resolve imported module `pytest`
sockeye unresolved-import test/unit/test_average.py:17:8 Cannot resolve imported module `pytest`
sockeye unresolved-import test/unit/test_average.py:19:8 Cannot resolve imported module `torch`
sockeye unresolved-import test/unit/test_beam_search.py:17:8 Cannot resolve imported module `numpy`
sockeye unresolved-import test/unit/test_beam_search.py:18:8 Cannot resolve imported module `pytest`
sockeye unresolved-import test/unit/test_beam_search.py:19:8 Cannot resolve imported module `torch`
sockeye unresolved-import test/unit/test_beam_search.py:20:8 Cannot resolve imported module `numpy`
sockeye unresolved-import test/unit/test_bleu.py:16:8 Cannot resolve imported module `pytest`
sockeye unresolved-import test/unit/test_bleu.py:17:8 Cannot resolve imported module `sacrebleu`
sockeye unresolved-import test/unit/test_chrf.py:16:8 Cannot resolve imported module `pytest`
sockeye unresolved-import test/unit/test_chrf.py:18:8 Cannot resolve imported module `sacrebleu`
sockeye unresolved-attribute test/unit/test_config.py:66:16 Object of type `Config` has no attribute `param`
sockeye unresolved-attribute test/unit/test_config.py:67:16 Object of type `Config` has no attribute `config`
sockeye unresolved-attribute test/unit/test_config.py:67:35 Object of type `Config | None` has no attribute `param`
sockeye unresolved-attribute test/unit/test_config.py:96:12 Object of type `Config` has no attribute `new_attribute`
sockeye unresolved-import test/unit/test_data_io.py:19:8 Cannot resolve imported module `numpy`
sockeye unresolved-import test/unit/test_data_io.py:20:8 Cannot resolve imported module `pytest`
sockeye unresolved-import test/unit/test_data_io.py:21:8 Cannot resolve imported module `torch`
sockeye invalid-return-type test/unit/test_data_io.py:313:12 Return type does not match returned value: expected `tuple[list[Unknown], list[Unknown], list[Unknown]]`, found `tuple[list[Unknown], list[Unknown], list[Unknown] | None]`
sockeye invalid-argument-type test/unit/test_data_io.py:361:20 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[Unknown] | None`
sockeye invalid-argument-type test/unit/test_data_io.py:361:70 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[Unknown] | None`
sockeye non-subscriptable test/unit/test_data_io.py:367:20 Cannot subscript object of type `None` with no `__getitem__` method
sockeye non-subscriptable test/unit/test_data_io.py:414:25 Cannot subscript object of type `None` with no `__getitem__` method
sockeye non-subscriptable test/unit/test_data_io.py:415:25 Cannot subscript object of type `None` with no `__getitem__` method
sockeye non-subscriptable test/unit/test_data_io.py:420:28 Cannot subscript object of type `None` with no `__getitem__` method
sockeye unresolved-import test/unit/test_decoder.py:14:8 Cannot resolve imported module `pytest`
sockeye unresolved-import test/unit/test_deepspeed.py:18:8 Cannot resolve imported module `pytest`
sockeye unresolved-import test/unit/test_deepspeed.py:20:8 Cannot resolve imported module `torch`
sockeye unresolved-import test/unit/test_deepspeed.py:27:12 Cannot resolve imported module `deepspeed`
sockeye unresolved-import test/unit/test_encoder.py:14:8 Cannot resolve imported module `pytest`
sockeye unresolved-import test/unit/test_fixed_param_strategy.py:16:8 Cannot resolve imported module `pytest`
sockeye unresolved-import test/unit/test_inference.py:19:8 Cannot resolve imported module `numpy`
sockeye unresolved-import test/unit/test_inference.py:20:8 Cannot resolve imported module `pytest`
sockeye unresolved-import test/unit/test_inference.py:21:8 Cannot resolve imported module `torch`
sockeye invalid-argument-type test/unit/test_inference.py:46:51 Argument to bound method `__init__` is incorrect: Expected `int`, found `None`
sockeye invalid-argument-type test/unit/test_inference.py:47:51 Argument to bound method `__init__` is incorrect: Expected `int`, found `None`
sockeye invalid-argument-type test/unit/test_inference.py:48:51 Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
sockeye invalid-argument-type test/unit/test_inference.py:49:51 Argument to bound method `__init__` is incorrect: Expected `CandidateScorer`, found `None`
sockeye invalid-argument-type test/unit/test_inference.py:50:51 Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
sockeye invalid-argument-type test/unit/test_inference.py:51:51 Argument to bound method `__init__` is incorrect: Expected `int`, found `None`
sockeye invalid-argument-type test/unit/test_inference.py:52:51 Argument to bound method `__init__` is incorrect: Expected `list[SockeyeModel]`, found `None`
sockeye invalid-argument-type test/unit/test_inference.py:53:51 Argument to bound method `__init__` is incorrect: Expected `list[dict[str, int]]`, found `None`
sockeye invalid-argument-type test/unit/test_inference.py:54:51 Argument to bound method `__init__` is incorrect: Expected `list[dict[str, int]]`, found `None`
sockeye invalid-argument-type test/unit/test_inference.py:56:51 Argument to bound method `__init__` is incorrect: Expected `bool`, found `None`
sockeye unresolved-attribute test/unit/test_inference.py:70:9 Unresolved attribute `zeros_array` on type `Translator`.
sockeye unresolved-attribute test/unit/test_inference.py:71:9 Unresolved attribute `inf_array` on type `Translator`.
sockeye unresolved-attribute test/unit/test_inference.py:72:9 Unresolved attribute `inf_array` on type `Translator`.
sockeye unresolved-attribute test/unit/test_inference.py:72:32 Object of type `Translator` has no attribute `inf_array`
sockeye not-iterable test/unit/test_inference.py:128:23 Object of type `list[list[str]] | None` may not be iterable
sockeye not-iterable test/unit/test_inference.py:163:23 Object of type `list[list[str]] | None` may not be iterable
sockeye invalid-argument-type test/unit/test_inference.py:177:114 Argument to function `__new__` is incorrect: Expected `Iterable[list[str]]`, found `list[list[str]] | None`
sockeye invalid-argument-type test/unit/test_inference.py:244:20 Argument to function `len` is incorrect: Expected `Sized`, found `list[list[str]] | None`
sockeye invalid-argument-type test/unit/test_inference.py:310:20 Argument to function `len` is incorrect: Expected `Sized`, found `list[list[str]] | None`
sockeye invalid-argument-type test/unit/test_inference.py:367:20 Argument to function `len` is incorrect: Expected `Sized`, found `list[list[str]] | None`
sockeye unresolved-import test/unit/test_knn.py:14:8 Cannot resolve imported module `numpy`
sockeye unresolved-import test/unit/test_knn.py:16:8 Cannot resolve imported module `pytest`
sockeye unresolved-import test/unit/test_knn.py:18:8 Cannot resolve imported module `torch`
sockeye unresolved-import test/unit/test_knn.py:28:12 Cannot resolve imported module `faiss`
sockeye non-subscriptable test/unit/test_knn.py:48:17 Cannot subscript object of type `None` with no `__getitem__` method
sockeye non-subscriptable test/unit/test_knn.py:49:17 Cannot subscript object of type `None` with no `__getitem__` method
sockeye non-subscriptable test/unit/test_knn.py:50:17 Cannot subscript object of type `None` with no `__getitem__` method
sockeye non-subscriptable test/unit/test_knn.py:53:17 Cannot subscript object of type `None` with no `__getitem__` method
sockeye non-subscriptable test/unit/test_knn.py:54:17 Cannot subscript object of type `None` with no `__getitem__` method
sockeye non-subscriptable test/unit/test_knn.py:57:17 Cannot subscript object of type `None` with no `__getitem__` method
sockeye non-subscriptable test/unit/test_knn.py:58:17 Cannot subscript object of type `None` with no `__getitem__` method
sockeye possibly-missing-attribute test/unit/test_knn.py:67:20 Submodule `encoder` may not be available as an attribute on module `sockeye`
sockeye possibly-missing-attribute test/unit/test_knn.py:68:22 Submodule `encoder` may not be available as an attribute on module `sockeye`
sockeye possibly-missing-attribute test/unit/test_knn.py:75:19 Submodule `data_io` may not be available as an attribute on module `sockeye`
sockeye possibly-missing-attribute test/unit/test_knn.py:79:14 Submodule `model` may not be available as an attribute on module `sockeye`
sockeye possibly-missing-attribute test/unit/test_knn.py:88:17 Submodule `model` may not be available as an attribute on module `sockeye`
sockeye unresolved-attribute test/unit/test_knn.py:126:16 Object of type `Config` has no attribute `index_size`
sockeye unresolved-attribute test/unit/test_knn.py:127:16 Object of type `Config` has no attribute `dimension`
sockeye unresolved-attribute test/unit/test_knn.py:128:16 Object of type `Config` has no attribute `state_data_type`
sockeye unresolved-attribute test/unit/test_knn.py:129:16 Object of type `Config` has no attribute `word_data_type`
sockeye unresolved-attribute test/unit/test_knn.py:130:16 Object of type `Config` has no attribute `index_type`
sockeye unresolved-attribute test/unit/test_knn.py:131:16 Object of type `Config` has no attribute `train_data_size`
sockeye unresolved-import test/unit/test_layers.py:15:8 Cannot resolve imported module `numpy`
sockeye unresolved-import test/unit/test_layers.py:16:8 Cannot resolve imported module `pytest`
sockeye unresolved-import test/unit/test_layers.py:17:8 Cannot resolve imported module `torch`
sockeye unresolved-import test/unit/test_layers.py:26:12 Cannot resolve imported module `faiss`
sockeye unresolved-import test/unit/test_lexicon.py:17:8 Cannot resolve imported module `numpy`
sockeye possibly-missing-attribute test/unit/test_lexicon.py:74:16 Attribute `shape` may be missing on object of type `Unknown | None`
sockeye possibly-missing-attribute test/unit/test_lexicon.py:82:16 Attribute `shape` may be missing on object of type `Unknown | None`
sockeye unresolved-import test/unit/test_loss.py:16:8 Cannot resolve imported module `numpy`
sockeye unresolved-import test/unit/test_loss.py:17:8 Cannot resolve imported module `pytest`
sockeye unresolved-import test/unit/test_loss.py:18:8 Cannot resolve imported module `torch`
sockeye unresolved-attribute test/unit/test_loss.py:93:17 Object of type `bool` has no attribute `sum`
sockeye unresolved-import test/unit/test_lr_scheduler.py:14:8 Cannot resolve imported module `pytest`
sockeye unresolved-import test/unit/test_lr_scheduler.py:16:8 Cannot resolve imported module `numpy`
sockeye unresolved-import test/unit/test_lr_scheduler.py:17:8 Cannot resolve imported module `torch`
sockeye unresolved-import test/unit/test_output_handler.py:16:8 Cannot resolve imported module `pytest`
sockeye invalid-argument-type test/unit/test_output_handler.py:23:82 Argument is incorrect: Expected `list[str]`, found `None`
sockeye invalid-argument-type test/unit/test_output_handler.py:29:74 Argument is incorrect: Expected `list[str]`, found `None`
sockeye invalid-argument-type test/unit/test_output_handler.py:46:43 Argument is incorrect: Expected `list[list[int | float]] | None`, found `list[list[int | float] | float]`
sockeye unresolved-import test/unit/test_params.py:19:8 Cannot resolve imported module `pytest`
sockeye unresolved-import test/unit/test_params.py:20:8 Cannot resolve imported module `torch`
sockeye invalid-argument-type test/unit/test_params.py:63:40 Argument is incorrect: Expected `DataConfig`, found `None`
sockeye unresolved-import test/unit/test_quantize.py:18:8 Cannot resolve imported module `torch`
sockeye invalid-argument-type test/unit/test_quantize.py:36:46 Argument is incorrect: Expected `DataStatistics`, found `None`
sockeye unresolved-import test/unit/test_reranking.py:14:8 Cannot resolve imported module `numpy`
sockeye unresolved-import test/unit/test_reranking.py:15:8 Cannot resolve imported module `pytest`
sockeye unresolved-import test/unit/test_rouge.py:14:8 Cannot resolve imported module `pytest`
sockeye unresolved-import test/unit/test_scoring.py:14:8 Cannot resolve imported module `torch`
sockeye unresolved-import test/unit/test_transformer.py:14:8 Cannot resolve imported module `pytest`
sockeye unresolved-import test/unit/test_transformer.py:15:8 Cannot resolve imported module `torch`
sockeye unresolved-import test/unit/test_utils.py:21:8 Cannot resolve imported module `numpy`
sockeye unresolved-import test/unit/test_utils.py:22:8 Cannot resolve imported module `pytest`
sockeye unresolved-import test/unit/test_utils.py:23:8 Cannot resolve imported module `torch`
sockeye possibly-missing-attribute test/unit/test_utils.py:434:2 Submodule `mock` may not be available as an attribute on module `unittest`
sockeye unresolved-import test/unit/test_vocab.py:14:8 Cannot resolve imported module `pytest`
speedrun.com_global_scoreboard_webapp deprecated backend/api/api_wrappers.py:56:33 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
speedrun.com_global_scoreboard_webapp unresolved-import backend/api/core_api.py:9:8 Cannot resolve imported module `configs`
speedrun.com_global_scoreboard_webapp deprecated backend/api/core_api.py:36:29 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
speedrun.com_global_scoreboard_webapp deprecated backend/api/core_api.py:37:29 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
speedrun.com_global_scoreboard_webapp unresolved-import backend/api/global_scoreboard_api.py:10:8 Cannot resolve imported module `configs`
speedrun.com_global_scoreboard_webapp deprecated backend/api/global_scoreboard_api.py:76:20 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
speedrun.com_global_scoreboard_webapp unresolved-import backend/flask_app.py:24:8 Cannot resolve imported module `configs`
speedrun.com_global_scoreboard_webapp invalid-parameter-default backend/models/core_models.py:79:13 Default value of type `EllipsisType` is not assignable to annotated parameter type `int | None`
speedrun.com_global_scoreboard_webapp unsupported-base backend/models/game_search_models.py:9:18 Unsupported class base with type `type[Model]`
speedrun.com_global_scoreboard_webapp unsupported-base backend/models/tournament_scheduler_models.py:16:16 Unsupported class base with type `type[Model]`
speedrun.com_global_scoreboard_webapp invalid-parameter-default backend/models/tournament_scheduler_models.py:42:13 Default value of type `EllipsisType` is not assignable to annotated parameter type `Player`
speedrun.com_global_scoreboard_webapp invalid-parameter-default backend/models/tournament_scheduler_models.py:43:13 Default value of type `EllipsisType` is not assignable to annotated parameter type `list[TimeSlot]`
speedrun.com_global_scoreboard_webapp unsupported-base backend/models/tournament_scheduler_models.py:83:21 Unsupported class base with type `type[Model]`
speedrun.com_global_scoreboard_webapp unsupported-base backend/models/tournament_scheduler_models.py:120:16 Unsupported class base with type `type[Model]`
speedrun.com_global_scoreboard_webapp invalid-parameter-default backend/models/tournament_scheduler_models.py:143:13 Default value of type `EllipsisType` is not assignable to annotated parameter type `Schedule`
speedrun.com_global_scoreboard_webapp invalid-parameter-default backend/models/tournament_scheduler_models.py:145:13 Default value of type `EllipsisType` is not assignable to annotated parameter type `list[Registration]`
speedrun.com_global_scoreboard_webapp unsupported-base backend/models/tournament_scheduler_models.py:198:20 Unsupported class base with type `type[Model]`
speedrun.com_global_scoreboard_webapp invalid-parameter-default backend/models/tournament_scheduler_models.py:216:13 Default value of type `EllipsisType` is not assignable to annotated parameter type `TimeSlot`
speedrun.com_global_scoreboard_webapp invalid-parameter-default backend/models/tournament_scheduler_models.py:217:13 Default value of type `EllipsisType` is not assignable to annotated parameter type `list[Participant]`
speedrun.com_global_scoreboard_webapp unsupported-base backend/models/tournament_scheduler_models.py:228:19 Unsupported class base with type `type[Model]`
speedrun.com_global_scoreboard_webapp invalid-parameter-default backend/models/tournament_scheduler_models.py:245:13 Default value of type `EllipsisType` is not assignable to annotated parameter type `Registration`
speedrun.com_global_scoreboard_webapp unresolved-import backend/services/cached_requests.py:7:8 Cannot resolve imported module `configs`
speedrun.com_global_scoreboard_webapp unresolved-import backend/services/cached_requests.py:78:12 Cannot resolve imported module `redislite`
speedrun.com_global_scoreboard_webapp unresolved-import backend/services/user_updater.py:11:8 Cannot resolve imported module `configs`
speedrun.com_global_scoreboard_webapp deprecated backend/services/user_updater.py:78:30 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
speedrun.com_global_scoreboard_webapp division-by-zero backend/services/user_updater_helpers.py:143:27 Cannot divide object of type `float` by zero
speedrun.com_global_scoreboard_webapp unresolved-import backend/services/utils.py:15:8 Cannot resolve imported module `configs`
speedrun.com_global_scoreboard_webapp unresolved-import backend/services/utils.py:18:6 Cannot resolve imported module `ratelimiter`
speedrun.com_global_scoreboard_webapp invalid-return-type backend/services/utils.py:71:16 Return type does not match returned value: expected `dict[Literal["data"], Any] | None`, found `SrcErrorResultDto`
starlette invalid-argument-type starlette/applications.py:86:25 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'ServerErrorMiddleware'>`
starlette invalid-argument-type starlette/applications.py:88:27 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'ExceptionMiddleware'>`
starlette unused-ignore-comment starlette/applications.py:109:55 Unused blanket `type: ignore` directive
starlette unused-ignore-comment starlette/applications.py:138:26 Unused blanket `type: ignore` directive
starlette unused-ignore-comment starlette/applications.py:160:96 Unused blanket `type: ignore` directive
starlette unused-ignore-comment starlette/applications.py:167:53 Unused blanket `type: ignore` directive
starlette unused-ignore-comment starlette/applications.py:179:21 Unused blanket `type: ignore` directive
starlette unused-ignore-comment starlette/applications.py:193:53 Unused blanket `type: ignore` directive
starlette unused-ignore-comment starlette/applications.py:205:81 Unused blanket `type: ignore` directive
starlette unused-ignore-comment starlette/applications.py:219:53 Unused blanket `type: ignore` directive
starlette unused-ignore-comment starlette/applications.py:225:62 Unused blanket `type: ignore` directive
starlette unused-ignore-comment starlette/applications.py:240:53 Unused blanket `type: ignore` directive
starlette invalid-argument-type starlette/applications.py:241:33 Argument to bound method `add_middleware` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'BaseHTTPMiddleware'>`
starlette unused-ignore-comment starlette/concurrency.py:14:76 Unused blanket `type: ignore` directive
starlette unused-ignore-comment starlette/concurrency.py:22:64 Unused blanket `type: ignore` directive
starlette unresolved-attribute starlette/config.py:140:81 Object of type `(Any, /) -> Any` has no attribute `__name__`
starlette call-non-callable starlette/endpoints.py:42:15 Object of type `CoroutineType[Any, Any, Response]` is not callable
starlette unresolved-import starlette/formparsers.py:13:12 Cannot resolve imported module `python_multipart`
starlette unresolved-import starlette/formparsers.py:14:10 Cannot resolve imported module `python_multipart.multipart`
starlette unresolved-import starlette/middleware/sessions.py:7:8 Cannot resolve imported module `itsdangerous`
starlette unresolved-import starlette/middleware/sessions.py:8:6 Cannot resolve imported module `itsdangerous.exc`
starlette unsupported-operator starlette/middleware/wsgi.py:69:21 Operator `+` is not supported between objects of type `Unknown | str | tuple[int, int] | ... omitted 3 union elements` and `Literal[","]`
starlette unresolved-attribute starlette/middleware/wsgi.py:133:13 Object of type `type[BrokenWorkerInterpreter]` has no attribute `run`
starlette unresolved-attribute starlette/middleware/wsgi.py:148:13 Object of type `type[BrokenWorkerInterpreter]` has no attribute `run`
starlette unresolved-attribute starlette/middleware/wsgi.py:153:9 Object of type `type[BrokenWorkerInterpreter]` has no attribute `run`
starlette unresolved-import starlette/requests.py:17:10 Cannot resolve imported module `python_multipart.multipart`
starlette unused-ignore-comment starlette/requests.py:162:39 Unused blanket `type: ignore` directive
starlette unused-ignore-comment starlette/responses.py:54:46 Unused blanket `type: ignore` directive
starlette invalid-assignment starlette/routing.py:67:51 Object of type `(((Request, /) -> Awaitable[Response] | Response) & (() -> Awaitable[object])) | partial[Unknown]` is not assignable to `(Request, /) -> Awaitable[Response]`
starlette invalid-argument-type starlette/routing.py:624:17 Argument to function `asynccontextmanager` is incorrect: Expected `(...) -> AsyncIterator[Unknown]`, found `((Any, /) -> AbstractAsyncContextManager[None, bool | None]) | ((Any, /) -> AbstractAsyncContextManager[Mapping[str, Any], bool | None])`
starlette invalid-argument-type starlette/routing.py:632:17 Argument to function `_wrap_gen_lifespan_context` is incorrect: Expected `(Any, /) -> Generator[Any, Any, Any]`, found `((Any, /) -> AbstractAsyncContextManager[None, bool | None]) | ((Any, /) -> AbstractAsyncContextManager[Mapping[str, Any], bool | None])`
starlette possibly-unresolved-reference starlette/routing.py:746:26 Name `partial_scope` used when possibly not defined
starlette unused-ignore-comment starlette/routing.py:811:21 Unused blanket `type: ignore` directive
starlette unused-ignore-comment starlette/routing.py:825:53 Unused blanket `type: ignore` directive
starlette unused-ignore-comment starlette/routing.py:837:81 Unused blanket `type: ignore` directive
starlette unused-ignore-comment starlette/routing.py:851:53 Unused blanket `type: ignore` directive
starlette unused-ignore-comment starlette/routing.py:865:55 Unused blanket `type: ignore` directive
starlette unused-ignore-comment starlette/routing.py:872:53 Unused blanket `type: ignore` directive
starlette unresolved-import starlette/templating.py:15:12 Cannot resolve imported module `jinja2`
starlette unused-ignore-comment starlette/templating.py:24:48 Unused blanket `type: ignore` directive
starlette unused-ignore-comment starlette/templating.py:26:20 Unused blanket `type: ignore` directive
starlette possibly-missing-attribute starlette/templating.py:80:14 Attribute `Environment` may be missing on object of type `Unknown | None`
starlette possibly-missing-attribute starlette/templating.py:89:14 Attribute `Environment` may be missing on object of type `Unknown | None`
starlette possibly-missing-attribute starlette/templating.py:111:10 Attribute `Environment` may be missing on object of type `Unknown | None`
starlette possibly-missing-attribute starlette/templating.py:112:18 Attribute `FileSystemLoader` may be missing on object of type `Unknown | None`
starlette possibly-missing-attribute starlette/templating.py:116:16 Attribute `Environment` may be missing on object of type `Unknown | None`
starlette possibly-missing-attribute starlette/templating.py:118:40 Attribute `Environment` may be missing on object of type `Unknown | None`
starlette possibly-missing-attribute starlette/templating.py:131:42 Attribute `Template` may be missing on object of type `Unknown | None`
starlette unresolved-import starlette/testclient.py:38:12 Cannot resolve imported module `httpx`
starlette unused-ignore-comment starlette/testclient.py:84:33 Unused blanket `type: ignore` directive
starlette unused-ignore-comment starlette/testclient.py:363:43 Unused blanket `type: ignore` directive
starlette unused-ignore-comment starlette/testclient.py:364:41 Unused blanket `type: ignore` directive
starlette unused-ignore-comment starlette/testclient.py:421:19 Unused blanket `type: ignore` directive
starlette unused-ignore-comment starlette/testclient.py:461:15 Unused blanket `type: ignore` directive
starlette unused-ignore-comment starlette/testclient.py:484:19 Unused blanket `type: ignore` directive
starlette unused-ignore-comment starlette/testclient.py:507:16 Unused blanket `type: ignore` directive
starlette unused-ignore-comment starlette/testclient.py:530:16 Unused blanket `type: ignore` directive
starlette unused-ignore-comment starlette/testclient.py:561:15 Unused blanket `type: ignore` directive
starlette unused-ignore-comment starlette/testclient.py:592:17 Unused blanket `type: ignore` directive
starlette unused-ignore-comment starlette/testclient.py:623:18 Unused blanket `type: ignore` directive
starlette unresolved-import tests/conftest.py:6:8 Cannot resolve imported module `pytest`
starlette unresolved-import tests/middleware/test_base.py:10:8 Cannot resolve imported module `pytest`
starlette invalid-argument-type tests/middleware/test_base.py:84:28 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CustomMiddleware'>`
starlette invalid-argument-type tests/middleware/test_base.py:152:24 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'aMiddleware'>`
starlette invalid-argument-type tests/middleware/test_base.py:153:24 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'bMiddleware'>`
starlette invalid-argument-type tests/middleware/test_base.py:154:24 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'cMiddleware'>`
starlette invalid-argument-type tests/middleware/test_base.py:169:75 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CustomMiddleware'>`
starlette invalid-argument-type tests/middleware/test_base.py:187:44 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CustomMiddleware'>`
starlette invalid-argument-type tests/middleware/test_base.py:277:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'BaseHTTPMiddleware'>`
starlette invalid-argument-type tests/middleware/test_base.py:315:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'BaseHTTPMiddleware'>`
starlette invalid-argument-type tests/middleware/test_base.py:335:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'BaseHTTPMiddleware'>`
starlette invalid-argument-type tests/middleware/test_base.py:362:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'BaseHTTPMiddleware'>`
starlette invalid-argument-type tests/middleware/test_base.py:433:24 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'BaseHTTPMiddleware'>`
starlette invalid-argument-type tests/middleware/test_base.py:434:24 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'ContextManagerMiddleware'>`
starlette invalid-argument-type tests/middleware/test_base.py:609:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'ConsumingMiddleware'>`
starlette invalid-argument-type tests/middleware/test_base.py:638:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'ConsumingMiddleware'>`
starlette invalid-argument-type tests/middleware/test_base.py:667:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'ConsumingMiddleware'>`
starlette invalid-argument-type tests/middleware/test_base.py:693:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'ConsumingMiddleware'>`
starlette invalid-argument-type tests/middleware/test_base.py:725:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'ConsumingMiddleware'>`
starlette invalid-argument-type tests/middleware/test_base.py:754:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'ConsumingMiddleware'>`
starlette invalid-argument-type tests/middleware/test_base.py:843:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'ConsumingMiddleware'>`
starlette invalid-argument-type tests/middleware/test_base.py:871:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'ConsumingMiddleware'>`
starlette invalid-argument-type tests/middleware/test_base.py:1086:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'MyMiddleware'>`
starlette invalid-argument-type tests/middleware/test_base.py:1220:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'BaseHTTPMiddleware'>`
starlette invalid-argument-type tests/middleware/test_base.py:1278:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'PassthroughMiddleware'>`
starlette invalid-argument-type tests/middleware/test_cors.py:20:17 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CORSMiddleware'>`
starlette invalid-argument-type tests/middleware/test_cors.py:81:17 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CORSMiddleware'>`
starlette invalid-argument-type tests/middleware/test_cors.py:132:17 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CORSMiddleware'>`
starlette invalid-argument-type tests/middleware/test_cors.py:181:17 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CORSMiddleware'>`
starlette invalid-argument-type tests/middleware/test_cors.py:222:17 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CORSMiddleware'>`
starlette invalid-argument-type tests/middleware/test_cors.py:255:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CORSMiddleware'>`
starlette invalid-argument-type tests/middleware/test_cors.py:285:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CORSMiddleware'>`
starlette invalid-argument-type tests/middleware/test_cors.py:310:17 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CORSMiddleware'>`
starlette invalid-argument-type tests/middleware/test_cors.py:382:17 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CORSMiddleware'>`
starlette invalid-argument-type tests/middleware/test_cors.py:415:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CORSMiddleware'>`
starlette invalid-argument-type tests/middleware/test_cors.py:436:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CORSMiddleware'>`
starlette invalid-argument-type tests/middleware/test_cors.py:456:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CORSMiddleware'>`
starlette invalid-argument-type tests/middleware/test_cors.py:473:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CORSMiddleware'>`
starlette invalid-argument-type tests/middleware/test_cors.py:492:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CORSMiddleware'>`
starlette invalid-argument-type tests/middleware/test_cors.py:513:17 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CORSMiddleware'>`
starlette invalid-argument-type tests/middleware/test_cors.py:543:17 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CORSMiddleware'>`
starlette invalid-argument-type tests/middleware/test_cors.py:583:17 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CORSMiddleware'>`
starlette unresolved-import tests/middleware/test_errors.py:3:8 Cannot resolve imported module `pytest`
starlette invalid-assignment tests/middleware/test_errors.py:24:11 Implicit shadowing of function `app`
starlette invalid-assignment tests/middleware/test_errors.py:35:11 Implicit shadowing of function `app`
starlette invalid-assignment tests/middleware/test_errors.py:47:11 Implicit shadowing of function `app`
starlette invalid-assignment tests/middleware/test_errors.py:61:11 Implicit shadowing of function `app`
starlette invalid-assignment tests/middleware/test_errors.py:75:11 Implicit shadowing of function `app`
starlette unresolved-import tests/middleware/test_gzip.py:5:8 Cannot resolve imported module `pytest`
starlette invalid-argument-type tests/middleware/test_gzip.py:23:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'GZipMiddleware'>`
starlette invalid-argument-type tests/middleware/test_gzip.py:41:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'GZipMiddleware'>`
starlette invalid-argument-type tests/middleware/test_gzip.py:61:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'GZipMiddleware'>`
starlette invalid-argument-type tests/middleware/test_gzip.py:84:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'GZipMiddleware'>`
starlette invalid-argument-type tests/middleware/test_gzip.py:107:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'GZipMiddleware'>`
starlette invalid-argument-type tests/middleware/test_gzip.py:132:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'GZipMiddleware'>`
starlette invalid-argument-type tests/middleware/test_gzip.py:155:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'GZipMiddleware'>`
starlette invalid-argument-type tests/middleware/test_gzip.py:180:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'GZipMiddleware'>`
starlette invalid-argument-type tests/middleware/test_https_redirect.py:16:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'HTTPSRedirectMiddleware'>`
starlette invalid-argument-type tests/middleware/test_middleware.py:16:29 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CustomMiddleware'>`
starlette invalid-argument-type tests/middleware/test_middleware.py:21:36 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CustomMiddleware'>`
starlette invalid-argument-type tests/middleware/test_session.py:35:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'SessionMiddleware'>`
starlette invalid-argument-type tests/middleware/test_session.py:67:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'SessionMiddleware'>`
starlette invalid-argument-type tests/middleware/test_session.py:92:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'SessionMiddleware'>`
starlette invalid-argument-type tests/middleware/test_session.py:127:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'SessionMiddleware'>`
starlette invalid-argument-type tests/middleware/test_session.py:146:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'SessionMiddleware'>`
starlette invalid-argument-type tests/middleware/test_session.py:165:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'SessionMiddleware'>`
starlette invalid-argument-type tests/middleware/test_session.py:187:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'SessionMiddleware'>`
starlette invalid-argument-type tests/middleware/test_trusted_host.py:16:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'TrustedHostMiddleware'>`
starlette invalid-argument-type tests/middleware/test_trusted_host.py:44:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'TrustedHostMiddleware'>`
starlette unresolved-import tests/middleware/test_wsgi.py:5:8 Cannot resolve imported module `pytest`
starlette unresolved-import tests/test__utils.py:5:8 Cannot resolve imported module `pytest`
starlette unused-ignore-comment tests/test__utils.py:28:43 Unused blanket `type: ignore` directive
starlette unused-ignore-comment tests/test__utils.py:72:45 Unused blanket `type: ignore` directive
starlette unresolved-import tests/test_applications.py:9:8 Cannot resolve imported module `pytest`
starlette invalid-argument-type tests/test_applications.py:118:26 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'TrustedHostMiddleware'>`
starlette invalid-argument-type tests/test_applications.py:516:28 Argument to bound method `add_middleware` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'SimpleInitializableMiddleware'>`
starlette invalid-argument-type tests/test_applications.py:517:28 Argument to bound method `add_middleware` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'NoOpMiddleware'>`
starlette invalid-argument-type tests/test_applications.py:551:24 Argument to bound method `add_middleware` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'MiddlewareWithArgs'>`
starlette invalid-argument-type tests/test_applications.py:552:24 Argument to bound method `add_middleware` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'MiddlewareWithArgs'>`
starlette invalid-argument-type tests/test_applications.py:574:24 Argument to bound method `add_middleware` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `def _middleware_factory(app: (MutableMapping[str, Any], () -> Awaitable[MutableMapping[str, Any]], (MutableMapping[str, Any], /) -> Awaitable[None], /) -> Awaitable[None], arg: str) -> (MutableMapping[str, Any], () -> Awaitable[MutableMapping[str, Any]], (MutableMapping[str, Any], /) -> Awaitable[None], /) -> Awaitable[None]`
starlette invalid-argument-type tests/test_applications.py:575:24 Argument to bound method `add_middleware` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `((MutableMapping[str, Any], () -> Awaitable[MutableMapping[str, Any]], (MutableMapping[str, Any], /) -> Awaitable[None], /) -> Awaitable[None], str, /) -> (MutableMapping[str, Any], () -> Awaitable[MutableMapping[str, Any]], (MutableMapping[str, Any], /) -> Awaitable[None], /) -> Awaitable[None]`
starlette unresolved-import tests/test_authentication.py:9:8 Cannot resolve imported module `pytest`
starlette invalid-method-override tests/test_authentication.py:27:15 Invalid override of method `authenticate`: Definition is incompatible with `AuthenticationBackend.authenticate`
starlette invalid-argument-type tests/test_authentication.py:188:28 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'AuthenticationMiddleware'>`
starlette invalid-argument-type tests/test_authentication.py:343:28 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'AuthenticationMiddleware'>`
starlette unresolved-import tests/test_background.py:1:8 Cannot resolve imported module `pytest`
starlette unresolved-import tests/test_concurrency.py:5:8 Cannot resolve imported module `pytest`
starlette unresolved-import tests/test_config.py:5:8 Cannot resolve imported module `pytest`
starlette type-assertion-failure tests/test_config.py:21:5 Type `str | None` does not match asserted type `Unknown`
starlette unresolved-import tests/test_convertors.py:5:8 Cannot resolve imported module `pytest`
starlette unresolved-import tests/test_datastructures.py:5:8 Cannot resolve imported module `pytest`
starlette unresolved-import tests/test_endpoints.py:3:8 Cannot resolve imported module `pytest`
starlette unresolved-import tests/test_exceptions.py:4:8 Cannot resolve imported module `pytest`
starlette unresolved-import tests/test_exceptions.py:5:6 Cannot resolve imported module `pytest`
starlette unresolved-import tests/test_formparsers.py:13:8 Cannot resolve imported module `pytest`
starlette invalid-argument-type tests/test_formparsers.py:297:9 Argument to bound method `post` is incorrect: Expected `Mapping[str, Iterable[str] | bytes] | None`, found `Literal[b'--a7f7ac8d4e2e437c877bb7b8d7cc549c\r\nContent-Disposition: form-data; name="field0"\r\n\r\nvalue0\r\n--a7f7ac8d4e2e437c877bb7b8d7cc549c\r\nContent-Disposition: form-data; name="file"; filename="file.txt"\r\nContent-Type: text/plain\r\n\r\n<file content>\r\n--a7f7ac8d4e2e437c877bb7b8d7cc549c\r\nContent-Disposition: form-data; name="field1"\r\n\r\nvalue1\r\n--a7f7ac8d4e2e437c877bb7b8d7cc549c--\r\n']`
starlette unused-ignore-comment tests/test_formparsers.py:299:56 Unused blanket `type: ignore` directive
starlette invalid-argument-type tests/test_formparsers.py:372:9 Argument to bound method `post` is incorrect: Expected `Mapping[str, Iterable[str] | bytes] | None`, found `Literal[b'--a7f7ac8d4e2e437c877bb7b8d7cc549c\r\nContent-Disposition: form-data; name="file"; filename="\xe6\x96\x87\xe6\x9b\xb8.txt"\r\nContent-Type: text/plain\r\n\r\n<file content>\r\n--a7f7ac8d4e2e437c877bb7b8d7cc549c--\r\n']`
starlette unused-ignore-comment tests/test_formparsers.py:374:56 Unused blanket `type: ignore` directive
starlette invalid-argument-type tests/test_formparsers.py:396:9 Argument to bound method `post` is incorrect: Expected `Mapping[str, Iterable[str] | bytes] | None`, found `Literal[b'--a7f7ac8d4e2e437c877bb7b8d7cc549c\r\nContent-Disposition: form-data; name="file"; filename="\xe7\x94\xbb\xe5\x83\x8f.jpg"\r\nContent-Type: image/jpeg\r\n\r\n<file content>\r\n--a7f7ac8d4e2e437c877bb7b8d7cc549c--\r\n']`
starlette unused-ignore-comment tests/test_formparsers.py:398:56 Unused blanket `type: ignore` directive
starlette invalid-argument-type tests/test_formparsers.py:420:9 Argument to bound method `post` is incorrect: Expected `Mapping[str, Iterable[str] | bytes] | None`, found `Literal[b'--20b303e711c4ab8c443184ac833ab00f\r\nContent-Disposition: form-data; name="value"\r\n\r\nTransf\xc3\xa9rer\r\n--20b303e711c4ab8c443184ac833ab00f--\r\n']`
starlette unused-ignore-comment tests/test_formparsers.py:421:56 Unused blanket `type: ignore` directive
starlette invalid-argument-type tests/test_formparsers.py:494:13 Argument to bound method `post` is incorrect: Expected `Mapping[str, Iterable[str] | bytes] | None`, found `Literal[b'Content-Disposition: form-data; name="file"; filename="\xe6\x96\x87\xe6\x9b\xb8.txt"\r\nContent-Type: text/plain\r\n\r\n<file content>\r\n']`
starlette unused-ignore-comment tests/test_formparsers.py:496:110 Unused blanket `type: ignore` directive
starlette invalid-argument-type tests/test_formparsers.py:522:13 Argument to bound method `post` is incorrect: Expected `Mapping[str, Iterable[str] | bytes] | None`, found `Literal[b'--a7f7ac8d4e2e437c877bb7b8d7cc549c\r\nContent-Disposition: form-data; ="field0"\r\n\r\nvalue0\r\n']`
starlette unused-ignore-comment tests/test_formparsers.py:524:60 Unused blanket `type: ignore` directive
starlette unused-ignore-comment tests/test_formparsers.py:554:25 Unused blanket `type: ignore` directive
starlette unused-ignore-comment tests/test_formparsers.py:581:25 Unused blanket `type: ignore` directive
starlette unused-ignore-comment tests/test_formparsers.py:610:25 Unused blanket `type: ignore` directive
starlette unused-ignore-comment tests/test_formparsers.py:638:25 Unused blanket `type: ignore` directive
starlette unused-ignore-comment tests/test_formparsers.py:668:25 Unused blanket `type: ignore` directive
starlette unused-ignore-comment tests/test_formparsers.py:698:25 Unused blanket `type: ignore` directive
starlette unused-ignore-comment tests/test_formparsers.py:715:21 Unused blanket `type: ignore` directive
starlette unresolved-import tests/test_requests.py:8:8 Cannot resolve imported module `pytest`
starlette unused-ignore-comment tests/test_requests.py:260:19 Unused blanket `type: ignore` directive
starlette invalid-argument-type tests/test_requests.py:645:79 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CustomMiddleware'>`
starlette unresolved-import tests/test_responses.py:12:8 Cannot resolve imported module `pytest`
starlette unresolved-import tests/test_routing.py:10:8 Cannot resolve imported module `pytest`
starlette invalid-argument-type tests/test_routing.py:327:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CustomMiddleware'>`
starlette invalid-argument-type tests/test_routing.py:930:36 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'AddHeadersMiddleware'>`
starlette invalid-argument-type tests/test_routing.py:948:36 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'AddHeadersMiddleware'>`
starlette invalid-argument-type tests/test_routing.py:965:36 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'AddHeadersMiddleware'>`
starlette invalid-argument-type tests/test_routing.py:1069:40 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'NamedMiddleware'>`
starlette invalid-argument-type tests/test_routing.py:1074:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'NamedMiddleware'>`
starlette invalid-argument-type tests/test_routing.py:1121:40 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'WebsocketMiddleware'>`
starlette unresolved-import tests/test_staticfiles.py:9:8 Cannot resolve imported module `pytest`
starlette invalid-argument-type tests/test_staticfiles.py:59:30 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'BaseHTTPMiddleware'>`
starlette unresolved-import tests/test_status.py:3:8 Cannot resolve imported module `pytest`
starlette unresolved-import tests/test_templates.py:7:8 Cannot resolve imported module `jinja2`
starlette unresolved-import tests/test_templates.py:8:8 Cannot resolve imported module `pytest`
starlette unused-ignore-comment tests/test_templates.py:35:52 Unused blanket `type: ignore` directive
starlette unused-ignore-comment tests/test_templates.py:36:57 Unused blanket `type: ignore` directive
starlette unused-ignore-comment tests/test_templates.py:63:52 Unused blanket `type: ignore` directive
starlette unused-ignore-comment tests/test_templates.py:64:69 Unused blanket `type: ignore` directive
starlette invalid-argument-type tests/test_templates.py:82:32 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'CustomMiddleware'>`
starlette unused-ignore-comment tests/test_templates.py:89:52 Unused blanket `type: ignore` directive
starlette unused-ignore-comment tests/test_templates.py:90:57 Unused blanket `type: ignore` directive
starlette unused-ignore-comment tests/test_templates.py:119:57 Unused blanket `type: ignore` directive
starlette unused-ignore-comment tests/test_templates.py:120:57 Unused blanket `type: ignore` directive
starlette unused-ignore-comment tests/test_templates.py:124:57 Unused blanket `type: ignore` directive
starlette unused-ignore-comment tests/test_templates.py:125:57 Unused blanket `type: ignore` directive
starlette unused-ignore-comment tests/test_templates.py:165:52 Unused blanket `type: ignore` directive
starlette unused-ignore-comment tests/test_templates.py:166:57 Unused blanket `type: ignore` directive
starlette unresolved-import tests/test_testclient.py:12:8 Cannot resolve imported module `pytest`
starlette unresolved-import tests/test_testclient.py:13:8 Cannot resolve imported module `sniffio`
starlette unresolved-import tests/test_testclient.py:14:8 Cannot resolve imported module `trio.lowlevel`
starlette invalid-argument-type tests/test_testclient.py:190:58 Argument to bound method `__init__` is incorrect: Expected `_MiddlewareFactory[(...)]`, found `<class 'BrokenMiddleware'>`
starlette unresolved-import tests/test_websockets.py:6:8 Cannot resolve imported module `pytest`
starlette unresolved-import tests/types.py:5:8 Cannot resolve imported module `httpx`
stone possibly-missing-attribute stone/backends/js_client.py:77:43 Attribute `filename` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/js_client.py:97:12 Attribute `attribute_comment` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/js_client.py:98:30 Attribute `attribute_comment` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/js_client.py:106:12 Attribute `class_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/js_client.py:107:51 Attribute `class_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/js_client.py:113:12 Attribute `wrap_response_in` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/js_client.py:114:43 Attribute `wrap_response_in` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/js_client.py:124:56 Attribute `wrap_error_in` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/js_client.py:167:27 Attribute `name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/js_client.py:170:29 Attribute `name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/js_types.py:77:43 Attribute `filename` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/js_types.py:81:54 Attribute `extra_arg` may be missing on object of type `Unknown | None`
stone possibly-unresolved-reference stone/backends/js_types.py:105:31 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/js_types.py:107:34 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/js_types.py:108:25 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/js_types.py:110:34 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/js_types.py:111:36 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/js_types.py:112:28 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/js_types.py:114:36 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/js_types.py:116:33 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/js_types.py:118:36 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/js_types.py:120:33 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/js_types.py:122:38 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/js_types.py:123:36 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/js_types.py:126:34 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/js_types.py:126:57 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/js_types.py:129:18 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/js_types.py:129:41 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/js_types.py:130:18 Name `extra_arg` used when possibly not defined
stone possibly-missing-attribute stone/backends/obj_c_client.py:111:54 Attribute `auth_type` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:113:41 Attribute `transport_client_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:120:42 Attribute `auth_type` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:132:42 Attribute `auth_type` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:149:29 Attribute `transport_client_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:154:38 Attribute `module_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:158:38 Attribute `module_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:166:27 Attribute `module_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:168:39 Attribute `auth_type` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:173:33 Attribute `transport_client_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:176:27 Attribute `class_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:179:35 Attribute `transport_client_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:195:54 Attribute `auth_type` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:205:39 Attribute `auth_type` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:216:42 Attribute `transport_client_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:228:17 Attribute `class_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:231:38 Attribute `transport_client_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:241:58 Attribute `auth_type` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:247:35 Attribute `transport_client_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:252:40 Attribute `class_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:271:62 Attribute `auth_type` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:274:49 Attribute `auth_type` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:281:50 Attribute `auth_type` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:283:43 Attribute `transport_client_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:291:43 Attribute `style_to_request` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:298:42 Attribute `client_args` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:391:50 Attribute `auth_type` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:400:25 Attribute `transport_client_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:405:35 Attribute `transport_client_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:416:54 Attribute `auth_type` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:421:43 Attribute `style_to_request` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_client.py:428:42 Attribute `client_args` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_types.py:127:12 Attribute `documentation` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_types.py:169:20 Attribute `documentation` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_types.py:179:12 Attribute `documentation` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_types.py:221:16 Attribute `documentation` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_types.py:235:20 Attribute `documentation` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_types.py:257:16 Attribute `exclude_from_analysis` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/obj_c_types.py:269:16 Attribute `exclude_from_analysis` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/python_client.py:121:53 Attribute `module_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/python_client.py:137:45 Attribute `class_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/python_client.py:153:54 Attribute `types_package` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/python_client.py:175:12 Attribute `auth_type` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/python_client.py:176:85 Attribute `auth_type` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/python_client.py:385:12 Attribute `attribute_comment` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/python_client.py:386:30 Attribute `attribute_comment` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/python_client.py:488:50 Attribute `fields` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/python_client.py:489:53 Attribute `error_class_path` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/python_client.py:495:32 Attribute `error_class_path` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/python_client.py:513:26 Attribute `name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/python_client.py:514:44 Attribute `types_package` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/python_client.py:525:21 Attribute `name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/python_client.py:550:17 Attribute `types_package` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/python_rsrc/stone_base.py:78:13 Attribute `validate_type_only` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/python_rsrc/stone_base.py:80:21 Attribute `validate` may be missing on object of type `Unknown | None`
stone unresolved-import stone/backends/python_rsrc/stone_serializers.py:1048:12 Cannot resolve imported module `msgpack`
stone possibly-missing-attribute stone/backends/python_rsrc/stone_validators.py:350:33 Attribute `match` may be missing on object of type `Unknown | None`
stone invalid-exception-caught stone/backends/python_rsrc/stone_validators.py:714:16 Invalid object caught in an exception handler: Object has type `list[Unknown | <class 'AttributeError'> | <class 'ValueError'>]`
stone possibly-missing-attribute stone/backends/python_types.py:208:16 Attribute `route_method` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/python_types.py:209:39 Attribute `route_method` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/python_types.py:210:24 Attribute `name` may be missing on object of type `Unknown | None`
stone unresolved-import stone/backends/swift_client.py:3:8 Cannot resolve imported module `jinja2`
stone possibly-missing-attribute stone/backends/swift_client.py:145:16 Attribute `objc` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/swift_client.py:150:42 Attribute `class_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/swift_client.py:153:53 Attribute `transport_client_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/swift_client.py:155:12 Attribute `objc` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/swift_client.py:160:70 Attribute `module_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/swift_client.py:166:67 Attribute `module_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/swift_client.py:200:53 Attribute `transport_client_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/swift_client.py:215:12 Attribute `objc` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/swift_client.py:246:50 Attribute `class_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/swift_client.py:248:12 Attribute `objc` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/swift_client.py:258:56 Attribute `class_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/swift_client.py:269:77 Attribute `class_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/swift_client.py:277:30 Attribute `auth_type` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/swift_client.py:280:45 Attribute `class_name` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/swift_client.py:334:28 Attribute `auth_type` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/swift_client.py:353:28 Attribute `auth_type` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/swift_client.py:369:12 Attribute `auth_type` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/swift_client.py:406:34 Attribute `client_args` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/swift_client.py:415:34 Attribute `client_args` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/swift_client.py:499:39 Attribute `style_to_request` may be missing on object of type `Unknown | None`
stone unresolved-import stone/backends/swift_types.py:6:8 Cannot resolve imported module `jinja2`
stone possibly-missing-attribute stone/backends/swift_types.py:141:16 Attribute `objc` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/swift_types.py:208:16 Attribute `objc` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/swift_types.py:218:12 Attribute `documentation` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/tsd_client.py:111:29 Attribute `spaces_per_indent` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/tsd_client.py:112:24 Attribute `indent_level` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/tsd_client.py:113:63 Attribute `template` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/tsd_client.py:114:27 Attribute `template_string` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/tsd_client.py:116:43 Attribute `filename` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/tsd_client.py:135:16 Attribute `import_namespaces` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/tsd_client.py:136:42 Attribute `import_template_string` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/tsd_client.py:137:36 Attribute `types_file` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/tsd_client.py:183:12 Attribute `attribute_comment` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/tsd_client.py:184:30 Attribute `attribute_comment` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/tsd_client.py:195:46 Attribute `wrap_error_in` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/tsd_client.py:204:12 Attribute `wrap_response_in` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/tsd_client.py:205:53 Attribute `wrap_response_in` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/tsd_types.py:157:50 Attribute `extra_arg` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/tsd_types.py:159:12 Attribute `filename` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/tsd_types.py:160:75 Attribute `filename` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/tsd_types.py:162:70 Attribute `exclude_error_types` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/tsd_types.py:170:41 Attribute `exclude_error_types` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/tsd_types.py:173:63 Attribute `template` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/tsd_types.py:189:29 Attribute `spaces_per_indent` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/tsd_types.py:190:24 Attribute `indent_level` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/tsd_types.py:237:71 Attribute `module_name_prefix` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/tsd_types.py:261:54 Attribute `module_name_prefix` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/backends/tsd_types.py:263:16 Attribute `export_namespaces` may be missing on object of type `Unknown | None`
stone possibly-unresolved-reference stone/backends/tsd_types.py:287:31 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/tsd_types.py:289:34 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/tsd_types.py:290:23 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/tsd_types.py:292:34 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/tsd_types.py:293:34 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/tsd_types.py:294:28 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/tsd_types.py:296:36 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/tsd_types.py:298:33 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/tsd_types.py:300:36 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/tsd_types.py:302:33 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/tsd_types.py:304:38 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/tsd_types.py:305:34 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/tsd_types.py:308:34 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/tsd_types.py:308:57 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/tsd_types.py:310:18 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/tsd_types.py:310:41 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/backends/tsd_types.py:311:18 Name `extra_arg` used when possibly not defined
stone possibly-unresolved-reference stone/cli.py:197:29 Name `read_from_stdin` used when possibly not defined
stone possibly-unresolved-reference stone/cli.py:235:31 Name `specs` used when possibly not defined
stone invalid-argument-type stone/cli.py:368:50 Argument to function `module_from_spec` is incorrect: Expected `ModuleSpec`, found `ModuleSpec | None`
stone possibly-missing-attribute stone/cli.py:369:9 Attribute `loader` may be missing on object of type `ModuleSpec | None`
stone possibly-missing-attribute stone/cli.py:369:9 Attribute `exec_module` may be missing on object of type `Loader | None`
stone unresolved-import stone/cli_helpers.py:3:6 Cannot resolve imported module `ply`
stone invalid-argument-type stone/frontend/ir_generator.py:902:55 Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `TagRef | (Unknown & ~AstTagRef)`
stone possibly-unresolved-reference stone/frontend/ir_generator.py:1605:16 Name `data_type` used when possibly not defined
stone possibly-missing-attribute stone/frontend/ir_generator.py:1761:37 Attribute `namespace` may be missing on object of type `Unknown | None`
stone unresolved-import stone/frontend/lexer.py:4:8 Cannot resolve imported module `ply.lex`
stone possibly-missing-attribute stone/frontend/lexer.py:64:17 Attribute `token` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/frontend/lexer.py:66:17 Attribute `extend` may be missing on object of type `(Unknown & ~AlwaysTruthy) | None | (list[Unknown] & ~AlwaysTruthy)`
stone possibly-missing-attribute stone/frontend/lexer.py:67:35 Attribute `pop` may be missing on object of type `(Unknown & ~AlwaysTruthy) | None | (list[Unknown] & ~AlwaysTruthy)`
stone unsupported-operator stone/frontend/lexer.py:69:34 Operator `>` is not supported between objects of type `Unknown | None | Literal[0]` and `Literal[0]`
stone possibly-missing-attribute stone/frontend/lexer.py:73:46 Attribute `lineno` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/frontend/lexer.py:73:63 Attribute `lexpos` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/frontend/lexer.py:74:25 Attribute `append` may be missing on object of type `(Unknown & ~AlwaysTruthy) | None | (list[Unknown] & ~AlwaysTruthy)`
stone possibly-missing-attribute stone/frontend/lexer.py:77:41 Attribute `lineno` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/frontend/lexer.py:77:58 Attribute `lexpos` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/frontend/lexer.py:78:21 Attribute `extend` may be missing on object of type `(Unknown & ~AlwaysTruthy) | None | (list[Unknown] & ~AlwaysTruthy)`
stone unsupported-operator stone/frontend/lexer.py:78:46 Operator `*` is not supported between objects of type `list[Unknown]` and `Unknown | None | Literal[0]`
stone possibly-missing-attribute stone/frontend/lexer.py:81:39 Attribute `pop` may be missing on object of type `(Unknown & ~AlwaysTruthy) | None | (list[Unknown] & ~AlwaysTruthy)`
stone unresolved-import stone/frontend/parser.py:4:8 Cannot resolve imported module `ply.yacc`
stone unresolved-import stone/ir/api.py:3:6 Cannot resolve imported module `packaging.version`
stone possibly-missing-attribute stone/ir/data_types.py:439:35 Attribute `match` may be missing on object of type `Unknown | None | Pattern[str]`
stone not-iterable stone/ir/data_types.py:835:22 Object of type `Unknown | None` may not be iterable
stone not-iterable stone/ir/data_types.py:842:43 Object of type `Unknown | None` may not be iterable
stone possibly-missing-attribute stone/ir/data_types.py:852:9 Attribute `insert` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/ir/data_types.py:884:24 Attribute `values` may be missing on object of type `Unknown | None | OrderedDict[Unknown, Unknown]`
stone no-matching-overload stone/ir/data_types.py:981:23 No overload of function `__new__` matches arguments
stone unsupported-operator stone/ir/data_types.py:1095:16 Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | dict[Unknown, Unknown]`
stone non-subscriptable stone/ir/data_types.py:1098:30 Cannot subscript object of type `None` with no `__getitem__` method
stone invalid-assignment stone/ir/data_types.py:1121:13 Cannot assign to a subscript on an object of type `None`
stone invalid-assignment stone/ir/data_types.py:1223:17 Cannot assign to a subscript on an object of type `None`
stone invalid-assignment stone/ir/data_types.py:1259:9 Cannot assign to a subscript on an object of type `None`
stone unsupported-operator stone/ir/data_types.py:1263:16 Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | OrderedDict[Unknown, Unknown]`
stone not-iterable stone/ir/data_types.py:1274:22 Object of type `Unknown | None | OrderedDict[Unknown, Unknown]` may not be iterable
stone invalid-assignment stone/ir/data_types.py:1275:13 Cannot assign to a subscript on an object of type `None`
stone unsupported-operator stone/ir/data_types.py:1291:16 Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | OrderedDict[Unknown, Unknown]`
stone non-subscriptable stone/ir/data_types.py:1293:19 Cannot subscript object of type `None` with no `__getitem__` method
stone unsupported-operator stone/ir/data_types.py:1344:16 Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | OrderedDict[Unknown, Unknown]`
stone non-subscriptable stone/ir/data_types.py:1346:19 Cannot subscript object of type `None` with no `__getitem__` method
stone possibly-unresolved-reference stone/ir/data_types.py:1356:16 Name `data_type` used when possibly not defined
stone possibly-unresolved-reference stone/ir/data_types.py:1359:29 Name `data_type` used when possibly not defined
stone possibly-unresolved-reference stone/ir/data_types.py:1363:24 Name `data_type` used when possibly not defined
stone not-iterable stone/ir/data_types.py:1439:35 Object of type `Unknown | None` may not be iterable
stone invalid-assignment stone/ir/data_types.py:1483:9 Cannot assign to a subscript on an object of type `None`
stone unsupported-operator stone/ir/data_types.py:1487:12 Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | OrderedDict[Unknown, Unknown]`
stone not-iterable stone/ir/data_types.py:1508:22 Object of type `Unknown | None | OrderedDict[Unknown, Unknown]` may not be iterable
stone invalid-assignment stone/ir/data_types.py:1509:13 Cannot assign to a subscript on an object of type `None`
stone invalid-assignment stone/ir/data_types.py:1515:17 Cannot assign to a subscript on an object of type `None`
stone unsupported-operator stone/ir/data_types.py:1527:12 Operator `in` is not supported between objects of type `Unknown` and `Unknown | None | OrderedDict[Unknown, Unknown]`
stone non-subscriptable stone/ir/data_types.py:1529:23 Cannot subscript object of type `None` with no `__getitem__` method
stone possibly-unresolved-reference stone/ir/data_types.py:1560:44 Name `field` used when possibly not defined
stone possibly-unresolved-reference stone/ir/data_types.py:1567:28 Name `field` used when possibly not defined
stone not-iterable stone/ir/data_types.py:1594:22 Object of type `Unknown | None` may not be iterable
stone possibly-missing-attribute stone/ir/data_types.py:1875:16 Attribute `check` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/ir/data_types.py:1879:16 Attribute `check_example` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/ir/data_types.py:1883:16 Attribute `_has_example` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/ir/data_types.py:1886:16 Attribute `_compute_example` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute stone/ir/data_types.py:1889:16 Attribute `check_attr_repr` may be missing on object of type `Unknown | None`
stone unused-ignore-comment test/backend_test_util.py:24:46 Unused blanket `type: ignore` directive
stone possibly-missing-attribute test/test_backend.py:228:25 Attribute `verbose` may be missing on object of type `Unknown | None`
stone invalid-argument-type test/test_backend.py:272:30 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
stone non-subscriptable test/test_backend.py:273:17 Cannot subscript object of type `None` with no `__getitem__` method
stone possibly-missing-attribute test/test_backend.py:373:29 Attribute `fields` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute test/test_backend.py:374:29 Attribute `fields` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute test/test_backend.py:376:17 Attribute `fields` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute test/test_backend.py:380:17 Attribute `fields` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute test/test_backend.py:469:30 Attribute `fields` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute test/test_backend.py:471:22 Attribute `fields` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute test/test_backend.py:495:30 Attribute `fields` may be missing on object of type `Unknown | None`
stone possibly-missing-attribute test/test_backend.py:497:17 Attribute `fields` may be missing on object of type `Unknown | None`
stone deprecated test/test_python_gen.py:145:33 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
stone deprecated test/test_python_gen.py:221:33 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
stone unresolved-attribute test/test_python_gen.py:252:24 Object of type `Self@get_a` has no attribute `_a`
stone unresolved-attribute test/test_python_gen.py:255:24 Object of type `Self@get_c` has no attribute `_c`
stone unresolved-attribute test/test_python_gen.py:258:24 Object of type `Self@get_d` has no attribute `_d`
stone unresolved-attribute test/test_python_gen.py:273:9 Unresolved attribute `b` on type `<class 'U'>`.
stone unresolved-attribute test/test_python_gen.py:287:9 Unresolved attribute `f` on type `S`.
stone unresolved-attribute test/test_python_gen.py:288:22 Object of type `S` has no attribute `f`
stone unresolved-attribute test/test_python_gen.py:358:24 Object of type `Self@get_t` has no attribute `_t`
stone unresolved-attribute test/test_python_gen.py:374:9 Unresolved attribute `f` on type `S`.
stone unresolved-attribute test/test_python_gen.py:375:22 Object of type `S` has no attribute `f`
stone unresolved-attribute test/test_python_gen.py:376:9 Object of type `S` has no attribute `f`
stone unresolved-attribute test/test_python_gen.py:376:9 Unresolved attribute `i` on type `S2`.
stone unresolved-attribute test/test_python_gen.py:377:9 Object of type `S` has no attribute `f`
stone unresolved-attribute test/test_python_gen.py:377:24 Object of type `S` has no attribute `f`
stone unresolved-attribute test/test_python_gen.py:377:24 Object of type `S2` has no attribute `i`
stone deprecated test/test_python_gen.py:413:33 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
stone unresolved-attribute test/test_python_gen.py:518:9 Unresolved attribute `b` on type `<class 'U'>`.
stone unresolved-import test/test_python_gen.py:1472:18 Cannot resolve imported module `stone_serializers`
stone unused-ignore-comment test/test_python_type_stubs.py:13:37 Unused blanket `type: ignore` directive
stone non-subscriptable test/test_python_types.py:173:9 Cannot subscript object of type `None` with no `__getitem__` method
stone unresolved-attribute test/test_stone_internal.py:399:9 Unresolved attribute `nullable` on type `Struct`.
stone unused-ignore-comment test/test_tsd_types.py:23:74 Unused blanket `type: ignore` directive
svcs unused-ignore-comment src/svcs/_core.py:511:47 Unused `ty: ignore` directive
svcs unused-ignore-comment src/svcs/_core.py:512:29 Unused `ty: ignore` directive
svcs unused-ignore-comment src/svcs/aiohttp.py:36:44 Unused blanket `type: ignore` directive
svcs unused-ignore-comment src/svcs/aiohttp.py:46:45 Unused blanket `type: ignore` directive
svcs unused-ignore-comment src/svcs/aiohttp.py:82:40 Unused blanket `type: ignore` directive
svcs unused-ignore-comment src/svcs/flask.py:41:17 Unused blanket `type: ignore` directive
svcs unused-ignore-comment src/svcs/flask.py:56:43 Unused blanket `type: ignore` directive
svcs possibly-unresolved-reference src/svcs/flask.py:205:9 Name `container` used when possibly not defined
strawberry unresolved-import strawberry/aiohttp/views.py:12:6 Cannot resolve imported module `aiohttp`
strawberry unresolved-import strawberry/aiohttp/views.py:13:6 Cannot resolve imported module `lia`
strawberry unused-ignore-comment strawberry/aiohttp/views.py:91:56 Unused blanket `type: ignore` directive
strawberry invalid-type-form strawberry/annotation.py:178:42 Variable of type `type[Any]` is not allowed in a type expression
strawberry unresolved-attribute strawberry/annotation.py:215:20 Object of type `type` has no attribute `__strawberry_definition__`
strawberry unused-ignore-comment strawberry/annotation.py:249:49 Unused blanket `type: ignore` directive
strawberry unresolved-attribute strawberry/annotation.py:335:20 Object of type `type & ~StrawberryType` has no attribute `__strawberry_definition__`
strawberry unresolved-import strawberry/asgi/__init__.py:11:6 Cannot resolve imported module `lia`
strawberry unresolved-import strawberry/asgi/__init__.py:12:6 Cannot resolve imported module `starlette`
strawberry unresolved-import strawberry/asgi/__init__.py:13:6 Cannot resolve imported module `starlette.requests`
strawberry unresolved-import strawberry/asgi/__init__.py:14:6 Cannot resolve imported module `starlette.responses`
strawberry unresolved-import strawberry/asgi/__init__.py:20:6 Cannot resolve imported module `starlette.websockets`
strawberry unresolved-import strawberry/asgi/__init__.py:46:10 Cannot resolve imported module `starlette.types`
strawberry unused-ignore-comment strawberry/asgi/__init__.py:103:53 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/asgi/__init__.py:167:42 Unused blanket `type: ignore` directive
strawberry unresolved-import strawberry/chalice/views.py:6:6 Cannot resolve imported module `chalice.app`
strawberry unresolved-import strawberry/chalice/views.py:7:6 Cannot resolve imported module `lia`
strawberry unresolved-import strawberry/channels/handlers/base.py:13:6 Cannot resolve imported module `channels.consumer`
strawberry unresolved-import strawberry/channels/handlers/base.py:14:6 Cannot resolve imported module `channels.generic.websocket`
strawberry unresolved-import strawberry/channels/handlers/http_handler.py:12:6 Cannot resolve imported module `channels.db`
strawberry unresolved-import strawberry/channels/handlers/http_handler.py:13:6 Cannot resolve imported module `channels.generic.http`
strawberry unresolved-import strawberry/channels/handlers/http_handler.py:14:6 Cannot resolve imported module `django.conf`
strawberry unresolved-import strawberry/channels/handlers/http_handler.py:15:6 Cannot resolve imported module `django.core.files`
strawberry unresolved-import strawberry/channels/handlers/http_handler.py:16:6 Cannot resolve imported module `django.http.multipartparser`
strawberry unresolved-import strawberry/channels/handlers/http_handler.py:17:6 Cannot resolve imported module `lia`
strawberry type-assertion-failure strawberry/channels/handlers/http_handler.py:241:17 Type `Unknown & ~MultipartChannelsResponse & ~ChannelsResponse` is not equivalent to `Never`
strawberry unused-ignore-comment strawberry/channels/handlers/ws_handler.py:103:57 Unused blanket `type: ignore` directive
strawberry unresolved-import strawberry/channels/router.py:12:6 Cannot resolve imported module `channels.routing`
strawberry unresolved-import strawberry/channels/router.py:13:6 Cannot resolve imported module `django.urls`
strawberry unresolved-import strawberry/channels/testing.py:9:6 Cannot resolve imported module `channels.testing.websocket`
strawberry unresolved-import strawberry/channels/testing.py:24:10 Cannot resolve imported module `asgiref.typing`
strawberry call-non-callable strawberry/cli/__init__.py:16:9 Object of type `<module 'strawberry.cli.app'>` is not callable
strawberry unresolved-import strawberry/cli/app.py:1:8 Cannot resolve imported module `typer`
strawberry unresolved-import strawberry/cli/commands/codegen.py:9:8 Cannot resolve imported module `rich`
strawberry unresolved-import strawberry/cli/commands/codegen.py:10:8 Cannot resolve imported module `typer`
strawberry unresolved-import strawberry/cli/commands/dev.py:6:8 Cannot resolve imported module `rich`
strawberry unresolved-import strawberry/cli/commands/dev.py:7:8 Cannot resolve imported module `typer`
strawberry unresolved-import strawberry/cli/commands/dev.py:47:16 Cannot resolve imported module `starlette`
strawberry unresolved-import strawberry/cli/commands/dev.py:48:16 Cannot resolve imported module `uvicorn`
strawberry unresolved-import strawberry/cli/commands/export_schema.py:3:8 Cannot resolve imported module `typer`
strawberry unresolved-import strawberry/cli/commands/locate_definition.py:3:8 Cannot resolve imported module `typer`
strawberry unresolved-import strawberry/cli/commands/locate_definition.py:4:6 Cannot resolve imported module `rich.console`
strawberry unresolved-import strawberry/cli/commands/schema_codegen.py:3:8 Cannot resolve imported module `typer`
strawberry unresolved-import strawberry/cli/commands/server.py:3:8 Cannot resolve imported module `typer`
strawberry unresolved-import strawberry/cli/commands/upgrade/__init__.py:7:8 Cannot resolve imported module `rich`
strawberry unresolved-import strawberry/cli/commands/upgrade/__init__.py:8:8 Cannot resolve imported module `typer`
strawberry unresolved-import strawberry/cli/commands/upgrade/__init__.py:9:6 Cannot resolve imported module `libcst.codemod`
strawberry unresolved-import strawberry/cli/commands/upgrade/_fake_progress.py:3:6 Cannot resolve imported module `rich.progress`
strawberry unresolved-import strawberry/cli/commands/upgrade/_run_codemod.py:9:6 Cannot resolve imported module `libcst.codemod._cli`
strawberry unresolved-import strawberry/cli/commands/upgrade/_run_codemod.py:10:6 Cannot resolve imported module `rich.progress`
strawberry unresolved-import strawberry/cli/commands/upgrade/_run_codemod.py:17:10 Cannot resolve imported module `libcst.codemod`
strawberry unresolved-import strawberry/cli/dev_server.py:4:6 Cannot resolve imported module `starlette.applications`
strawberry unresolved-import strawberry/cli/dev_server.py:5:6 Cannot resolve imported module `starlette.middleware.cors`
strawberry unused-ignore-comment strawberry/cli/dev_server.py:25:39 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/cli/dev_server.py:26:49 Unused blanket `type: ignore` directive
strawberry unresolved-import strawberry/cli/utils/__init__.py:3:8 Cannot resolve imported module `rich`
strawberry unresolved-import strawberry/cli/utils/__init__.py:4:8 Cannot resolve imported module `typer`
strawberry invalid-argument-type strawberry/codegen/plugins/python.py:128:60 Argument to bound method `_print_argument_value` is incorrect: Expected `GraphQLStringValue | GraphQLNullValue | GraphQLIntValue | ... omitted 6 union elements`, found `object`
strawberry invalid-argument-type strawberry/codegen/plugins/python.py:135:62 Argument to bound method `_print_argument_value` is incorrect: Expected `GraphQLStringValue | GraphQLNullValue | GraphQLIntValue | ... omitted 6 union elements`, found `object`
strawberry unresolved-import strawberry/codegen/query_codegen.py:15:8 Cannot resolve imported module `rich`
strawberry unresolved-attribute strawberry/codegen/query_codegen.py:577:31 Object of type `(type & ~StrawberryOptional & ~StrawberryList) | (StrawberryType & ~StrawberryOptional & ~StrawberryList)` has no attribute `__strawberry_definition__`
strawberry unresolved-import strawberry/codemods/annotated_unions.py:5:8 Cannot resolve imported module `libcst`
strawberry unresolved-import strawberry/codemods/annotated_unions.py:6:8 Cannot resolve imported module `libcst.matchers`
strawberry unresolved-import strawberry/codemods/annotated_unions.py:7:6 Cannot resolve imported module `libcst._nodes.expression`
strawberry unresolved-import strawberry/codemods/annotated_unions.py:8:6 Cannot resolve imported module `libcst.codemod`
strawberry unresolved-import strawberry/codemods/annotated_unions.py:9:6 Cannot resolve imported module `libcst.codemod.visitors`
strawberry unused-ignore-comment strawberry/codemods/annotated_unions.py:109:39 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/codemods/annotated_unions.py:110:40 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/codemods/annotated_unions.py:116:75 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/codemods/annotated_unions.py:124:37 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/codemods/annotated_unions.py:130:36 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/codemods/annotated_unions.py:187:69 Unused blanket `type: ignore` directive
strawberry unresolved-import strawberry/codemods/maybe_optional.py:3:8 Cannot resolve imported module `libcst`
strawberry unresolved-import strawberry/codemods/maybe_optional.py:4:8 Cannot resolve imported module `libcst.matchers`
strawberry unresolved-import strawberry/codemods/maybe_optional.py:5:6 Cannot resolve imported module `libcst._nodes.expression`
strawberry unresolved-import strawberry/codemods/maybe_optional.py:6:6 Cannot resolve imported module `libcst.codemod`
strawberry unresolved-import strawberry/codemods/maybe_optional.py:7:6 Cannot resolve imported module `libcst.codemod.visitors`
strawberry unresolved-import strawberry/codemods/update_imports.py:3:8 Cannot resolve imported module `libcst`
strawberry unresolved-import strawberry/codemods/update_imports.py:4:8 Cannot resolve imported module `libcst.matchers`
strawberry unresolved-import strawberry/codemods/update_imports.py:5:6 Cannot resolve imported module `libcst.codemod`
strawberry unresolved-import strawberry/codemods/update_imports.py:6:6 Cannot resolve imported module `libcst.codemod.visitors`
strawberry unresolved-attribute strawberry/directive.py:133:25 Object of type `(...) -> T@directive` has no attribute `__name__`
strawberry unresolved-import strawberry/django/__init__.py:6:10 Cannot resolve imported module `strawberry_django`
strawberry unresolved-import strawberry/django/apps.py:1:6 Cannot resolve imported module `django.apps`
strawberry unresolved-import strawberry/django/context.py:7:10 Cannot resolve imported module `django.http`
strawberry unresolved-import strawberry/django/views.py:11:6 Cannot resolve imported module `asgiref.sync`
strawberry unresolved-import strawberry/django/views.py:12:6 Cannot resolve imported module `django.core.serializers.json`
strawberry unresolved-import strawberry/django/views.py:13:6 Cannot resolve imported module `django.http`
strawberry unresolved-import strawberry/django/views.py:20:6 Cannot resolve imported module `django.http.response`
strawberry unresolved-import strawberry/django/views.py:21:6 Cannot resolve imported module `django.template.exceptions`
strawberry unresolved-import strawberry/django/views.py:22:6 Cannot resolve imported module `django.template.loader`
strawberry unresolved-import strawberry/django/views.py:23:6 Cannot resolve imported module `django.utils.decorators`
strawberry unresolved-import strawberry/django/views.py:24:6 Cannot resolve imported module `django.views.generic`
strawberry unresolved-import strawberry/django/views.py:25:6 Cannot resolve imported module `lia`
strawberry unresolved-import strawberry/django/views.py:39:10 Cannot resolve imported module `django.template.response`
strawberry unresolved-import strawberry/exceptions/duplicated_type_name.py:10:10 Cannot resolve imported module `rich.console`
strawberry unresolved-import strawberry/exceptions/duplicated_type_name.py:48:14 Cannot resolve imported module `rich.console`
strawberry unresolved-import strawberry/exceptions/exception.py:10:10 Cannot resolve imported module `rich.console`
strawberry unresolved-import strawberry/exceptions/exception.py:65:14 Cannot resolve imported module `rich.box`
strawberry unresolved-import strawberry/exceptions/exception.py:66:14 Cannot resolve imported module `rich.console`
strawberry unresolved-import strawberry/exceptions/exception.py:67:14 Cannot resolve imported module `rich.panel`
strawberry unresolved-import strawberry/exceptions/exception.py:93:14 Cannot resolve imported module `rich.console`
strawberry unresolved-import strawberry/exceptions/handler.py:27:20 Cannot resolve imported module `rich`
strawberry possibly-missing-attribute strawberry/exceptions/invalid_union_type.py:41:25 Attribute `__name__` may be missing on object of type `Unknown | ((Any, /) -> Any)`
strawberry unresolved-import strawberry/exceptions/permission_fail_silently_requires_optional.py:10:10 Cannot resolve imported module `strawberry.field`
strawberry unresolved-import strawberry/exceptions/syntax.py:5:6 Cannot resolve imported module `pygments.lexers`
strawberry unresolved-import strawberry/exceptions/syntax.py:6:6 Cannot resolve imported module `rich.segment`
strawberry unresolved-import strawberry/exceptions/syntax.py:7:6 Cannot resolve imported module `rich.syntax`
strawberry unresolved-import strawberry/exceptions/syntax.py:10:10 Cannot resolve imported module `rich.console`
strawberry unresolved-import strawberry/exceptions/utils/source_finder.py:17:10 Cannot resolve imported module `libcst`
strawberry unresolved-import strawberry/exceptions/utils/source_finder.py:59:14 Cannot resolve imported module `libcst.metadata`
strawberry unresolved-import strawberry/exceptions/utils/source_finder.py:70:16 Cannot resolve imported module `libcst.matchers`
strawberry unresolved-import strawberry/exceptions/utils/source_finder.py:77:14 Cannot resolve imported module `libcst`
strawberry unresolved-import strawberry/exceptions/utils/source_finder.py:105:16 Cannot resolve imported module `libcst.matchers`
strawberry unresolved-attribute strawberry/exceptions/utils/source_finder.py:107:51 Object of type `(...) -> Any` has no attribute `__name__`
strawberry unresolved-attribute strawberry/exceptions/utils/source_finder.py:113:47 Object of type `(...) -> Any` has no attribute `__qualname__`
strawberry unresolved-import strawberry/exceptions/utils/source_finder.py:119:16 Cannot resolve imported module `libcst.matchers`
strawberry unresolved-import strawberry/exceptions/utils/source_finder.py:163:16 Cannot resolve imported module `libcst.matchers`
strawberry unresolved-import strawberry/exceptions/utils/source_finder.py:164:14 Cannot resolve imported module `libcst`
strawberry unresolved-attribute strawberry/exceptions/utils/source_finder.py:214:47 Object of type `(...) -> Any` has no attribute `__name__`
strawberry unresolved-import strawberry/exceptions/utils/source_finder.py:239:16 Cannot resolve imported module `libcst.matchers`
strawberry unresolved-import strawberry/exceptions/utils/source_finder.py:267:16 Cannot resolve imported module `libcst.matchers`
strawberry unused-ignore-comment strawberry/exceptions/utils/source_finder.py:303:45 Unused blanket `type: ignore` directive
strawberry unresolved-import strawberry/exceptions/utils/source_finder.py:343:16 Cannot resolve imported module `libcst.matchers`
strawberry unresolved-import strawberry/exceptions/utils/source_finder.py:384:16 Cannot resolve imported module `libcst.matchers`
strawberry unresolved-attribute strawberry/exceptions/utils/source_finder.py:426:33 Object of type `object` has no attribute `name`
strawberry unused-ignore-comment strawberry/exceptions/utils/source_finder.py:487:65 Unused blanket `type: ignore` directive
strawberry unresolved-import strawberry/exceptions/utils/source_finder.py:510:16 Cannot resolve imported module `libcst.matchers`
strawberry unresolved-import strawberry/exceptions/utils/source_finder.py:576:16 Cannot resolve imported module `libcst.matchers`
strawberry unresolved-import strawberry/experimental/pydantic/_compat.py:9:8 Cannot resolve imported module `pydantic`
strawberry unresolved-import strawberry/experimental/pydantic/_compat.py:10:6 Cannot resolve imported module `pydantic`
strawberry unresolved-import strawberry/experimental/pydantic/_compat.py:11:6 Cannot resolve imported module `pydantic.version`
strawberry unresolved-import strawberry/experimental/pydantic/_compat.py:16:10 Cannot resolve imported module `pydantic.fields`
strawberry unresolved-import strawberry/experimental/pydantic/_compat.py:107:12 Cannot resolve imported module `pydantic_core`
strawberry unresolved-import strawberry/experimental/pydantic/_compat.py:128:14 Cannot resolve imported module `pydantic_core`
strawberry unused-ignore-comment strawberry/experimental/pydantic/_compat.py:168:57 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/experimental/pydantic/_compat.py:213:55 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/experimental/pydantic/_compat.py:286:48 Unused blanket `type: ignore` directive
strawberry unresolved-import strawberry/experimental/pydantic/_compat.py:302:10 Cannot resolve imported module `pydantic._internal._utils`
strawberry invalid-argument-type strawberry/experimental/pydantic/conversion.py:39:33 Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `object`
strawberry invalid-argument-type strawberry/experimental/pydantic/conversion.py:47:38 Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
strawberry possibly-missing-attribute strawberry/experimental/pydantic/conversion.py:63:21 Attribute `_strawberry_type` may be missing on object of type `type[Unknown] | <class 'NoneType'>`
strawberry call-non-callable strawberry/experimental/pydantic/conversion.py:65:20 Object of type `object` is not callable
strawberry call-non-callable strawberry/experimental/pydantic/conversion.py:103:16 Object of type `object` is not callable
strawberry unresolved-import strawberry/experimental/pydantic/conversion_types.py:6:6 Cannot resolve imported module `pydantic`
strawberry unresolved-import strawberry/experimental/pydantic/error_type.py:12:6 Cannot resolve imported module `pydantic`
strawberry invalid-type-form strawberry/experimental/pydantic/error_type.py:62:26 Variable of type `list[Any]` is not allowed in a type expression
strawberry invalid-assignment strawberry/experimental/pydantic/error_type.py:106:70 Object of type `list[tuple[Any, @Todo | type[list[Unknown]], dataclasses.Field[None]] | Unknown]` is not assignable to `list[tuple[str, Any, Field[Unknown]]]`
strawberry unused-ignore-comment strawberry/experimental/pydantic/error_type.py:110:51 Unused blanket `type: ignore` directive
strawberry invalid-argument-type strawberry/experimental/pydantic/error_type.py:116:73 Argument to function `_wrap_dataclass` is incorrect: Argument type `object` does not satisfy upper bound `type` of type variable `T`
strawberry unused-ignore-comment strawberry/experimental/pydantic/error_type.py:148:39 Unused blanket `type: ignore` directive
strawberry unresolved-import strawberry/experimental/pydantic/exceptions.py:6:10 Cannot resolve imported module `pydantic`
strawberry unresolved-import strawberry/experimental/pydantic/exceptions.py:7:10 Cannot resolve imported module `pydantic.typing`
strawberry unresolved-import strawberry/experimental/pydantic/fields.py:10:6 Cannot resolve imported module `pydantic`
strawberry unused-ignore-comment strawberry/experimental/pydantic/object_type.py:212:23 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/experimental/pydantic/object_type.py:268:49 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/experimental/pydantic/object_type.py:270:43 Unused blanket `type: ignore` directive
strawberry unresolved-attribute strawberry/experimental/pydantic/object_type.py:271:9 Unresolved attribute `_pydantic_type` on type `type`.
strawberry unresolved-attribute strawberry/experimental/pydantic/object_type.py:293:13 Unresolved attribute `from_pydantic` on type `type`.
strawberry unresolved-attribute strawberry/experimental/pydantic/object_type.py:295:13 Unresolved attribute `to_pydantic` on type `type`.
strawberry unresolved-import strawberry/experimental/pydantic/utils.py:11:6 Cannot resolve imported module `pydantic`
strawberry unresolved-import strawberry/experimental/pydantic/utils.py:33:10 Cannot resolve imported module `pydantic.typing`
strawberry unused-ignore-comment strawberry/ext/dataclasses/dataclasses.py:5:28 Unused blanket `type: ignore` directive
strawberry unresolved-import strawberry/ext/dataclasses/dataclasses.py:6:5 Module `dataclasses` has no member `_FIELD_INITVAR`
strawberry unresolved-import strawberry/ext/dataclasses/dataclasses.py:7:5 Module `dataclasses` has no member `_HAS_DEFAULT_FACTORY`
strawberry unresolved-import strawberry/ext/dataclasses/dataclasses.py:8:5 Module `dataclasses` has no member `_POST_INIT_NAME`
strawberry unresolved-import strawberry/ext/dataclasses/dataclasses.py:10:5 Module `dataclasses` has no member `_create_fn`
strawberry unresolved-import strawberry/ext/dataclasses/dataclasses.py:11:5 Module `dataclasses` has no member `_field_init`
strawberry unresolved-import strawberry/ext/dataclasses/dataclasses.py:12:5 Module `dataclasses` has no member `_init_param`
strawberry unresolved-import strawberry/ext/mypy_plugin.py:12:6 Cannot resolve imported module `mypy.nodes`
strawberry unresolved-import strawberry/ext/mypy_plugin.py:32:6 Cannot resolve imported module `mypy.plugin`
strawberry unresolved-import strawberry/ext/mypy_plugin.py:36:6 Cannot resolve imported module `mypy.plugins.common`
strawberry unresolved-import strawberry/ext/mypy_plugin.py:37:6 Cannot resolve imported module `mypy.semanal_shared`
strawberry unresolved-import strawberry/ext/mypy_plugin.py:38:6 Cannot resolve imported module `mypy.types`
strawberry unresolved-import strawberry/ext/mypy_plugin.py:48:6 Cannot resolve imported module `mypy.typevars`
strawberry unresolved-import strawberry/ext/mypy_plugin.py:49:6 Cannot resolve imported module `mypy.util`
strawberry unresolved-import strawberry/ext/mypy_plugin.py:61:12 Cannot resolve imported module `pydantic`
strawberry unresolved-import strawberry/ext/mypy_plugin.py:62:10 Cannot resolve imported module `pydantic.mypy`
strawberry unresolved-import strawberry/ext/mypy_plugin.py:63:10 Cannot resolve imported module `pydantic.mypy`
strawberry unresolved-import strawberry/ext/mypy_plugin.py:76:10 Cannot resolve imported module `mypy.nodes`
strawberry unresolved-import strawberry/ext/mypy_plugin.py:83:10 Cannot resolve imported module `mypy.types`
strawberry unused-ignore-comment strawberry/ext/mypy_plugin.py:140:62 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/ext/mypy_plugin.py:313:43 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/ext/mypy_plugin.py:371:84 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/ext/mypy_plugin.py:410:52 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/extensions/base_extension.py:30:24 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/extensions/base_extension.py:36:23 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/extensions/base_extension.py:42:20 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/extensions/base_extension.py:48:22 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/extensions/context.py:152:37 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/extensions/directives.py:85:62 Unused blanket `type: ignore` directive
strawberry unresolved-import strawberry/extensions/pyinstrument.py:6:6 Cannot resolve imported module `pyinstrument`
strawberry unresolved-import strawberry/extensions/tracing/datadog.py:8:8 Cannot resolve imported module `ddtrace`
strawberry unresolved-import strawberry/extensions/tracing/datadog.py:16:10 Cannot resolve imported module `ddtrace.trace`
strawberry unresolved-import strawberry/extensions/tracing/datadog.py:18:10 Cannot resolve imported module `ddtrace`
strawberry unresolved-import strawberry/extensions/tracing/opentelemetry.py:11:6 Cannot resolve imported module `opentelemetry`
strawberry unresolved-import strawberry/extensions/tracing/opentelemetry.py:12:6 Cannot resolve imported module `opentelemetry.trace`
strawberry unresolved-import strawberry/extensions/tracing/opentelemetry.py:23:10 Cannot resolve imported module `opentelemetry.trace`
strawberry unresolved-import strawberry/fastapi/context.py:3:6 Cannot resolve imported module `starlette.background`
strawberry unresolved-import strawberry/fastapi/context.py:4:6 Cannot resolve imported module `starlette.requests`
strawberry unresolved-import strawberry/fastapi/context.py:5:6 Cannot resolve imported module `starlette.responses`
strawberry unresolved-import strawberry/fastapi/context.py:6:6 Cannot resolve imported module `starlette.websockets`
strawberry unresolved-import strawberry/fastapi/router.py:13:6 Cannot resolve imported module `fastapi`
strawberry unresolved-import strawberry/fastapi/router.py:14:6 Cannot resolve imported module `fastapi.datastructures`
strawberry unresolved-import strawberry/fastapi/router.py:15:6 Cannot resolve imported module `fastapi.routing`
strawberry unresolved-import strawberry/fastapi/router.py:16:6 Cannot resolve imported module `fastapi.utils`
strawberry unresolved-import strawberry/fastapi/router.py:17:6 Cannot resolve imported module `lia`
strawberry unresolved-import strawberry/fastapi/router.py:18:6 Cannot resolve imported module `starlette`
strawberry unresolved-import strawberry/fastapi/router.py:19:6 Cannot resolve imported module `starlette.background`
strawberry unresolved-import strawberry/fastapi/router.py:20:6 Cannot resolve imported module `starlette.requests`
strawberry unresolved-import strawberry/fastapi/router.py:21:6 Cannot resolve imported module `starlette.responses`
strawberry unresolved-import strawberry/fastapi/router.py:28:6 Cannot resolve imported module `starlette.websockets`
strawberry unresolved-import strawberry/fastapi/router.py:46:10 Cannot resolve imported module `starlette.routing`
strawberry unresolved-import strawberry/fastapi/router.py:47:10 Cannot resolve imported module `starlette.types`
strawberry unused-ignore-comment strawberry/fastapi/router.py:63:53 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/fastapi/router.py:79:41 Unused blanket `type: ignore` directive
strawberry unresolved-import strawberry/federation/enum.py:15:10 Cannot resolve imported module `strawberry.enum`
strawberry unused-ignore-comment strawberry/federation/field.py:256:29 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/federation/field.py:264:21 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/federation/object_type.py:87:24 Unused blanket `type: ignore` directive
strawberry invalid-argument-type strawberry/federation/object_type.py:88:9 Argument to function `type` is incorrect: Argument type `T@_impl_type | None` does not satisfy upper bound `type` of type variable `T`
strawberry invalid-assignment strawberry/federation/schema.py:80:17 Object of type `list[Unknown | NewType]` is not assignable to `Iterable[type]`
strawberry unused-ignore-comment strawberry/federation/schema.py:144:37 Unused blanket `type: ignore` directive
strawberry invalid-type-form strawberry/federation/schema.py:170:49 Variable of type `NewType` is not allowed in a type expression
strawberry invalid-type-form strawberry/federation/schema.py:171:15 Variable of type `NewType` is not allowed in a type expression
strawberry unused-ignore-comment strawberry/federation/schema.py:283:62 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/federation/schema.py:304:62 Unused blanket `type: ignore` directive
strawberry invalid-newtype strawberry/file_uploads/scalars.py:5:17 A `NewType` definition must be a simple variable assignment
strawberry unresolved-import strawberry/flask/views.py:10:6 Cannot resolve imported module `lia`
strawberry unresolved-import strawberry/flask/views.py:12:6 Cannot resolve imported module `flask`
strawberry unresolved-import strawberry/flask/views.py:13:6 Cannot resolve imported module `flask.views`
strawberry unresolved-import strawberry/flask/views.py:19:10 Cannot resolve imported module `flask.typing`
strawberry unused-ignore-comment strawberry/flask/views.py:91:63 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/flask/views.py:114:63 Unused blanket `type: ignore` directive
strawberry invalid-return-type strawberry/http/__init__.py:26:16 Return type does not match returned value: expected `GraphQLHTTPResponse`, found `Unknown | None`
strawberry unresolved-import strawberry/http/async_base_view.py:17:6 Cannot resolve imported module `lia`
strawberry invalid-argument-type strawberry/http/async_base_view.py:192:25 Argument to bound method `execute_single` is incorrect: Expected `GraphQLRequestData`, found `object`
strawberry invalid-return-type strawberry/http/async_base_view.py:199:20 Return type does not match returned value: expected `ExecutionResult | list[ExecutionResult] | SubscriptionExecutionResult`, found `AsyncGenerator[ExecutionResult, None]`
strawberry invalid-argument-type strawberry/http/async_base_view.py:309:60 Argument is incorrect: Expected `WebSocketRequest@AsyncBaseHTTPView`, found `Request@AsyncBaseHTTPView | WebSocketRequest@AsyncBaseHTTPView`
strawberry unresolved-import strawberry/http/base.py:6:6 Cannot resolve imported module `lia`
strawberry unresolved-import strawberry/http/sync_base_view.py:10:6 Cannot resolve imported module `lia`
strawberry invalid-argument-type strawberry/http/sync_base_view.py:100:21 Argument to bound method `execute_single` is incorrect: Expected `GraphQLRequestData`, found `object`
strawberry invalid-argument-type strawberry/http/sync_base_view.py:267:38 Argument to bound method `process_result` is incorrect: Expected `ExecutionResult`, found `object`
strawberry unresolved-attribute strawberry/http/sync_base_view.py:269:20 Object of type `object` has no attribute `errors`
strawberry unresolved-attribute strawberry/http/sync_base_view.py:270:41 Object of type `object` has no attribute `errors`
strawberry unresolved-import strawberry/litestar/controller.py:17:6 Cannot resolve imported module `lia`
strawberry unresolved-import strawberry/litestar/controller.py:18:6 Cannot resolve imported module `litestar`
strawberry unresolved-import strawberry/litestar/controller.py:28:6 Cannot resolve imported module `litestar.background_tasks`
strawberry unresolved-import strawberry/litestar/controller.py:29:6 Cannot resolve imported module `litestar.di`
strawberry unresolved-import strawberry/litestar/controller.py:30:6 Cannot resolve imported module `litestar.exceptions`
strawberry unresolved-import strawberry/litestar/controller.py:35:6 Cannot resolve imported module `litestar.response.streaming`
strawberry unresolved-import strawberry/litestar/controller.py:36:6 Cannot resolve imported module `litestar.status_codes`
strawberry unresolved-import strawberry/litestar/controller.py:37:6 Cannot resolve imported module `msgspec`
strawberry unresolved-import strawberry/litestar/controller.py:61:10 Cannot resolve imported module `litestar.types`
strawberry unused-ignore-comment strawberry/litestar/controller.py:207:47 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/litestar/controller.py:216:57 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/litestar/controller.py:419:51 Unused blanket `type: ignore` directive
strawberry not-iterable strawberry/permission.py:163:35 Object of type `list[~AlwaysFalsy | Unknown]` is not iterable
strawberry unused-ignore-comment strawberry/printer/printer.py:105:60 Unused blanket `type: ignore` directive
strawberry unresolved-import strawberry/quart/views.py:8:6 Cannot resolve imported module `lia`
strawberry unresolved-import strawberry/quart/views.py:9:6 Cannot resolve imported module `quart`
strawberry unresolved-import strawberry/quart/views.py:10:6 Cannot resolve imported module `quart.ctx`
strawberry unresolved-import strawberry/quart/views.py:11:6 Cannot resolve imported module `quart.views`
strawberry unresolved-import strawberry/quart/views.py:27:10 Cannot resolve imported module `quart.typing`
strawberry unused-ignore-comment strawberry/quart/views.py:64:65 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/quart/views.py:82:54 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/quart/views.py:162:16 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/relay/fields.py:63:55 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/relay/fields.py:179:62 Unused blanket `type: ignore` directive
strawberry invalid-argument-type strawberry/relay/types.py:834:37 Argument is incorrect: Expected `_T@aclosing`, found `AsyncIterable[NodeType@ListConnection]`
strawberry unused-ignore-comment strawberry/relay/types.py:846:48 Unused blanket `type: ignore` directive
strawberry unresolved-import strawberry/sanic/context.py:4:6 Cannot resolve imported module `sanic.request`
strawberry unused-ignore-comment strawberry/sanic/context.py:14:49 Unused blanket `type: ignore` directive
strawberry invalid-super-argument strawberry/sanic/context.py:25:16 `Self@__getattr__` is not an instance or subclass of `<class 'StrawberrySanicContext'>` in `super(<class 'StrawberrySanicContext'>, Self@__getattr__)` call
strawberry unresolved-import strawberry/sanic/utils.py:6:10 Cannot resolve imported module `sanic.request`
strawberry unresolved-import strawberry/sanic/views.py:11:6 Cannot resolve imported module `lia`
strawberry unresolved-import strawberry/sanic/views.py:12:6 Cannot resolve imported module `sanic.request`
strawberry unresolved-import strawberry/sanic/views.py:13:6 Cannot resolve imported module `sanic.response`
strawberry unresolved-import strawberry/sanic/views.py:14:6 Cannot resolve imported module `sanic.views`
strawberry unused-ignore-comment strawberry/sanic/views.py:179:22 Unused blanket `type: ignore` directive
strawberry invalid-newtype strawberry/scalars.py:18:5 A `NewType` definition must be a simple variable assignment
strawberry invalid-newtype strawberry/scalars.py:32:5 A `NewType` definition must be a simple variable assignment
strawberry invalid-newtype strawberry/scalars.py:40:5 A `NewType` definition must be a simple variable assignment
strawberry invalid-newtype strawberry/scalars.py:50:5 A `NewType` definition must be a simple variable assignment
strawberry unused-ignore-comment strawberry/schema/_graphql_core.py:10:28 Unused blanket `type: ignore` directive
strawberry unresolved-import strawberry/schema/_graphql_core.py:11:9 Module `graphql` has no member `ExperimentalIncrementalExecutionResults`
strawberry unused-ignore-comment strawberry/schema/_graphql_core.py:13:38 Unused blanket `type: ignore` directive
strawberry unresolved-import strawberry/schema/_graphql_core.py:14:9 Module `graphql.execution` has no member `InitialIncrementalExecutionResult`
strawberry unresolved-import strawberry/schema/_graphql_core.py:15:9 Module `graphql.execution` has no member `experimental_execute_incrementally`
strawberry unused-ignore-comment strawberry/schema/_graphql_core.py:17:44 Unused blanket `type: ignore` directive
strawberry unresolved-import strawberry/schema/_graphql_core.py:18:9 Module `graphql.type.directives` has no member `GraphQLDeferDirective`
strawberry unresolved-import strawberry/schema/_graphql_core.py:19:9 Module `graphql.type.directives` has no member `GraphQLStreamDirective`
strawberry unused-ignore-comment strawberry/schema/_graphql_core.py:35:44 Unused blanket `type: ignore` directive
strawberry unresolved-attribute strawberry/schema/compat.py:25:12 Object of type `StrawberryType | type` has no attribute `__strawberry_definition__`
strawberry unresolved-attribute strawberry/schema/compat.py:31:12 Object of type `StrawberryType | type` has no attribute `__strawberry_definition__`
strawberry unresolved-attribute strawberry/schema/compat.py:48:16 Object of type `StrawberryType | type` has no attribute `__strawberry_definition__`
strawberry invalid-assignment strawberry/schema/config.py:20:38 Object of type `None` is not assignable to `bool`
strawberry unresolved-attribute strawberry/schema/name_converter.py:123:44 Object of type `StrawberryType` has no attribute `__strawberry_definition__`
strawberry unresolved-attribute strawberry/schema/name_converter.py:168:20 Object of type `object` has no attribute `name`
strawberry unresolved-attribute strawberry/schema/name_converter.py:170:31 Object of type `type & ~StrawberryEnumDefinition & ~StrawberryUnion & ~StrawberryList & ~StrawberryOptional & ~<Protocol with members '_scalar_definition'>` has no attribute `__strawberry_definition__`
strawberry invalid-argument-type strawberry/schema/schema.py:310:65 Argument to bound method `from_schema_directive` is incorrect: Expected `type`, found `type | StrawberryType`
strawberry unresolved-attribute strawberry/schema/schema.py:315:25 Object of type `type | StrawberryType` has no attribute `__strawberry_definition__`
strawberry unused-ignore-comment strawberry/schema/schema.py:326:76 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/schema/schema.py:335:41 Unused blanket `type: ignore` directive
strawberry invalid-return-type strawberry/schema/schema.py:535:20 Return type does not match returned value: expected `ExecutionResult`, found `Unknown | None`
strawberry unused-ignore-comment strawberry/schema/schema.py:764:74 Unused blanket `type: ignore` directive
strawberry invalid-assignment strawberry/schema/schema.py:826:69 Object of type `AsyncIterator[ExecutionResult] | ExecutionResult | CoroutineType[Any, Any, AsyncIterator[ExecutionResult] | ExecutionResult]` is not assignable to `ExecutionResult | AsyncIterator[ExecutionResult]`
strawberry invalid-argument-type strawberry/schema/schema.py:853:45 Argument is incorrect: Expected `_T@aclosing`, found `AsyncIterator[ExecutionResult] & ~ExecutionResult`
strawberry unused-ignore-comment strawberry/schema/schema_converter.py:280:55 Unused blanket `type: ignore` directive
strawberry invalid-argument-type strawberry/schema/schema_converter.py:807:37 Argument to bound method `from_scalar` is incorrect: Expected `type`, found `<NewType pseudo-class 'ID'>`
strawberry invalid-argument-type strawberry/schema/schema_converter.py:880:43 Argument to bound method `from_input_object` is incorrect: Expected `type`, found `(StrawberryType & ~StrawberryEnumDefinition) | (type & ~StrawberryEnumDefinition)`
strawberry unresolved-attribute strawberry/schema/schema_converter.py:889:37 Object of type `(StrawberryType & ~StrawberryEnumDefinition & ~StrawberryList) | (type & ~StrawberryEnumDefinition & ~StrawberryList)` has no attribute `__strawberry_definition__`
strawberry unresolved-attribute strawberry/schema/schema_converter.py:891:57 Object of type `(StrawberryType & ~StrawberryEnumDefinition & ~StrawberryList) | (type & ~StrawberryEnumDefinition & ~StrawberryList)` has no attribute `__strawberry_definition__`
strawberry invalid-argument-type strawberry/schema/schema_converter.py:902:37 Argument to bound method `from_scalar` is incorrect: Expected `type`, found `(StrawberryType & ~StrawberryEnumDefinition & ~StrawberryList & ~StrawberryObjectDefinition & ~StrawberryUnion & ~Top[LazyType[Unknown, Unknown]]) | (type & ~StrawberryEnumDefinition & ~StrawberryList & ~StrawberryObjectDefinition & ~StrawberryUnion & ~Top[LazyType[Unknown, Unknown]])`
strawberry unresolved-attribute strawberry/schema/schema_converter.py:1089:21 Object of type `(StrawberryType & ~Top[LazyType[Unknown, Unknown]]) | type` has no attribute `__strawberry_definition__`
strawberry unresolved-attribute strawberry/schema/schema_converter.py:1090:21 Object of type `(StrawberryType & ~Top[LazyType[Unknown, Unknown]]) | type` has no attribute `__strawberry_definition__`
strawberry invalid-argument-type strawberry/schema/types/scalar.py:60:36 Argument to function `_get_scalar_definition` is incorrect: Expected `type`, found `NewType`
strawberry unresolved-import strawberry/schema_codegen/__init__.py:10:8 Cannot resolve imported module `libcst`
strawberry invalid-argument-type strawberry/schema_codegen/__init__.py:268:37 Argument to function `_get_argument_value` is incorrect: Expected `IntValueNode | FloatValueNode | StringValueNode | ... omitted 5 union elements`, found `ValueNode`
strawberry unused-ignore-comment strawberry/schema_codegen/__init__.py:793:37 Unused blanket `type: ignore` directive
strawberry invalid-argument-type strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py:133:51 Argument to bound method `handle_connection_init` is incorrect: Expected `ConnectionInitMessage`, found `ConnectionInitMessage | ConnectionAckMessage | PingMessage | ... omitted 5 union elements`
strawberry invalid-argument-type strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py:136:40 Argument to bound method `handle_ping` is incorrect: Expected `PingMessage`, found `ConnectionInitMessage | ConnectionAckMessage | PingMessage | ... omitted 5 union elements`
strawberry invalid-argument-type strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py:139:40 Argument to bound method `handle_pong` is incorrect: Expected `PongMessage`, found `ConnectionInitMessage | ConnectionAckMessage | PingMessage | ... omitted 5 union elements`
strawberry invalid-argument-type strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py:142:45 Argument to bound method `handle_subscribe` is incorrect: Expected `SubscribeMessage`, found `ConnectionInitMessage | ConnectionAckMessage | PingMessage | ... omitted 5 union elements`
strawberry invalid-argument-type strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py:145:44 Argument to bound method `handle_complete` is incorrect: Expected `CompleteMessage`, found `ConnectionInitMessage | ConnectionAckMessage | PingMessage | ... omitted 5 union elements`
strawberry invalid-assignment strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py:180:13 Cannot assign to a subscript on an object of type `Context@BaseGraphQLTransportWSHandler`
strawberry invalid-assignment strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py:182:13 Object of type `dict[str, object] | dict[Unknown, Unknown]` is not assignable to attribute `connection_params` on type `(Unknown & <Protocol with members 'connection_params'> & ~Top[dict[Unknown, Unknown]]) | (Context@BaseGraphQLTransportWSHandler & <Protocol with members 'connection_params'> & ~Top[dict[Unknown, Unknown]])`
strawberry invalid-argument-type strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py:191:37 Argument to bound method `send_message` is incorrect: Expected `ConnectionInitMessage | ConnectionAckMessage | PingMessage | ... omitted 5 union elements`, found `dict[Unknown | str, Unknown | str]`
strawberry invalid-argument-type strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py:194:17 Argument to bound method `send_message` is incorrect: Expected `ConnectionInitMessage | ConnectionAckMessage | PingMessage | ... omitted 5 union elements`, found `dict[Unknown | str, Unknown | str | None | (dict[str, object] & ~UnsetType)]`
strawberry invalid-argument-type strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py:200:33 Argument to bound method `send_message` is incorrect: Expected `ConnectionInitMessage | ConnectionAckMessage | PingMessage | ... omitted 5 union elements`, found `dict[Unknown | str, Unknown | str]`
strawberry invalid-argument-type strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py:237:13 Argument to bound method `__init__` is incorrect: Expected `BaseGraphQLTransportWSHandler[None, None]`, found `Self@handle_subscribe`
strawberry invalid-assignment strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py:246:9 Invalid subscript assignment with key of type `str` and value of type `Operation[None, None]` on object of type `dict[str, Operation[Context@BaseGraphQLTransportWSHandler, RootValue@BaseGraphQLTransportWSHandler]]`
strawberry invalid-argument-type strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py:300:21 Argument to bound method `send_operation_message` is incorrect: Expected `ConnectionInitMessage | ConnectionAckMessage | PingMessage | ... omitted 5 union elements`, found `dict[Unknown | str, Unknown | str]`
strawberry invalid-argument-type strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py:389:13 Argument to bound method `send_operation_message` is incorrect: Expected `ConnectionInitMessage | ConnectionAckMessage | PingMessage | ... omitted 5 union elements`, found `dict[Unknown | str, Unknown | str | list[GraphQLFormattedError | Unknown]]`
strawberry invalid-argument-type strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py:406:13 Argument to bound method `send_operation_message` is incorrect: Expected `ConnectionInitMessage | ConnectionAckMessage | PingMessage | ... omitted 5 union elements`, found `dict[Unknown | str, Unknown | str | NextMessagePayload]`
strawberry invalid-argument-type strawberry/subscriptions/protocols/graphql_ws/handlers.py:85:47 Argument to bound method `handle_connection_init` is incorrect: Expected `ConnectionInitMessage`, found `ConnectionInitMessage | StartMessage | StopMessage | ... omitted 7 union elements`
strawberry invalid-argument-type strawberry/subscriptions/protocols/graphql_ws/handlers.py:87:52 Argument to bound method `handle_connection_terminate` is incorrect: Expected `ConnectionTerminateMessage`, found `ConnectionInitMessage | StartMessage | StopMessage | ... omitted 7 union elements`
strawberry invalid-argument-type strawberry/subscriptions/protocols/graphql_ws/handlers.py:89:37 Argument to bound method `handle_start` is incorrect: Expected `StartMessage`, found `ConnectionInitMessage | StartMessage | StopMessage | ... omitted 7 union elements`
strawberry invalid-argument-type strawberry/subscriptions/protocols/graphql_ws/handlers.py:91:36 Argument to bound method `handle_stop` is incorrect: Expected `StopMessage`, found `ConnectionInitMessage | StartMessage | StopMessage | ... omitted 7 union elements`
strawberry invalid-assignment strawberry/subscriptions/protocols/graphql_ws/handlers.py:101:13 Cannot assign to a subscript on an object of type `Context@BaseGraphQLWSHandler`
strawberry invalid-assignment strawberry/subscriptions/protocols/graphql_ws/handlers.py:103:13 Object of type `None | dict[str, object]` is not assignable to attribute `connection_params` on type `(Unknown & <Protocol with members 'connection_params'> & ~Top[dict[Unknown, Unknown]]) | (Context@BaseGraphQLWSHandler & <Protocol with members 'connection_params'> & ~Top[dict[Unknown, Unknown]])`
strawberry invalid-argument-type strawberry/subscriptions/protocols/graphql_ws/handlers.py:108:37 Argument to bound method `send_message` is incorrect: Expected `ConnectionInitMessage | StartMessage | StopMessage | ... omitted 7 union elements`, found `dict[Unknown | str, Unknown | str | dict[str, object]]`
strawberry invalid-argument-type strawberry/subscriptions/protocols/graphql_ws/handlers.py:116:37 Argument to bound method `send_message` is incorrect: Expected `ConnectionInitMessage | StartMessage | StopMessage | ... omitted 7 union elements`, found `dict[Unknown | str, Unknown | str]`
strawberry invalid-argument-type strawberry/subscriptions/protocols/graphql_ws/handlers.py:119:17 Argument to bound method `send_message` is incorrect: Expected `ConnectionInitMessage | StartMessage | StopMessage | ... omitted 7 union elements`, found `dict[Unknown | str, Unknown | str | (dict[str, object] & ~UnsetType)]`
strawberry invalid-argument-type strawberry/subscriptions/protocols/graphql_ws/handlers.py:150:37 Argument to bound method `send_message` is incorrect: Expected `ConnectionInitMessage | StartMessage | StopMessage | ... omitted 7 union elements`, found `dict[Unknown | str, Unknown | str]`
strawberry unused-ignore-comment strawberry/tools/create_type.py:67:49 Unused blanket `type: ignore` directive
strawberry invalid-return-type strawberry/tools/create_type.py:71:12 Return type does not match returned value: expected `type`, found `<decorator produced by dataclass-like function>`
strawberry unresolved-attribute strawberry/tools/merge_types.py:26:11 Object of type `type` has no attribute `__strawberry_definition__`
strawberry invalid-return-type strawberry/tools/merge_types.py:35:12 Return type does not match returned value: expected `type`, found `<decorator produced by dataclass-like function>`
strawberry invalid-type-form strawberry/types/arguments.py:132:40 Variable of type `property` is not allowed in a type expression
strawberry unresolved-attribute strawberry/types/arguments.py:241:53 Object of type `(StrawberryType & ~StrawberryOptional & ~StrawberryList & ~Top[LazyType[Unknown, Unknown]]) | (type & ~StrawberryOptional & ~StrawberryList & ~Top[LazyType[Unknown, Unknown]])` has no attribute `__strawberry_definition__`
strawberry unresolved-attribute strawberry/types/arguments.py:247:27 Object of type `(StrawberryType & ~StrawberryOptional & ~StrawberryList & ~Top[LazyType[Unknown, Unknown]]) | (type & ~StrawberryOptional & ~StrawberryList & ~Top[LazyType[Unknown, Unknown]])` has no attribute `__strawberry_definition__`
strawberry unused-ignore-comment strawberry/types/arguments.py:353:46 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/types/arguments.py:357:49 Unused blanket `type: ignore` directive
strawberry possibly-missing-attribute strawberry/types/base.py:125:31 Attribute `__strawberry_definition__` may be missing on object of type `Unknown | StrawberryType | type`
strawberry unused-ignore-comment strawberry/types/enum.py:121:23 Unused blanket `type: ignore` directive
strawberry unresolved-attribute strawberry/types/enum.py:122:22 Object of type `EnumType'instance@_process_enum` has no attribute `value`
strawberry unresolved-attribute strawberry/types/enum.py:123:21 Object of type `EnumType'instance@_process_enum` has no attribute `name`
strawberry invalid-assignment strawberry/types/enum.py:135:13 Invalid subscript assignment with key of type `Unknown` and value of type `EnumType'instance@_process_enum` on object of type `dict[Any, Enum]`
strawberry unresolved-attribute strawberry/types/field.py:74:16 Object of type `type & ~StrawberryType` has no attribute `__strawberry_definition__`
strawberry invalid-type-form strawberry/types/field.py:88:17 Variable of type `property` is not allowed in a type expression
strawberry not-iterable strawberry/types/field.py:200:25 Object of type `object` is not iterable
strawberry unused-ignore-comment strawberry/types/field.py:340:43 Unused blanket `type: ignore` directive
strawberry invalid-assignment strawberry/types/field.py:350:28 Object of type `StrawberryType | type` is not assignable to `StrawberryType | type[WithStrawberryDefinition[StrawberryObjectDefinition]] | type[UNRESOLVED]`
strawberry possibly-missing-attribute strawberry/types/field.py:370:31 Attribute `__strawberry_definition__` may be missing on object of type `StrawberryType | type[WithStrawberryDefinition[StrawberryObjectDefinition]] | type[UNRESOLVED]`
strawberry unused-ignore-comment strawberry/types/fields/resolver.py:180:56 Unused blanket `type: ignore` directive
strawberry invalid-type-form strawberry/types/fields/resolver.py:197:41 Variable of type `property` is not allowed in a type expression
strawberry invalid-type-form strawberry/types/fields/resolver.py:330:40 Variable of type `property` is not allowed in a type expression
strawberry invalid-return-type strawberry/types/fields/resolver.py:392:20 Return type does not match returned value: expected `(...) -> T@StrawberryResolver`, found `(() -> object) | ((...) -> Unknown) | ((...) -> Unknown)`
strawberry unused-ignore-comment strawberry/types/info.py:77:50 Unused blanket `type: ignore` directive
strawberry no-matching-overload strawberry/types/mutation.py:172:12 No overload of function `field` matches arguments
strawberry unused-ignore-comment strawberry/types/mutation.py:173:29 Unused blanket `type: ignore` directive
strawberry no-matching-overload strawberry/types/mutation.py:329:12 No overload of function `field` matches arguments
strawberry unused-ignore-comment strawberry/types/mutation.py:330:29 Unused blanket `type: ignore` directive
strawberry invalid-argument-type strawberry/types/object_type.py:137:13 Argument to bound method `__init__` is incorrect: Expected `type[type]`, found `T@_process_type`
strawberry parameter-already-assigned strawberry/types/object_type.py:137:13 Multiple values provided for parameter `cls` of function `__new__`
strawberry invalid-argument-type strawberry/types/object_type.py:286:51 Argument to function `_inject_default_for_maybe_annotations` is incorrect: Argument type `T'instance@type` does not satisfy upper bound `type` of type variable `T`
strawberry invalid-argument-type strawberry/types/object_type.py:287:35 Argument to function `_wrap_dataclass` is incorrect: Argument type `T'instance@type` does not satisfy upper bound `type` of type variable `T`
strawberry unused-ignore-comment strawberry/types/object_type.py:376:19 Unused blanket `type: ignore` directive
strawberry invalid-argument-type strawberry/types/object_type.py:377:9 Argument to function `type` is incorrect: Argument type `T@input | None` does not satisfy upper bound `type` of type variable `T`
strawberry unused-ignore-comment strawberry/types/object_type.py:449:19 Unused blanket `type: ignore` directive
strawberry invalid-argument-type strawberry/types/object_type.py:450:9 Argument to function `type` is incorrect: Argument type `T@interface | None` does not satisfy upper bound `type` of type variable `T`
strawberry unused-ignore-comment strawberry/types/scalar.py:53:49 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/types/scalar.py:93:49 Unused blanket `type: ignore` directive
strawberry unused-ignore-comment strawberry/types/type_resolver.py:83:44 Unused blanket `type: ignore` directive
strawberry unresolved-attribute strawberry/types/union.py:122:25 Object of type `object` has no attribute `__strawberry_definition__`
strawberry unresolved-attribute strawberry/types/union.py:143:35 Object of type `StrawberryType` has no attribute `__strawberry_definition__`
strawberry unused-ignore-comment strawberry/utils/typing.py:8:23 Unused blanket `type: ignore` directive
strawberry unresolved-import strawberry/utils/typing.py:17:5 Module `typing` has no member `_eval_type`
strawberry unresolved-import strawberry/utils/typing.py:18:5 Module `typing` has no member `_GenericAlias`
strawberry deprecated strawberry/utils/typing.py:206:65 The class `Index` is deprecated: Deprecated since Python 3.9. Use the index value directly instead.
strawberry deprecated strawberry/utils/typing.py:224:65 The class `Index` is deprecated: Deprecated since Python 3.9. Use the index value directly instead.
strawberry invalid-return-type strawberry/utils/typing.py:339:12 Return type does not match returned value: expected `type`, found `@Todo | <special-form 'typing.Union'>`
tornado invalid-assignment tornado/auth.py:387:13 Invalid subscript assignment with key of type `Literal["verifier"]` and value of type `str & ~AlwaysFalsy` on object of type `dict[str, bytes]`
tornado invalid-assignment tornado/autoreload.py:272:5 Object of type `Literal[True]` is not assignable to attribute `_autoreload_is_main` of type `Literal[False]`
tornado unused-ignore-comment tornado/concurrent.py:57:18 Unused blanket `type: ignore` directive
tornado possibly-missing-attribute tornado/curl_httpclient.py:89:9 Attribute `stop` may be missing on object of type `Unknown | PeriodicCallback | None`
tornado possibly-missing-attribute tornado/curl_httpclient.py:94:9 Attribute `close` may be missing on object of type `Unknown | CurlMulti | None`
tornado unused-ignore-comment tornado/curl_httpclient.py:100:46 Unused blanket `type: ignore` directive
tornado possibly-missing-attribute tornado/curl_httpclient.py:158:36 Attribute `socket_action` may be missing on object of type `Unknown | CurlMulti | None`
tornado possibly-missing-attribute tornado/curl_httpclient.py:170:36 Attribute `socket_action` may be missing on object of type `Unknown | CurlMulti | None`
tornado possibly-missing-attribute tornado/curl_httpclient.py:190:23 Attribute `timeout` may be missing on object of type `Unknown | CurlMulti | None`
tornado possibly-missing-attribute tornado/curl_httpclient.py:200:36 Attribute `socket_all` may be missing on object of type `Unknown | CurlMulti | None`
tornado possibly-missing-attribute tornado/curl_httpclient.py:212:40 Attribute `info_read` may be missing on object of type `Unknown | CurlMulti | None`
tornado unused-ignore-comment tornado/curl_httpclient.py:236:79 Unused blanket `type: ignore` directive
tornado possibly-missing-attribute tornado/curl_httpclient.py:257:21 Attribute `add_handle` may be missing on object of type `Unknown | CurlMulti | None`
tornado possibly-missing-attribute tornado/curl_httpclient.py:270:9 Attribute `remove_handle` may be missing on object of type `Unknown | CurlMulti | None`
tornado unused-ignore-comment tornado/curl_httpclient.py:386:44 Unused blanket `type: ignore` directive
tornado possibly-missing-attribute tornado/escape.py:336:30 Attribute `strip` may be missing on object of type `(str & ~AlwaysFalsy & ~(() -> object)) | (((str, /) -> str) & ~AlwaysFalsy & ~(() -> object))`
tornado unused-ignore-comment tornado/gen.py:230:32 Unused blanket `type: ignore` directive
tornado invalid-argument-type tornado/gen.py:239:45 Argument to bound method `run` is incorrect: Expected `Overload[(i: SupportsNext[_T@next], /) -> Unknown, (i: SupportsNext[_T@next], default: _VT@next, /) -> Unknown]`, found `(Generator[Any, Any, _T@coroutine] & Generator[object, None, None]) | (_T@coroutine & Generator[object, None, None])`
tornado invalid-argument-type tornado/gen.py:255:46 Argument to bound method `__init__` is incorrect: Expected `Generator[None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown], Any, Unknown]`, found `(Generator[Any, Any, _T@coroutine] & Generator[object, None, None]) | (_T@coroutine & Generator[object, None, None])`
tornado invalid-argument-type tornado/gen.py:255:62 Argument to bound method `__init__` is incorrect: Expected `None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown]`, found `_T@next | _T@next | _VT@next`
tornado unused-ignore-comment tornado/gen.py:269:36 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/gen.py:273:33 Unused blanket `type: ignore` directive
tornado invalid-argument-type tornado/gen.py:532:47 Argument to function `__new__` is incorrect: Expected `Iterable[None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown]]`, found `dict_values[object, object] | (Sequence[None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown]] & ~Top[dict[Unknown, Unknown]]) | (Mapping[Any, None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown]] & ~Top[dict[Unknown, Unknown]])`
tornado possibly-unresolved-reference tornado/gen.py:802:49 Name `value` used when possibly not defined
tornado invalid-argument-type tornado/gen.py:808:25 Argument to function `future_set_result_unless_cancelled` is incorrect: Expected `Future[Any] | Future[Any]`, found `Unknown | Future[_T@__init__] | None`
tornado unused-ignore-comment tornado/gen.py:810:48 Unused blanket `type: ignore` directive
tornado invalid-argument-type tornado/gen.py:815:41 Argument to function `future_set_exc_info` is incorrect: Expected `Future[Unknown] | Future[Unknown]`, found `Unknown | Future[_T@__init__] | None`
tornado unused-ignore-comment tornado/gen.py:816:48 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/gen.py:898:42 Unused blanket `type: ignore` directive
tornado invalid-assignment tornado/gen.py:903:19 Implicit shadowing of function `convert_yielded`
tornado possibly-missing-attribute tornado/http1connection.py:191:29 Attribute `read_until_regex` may be missing on object of type `Unknown | IOStream | None`
tornado possibly-missing-attribute tornado/http1connection.py:199:25 Attribute `io_loop` may be missing on object of type `Unknown | IOStream | None`
tornado invalid-context-manager tornado/http1connection.py:224:18 Object of type `_ExceptionLoggingContext` cannot be used with `with` because it does not correctly implement `__exit__`
tornado possibly-unresolved-reference tornado/http1connection.py:261:21 Name `resp_start_line` used when possibly not defined
tornado invalid-context-manager tornado/http1connection.py:280:22 Object of type `_ExceptionLoggingContext` cannot be used with `with` because it does not correctly implement `__exit__`
tornado possibly-missing-attribute tornado/http1connection.py:299:23 Attribute `write` may be missing on object of type `Unknown | IOStream | None`
tornado invalid-context-manager tornado/http1connection.py:304:22 Object of type `_ExceptionLoggingContext` cannot be used with `with` because it does not correctly implement `__exit__`
tornado unused-ignore-comment tornado/http1connection.py:306:35 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/http1connection.py:365:29 Unused blanket `type: ignore` directive
tornado invalid-return-type tornado/http1connection.py:368:16 Return type does not match returned value: expected `IOStream`, found `Unknown | IOStream | None`
tornado possibly-missing-attribute tornado/http1connection.py:458:12 Attribute `closed` may be missing on object of type `Unknown | IOStream | None`
tornado possibly-missing-attribute tornado/http1connection.py:467:35 Attribute `write` may be missing on object of type `Unknown | IOStream | None`
tornado possibly-missing-attribute tornado/http1connection.py:476:17 Attribute `close` may be missing on object of type `Unknown | IOStream | None`
tornado possibly-missing-attribute tornado/http1connection.py:495:12 Attribute `closed` may be missing on object of type `Unknown | IOStream | None`
tornado possibly-missing-attribute tornado/http1connection.py:501:35 Attribute `write` may be missing on object of type `Unknown | IOStream | None`
tornado possibly-missing-attribute tornado/http1connection.py:510:21 Attribute `closed` may be missing on object of type `Unknown | IOStream | None`
tornado possibly-missing-attribute tornado/http1connection.py:512:13 Attribute `close` may be missing on object of type `Unknown | IOStream | None`
tornado possibly-missing-attribute tornado/http1connection.py:518:20 Attribute `closed` may be missing on object of type `Unknown | IOStream | None`
tornado possibly-missing-attribute tornado/http1connection.py:519:39 Attribute `write` may be missing on object of type `Unknown | IOStream | None`
tornado possibly-missing-attribute tornado/http1connection.py:531:9 Attribute `set_nodelay` may be missing on object of type `Unknown | IOStream | None`
tornado possibly-missing-attribute tornado/http1connection.py:544:13 Attribute `io_loop` may be missing on object of type `Unknown | IOStream | None`
tornado possibly-missing-attribute tornado/http1connection.py:577:9 Attribute `set_nodelay` may be missing on object of type `Unknown | IOStream | None`
tornado redundant-cast tornado/http1connection.py:621:16 Value is already of type `int`
tornado possibly-missing-attribute tornado/http1connection.py:650:26 Attribute `read_bytes` may be missing on object of type `Unknown | IOStream | None`
tornado invalid-context-manager tornado/http1connection.py:655:22 Object of type `_ExceptionLoggingContext` cannot be used with `with` because it does not correctly implement `__exit__`
tornado possibly-missing-attribute tornado/http1connection.py:664:35 Attribute `read_until` may be missing on object of type `Unknown | IOStream | None`
tornado possibly-missing-attribute tornado/http1connection.py:670:30 Attribute `read_bytes` may be missing on object of type `Unknown | IOStream | None`
tornado possibly-missing-attribute tornado/http1connection.py:681:31 Attribute `read_bytes` may be missing on object of type `Unknown | IOStream | None`
tornado invalid-context-manager tornado/http1connection.py:686:26 Object of type `_ExceptionLoggingContext` cannot be used with `with` because it does not correctly implement `__exit__`
tornado possibly-missing-attribute tornado/http1connection.py:691:26 Attribute `read_bytes` may be missing on object of type `Unknown | IOStream | None`
tornado possibly-missing-attribute tornado/http1connection.py:697:22 Attribute `read_until_close` may be missing on object of type `Unknown | IOStream | None`
tornado invalid-context-manager tornado/http1connection.py:699:18 Object of type `_ExceptionLoggingContext` cannot be used with `with` because it does not correctly implement `__exit__`
tornado unused-ignore-comment tornado/httpclient.py:206:52 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/httpclient.py:565:36 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/httputil.py:584:62 Unused blanket `type: ignore` directive
tornado possibly-missing-attribute tornado/ioloop.py:532:24 Attribute `cancel` may be missing on object of type `(Unknown & ~None) | bool`
tornado possibly-unresolved-reference tornado/ioloop.py:538:33 Name `timeout_handle` used when possibly not defined
tornado possibly-missing-attribute tornado/ioloop.py:540:12 Attribute `cancelled` may be missing on object of type `(Unknown & ~None) | bool`
tornado possibly-missing-attribute tornado/ioloop.py:540:53 Attribute `done` may be missing on object of type `(Unknown & ~None) | bool`
tornado possibly-missing-attribute tornado/ioloop.py:547:16 Attribute `result` may be missing on object of type `(Unknown & ~None) | bool`
tornado invalid-argument-type tornado/ioloop.py:596:33 Argument to bound method `call_at` is incorrect: Expected `int | float`, found `(int & Real) | (float & Real) | (timedelta & Real)`
tornado unresolved-attribute tornado/ioloop.py:848:18 Object of type `IOLoop` has no attribute `_timeout_counter`
tornado unused-ignore-comment tornado/iostream.py:67:28 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/iostream.py:68:31 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/iostream.py:69:33 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/iostream.py:70:30 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/iostream.py:79:46 Unused blanket `type: ignore` directive
tornado invalid-argument-type tornado/iostream.py:530:25 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | _StreamBuffer | None`
tornado possibly-missing-attribute tornado/iostream.py:533:13 Attribute `append` may be missing on object of type `Unknown | _StreamBuffer | None`
tornado unused-ignore-comment tornado/iostream.py:645:36 Unused blanket `type: ignore` directive
tornado invalid-argument-type tornado/iostream.py:949:24 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | _StreamBuffer | None`
tornado possibly-missing-attribute tornado/iostream.py:962:46 Attribute `peek` may be missing on object of type `Unknown | _StreamBuffer | None`
tornado possibly-missing-attribute tornado/iostream.py:965:17 Attribute `advance` may be missing on object of type `Unknown | _StreamBuffer | None`
tornado invalid-return-type tornado/iostream.py:1101:16 Return type does not match returned value: expected `int | _Selectable`, found `Unknown | socket | None`
tornado possibly-missing-attribute tornado/iostream.py:1104:9 Attribute `close` may be missing on object of type `Unknown | socket | None`
tornado unused-ignore-comment tornado/iostream.py:1105:29 Unused blanket `type: ignore` directive
tornado possibly-missing-attribute tornado/iostream.py:1108:17 Attribute `getsockopt` may be missing on object of type `Unknown | socket | None`
tornado possibly-missing-attribute tornado/iostream.py:1113:20 Attribute `recv_into` may be missing on object of type `Unknown | socket | None`
tornado possibly-missing-attribute tornado/iostream.py:1177:13 Attribute `connect` may be missing on object of type `Unknown | socket | None`
tornado invalid-argument-type tornado/iostream.py:1250:37 Argument to bound method `remove_handler` is incorrect: Expected `int | _Selectable`, found `Unknown | socket | None`
tornado unused-ignore-comment tornado/iostream.py:1251:29 Unused blanket `type: ignore` directive
tornado invalid-argument-type tornado/iostream.py:1253:13 Argument to function `ssl_wrap_socket` is incorrect: Expected `socket`, found `Unknown | socket | None`
tornado possibly-missing-attribute tornado/iostream.py:1272:19 Attribute `getsockopt` may be missing on object of type `Unknown | socket | None`
tornado possibly-unresolved-reference tornado/iostream.py:1278:12 Name `err` used when possibly not defined
tornado possibly-unresolved-reference tornado/iostream.py:1279:39 Name `err` used when possibly not defined
tornado possibly-unresolved-reference tornado/iostream.py:1279:56 Name `err` used when possibly not defined
tornado possibly-missing-attribute tornado/iostream.py:1287:21 Attribute `fileno` may be missing on object of type `Unknown | socket | None`
tornado possibly-unresolved-reference tornado/iostream.py:1288:37 Name `err` used when possibly not defined
tornado invalid-argument-type tornado/iostream.py:1295:48 Argument to function `future_set_result_unless_cancelled` is incorrect: Expected `Future[Self@_handle_connect] | Future[Self@_handle_connect]`, found `(Unknown & ~None) | Future[IOStream]`
tornado possibly-missing-attribute tornado/iostream.py:1343:13 Attribute `getpeername` may be missing on object of type `Unknown | None | socket`
tornado possibly-missing-attribute tornado/iostream.py:1363:13 Attribute `do_handshake` may be missing on object of type `Unknown | None | socket`
tornado possibly-missing-attribute tornado/iostream.py:1375:28 Attribute `getpeername` may be missing on object of type `Unknown | None | socket`
tornado possibly-missing-attribute tornado/iostream.py:1379:47 Attribute `fileno` may be missing on object of type `Unknown | None | socket`
tornado invalid-argument-type tornado/iostream.py:1461:37 Argument to bound method `remove_handler` is incorrect: Expected `int | _Selectable`, found `Unknown | None | socket`
tornado invalid-argument-type tornado/iostream.py:1466:13 Argument to function `ssl_wrap_socket` is incorrect: Expected `socket`, found `Unknown | None | socket`
tornado possibly-missing-attribute tornado/iostream.py:1542:24 Attribute `recv_into` may be missing on object of type `Unknown | None | socket`
tornado invalid-method-override tornado/iostream.py:1555:9 Invalid override of method `_is_connreset`: Definition is incompatible with `BaseIOStream._is_connreset`
tornado unused-ignore-comment tornado/iostream.py:1593:45 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/iostream.py:1601:45 Unused blanket `type: ignore` directive
tornado invalid-return-type tornado/locale.py:445:20 Return type does not match returned value: expected `bool`, found `str`
tornado invalid-return-type tornado/locale.py:451:20 Return type does not match returned value: expected `bool`, found `str`
tornado unused-ignore-comment tornado/netutil.py:118:35 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/netutil.py:403:21 Unused blanket `type: ignore` directive
tornado possibly-missing-attribute tornado/netutil.py:476:13 Attribute `shutdown` may be missing on object of type `Unknown | Executor | None`
tornado unused-ignore-comment tornado/netutil.py:477:31 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/netutil.py:518:25 Unused blanket `type: ignore` directive
tornado invalid-argument-type tornado/options.py:580:46 Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | datetime | timedelta | bool | str`
tornado unsupported-operator tornado/options.py:580:50 Operator `+` is not supported between objects of type `Unknown | datetime | timedelta | bool | str` and `Literal[1]`
tornado unused-ignore-comment tornado/platform/asyncio.py:110:76 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/platform/asyncio.py:352:42 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/platform/asyncio.py:408:67 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/platform/asyncio.py:412:55 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/process.py:58:51 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/process.py:211:20 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/process.py:344:60 Unused blanket `type: ignore` directive
tornado invalid-argument-type tornado/queues.py:175:20 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | deque[Unknown]`
tornado possibly-missing-attribute tornado/queues.py:310:16 Attribute `popleft` may be missing on object of type `Unknown | None | deque[Unknown]`
tornado possibly-missing-attribute tornado/queues.py:313:9 Attribute `append` may be missing on object of type `Unknown | None | deque[Unknown]`
tornado invalid-argument-type tornado/queues.py:382:24 Argument to function `heappush` is incorrect: Expected `list[Unknown]`, found `Unknown | None | list[Unknown] | deque[Unknown]`
tornado invalid-argument-type tornado/queues.py:382:37 Argument to function `heappush` is incorrect: Argument type `_T@_put` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
tornado unused-ignore-comment tornado/queues.py:384:28 Unused blanket `type: ignore` directive
tornado invalid-argument-type tornado/queues.py:385:30 Argument to function `heappop` is incorrect: Expected `list[Unknown]`, found `Unknown | None | list[Unknown] | deque[Unknown]`
tornado possibly-missing-attribute tornado/queues.py:419:9 Attribute `append` may be missing on object of type `Unknown | None | list[Unknown] | deque[Unknown]`
tornado unused-ignore-comment tornado/queues.py:421:28 Unused blanket `type: ignore` directive
tornado possibly-missing-attribute tornado/queues.py:422:16 Attribute `pop` may be missing on object of type `Unknown | None | list[Unknown] | deque[Unknown]`
tornado invalid-argument-type tornado/routing.py:355:55 Argument to bound method `__init__` is incorrect: Expected `dict[str, Any] | None`, found `@Todo | dict[str, Any] | str`
tornado invalid-argument-type tornado/routing.py:355:55 Argument to bound method `__init__` is incorrect: Expected `str | None`, found `@Todo | dict[str, Any] | str`
tornado invalid-argument-type tornado/routing.py:357:33 Argument to bound method `__init__` is incorrect: Expected `Matcher`, found `object`
tornado invalid-argument-type tornado/routing.py:357:33 Argument to bound method `__init__` is incorrect: Expected `dict[str, Any] | None`, found `object`
tornado invalid-argument-type tornado/routing.py:357:33 Argument to bound method `__init__` is incorrect: Expected `str | None`, found `object`
tornado no-matching-overload tornado/routing.py:582:17 No overload of bound method `match` matches arguments
tornado no-matching-overload tornado/routing.py:582:17 No overload of bound method `match` matches arguments
tornado invalid-argument-type tornado/simple_httpclient.py:518:46 Argument is incorrect: Expected `(bytes, /) -> None`, found `Unknown | (bound method HTTP1Connection.write(chunk: bytes) -> Future[None])`
tornado unused-ignore-comment tornado/simple_httpclient.py:532:43 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/simple_httpclient.py:539:41 Unused blanket `type: ignore` directive
tornado invalid-method-override tornado/simple_httpclient.py:588:15 Invalid override of method `headers_received`: Definition is incompatible with `HTTPMessageDelegate.headers_received`
tornado unused-ignore-comment tornado/simple_httpclient.py:663:41 Unused blanket `type: ignore` directive
tornado call-non-callable tornado/simple_httpclient.py:667:45 Object of type `None` is not callable
tornado possibly-unresolved-reference tornado/tcpclient.py:329:20 Name `stream` used when possibly not defined
tornado possibly-unresolved-reference tornado/template.py:1009:32 Name `block` used when possibly not defined
tornado unused-ignore-comment tornado/test/asyncio_test.py:113:70 Unused blanket `type: ignore` directive
tornado possibly-unresolved-reference tornado/test/asyncio_test.py:178:34 Name `threads` used when possibly not defined
tornado possibly-unresolved-reference tornado/test/asyncio_test.py:178:68 Name `threads` used when possibly not defined
tornado unused-ignore-comment tornado/test/asyncio_test.py:256:86 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/test/asyncio_test.py:266:86 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/test/asyncio_test.py:270:86 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/test/auth_test.py:44:45 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/test/auth_test.py:134:42 Unused blanket `type: ignore` directive
tornado invalid-argument-type tornado/test/escape_test.py:217:51 Argument to function `linkify` is incorrect: Expected `bool`, found `Unknown | list[Unknown | str] | bool | str | ((href) -> Unknown)`
tornado invalid-argument-type tornado/test/escape_test.py:217:51 Argument to function `linkify` is incorrect: Expected `str | ((str, /) -> str)`, found `Unknown | list[Unknown | str] | bool | str | ((href) -> Unknown)`
tornado invalid-argument-type tornado/test/escape_test.py:217:51 Argument to function `linkify` is incorrect: Expected `bool`, found `Unknown | list[Unknown | str] | bool | str | ((href) -> Unknown)`
tornado invalid-argument-type tornado/test/escape_test.py:217:51 Argument to function `linkify` is incorrect: Expected `list[str]`, found `Unknown | list[Unknown | str] | bool | str | ((href) -> Unknown)`
tornado division-by-zero tornado/test/gen_test.py:63:13 Cannot divide object of type `Literal[1]` by zero
tornado division-by-zero tornado/test/gen_test.py:71:13 Cannot divide object of type `Literal[1]` by zero
tornado unresolved-attribute tornado/test/gen_test.py:300:26 Object of type `(...) -> Future[Unknown]` has no attribute `__name__`
tornado division-by-zero tornado/test/gen_test.py:457:13 Cannot divide object of type `Literal[1]` by zero
tornado division-by-zero tornado/test/gen_test.py:472:13 Cannot divide object of type `Literal[1]` by zero
tornado division-by-zero tornado/test/gen_test.py:485:13 Cannot divide object of type `Literal[1]` by zero
tornado division-by-zero tornado/test/gen_test.py:505:13 Cannot divide object of type `Literal[1]` by zero
tornado unresolved-attribute tornado/test/gen_test.py:583:13 Unresolved attribute `local_ref` on type `Self@test_coroutine_refcounting`.
tornado unresolved-attribute tornado/test/gen_test.py:600:27 Object of type `Self@test_coroutine_refcounting` has no attribute `local_ref`
tornado unresolved-attribute tornado/test/http1connection_test.py:25:13 Unresolved attribute `server_stream` on type `Self@asyncSetUp`.
tornado unresolved-attribute tornado/test/http1connection_test.py:26:29 Object of type `Self@asyncSetUp` has no attribute `server_stream`
tornado unresolved-attribute tornado/test/http1connection_test.py:41:9 Object of type `Self@test_http10_no_content_length` has no attribute `server_stream`
tornado unresolved-attribute tornado/test/http1connection_test.py:42:9 Object of type `Self@test_http10_no_content_length` has no attribute `server_stream`
tornado invalid-method-override tornado/test/http1connection_test.py:52:17 Invalid override of method `data_received`: Definition is incompatible with `HTTPMessageDelegate.data_received`
tornado unused-ignore-comment tornado/test/httpclient_test.py:124:72 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/test/httpclient_test.py:130:74 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/test/httpclient_test.py:304:63 Unused blanket `type: ignore` directive
tornado invalid-assignment tornado/test/httpclient_test.py:521:17 Invalid subscript assignment with key of type `Literal["User-Agent"]` and value of type `Unknown | str | bytes` on object of type `HTTPHeaders`
tornado unused-ignore-comment tornado/test/httpclient_test.py:622:70 Unused blanket `type: ignore` directive
tornado possibly-unresolved-reference tornado/test/httpclient_test.py:671:34 Name `resp` used when possibly not defined
tornado unused-ignore-comment tornado/test/httpclient_test.py:798:35 Unused blanket `type: ignore` directive
tornado unresolved-attribute tornado/test/httpclient_test.py:813:19 Unresolved attribute `port` on type `Self@setUp`.
tornado unresolved-attribute tornado/test/httpclient_test.py:815:13 Unresolved attribute `server` on type `Self@setUp`.
tornado unresolved-attribute tornado/test/httpclient_test.py:816:13 Object of type `Self@setUp` has no attribute `server`
tornado unresolved-attribute tornado/test/httpclient_test.py:831:13 Object of type `Self@tearDown` has no attribute `server`
tornado unresolved-attribute tornado/test/httpclient_test.py:840:23 Object of type `Self@tearDown` has no attribute `server`
tornado unresolved-attribute tornado/test/httpclient_test.py:855:43 Object of type `Self@get_url` has no attribute `port`
tornado unused-ignore-comment tornado/test/httpclient_test.py:906:43 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/test/httpclient_test.py:920:31 Unused blanket `type: ignore` directive
tornado deprecated tornado/test/httpclient_test.py:932:43 The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
tornado unused-ignore-comment tornado/test/httpserver_test.py:69:28 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/test/httpserver_test.py:126:64 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/test/httpserver_test.py:137:60 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/test/httpserver_test.py:675:46 Unused blanket `type: ignore` directive
tornado possibly-missing-attribute tornado/test/httpserver_test.py:838:32 Member `bind_unix_socket` may be missing on module `tornado.netutil`
tornado invalid-method-override tornado/test/httpserver_test.py:1393:17 Invalid override of method `data_received`: Definition is incompatible with `RequestHandler.data_received`
tornado unresolved-attribute tornado/test/httpserver_test.py:1513:13 Unresolved attribute `http1` on type `Self@get_app`.
tornado unresolved-attribute tornado/test/httpserver_test.py:1514:20 Object of type `Self@get_app` has no attribute `http1`
tornado unresolved-attribute tornado/test/httpserver_test.py:1533:16 Object of type `Self@test_legacy_interface` has no attribute `http1`
tornado deprecated tornado/test/httputil_test.py:547:42 The function `utcfromtimestamp` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .fromtimestamp(datetime.timezone.utc)
tornado unused-ignore-comment tornado/test/ioloop_test.py:54:40 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/test/ioloop_test.py:55:40 Unused blanket `type: ignore` directive
tornado unresolved-attribute tornado/test/ioloop_test.py:64:13 Unresolved attribute `called` on type `Self@test_add_callback_wakeup`.
tornado unresolved-attribute tornado/test/ioloop_test.py:68:13 Unresolved attribute `called` on type `Self@test_add_callback_wakeup`.
tornado unresolved-attribute tornado/test/ioloop_test.py:71:13 Unresolved attribute `start_time` on type `Self@test_add_callback_wakeup`.
tornado unresolved-attribute tornado/test/ioloop_test.py:75:45 Object of type `Self@test_add_callback_wakeup` has no attribute `start_time`
tornado unresolved-attribute tornado/test/ioloop_test.py:76:25 Object of type `Self@test_add_callback_wakeup` has no attribute `called`
tornado unresolved-attribute tornado/test/ioloop_test.py:82:13 Unresolved attribute `stop_time` on type `Self@test_add_callback_wakeup_other_thread`.
tornado unresolved-attribute tornado/test/ioloop_test.py:88:31 Object of type `Self@test_add_callback_wakeup_other_thread` has no attribute `stop_time`
tornado division-by-zero tornado/test/ioloop_test.py:347:43 Cannot divide object of type `Literal[1]` by zero
tornado division-by-zero tornado/test/ioloop_test.py:358:13 Cannot divide object of type `Literal[1]` by zero
tornado division-by-zero tornado/test/ioloop_test.py:371:13 Cannot divide object of type `Literal[1]` by zero
tornado division-by-zero tornado/test/ioloop_test.py:380:43 Cannot divide object of type `Literal[1]` by zero
tornado division-by-zero tornado/test/ioloop_test.py:386:45 Cannot divide object of type `Literal[1]` by zero
tornado unresolved-attribute tornado/test/ioloop_test.py:466:17 Unresolved attribute `current_io_loop` on type `Self@test_non_current`.
tornado unresolved-attribute tornado/test/ioloop_test.py:472:27 Object of type `Self@test_non_current` has no attribute `current_io_loop`
tornado division-by-zero tornado/test/ioloop_test.py:588:43 Cannot divide object of type `Literal[1]` by zero
tornado division-by-zero tornado/test/ioloop_test.py:602:13 Cannot divide object of type `Literal[1]` by zero
tornado possibly-missing-attribute tornado/test/iostream_test.py:1128:34 Attribute `cipher` may be missing on object of type `Unknown | None | socket`
tornado unused-ignore-comment tornado/test/locks_test.py:102:74 Unused blanket `type: ignore` directive
tornado division-by-zero tornado/test/locks_test.py:373:17 Cannot divide object of type `Literal[1]` by zero
tornado possibly-missing-attribute tornado/test/netutil_test.py:35:26 Attribute `resolve` may be missing on object of type `Unknown | None`
tornado possibly-missing-attribute tornado/test/netutil_test.py:55:19 Attribute `resolve` may be missing on object of type `Unknown | None`
tornado invalid-assignment tornado/test/netutil_test.py:78:9 Implicit shadowing of function `getaddrinfo`
tornado possibly-missing-attribute tornado/test/netutil_test.py:100:24 Attribute `resolve` may be missing on object of type `Unknown | None | OverrideResolver`
tornado possibly-missing-attribute tornado/test/netutil_test.py:103:24 Attribute `resolve` may be missing on object of type `Unknown | None | OverrideResolver`
tornado possibly-missing-attribute tornado/test/netutil_test.py:116:9 Attribute `close` may be missing on object of type `Unknown | None | ThreadedResolver`
tornado invalid-assignment tornado/test/netutil_test.py:125:9 Implicit shadowing of function `getaddrinfo`
tornado unused-ignore-comment tornado/test/runtests.py:84:37 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/test/runtests.py:90:42 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/test/runtests.py:186:35 Unused blanket `type: ignore` directive
tornado possibly-missing-attribute tornado/test/simple_httpclient_test.py:265:25 Attribute `url` may be missing on object of type `Unknown | None | HTTPRequest`
tornado possibly-missing-attribute tornado/test/simple_httpclient_test.py:285:29 Attribute `url` may be missing on object of type `Unknown | None | HTTPRequest`
tornado possibly-missing-attribute tornado/test/simple_httpclient_test.py:288:38 Attribute `method` may be missing on object of type `Unknown | None | HTTPRequest`
tornado unused-ignore-comment tornado/test/simple_httpclient_test.py:399:70 Unused blanket `type: ignore` directive
tornado invalid-argument-type tornado/test/simple_httpclient_test.py:536:27 Argument to function `__new__` is incorrect: Expected `(str | bytes | None | Unknown, /) -> str | bytes | None | Unknown`, found `Overload[(value: str) -> str, (value: bytes) -> str, (value: None) -> None]`
tornado invalid-argument-type tornado/test/simple_httpclient_test.py:557:27 Argument to function `__new__` is incorrect: Expected `(str | bytes | None | Unknown, /) -> str | bytes | None | Unknown`, found `Overload[(value: str) -> str, (value: bytes) -> str, (value: None) -> None]`
tornado division-by-zero tornado/test/tcpserver_test.py:27:17 Cannot divide object of type `Literal[1]` by zero
tornado unused-ignore-comment tornado/test/tcpserver_test.py:81:32 Unused blanket `type: ignore` directive
tornado possibly-missing-attribute tornado/test/testing_test.py:105:26 Attribute `url` may be missing on object of type `Unknown | None | HTTPRequest`
tornado possibly-missing-attribute tornado/test/testing_test.py:113:26 Attribute `url` may be missing on object of type `Unknown | None | HTTPRequest`
tornado division-by-zero tornado/test/twisted_test.py:63:13 Cannot divide object of type `Literal[1]` by zero
tornado unused-ignore-comment tornado/test/util.py:82:63 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/test/web_test.py:106:45 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/test/web_test.py:110:45 Unused blanket `type: ignore` directive
tornado invalid-method-override tornado/test/web_test.py:243:17 Invalid override of method `create_template_loader`: Definition is incompatible with `RequestHandler.create_template_loader`
tornado possibly-missing-attribute tornado/test/web_test.py:259:25 Attribute `done` may be missing on object of type `Unknown | None`
tornado possibly-missing-attribute tornado/test/web_test.py:264:25 Attribute `done` may be missing on object of type `Unknown | None`
tornado unused-ignore-comment tornado/test/web_test.py:736:41 Unused blanket `type: ignore` directive
tornado division-by-zero tornado/test/web_test.py:1041:17 Cannot divide object of type `Literal[1]` by zero
tornado division-by-zero tornado/test/web_test.py:1048:21 Cannot divide object of type `Literal[1]` by zero
tornado division-by-zero tornado/test/web_test.py:1059:17 Cannot divide object of type `Literal[1]` by zero
tornado invalid-method-override tornado/test/web_test.py:1562:17 Invalid override of method `make_static_url`: Definition is incompatible with `StaticFileHandler.make_static_url`
tornado invalid-method-override tornado/test/web_test.py:1579:17 Invalid override of method `get_absolute_path`: Definition is incompatible with `StaticFileHandler.get_absolute_path`
tornado invalid-method-override tornado/test/web_test.py:1586:17 Invalid override of method `get_content`: Definition is incompatible with `StaticFileHandler.get_content`
tornado division-by-zero tornado/test/web_test.py:1972:17 Cannot divide object of type `Literal[1]` by zero
tornado division-by-zero tornado/test/web_test.py:2015:13 Cannot divide object of type `Literal[1]` by zero
tornado division-by-zero tornado/test/web_test.py:2018:13 Cannot divide object of type `Literal[1]` by zero
tornado unused-ignore-comment tornado/test/web_test.py:2241:55 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/test/web_test.py:2256:67 Unused blanket `type: ignore` directive
tornado invalid-method-override tornado/test/web_test.py:2367:17 Invalid override of method `data_received`: Definition is incompatible with `RequestHandler.data_received`
tornado invalid-method-override tornado/test/web_test.py:2582:23 Invalid override of method `data_received`: Definition is incompatible with `RequestHandler.data_received`
tornado unused-ignore-comment tornado/test/web_test.py:2666:72 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/test/web_test.py:2961:52 Unused blanket `type: ignore` directive
tornado division-by-zero tornado/test/websocket_test.py:79:9 Cannot divide object of type `Literal[1]` by zero
tornado unused-ignore-comment tornado/test/websocket_test.py:97:27 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/testing.py:173:53 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/testing.py:598:50 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/testing.py:860:58 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/util.py:366:40 Unused blanket `type: ignore` directive
tornado unresolved-attribute tornado/util.py:367:24 Object of type `object` has no attribute `co_varnames`
tornado unresolved-attribute tornado/util.py:367:43 Object of type `object` has no attribute `co_argcount`
tornado invalid-assignment tornado/util.py:438:27 Implicit shadowing of function `websocket_mask`
tornado unused-ignore-comment tornado/web.py:242:36 Unused blanket `type: ignore` directive
tornado possibly-missing-attribute tornado/web.py:329:20 Attribute `done` may be missing on object of type `Unknown | None`
tornado possibly-missing-attribute tornado/web.py:330:17 Attribute `set_exception` may be missing on object of type `Unknown | None`
tornado possibly-missing-attribute tornado/web.py:331:17 Attribute `exception` may be missing on object of type `Unknown | None`
tornado no-matching-overload tornado/web.py:1175:9 No overload of bound method `update` matches arguments
tornado not-iterable tornado/web.py:1214:30 Object of type `Unknown | None | list[OutputTransform]` may not be iterable
tornado not-iterable tornado/web.py:1239:30 Object of type `Unknown | None | list[OutputTransform]` may not be iterable
tornado unused-ignore-comment tornado/web.py:1324:25 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/web.py:1838:40 Unused blanket `type: ignore` directive
tornado invalid-await tornado/web.py:1852:27 `Unknown | None` is not awaitable
tornado unused-ignore-comment tornado/web.py:1953:46 Unused blanket `type: ignore` directive
tornado invalid-assignment tornado/web.py:1955:17 Object of type `dict[Unknown, Unknown]` is not assignable to attribute `_active_modules` on type `Self@_ui_module & ~<Protocol with members '_active_modules'>`
tornado unresolved-attribute tornado/web.py:1956:28 Object of type `Self@_ui_module` has no attribute `_active_modules`
tornado unresolved-attribute tornado/web.py:1957:17 Object of type `Self@_ui_module` has no attribute `_active_modules`
tornado unresolved-attribute tornado/web.py:1958:24 Object of type `Self@_ui_module` has no attribute `_active_modules`
tornado unused-ignore-comment tornado/web.py:2024:19 Unused blanket `type: ignore` directive
tornado possibly-missing-attribute tornado/web.py:2027:12 Attribute `endswith` may be missing on object of type `Unknown | None | str`
tornado possibly-missing-attribute tornado/web.py:2029:23 Attribute `rstrip` may be missing on object of type `Unknown | None | str`
tornado unused-ignore-comment tornado/web.py:2053:19 Unused blanket `type: ignore` directive
tornado possibly-missing-attribute tornado/web.py:2056:16 Attribute `endswith` may be missing on object of type `Unknown | None | str`
tornado unsupported-operator tornado/web.py:2058:23 Operator `+` is not supported between objects of type `Unknown | None | str` and `Literal["/"]`
tornado unused-ignore-comment tornado/web.py:2092:48 Unused blanket `type: ignore` directive
tornado invalid-method-override tornado/web.py:2456:9 Invalid override of method `data_received`: Definition is incompatible with `HTTPMessageDelegate.data_received`
tornado possibly-missing-attribute tornado/web.py:2460:13 Attribute `append` may be missing on object of type `Unknown | list[Unknown] | None`
tornado invalid-argument-type tornado/web.py:2465:48 Argument to function `future_set_result_unless_cancelled` is incorrect: Expected `Future[None] | Future[None]`, found `Unknown | None`
tornado invalid-argument-type tornado/web.py:2469:42 Argument to bound method `join` is incorrect: Expected `Iterable[Buffer]`, found `Unknown | list[Unknown] | None`
tornado unused-ignore-comment tornado/web.py:2476:33 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/web.py:2680:74 Unused blanket `type: ignore` directive
tornado possibly-missing-attribute tornado/web.py:2975:20 Attribute `endswith` may be missing on object of type `Unknown | None | str`
tornado possibly-missing-attribute tornado/web.py:2976:20 Attribute `startswith` may be missing on object of type `Unknown | None | str`
tornado unsupported-operator tornado/web.py:2985:31 Operator `+` is not supported between objects of type `Unknown | None | str` and `Literal["/"]`
tornado unused-ignore-comment tornado/web.py:3371:19 Unused blanket `type: ignore` directive
tornado unused-ignore-comment tornado/web.py:3493:46 Unused blanket `type: ignore` directive
tornado invalid-return-type tornado/websocket.py:773:16 Return type does not match returned value: expected `_Compressor`, found `_Compress`
tornado invalid-return-type tornado/websocket.py:810:16 Return type does not match returned value: expected `_Decompressor`, found `_Decompress`
tornado invalid-assignment tornado/websocket.py:1022:13 Invalid subscript assignment with key of type `Literal["max_wbits"]` and value of type `int` on object of type `dict[str, bool]`
tornado invalid-assignment tornado/websocket.py:1024:13 Invalid subscript assignment with key of type `Literal["max_wbits"]` and value of type `int` on object of type `dict[str, bool]`
tornado invalid-assignment tornado/websocket.py:1025:9 Invalid subscript assignment with key of type `Literal["compression_options"]` and value of type `dict[str, Any] | None` on object of type `dict[str, bool]`
tornado possibly-missing-attribute tornado/websocket.py:1086:16 Attribute `write` may be missing on object of type `Unknown | None | IOStream`
tornado possibly-missing-attribute tornado/websocket.py:1137:22 Attribute `read_bytes` may be missing on object of type `Unknown | None | IOStream`
tornado invalid-argument-type tornado/websocket.py:1220:51 Argument to bound method `_handle_message` is incorrect: Expected `int`, found `Any | None`
tornado possibly-missing-attribute tornado/websocket.py:1278:20 Attribute `closed` may be missing on object of type `Unknown | None | IOStream`
tornado possibly-missing-attribute tornado/websocket.py:1294:17 Attribute `io_loop` may be missing on object of type `Unknown | None | IOStream`
tornado possibly-missing-attribute tornado/websocket.py:1296:13 Attribute `close` may be missing on object of type `Unknown | None | IOStream`
tornado possibly-missing-attribute tornado/websocket.py:1300:29 Attribute `io_loop` may be missing on object of type `Unknown | None | IOStream`
tornado possibly-missing-attribute tornado/websocket.py:1301:17 Attribute `io_loop` may be missing on object of type `Unknown | None | IOStream`
tornado possibly-missing-attribute tornado/websocket.py:1314:16 Attribute `closed` may be missing on object of type `Unknown | None | IOStream`
tornado possibly-missing-attribute tornado/websocket.py:1317:9 Attribute `set_nodelay` may be missing on object of type `Unknown | None | IOStream`
tornado unused-ignore-comment tornado/websocket.py:1486:35 Unused blanket `type: ignore` directive
tornado invalid-method-override tornado/websocket.py:1511:15 Invalid override of method `headers_received`: Definition is incompatible with `_HTTPConnection.headers_received`
tornado unused-ignore-comment tornado/websocket.py:1537:37 Unused blanket `type: ignore` directive
tornado possibly-missing-attribute tornado/websocket.py:1623:16 Attribute `selected_subprotocol` may be missing on object of type `Unknown | None | WebSocketProtocol`
tornado no-matching-overload tornado/wsgi.py:224:17 No overload of function `url_unescape` matches arguments
twine unresolved-import twine/auth.py:13:6 Cannot resolve imported module `id`
twine invalid-method-override twine/auth.py:73:9 Invalid override of method `__call__`: Definition is incompatible with `AuthBase.__call__`
twine unresolved-import twine/commands/check.py:23:8 Cannot resolve imported module `readme_renderer.rst`
twine invalid-method-override twine/commands/check.py:53:9 Invalid override of method `write`: Definition is incompatible with `IO.write`
twine unused-ignore-comment twine/package.py:264:38 Unused blanket `type: ignore` directive
twine unresolved-import twine/repository.py:18:8 Cannot resolve imported module `requests_toolbelt`
twine no-matching-overload twine/repository.py:78:43 No overload of bound method `join` matches arguments
twine possibly-unresolved-reference twine/repository.py:179:16 Name `resp` used when possibly not defined
twine unresolved-import twine/utils.py:27:8 Cannot resolve imported module `rfc3986`
twine unresolved-import twine/utils.py:30:6 Cannot resolve imported module `requests_toolbelt.utils`
trio unresolved-attribute src/trio/_abc.py:223:17 Function `socket` has no attribute `AddressFamily`
trio unresolved-attribute src/trio/_abc.py:224:15 Function `socket` has no attribute `SocketKind`
trio unused-ignore-comment src/trio/_channel.py:101:19 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_channel.py:370:69 Unused blanket `type: ignore` directive
trio invalid-return-type src/trio/_channel.py:610:12 Return type does not match returned value: expected `(**P@as_safe_channel) -> AbstractAsyncContextManager[ReceiveChannel[T@as_safe_channel], bool | None]`, found `(self, *args: P@as_safe_channel.args, **kwargs: P@as_safe_channel.kwargs) -> _AsyncGeneratorContextManager[RecvChanWrapper[T@as_safe_channel], None]`
trio possibly-missing-import src/trio/_core/__init__.py:81:9 Member `current_iocp` of module `trio._core._run` may be missing
trio possibly-missing-import src/trio/_core/__init__.py:82:9 Member `monitor_completion_key` of module `trio._core._run` may be missing
trio possibly-missing-import src/trio/_core/__init__.py:83:9 Member `readinto_overlapped` of module `trio._core._run` may be missing
trio possibly-missing-import src/trio/_core/__init__.py:84:9 Member `register_with_iocp` of module `trio._core._run` may be missing
trio possibly-missing-import src/trio/_core/__init__.py:85:9 Member `wait_overlapped` of module `trio._core._run` may be missing
trio possibly-missing-import src/trio/_core/__init__.py:86:9 Member `write_overlapped` of module `trio._core._run` may be missing
trio possibly-missing-import src/trio/_core/__init__.py:92:23 Member `current_kqueue` of module `trio._core._run` may be missing
trio possibly-missing-import src/trio/_core/__init__.py:92:39 Member `monitor_kevent` of module `trio._core._run` may be missing
trio possibly-missing-import src/trio/_core/__init__.py:92:55 Member `wait_kevent` of module `trio._core._run` may be missing
trio unused-ignore-comment src/trio/_core/_entry_queue.py:19:35 Unused blanket `type: ignore` directive
trio invalid-argument-type src/trio/_core/_generated_io_windows.py:112:68 Argument to bound method `notify_closing` is incorrect: Expected `int | _HasFileNo`, found `Handle | int | _HasFileNo`
trio invalid-type-form src/trio/_core/_io_common.py:16:38 Variable of type `Never` is not allowed in a type expression
trio unused-ignore-comment src/trio/_core/_io_kqueue.py:168:58 Unused blanket `type: ignore` directive
trio call-non-callable src/trio/_core/_io_windows.py:322:16 Object of type `object` is not callable
trio call-non-callable src/trio/_core/_io_windows.py:367:24 Object of type `object` is not callable
trio invalid-parameter-default src/trio/_core/_ki.py:130:13 Default value of type `ReferenceType[Self@__init__]` is not assignable to annotated parameter type `ReferenceType[WeakKeyIdentityDictionary[_KT@WeakKeyIdentityDictionary, _VT@WeakKeyIdentityDictionary]]`
trio unused-ignore-comment src/trio/_core/_ki.py:223:28 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_ki.py:234:28 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_local.py:54:33 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_local.py:57:39 Unused blanket `type: ignore` directive
trio unresolved-import src/trio/_core/_run.py:30:6 Cannot resolve imported module `sortedcontainers`
trio unresolved-import src/trio/_core/_run.py:125:10 Cannot resolve imported module `hypothesis`
trio unresolved-import src/trio/_core/_run.py:134:14 Cannot resolve imported module `hypothesis.internal.reflection`
trio invalid-assignment src/trio/_core/_run.py:142:9 Implicit shadowing of function `repr_callable`
trio division-by-zero src/trio/_core/_run.py:161:13 Cannot divide object of type `Literal[1]` by zero
trio possibly-unresolved-reference src/trio/_core/_run.py:781:24 Name `old_next_deadline` used when possibly not defined
trio unused-ignore-comment src/trio/_core/_run.py:1396:23 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_run.py:1496:45 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_run.py:1498:59 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_run.py:1516:59 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_run.py:1517:61 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_run.py:1519:36 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_run.py:1587:32 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_run.py:1743:20 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_run.py:1747:54 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_run.py:1749:80 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_run.py:1794:16 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_run.py:1802:69 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_run.py:1972:66 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_run.py:2253:56 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_run.py:2554:23 Unused blanket `type: ignore` directive
trio possibly-unresolved-reference src/trio/_core/_run.py:2806:38 Name `cushion` used when possibly not defined
trio possibly-unresolved-reference src/trio/_core/_run.py:2902:24 Name `msg` used when possibly not defined
trio possibly-unresolved-reference src/trio/_core/_run.py:2904:31 Name `msg` used when possibly not defined
trio possibly-unresolved-reference src/trio/_core/_run.py:2906:44 Name `msg` used when possibly not defined
trio possibly-unresolved-reference src/trio/_core/_run.py:2912:31 Name `msg` used when possibly not defined
trio possibly-unresolved-reference src/trio/_core/_run.py:2914:50 Name `msg` used when possibly not defined
trio possibly-unresolved-reference src/trio/_core/_run.py:2917:77 Name `msg` used when possibly not defined
trio possibly-unresolved-reference src/trio/_core/_run.py:2930:25 Name `msg` used when possibly not defined
trio invalid-return-type src/trio/_core/_tests/test_guest_mode.py:109:24 Return type does not match returned value: expected `T@trivial_guest_run`, found `object`
trio division-by-zero src/trio/_core/_tests/test_guest_mode.py:433:29 Cannot divide object of type `Literal[1]` by zero
trio unused-ignore-comment src/trio/_core/_tests/test_instrumentation.py:227:28 Unused blanket `type: ignore` directive
trio unresolved-attribute src/trio/_core/_tests/test_io.py:65:16 Object of type `(socket | int, /) -> RetT@also_using_fileno` has no attribute `__name__`
trio unresolved-import src/trio/_core/_tests/test_ki.py:20:10 Cannot resolve imported module `async_generator`
trio unused-ignore-comment src/trio/_core/_tests/test_ki.py:168:43 Unused blanket `type: ignore` directive
trio call-non-callable src/trio/_core/_tests/test_ki.py:171:19 Object of type `None` is not callable
trio unused-ignore-comment src/trio/_core/_tests/test_ki.py:177:45 Unused blanket `type: ignore` directive
trio call-non-callable src/trio/_core/_tests/test_ki.py:180:19 Object of type `None` is not callable
trio unused-ignore-comment src/trio/_core/_tests/test_ki.py:187:43 Unused blanket `type: ignore` directive
trio call-non-callable src/trio/_core/_tests/test_ki.py:190:19 Object of type `None` is not callable
trio unused-ignore-comment src/trio/_core/_tests/test_ki.py:196:45 Unused blanket `type: ignore` directive
trio call-non-callable src/trio/_core/_tests/test_ki.py:199:19 Object of type `None` is not callable
trio invalid-argument-type src/trio/_core/_tests/test_ki.py:685:43 Argument to function `_consume_async_generator` is incorrect: Expected `AsyncGenerator[None, None]`, found `AsyncGeneratorType[object, Never]`
trio invalid-argument-type src/trio/_core/_tests/test_ki.py:690:25 Argument to bound method `send` is incorrect: Expected `Never`, found `None`
trio invalid-argument-type src/trio/_core/_tests/test_ki.py:690:25 Argument to bound method `send` is incorrect: Expected `Never`, found `None`
trio unused-ignore-comment src/trio/_core/_tests/test_run.py:86:29 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_tests/test_run.py:90:34 Unused blanket `type: ignore` directive
trio possibly-missing-attribute src/trio/_core/_tests/test_run.py:894:12 Attribute `__cause__` may be missing on object of type `BaseException | None`
trio possibly-missing-attribute src/trio/_core/_tests/test_run.py:895:12 Attribute `__context__` may be missing on object of type `BaseException | None`
trio unused-ignore-comment src/trio/_core/_tests/test_run.py:1050:64 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_tests/test_run.py:1517:50 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_tests/test_run.py:1633:54 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_tests/test_run.py:1804:23 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_tests/test_run.py:1841:24 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_tests/test_run.py:1847:26 Unused blanket `type: ignore` directive
trio invalid-argument-type src/trio/_core/_tests/test_run.py:2378:61 Argument to bound method `set` is incorrect: Expected `None`, found `Literal["nullio"]`
trio unused-ignore-comment src/trio/_core/_tests/test_run.py:2424:49 Unused blanket `type: ignore` directive
trio invalid-argument-type src/trio/_core/_tests/test_run.py:2428:27 Argument is incorrect: Expected `T@async_yield`, found `object`
trio unused-ignore-comment src/trio/_core/_tests/test_run.py:2438:65 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_tests/test_run.py:2441:41 Unused blanket `type: ignore` directive
trio invalid-argument-type src/trio/_core/_tests/test_run.py:2486:27 Argument is incorrect: Expected `T@async_yield`, found `Literal[1]`
trio invalid-argument-type src/trio/_core/_tests/test_run.py:2487:27 Argument is incorrect: Expected `T@async_yield`, found `Literal[2]`
trio unused-ignore-comment src/trio/_core/_tests/test_run.py:2507:60 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_tests/test_run.py:2508:53 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_tests/test_run.py:2509:60 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_tests/test_run.py:2540:31 Unused blanket `type: ignore` directive
trio unresolved-attribute src/trio/_core/_tests/test_run.py:2901:16 Object of type `BaseException` has no attribute `message`
trio unresolved-attribute src/trio/_core/_tests/test_run.py:2902:16 Object of type `BaseException` has no attribute `exceptions`
trio call-non-callable src/trio/_core/_tests/test_windows.py:263:20 Object of type `object` is not callable
trio call-non-callable src/trio/_core/_tests/test_windows.py:294:20 Object of type `object` is not callable
trio unused-ignore-comment src/trio/_core/_tests/type_tests/nursery_start.py:58:34 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_tests/type_tests/nursery_start.py:59:34 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_tests/type_tests/nursery_start.py:61:37 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_tests/type_tests/nursery_start.py:63:38 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_tests/type_tests/nursery_start.py:64:41 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_tests/type_tests/nursery_start.py:67:41 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_tests/type_tests/nursery_start.py:77:53 Unused blanket `type: ignore` directive
trio type-assertion-failure src/trio/_core/_tests/type_tests/run.py:39:1 Type `list[int | float]` does not match asserted type `Unknown`
trio unused-ignore-comment src/trio/_core/_tests/type_tests/run.py:40:40 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_tests/type_tests/run.py:41:23 Unused blanket `type: ignore` directive
trio type-assertion-failure src/trio/_core/_tests/type_tests/run.py:44:1 Type `int` does not match asserted type `Unknown`
trio unused-ignore-comment src/trio/_core/_tests/type_tests/run.py:46:31 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_tests/type_tests/run.py:47:34 Unused blanket `type: ignore` directive
trio type-assertion-failure src/trio/_core/_tests/type_tests/run.py:50:1 Type `str` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_core/_tests/type_tests/run.py:51:1 Type `int` does not match asserted type `Unknown`
trio unused-ignore-comment src/trio/_core/_thread_cache.py:219:65 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_core/_traps.py:115:35 Unused blanket `type: ignore` directive
trio invalid-method-override src/trio/_dtls.py:1062:15 Invalid override of method `send`: Definition is incompatible with `SendChannel.send`
trio possibly-unresolved-reference src/trio/_dtls.py:1100:33 Name `packet` used when possibly not defined
trio unused-ignore-comment src/trio/_dtls.py:1149:47 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_file_io.py:431:23 Unused blanket `type: ignore` directive
trio unresolved-attribute src/trio/_highlevel_generic.py:111:26 Object of type `SendStreamT@StapledStream` has no attribute `send_eof`
trio invalid-return-type src/trio/_highlevel_generic.py:118:16 Return type does not match returned value: expected `bytes`, found `bytes | bytearray`
trio unused-ignore-comment src/trio/_highlevel_open_tcp_stream.py:137:40 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_highlevel_serve_listeners.py:28:65 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_highlevel_serve_listeners.py:70:29 Unused blanket `type: ignore` directive
trio invalid-return-type src/trio/_highlevel_ssl_helpers.py:120:6 Function always implicitly returns `None`, which is not assignable to return type `Never`
trio unused-ignore-comment src/trio/_path.py:43:20 Unused blanket `type: ignore` directive
trio unresolved-attribute src/trio/_path.py:57:20 Object of type `(...) -> object` has no attribute `__qualname__`
trio unresolved-attribute src/trio/_path.py:107:48 Object of type `(...) -> Iterable[Path]` has no attribute `__name__`
trio unused-ignore-comment src/trio/_path.py:132:66 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_path.py:206:22 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_path.py:216:76 Unused blanket `type: ignore` directive
trio deprecated src/trio/_path.py:262:45 The function `link_to` is deprecated: Deprecated since Python 3.10; removed in Python 3.12. Use `hardlink_to()` instead.
trio unused-ignore-comment src/trio/_repl.py:34:57 Unused blanket `type: ignore` directive
trio invalid-method-override src/trio/_repl.py:116:13 Invalid override of method `write`: Definition is incompatible with `InteractiveInterpreter.write`
trio unresolved-import src/trio/_socket.py:19:8 Cannot resolve imported module `idna`
trio unused-ignore-comment src/trio/_socket.py:50:33 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_socket.py:398:27 Unused blanket `type: ignore` directive
trio unresolved-attribute src/trio/_socket.py:442:54 Object of type `(...) -> T@_make_simple_sock_method_wrapper` has no attribute `__name__`
trio unresolved-attribute src/trio/_socket.py:447:71 Object of type `(...) -> T@_make_simple_sock_method_wrapper` has no attribute `__name__`
trio invalid-type-form src/trio/_socket.py:625:19 Invalid subscript of object of type `property` in type expression
trio possibly-missing-attribute src/trio/_socket.py:879:20 Attribute `share` may be missing on object of type `Unknown | socket`
trio invalid-type-form src/trio/_socket.py:886:19 Invalid subscript of object of type `property` in type expression
trio invalid-assignment src/trio/_socket.py:1123:12 Implicit shadowing of function `recv`
trio invalid-assignment src/trio/_socket.py:1142:17 Implicit shadowing of function `recv_into`
trio invalid-assignment src/trio/_socket.py:1160:16 Implicit shadowing of function `recvfrom`
trio invalid-assignment src/trio/_socket.py:1179:21 Implicit shadowing of function `recvfrom_into`
trio invalid-assignment src/trio/_socket.py:1201:19 Implicit shadowing of function `recvmsg`
trio invalid-assignment src/trio/_socket.py:1224:24 Implicit shadowing of function `recvmsg_into`
trio invalid-assignment src/trio/_socket.py:1238:12 Implicit shadowing of function `send`
trio unused-ignore-comment src/trio/_socket.py:1275:44 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_ssl.py:426:23 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_ssl.py:781:43 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_subprocess.py:1136:20 Unused blanket `type: ignore` directive
trio invalid-overload src/trio/_subprocess.py:1146:19 Overloads for function `open_process` must be followed by a non-`@overload`-decorated implementation function
trio unused-ignore-comment src/trio/_subprocess.py:1154:20 Unused blanket `type: ignore` directive
trio invalid-overload src/trio/_subprocess.py:1164:19 Overloads for function `run_process` must be followed by a non-`@overload`-decorated implementation function
trio unused-ignore-comment src/trio/_subprocess_platform/kqueue.py:20:36 Unused blanket `type: ignore` directive
trio invalid-type-form src/trio/_sync.py:88:13 Invalid subscript of object of type `def set(self) -> None` in type expression
trio deprecated src/trio/_sync.py:140:18 The function `__bool__` is deprecated: trio.Event.__bool__ is deprecated since Trio 0.31.0; use trio.Event.is_set instead (https://github.com/python-trio/trio/issues/3238)
trio invalid-argument-type src/trio/_sync.py:656:36 Argument to function `remove_parking_lot_breaker` is incorrect: Expected `Task`, found `Task | None`
trio possibly-unresolved-reference src/trio/_tests/check_type_completeness.py:106:90 Name `obj_name` used when possibly not defined
trio missing-argument src/trio/_tests/test_deprecate.py:174:12 No argument provided for required parameter `self`
trio unresolved-import src/trio/_tests/test_dtls.py:14:12 Cannot resolve imported module `trustme`
trio possibly-unresolved-reference src/trio/_tests/test_dtls.py:30:6 Name `trustme` used when possibly not defined
trio unused-ignore-comment src/trio/_tests/test_dtls.py:208:53 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_dtls.py:539:41 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_dtls.py:651:37 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_dtls.py:695:37 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_dtls.py:724:37 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_dtls.py:755:37 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_dtls.py:880:41 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_dtls.py:897:37 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_dtls.py:926:37 Unused blanket `type: ignore` directive
trio unresolved-import src/trio/_tests/test_exports.py:42:14 Cannot resolve imported module `mypy.api`
trio unresolved-import src/trio/_tests/test_exports.py:156:18 Cannot resolve imported module `pylint.lint`
trio unused-ignore-comment src/trio/_tests/test_exports.py:163:45 Unused blanket `type: ignore` directive
trio unresolved-import src/trio/_tests/test_exports.py:169:20 Cannot resolve imported module `jedi`
trio unresolved-import src/trio/_tests/test_exports.py:212:20 Cannot resolve imported module `pyright`
trio unused-ignore-comment src/trio/_tests/test_exports.py:305:60 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_exports.py:323:61 Unused blanket `type: ignore` directive
trio unresolved-import src/trio/_tests/test_exports.py:377:24 Cannot resolve imported module `jedi`
trio possibly-unresolved-reference src/trio/_tests/test_exports.py:389:32 Name `cache_json` used when possibly not defined
trio possibly-unresolved-reference src/trio/_tests/test_exports.py:393:32 Name `lookup_symbol` used when possibly not defined
trio possibly-unresolved-reference src/trio/_tests/test_exports.py:401:24 Name `lookup_symbol` used when possibly not defined
trio unused-ignore-comment src/trio/_tests/test_fakenet.py:136:72 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_fakenet.py:193:32 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_fakenet.py:211:66 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_fakenet.py:216:28 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_fakenet.py:221:34 Unused blanket `type: ignore` directive
trio invalid-method-override src/trio/_tests/test_highlevel_open_tcp_listeners.py:223:9 Invalid override of method `socket`: Definition is incompatible with `SocketFactory.socket`
trio invalid-argument-type src/trio/_tests/test_highlevel_open_tcp_listeners.py:235:35 Argument is incorrect: Expected `SocketKind`, found `int`
trio unused-ignore-comment src/trio/_tests/test_highlevel_open_tcp_stream.py:141:51 Unused blanket `type: ignore` directive
trio invalid-method-override src/trio/_tests/test_highlevel_open_tcp_stream.py:222:15 Invalid override of method `connect`: Definition is incompatible with `SocketType.connect`
trio invalid-method-override src/trio/_tests/test_highlevel_open_tcp_stream.py:271:9 Invalid override of method `socket`: Definition is incompatible with `SocketFactory.socket`
trio invalid-argument-type src/trio/_tests/test_highlevel_open_unix_stream.py:28:25 Argument is incorrect: Expected `CloseT@close_on_error`, found `CloseMe`
trio invalid-argument-type src/trio/_tests/test_highlevel_open_unix_stream.py:33:29 Argument is incorrect: Expected `CloseT@close_on_error`, found `CloseMe`
trio deprecated src/trio/_tests/test_highlevel_open_unix_stream.py:49:21 The function `mktemp` is deprecated: Deprecated since Python 2.3. Use `mkstemp()` or `NamedTemporaryFile(delete=False)` instead.
trio deprecated src/trio/_tests/test_highlevel_open_unix_stream.py:57:25 The function `mktemp` is deprecated: Deprecated since Python 2.3. Use `mkstemp()` or `NamedTemporaryFile(delete=False)` instead.
trio possibly-missing-attribute src/trio/_tests/test_path.py:124:12 Attribute `__name__` may be missing on object of type `Unknown | ((...) -> Awaitable[Unknown])`
trio possibly-missing-attribute src/trio/_tests/test_path.py:125:12 Attribute `__qualname__` may be missing on object of type `Unknown | ((...) -> Awaitable[Unknown])`
trio possibly-missing-attribute src/trio/_tests/test_path.py:128:12 Attribute `__qualname__` may be missing on object of type `Unknown | ((...) -> Awaitable[Unknown])`
trio unused-ignore-comment src/trio/_tests/test_repl.py:268:31 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_repl.py:318:103 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_repl.py:372:94 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_socket.py:446:20 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_socket.py:942:65 Unused blanket `type: ignore` directive
trio unresolved-import src/trio/_tests/test_ssl.py:26:12 Cannot resolve imported module `trustme`
trio possibly-unresolved-reference src/trio/_tests/test_ssl.py:76:16 Name `trustme` used when possibly not defined
trio invalid-method-override src/trio/_tests/test_ssl.py:260:15 Invalid override of method `send_all`: Definition is incompatible with `SendStream.send_all`
trio invalid-method-override src/trio/_tests/test_ssl.py:283:15 Invalid override of method `receive_some`: Definition is incompatible with `ReceiveStream.receive_some`
trio unused-ignore-comment src/trio/_tests/test_ssl.py:378:21 Unused blanket `type: ignore` directive
trio call-non-callable src/trio/_tests/test_ssl.py:926:15 Object of type `None` is not callable
trio unused-ignore-comment src/trio/_tests/test_subprocess.py:85:36 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_subprocess.py:98:36 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_subprocess.py:117:47 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_subprocess.py:497:55 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_subprocess.py:600:50 Unused blanket `type: ignore` directive
trio deprecated src/trio/_tests/test_sync.py:28:11 The function `__bool__` is deprecated: trio.Event.__bool__ is deprecated since Trio 0.31.0; use trio.Event.is_set instead (https://github.com/python-trio/trio/issues/3238)
trio invalid-return-type src/trio/_tests/test_testing.py:423:20 Return type does not match returned value: expected `bytes`, found `bytearray`
trio unused-ignore-comment src/trio/_tests/test_testing_raisesgroup.py:161:71 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_testing_raisesgroup.py:271:69 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_testing_raisesgroup.py:282:69 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_threads.py:57:28 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_threads.py:645:45 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_threads.py:705:41 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_threads.py:732:61 Unused blanket `type: ignore` directive
trio deprecated src/trio/_tests/test_util.py:115:22 The function `coroutine` is deprecated: Deprecated since Python 3.8; removed in Python 3.11. Use `async def` instead.
trio not-iterable src/trio/_tests/test_util.py:119:28 Object of type `CoroutineType[Any, Any, None]` is not iterable
trio unused-ignore-comment src/trio/_tests/test_util.py:131:68 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_util.py:139:53 Unused blanket `type: ignore` directive
trio unresolved-attribute src/trio/_tests/test_util.py:236:5 Unresolved attribute `recursion` on type `type`.
trio unused-ignore-comment src/trio/_tests/test_windows_pipes.py:33:30 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/test_windows_pipes.py:35:34 Unused blanket `type: ignore` directive
trio unresolved-import src/trio/_tests/tools/test_gen_exports.py:11:12 Cannot resolve imported module `astor`
trio unresolved-import src/trio/_tests/tools/test_gen_exports.py:12:12 Cannot resolve imported module `isort`
trio unresolved-import src/trio/_tests/tools/test_gen_exports.py:103:16 Cannot resolve imported module `black`
trio unresolved-import src/trio/_tests/tools/test_gen_exports.py:142:16 Cannot resolve imported module `ruff`
trio unresolved-import src/trio/_tests/tools/test_gen_exports.py:168:16 Cannot resolve imported module `black`
trio unresolved-import src/trio/_tests/tools/test_gen_exports.py:169:16 Cannot resolve imported module `ruff`
trio unresolved-import src/trio/_tests/tools/test_sync_requirements.py:10:12 Cannot resolve imported module `yaml`
trio type-assertion-failure src/trio/_tests/type_tests/check_wraps.py:9:5 Type `int` does not match asserted type `Unknown | int`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:64:5 Type `Path` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:65:5 Type `Path` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:66:5 Type `stat_result` does not match asserted type `Unknown | stat_result`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:67:5 Type `None` does not match asserted type `Unknown | None`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:68:5 Type `bool` does not match asserted type `Unknown | bool`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:69:5 Type `Path` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:71:9 Type `Path` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:73:9 Type `str` does not match asserted type `Unknown | str`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:74:5 Type `bool` does not match asserted type `Unknown | bool`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:75:5 Type `bool` does not match asserted type `Unknown | bool`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:79:9 Type `bool` does not match asserted type `Unknown | bool`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:80:5 Type `bool` does not match asserted type `Unknown | bool`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:81:5 Type `bool` does not match asserted type `Unknown | bool`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:82:5 Type `bool` does not match asserted type `Unknown | bool`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:83:5 Type `bool` does not match asserted type `Unknown | bool`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:84:5 Type `bool` does not match asserted type `Unknown | bool`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:86:9 Type `Path` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:88:5 Type `None` does not match asserted type `Unknown | None`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:89:5 Type `stat_result` does not match asserted type `Unknown | stat_result`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:90:5 Type `None` does not match asserted type `Unknown | None`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:93:9 Type `str` does not match asserted type `Unknown | str`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:94:5 Type `bytes` does not match asserted type `Unknown | bytes`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:95:5 Type `str` does not match asserted type `Unknown | str`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:96:5 Type `Path` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:97:5 Type `Path` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:98:5 Type `Path` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:99:5 Type `Path` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:101:9 Type `Path` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:103:9 Type `Path` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:104:5 Type `None` does not match asserted type `Unknown | None`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:105:5 Type `bool` does not match asserted type `Unknown | bool`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:106:5 Type `None` does not match asserted type `Unknown | None`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:107:5 Type `None` does not match asserted type `Unknown | None`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:108:5 Type `None` does not match asserted type `Unknown | None`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:109:5 Type `None` does not match asserted type `Unknown | None`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:110:5 Type `int` does not match asserted type `Unknown | int`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:111:5 Type `int` does not match asserted type `Unknown | int`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:119:5 Type `AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:120:5 Type `AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:121:5 Type `AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:122:5 Type `AsyncIOWrapper[TextIOWrapper[_WrappedBuffer]]` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:123:5 Type `AsyncIOWrapper[FileIO]` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:124:5 Type `AsyncIOWrapper[BufferedRandom]` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:125:5 Type `AsyncIOWrapper[BufferedWriter]` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:126:5 Type `AsyncIOWrapper[BufferedReader[_BufferedReaderStream]]` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:127:5 Type `AsyncIOWrapper[BinaryIO]` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:128:5 Type `AsyncIOWrapper[IO[Any]]` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:132:5 Type `bytes` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:133:5 Type `int` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:134:5 Type `int` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:137:5 Type `str` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:138:5 Type `int` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_tests/type_tests/path.py:140:5 Type `list[str]` does not match asserted type `Unknown`
trio type-assertion-failure src/trio/_tests/type_tests/raisesgroup.py:36:9 Type `BaseExceptionGroup[KeyboardInterrupt]` does not match asserted type `ExceptionGroup[ValueError]`
trio type-assertion-failure src/trio/_tests/type_tests/raisesgroup.py:48:9 Type `ExceptionGroup[ValueError]` does not match asserted type `BaseExceptionGroup[KeyboardInterrupt]`
trio type-assertion-failure src/trio/_tests/type_tests/raisesgroup.py:128:5 Type `ExceptionGroup[ValueError]` does not match asserted type `ExceptionGroup[Unknown]`
trio type-assertion-failure src/trio/_tests/type_tests/raisesgroup.py:215:9 Type `ExceptionGroup[ExceptionGroup[ExceptionGroup[ValueError]]]` does not match asserted type `ExceptionGroup[ExceptionGroup[ExceptionGroup[Unknown]]]`
trio type-assertion-failure src/trio/_tests/type_tests/raisesgroup.py:220:5 Type `((BaseExceptionGroup[ValueError], /) -> bool) | None` does not match asserted type `Unknown | ((BaseExceptionGroup[Unknown], /) -> bool) | None`
trio unused-ignore-comment src/trio/_tests/type_tests/subprocesses.py:15:70 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/type_tests/subprocesses.py:22:60 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_tests/type_tests/subprocesses.py:23:70 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_threads.py:153:28 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_threads.py:154:42 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_threads.py:212:32 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_threads.py:213:30 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_threads.py:360:58 Unused blanket `type: ignore` directive
trio unresolved-import src/trio/_tools/gen_exports.py:24:8 Cannot resolve imported module `astor`
trio unresolved-attribute src/trio/_tools/gen_exports.py:64:26 Object of type `AST` has no attribute `decorator_list`
trio unresolved-import src/trio/_tools/gen_exports.py:114:12 Cannot resolve imported module `black`
trio unresolved-import src/trio/_tools/gen_exports.py:145:12 Cannot resolve imported module `ruff`
trio unresolved-import src/trio/_tools/sync_requirements.py:12:6 Cannot resolve imported module `yaml`
trio unresolved-import src/trio/_tools/sync_requirements.py:17:10 Cannot resolve imported module `yaml`
trio unresolved-import src/trio/_tools/sync_requirements.py:22:10 Cannot resolve imported module `yaml`
trio unresolved-import src/trio/_tools/sync_requirements.py:24:10 Cannot resolve imported module `yaml`
trio invalid-method-override src/trio/_unix_pipes.py:130:15 Invalid override of method `send_all`: Definition is incompatible with `SendStream.send_all`
trio unused-ignore-comment src/trio/_util.py:22:53 Unused blanket `type: ignore` directive
trio invalid-return-type src/trio/_util.py:145:12 Return type does not match returned value: expected `Coroutine[object, Never, RetT@coroutine_or_error]`, found `Coroutine[object, Never, object]`
trio unused-ignore-comment src/trio/_util.py:181:19 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_util.py:188:43 Unused blanket `type: ignore` directive
trio unsupported-operator src/trio/_util.py:218:45 Operator `not in` is not supported between objects of type `Literal["."]` and `object`
trio invalid-assignment src/trio/_util.py:219:17 Cannot assign to read-only property `__name__` on object of type `<Protocol with members '__name__'>`
trio invalid-assignment src/trio/_util.py:221:21 Object of type `str` is not assignable to attribute `__qualname__` on type `<Protocol with members '__name__'> & <Protocol with members '__qualname__'>`
trio unused-ignore-comment src/trio/_util.py:313:54 Unused blanket `type: ignore` directive
trio unused-ignore-comment src/trio/_util.py:315:17 Unused blanket `type: ignore` directive
trio invalid-parameter-default src/trio/_util.py:317:9 Default value of type `EllipsisType` is not assignable to annotated parameter type `Sequence[str]`
trio invalid-parameter-default src/trio/_util.py:318:9 Default value of type `EllipsisType` is not assignable to annotated parameter type `Sequence[str]`
trio invalid-return-type src/trio/_windows_pipes.py:137:24 Return type does not match returned value: expected `bytes`, found `bytearray`
trio unused-ignore-comment src/trio/socket.py:113:27 Unused blanket `type: ignore` directive
trio unresolved-import src/trio/socket.py:120:9 Module `socket` has no member `AF_BLUETOOTH`
trio unresolved-import src/trio/socket.py:124:9 Module `socket` has no member `AF_HYPERV`
trio unresolved-import src/trio/socket.py:130:9 Module `socket` has no member `AF_LINK`
trio unresolved-import src/trio/socket.py:143:9 Module `socket` has no member `AF_SYSTEM`
trio unresolved-import src/trio/socket.py:153:9 Module `socket` has no member `AI_DEFAULT`
trio unresolved-import src/trio/socket.py:154:9 Module `socket` has no member `AI_MASK`
trio unresolved-import src/trio/socket.py:159:9 Module `socket` has no member `AI_V4MAPPED_CFG`
trio unresolved-import src/trio/socket.py:170:9 Module `socket` has no member `BDADDR_ANY`
trio unresolved-import src/trio/socket.py:171:9 Module `socket` has no member `BDADDR_LOCAL`
trio unresolved-import src/trio/socket.py:172:9 Module `socket` has no member `BTPROTO_HCI`
trio unresolved-import src/trio/socket.py:173:9 Module `socket` has no member `BTPROTO_L2CAP`
trio unresolved-import src/trio/socket.py:174:9 Module `socket` has no member `BTPROTO_RFCOMM`
trio unresolved-import src/trio/socket.py:175:9 Module `socket` has no member `BTPROTO_SCO`
trio unresolved-import src/trio/socket.py:223:9 Module `socket` has no member `EAI_BADHINTS`
trio unresolved-import src/trio/socket.py:226:9 Module `socket` has no member `EAI_MAX`
trio unresolved-import src/trio/socket.py:231:9 Module `socket` has no member `EAI_PROTOCOL`
trio unresolved-import src/trio/socket.py:236:9 Module `socket` has no member `ETH_P_ALL`
trio unresolved-import src/trio/socket.py:237:9 Module `socket` has no member `ETHERTYPE_ARP`
trio unresolved-import src/trio/socket.py:238:9 Module `socket` has no member `ETHERTYPE_IP`
trio unresolved-import src/trio/socket.py:239:9 Module `socket` has no member `ETHERTYPE_IPV6`
trio unresolved-import src/trio/socket.py:240:9 Module `socket` has no member `ETHERTYPE_VLAN`
trio unresolved-import src/trio/socket.py:242:9 Module `socket` has no member `FD_ACCEPT`
trio unresolved-import src/trio/socket.py:243:9 Module `socket` has no member `FD_CLOSE`
trio unresolved-import src/trio/socket.py:244:9 Module `socket` has no member `FD_CLOSE_BIT`
trio unresolved-import src/trio/socket.py:245:9 Module `socket` has no member `FD_CONNECT`
trio unresolved-import src/trio/socket.py:246:9 Module `socket` has no member `FD_CONNECT_BIT`
trio unresolved-import src/trio/socket.py:247:9 Module `socket` has no member `FD_READ`
trio unresolved-import src/trio/socket.py:248:9 Module `socket` has no member `FD_SETSIZE`
trio unresolved-import src/trio/socket.py:249:9 Module `socket` has no member `FD_WRITE`
trio unresolved-import src/trio/socket.py:250:9 Module `socket` has no member `HCI_DATA_DIR`
trio unresolved-import src/trio/socket.py:251:9 Module `socket` has no member `HCI_FILTER`
trio unresolved-import src/trio/socket.py:252:9 Module `socket` has no member `HCI_TIME_STAMP`
trio unresolved-import src/trio/socket.py:253:9 Module `socket` has no member `HV_GUID_BROADCAST`
trio unresolved-import src/trio/socket.py:254:9 Module `socket` has no member `HV_GUID_CHILDREN`
trio unresolved-import src/trio/socket.py:255:9 Module `socket` has no member `HV_GUID_LOOPBACK`
trio unresolved-import src/trio/socket.py:256:9 Module `socket` has no member `HV_GUID_PARENT`
trio unresolved-import src/trio/socket.py:257:9 Module `socket` has no member `HV_GUID_WILDCARD`
trio unresolved-import src/trio/socket.py:258:9 Module `socket` has no member `HV_GUID_ZERO`
trio unresolved-import src/trio/socket.py:259:9 Module `socket` has no member `HV_PROTOCOL_RAW`
trio unresolved-import src/trio/socket.py:260:9 Module `socket` has no member `HVSOCKET_ADDRESS_FLAG_PASSTHRU`
trio unresolved-import src/trio/socket.py:261:9 Module `socket` has no member `HVSOCKET_CONNECT_TIMEOUT`
trio unresolved-import src/trio/socket.py:262:9 Module `socket` has no member `HVSOCKET_CONNECT_TIMEOUT_MAX`
trio unresolved-import src/trio/socket.py:263:9 Module `socket` has no member `HVSOCKET_CONNECTED_SUSPEND`
trio unresolved-import src/trio/socket.py:271:9 Module `socket` has no member `INFINITE`
trio unresolved-import src/trio/socket.py:274:9 Module `socket` has no member `IP_ADD_SOURCE_MEMBERSHIP`
trio unresolved-import src/trio/socket.py:275:9 Module `socket` has no member `IP_BLOCK_SOURCE`
trio unresolved-import src/trio/socket.py:279:9 Module `socket` has no member `IP_DROP_SOURCE_MEMBERSHIP`
trio unresolved-import src/trio/socket.py:280:9 Module `socket` has no member `IP_FREEBIND`
trio unresolved-import src/trio/socket.py:287:9 Module `socket` has no member `IP_PKTINFO`
trio unresolved-import src/trio/socket.py:288:9 Module `socket` has no member `IP_RECVDSTADDR`
trio unresolved-import src/trio/socket.py:289:9 Module `socket` has no member `IP_RECVERR`
trio unresolved-import src/trio/socket.py:291:9 Module `socket` has no member `IP_RECVORIGDSTADDR`
trio unresolved-import src/trio/socket.py:294:9 Module `socket` has no member `IP_RECVTTL`
trio unresolved-import src/trio/socket.py:299:9 Module `socket` has no member `IP_UNBLOCK_SOURCE`
trio unresolved-import src/trio/socket.py:303:9 Module `socket` has no member `IPPROTO_CBT`
trio unresolved-import src/trio/socket.py:306:9 Module `socket` has no member `IPPROTO_EON`
trio unresolved-import src/trio/socket.py:309:9 Module `socket` has no member `IPPROTO_GGP`
trio unresolved-import src/trio/socket.py:311:9 Module `socket` has no member `IPPROTO_HELLO`
trio unresolved-import src/trio/socket.py:313:9 Module `socket` has no member `IPPROTO_ICLFXBM`
trio unresolved-import src/trio/socket.py:318:9 Module `socket` has no member `IPPROTO_IGP`
trio unresolved-import src/trio/socket.py:320:9 Module `socket` has no member `IPPROTO_IPCOMP`
trio unresolved-import src/trio/socket.py:322:9 Module `socket` has no member `IPPROTO_IPV4`
trio unresolved-import src/trio/socket.py:324:9 Module `socket` has no member `IPPROTO_L2TP`
trio unresolved-import src/trio/socket.py:325:9 Module `socket` has no member `IPPROTO_MAX`
trio unresolved-import src/trio/socket.py:326:9 Module `socket` has no member `IPPROTO_MOBILE`
trio unresolved-import src/trio/socket.py:328:9 Module `socket` has no member `IPPROTO_ND`
trio unresolved-import src/trio/socket.py:330:9 Module `socket` has no member `IPPROTO_PGM`
trio unresolved-import src/trio/socket.py:334:9 Module `socket` has no member `IPPROTO_RDP`
trio unresolved-import src/trio/socket.py:338:9 Module `socket` has no member `IPPROTO_ST`
trio unresolved-import src/trio/socket.py:343:9 Module `socket` has no member `IPPROTO_XTP`
trio unresolved-import src/trio/socket.py:358:9 Module `socket` has no member `IPV6_RECVERR`
trio unresolved-import src/trio/socket.py:370:9 Module `socket` has no member `IPV6_USE_MIN_MTU`
trio unresolved-import src/trio/socket.py:387:9 Module `socket` has no member `LOCAL_PEERCRED`
trio unresolved-import src/trio/socket.py:388:9 Module `socket` has no member `MSG_BCAST`
trio unresolved-import src/trio/socket.py:394:9 Module `socket` has no member `MSG_EOF`
trio unresolved-import src/trio/socket.py:398:9 Module `socket` has no member `MSG_MCAST`
trio unresolved-import src/trio/socket.py:401:9 Module `socket` has no member `MSG_NOTIFICATION`
trio unresolved-import src/trio/socket.py:415:9 Module `socket` has no member `NI_IDN`
trio unresolved-import src/trio/socket.py:432:9 Module `socket` has no member `PF_SYSTEM`
trio unresolved-import src/trio/socket.py:433:9 Module `socket` has no member `POLLERR`
trio unresolved-import src/trio/socket.py:434:9 Module `socket` has no member `POLLHUP`
trio unresolved-import src/trio/socket.py:435:9 Module `socket` has no member `POLLIN`
trio unresolved-import src/trio/socket.py:436:9 Module `socket` has no member `POLLMSG`
trio unresolved-import src/trio/socket.py:437:9 Module `socket` has no member `POLLNVAL`
trio unresolved-import src/trio/socket.py:438:9 Module `socket` has no member `POLLOUT`
trio unresolved-import src/trio/socket.py:439:9 Module `socket` has no member `POLLPRI`
trio unresolved-import src/trio/socket.py:440:9 Module `socket` has no member `POLLRDBAND`
trio unresolved-import src/trio/socket.py:441:9 Module `socket` has no member `POLLRDNORM`
trio unresolved-import src/trio/socket.py:442:9 Module `socket` has no member `POLLWRNORM`
trio unresolved-import src/trio/socket.py:443:9 Module `socket` has no member `RCVALL_MAX`
trio unresolved-import src/trio/socket.py:444:9 Module `socket` has no member `RCVALL_OFF`
trio unresolved-import src/trio/socket.py:445:9 Module `socket` has no member `RCVALL_ON`
trio unresolved-import src/trio/socket.py:446:9 Module `socket` has no member `RCVALL_SOCKETLEVELONLY`
trio unresolved-import src/trio/socket.py:448:9 Module `socket` has no member `SCM_CREDS`
trio unresolved-import src/trio/socket.py:457:9 Module `socket` has no member `SIO_KEEPALIVE_VALS`
trio unresolved-import src/trio/socket.py:458:9 Module `socket` has no member `SIO_LOOPBACK_FAST_PATH`
trio unresolved-import src/trio/socket.py:459:9 Module `socket` has no member `SIO_RCVALL`
trio unresolved-import src/trio/socket.py:460:9 Module `socket` has no member `SIOCGIFINDEX`
trio unresolved-import src/trio/socket.py:461:9 Module `socket` has no member `SIOCGIFNAME`
trio unresolved-import src/trio/socket.py:464:9 Module `socket` has no member `SO_BINDTOIFINDEX`
trio unresolved-import src/trio/socket.py:466:9 Module `socket` has no member `SO_BTH_ENCRYPT`
trio unresolved-import src/trio/socket.py:467:9 Module `socket` has no member `SO_BTH_MTU`
trio unresolved-import src/trio/socket.py:468:9 Module `socket` has no member `SO_BTH_MTU_MAX`
trio unresolved-import src/trio/socket.py:469:9 Module `socket` has no member `SO_BTH_MTU_MIN`
trio unresolved-import src/trio/socket.py:474:9 Module `socket` has no member `SO_EXCLUSIVEADDRUSE`
trio unresolved-import src/trio/socket.py:475:9 Module `socket` has no member `SO_INCOMING_CPU`
trio unresolved-import src/trio/socket.py:484:9 Module `socket` has no member `SO_ORIGINAL_DST`
trio unresolved-import src/trio/socket.py:496:9 Module `socket` has no member `SO_SETFIB`
trio unresolved-import src/trio/socket.py:501:9 Module `socket` has no member `SO_USELOOPBACK`
trio unresolved-import src/trio/socket.py:518:9 Module `socket` has no member `SOL_RFCOMM`
trio unresolved-import src/trio/socket.py:524:9 Module `socket` has no member `SYSPROTO_CONTROL`
trio unresolved-import src/trio/socket.py:525:9 Module `socket` has no member `TCP_CC_INFO`
trio unresolved-import src/trio/socket.py:527:9 Module `socket` has no member `TCP_CONNECTION_INFO`
trio unresolved-import src/trio/socket.py:531:9 Module `socket` has no member `TCP_FASTOPEN_CONNECT`
trio unresolved-import src/trio/socket.py:532:9 Module `socket` has no member `TCP_FASTOPEN_KEY`
trio unresolved-import src/trio/socket.py:533:9 Module `socket` has no member `TCP_FASTOPEN_NO_COOKIE`
trio unresolved-import src/trio/socket.py:535:9 Module `socket` has no member `TCP_INQ`
trio unresolved-import src/trio/socket.py:536:9 Module `socket` has no member `TCP_KEEPALIVE`
trio unresolved-import src/trio/socket.py:542:9 Module `socket` has no member `TCP_MD5SIG`
trio unresolved-import src/trio/socket.py:543:9 Module `socket` has no member `TCP_MD5SIG_EXT`
trio unresolved-import src/trio/socket.py:546:9 Module `socket` has no member `TCP_QUEUE_SEQ`
trio unresolved-import src/trio/socket.py:548:9 Module `socket` has no member `TCP_REPAIR`
trio unresolved-import src/trio/socket.py:549:9 Module `socket` has no member `TCP_REPAIR_OPTIONS`
trio unresolved-import src/trio/socket.py:550:9 Module `socket` has no member `TCP_REPAIR_QUEUE`
trio unresolved-import src/trio/socket.py:551:9 Module `socket` has no member `TCP_REPAIR_WINDOW`
trio unresolved-import src/trio/socket.py:552:9 Module `socket` has no member `TCP_SAVE_SYN`
trio unresolved-import src/trio/socket.py:553:9 Module `socket` has no member `TCP_SAVED_SYN`
trio unresolved-import src/trio/socket.py:555:9 Module `socket` has no member `TCP_THIN_DUPACK`
trio unresolved-import src/trio/socket.py:556:9 Module `socket` has no member `TCP_THIN_LINEAR_TIMEOUTS`
trio unresolved-import src/trio/socket.py:557:9 Module `socket` has no member `TCP_TIMESTAMP`
trio unresolved-import src/trio/socket.py:558:9 Module `socket` has no member `TCP_TX_DELAY`
trio unresolved-import src/trio/socket.py:559:9 Module `socket` has no member `TCP_ULP`
trio unresolved-import src/trio/socket.py:562:9 Module `socket` has no member `TCP_ZEROCOPY_RECEIVE`
trio unresolved-import src/trio/socket.py:591:9 Module `socket` has no member `VMADDR_CID_LOCAL`
trio unresolved-import src/trio/socket.py:593:9 Module `socket` has no member `WSA_FLAG_OVERLAPPED`
trio unresolved-import src/trio/socket.py:594:9 Module `socket` has no member `WSA_INVALID_HANDLE`
trio unresolved-import src/trio/socket.py:595:9 Module `socket` has no member `WSA_INVALID_PARAMETER`
trio unresolved-import src/trio/socket.py:596:9 Module `socket` has no member `WSA_IO_INCOMPLETE`
trio unresolved-import src/trio/socket.py:597:9 Module `socket` has no member `WSA_IO_PENDING`
trio unresolved-import src/trio/socket.py:598:9 Module `socket` has no member `WSA_NOT_ENOUGH_MEMORY`
trio unresolved-import src/trio/socket.py:599:9 Module `socket` has no member `WSA_OPERATION_ABORTED`
trio unresolved-import src/trio/socket.py:600:9 Module `socket` has no member `WSA_WAIT_FAILED`
trio unresolved-import src/trio/socket.py:601:9 Module `socket` has no member `WSA_WAIT_TIMEOUT`
trio unused-ignore-comment src/trio/testing/_check_streams.py:103:56 Unused blanket `type: ignore` directive
trio invalid-method-override src/trio/testing/_fake_net.py:279:15 Invalid override of method `bind`: Definition is incompatible with `SocketType.bind`
trio invalid-method-override src/trio/testing/_fake_net.py:300:15 Invalid override of method `connect`: Definition is incompatible with `SocketType.connect`
trio invalid-argument-type src/trio/testing/_fake_net.py:324:56 Argument to bound method `from_python_sockaddr` is incorrect: Expected `tuple[str, int] | tuple[str, int, int, int]`, found `None | tuple[str, int]`
trio unused-ignore-comment src/trio/testing/_fake_net.py:500:24 Unused blanket `type: ignore` directive
trio invalid-method-override src/trio/testing/_fake_net.py:520:15 Invalid override of method `recv_into`: Definition is incompatible with `SocketType.recv_into`
trio invalid-method-override src/trio/testing/_fake_net.py:532:15 Invalid override of method `recvfrom_into`: Definition is incompatible with `SocketType.recvfrom_into`
trio invalid-return-type src/trio/testing/_memory_streams.py:455:12 Return type does not match returned value: expected `tuple[StapledStream[MemorySendStream, MemoryReceiveStream], StapledStream[MemorySendStream, MemoryReceiveStream]]`, found `tuple[StapledStream[SendStream, ReceiveStream], StapledStream[SendStream, ReceiveStream]]`
trio invalid-type-form src/trio/testing/_raises_group.py:50:21 Invalid subscript of object of type `property` in type expression
trio invalid-type-form src/trio/testing/_raises_group.py:54:24 Invalid subscript of object of type `property` in type expression
trio invalid-type-form src/trio/testing/_raises_group.py:60:25 Invalid subscript of object of type `property` in type expression
trio invalid-type-form src/trio/testing/_raises_group.py:73:23 Invalid subscript of object of type `property` in type expression
trio possibly-unresolved-reference src/trio/testing/_raises_group.py:243:91 Name `stringified_exception` used when possibly not defined
trio possibly-unresolved-reference src/trio/testing/_raises_group.py:244:42 Name `stringified_exception` used when possibly not defined
trio invalid-method-override src/trio/testing/_raises_group.py:314:9 Invalid override of method `matches`: Definition is incompatible with `AbstractMatcher.matches`
trio implicit-concatenated-string-type-annotation src/trio/testing/_raises_group.py:532:13 Type expressions cannot span multiple string literals
trio unsupported-operator src/trio/testing/_raises_group.py:714:17 Operator `+=` is not supported between objects of type `None` and `str`
trio possibly-unresolved-reference src/trio/testing/_raises_group.py:714:88 Name `expected` used when possibly not defined
trio possibly-unresolved-reference src/trio/testing/_raises_group.py:714:136 Name `expected` used when possibly not defined
trio invalid-argument-type src/trio/testing/_raises_group.py:778:41 Argument to function `_exception_type_name` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | (AbstractMatcher[BaseException] & type)`
trio possibly-unresolved-reference src/trio/testing/_raises_group.py:829:33 Name `res` used when possibly not defined
trio possibly-unresolved-reference src/trio/testing/_raises_group.py:887:39 Name `i_exp` used when possibly not defined
trio possibly-unresolved-reference src/trio/testing/_raises_group.py:889:130 Name `rev_matches` used when possibly not defined
typeshed-stats unresolved-import src/typeshed_stats/__init__.py:14:7 Cannot resolve imported module `._version`
typeshed-stats unresolved-import src/typeshed_stats/_cli.py:80:18 Cannot resolve imported module `rich`
typeshed-stats unresolved-import src/typeshed_stats/_cli.py:104:16 Cannot resolve imported module `rich`
typeshed-stats unresolved-import src/typeshed_stats/_cli.py:105:14 Cannot resolve imported module `rich_argparse`
typeshed-stats unused-ignore-comment src/typeshed_stats/_cli.py:107:45 Unused blanket `type: ignore` directive
typeshed-stats unused-ignore-comment tests/test___all__.py:26:27 Unused blanket `type: ignore` directive
typeshed-stats unresolved-import tests/test__cli.py:16:8 Cannot resolve imported module `markdown`
typeshed-stats unresolved-import tests/test__cli.py:18:6 Cannot resolve imported module `pytest_mock`
typeshed-stats unresolved-import tests/test__cli.py:19:6 Cannot resolve imported module `pytest_subtests`
typeshed-stats unresolved-import tests/test__cli.py:531:16 Cannot resolve imported module `rich`
typeshed-stats unused-ignore-comment tests/test__cli.py:541:38 Unused `ty: ignore` directive
typeshed-stats unresolved-import tests/test_gather.py:23:6 Cannot resolve imported module `pytest_mock`
typeshed-stats unresolved-import tests/test_gather.py:24:6 Cannot resolve imported module `pytest_subtests`
typeshed-stats unresolved-import tests/test_serialize.py:7:8 Cannot resolve imported module `markdown`
typeshed-stats unresolved-import tests/test_serialize.py:9:6 Cannot resolve imported module `bs4`
typeshed-stats unresolved-import website_macros.py:17:8 Cannot resolve imported module `markdown`
urllib3 unresolved-import dummyserver/app.py:14:8 Cannot resolve imported module `trio`
urllib3 unresolved-import dummyserver/app.py:15:6 Cannot resolve imported module `quart`
urllib3 unresolved-import dummyserver/app.py:16:6 Cannot resolve imported module `quart.typing`
urllib3 unresolved-import dummyserver/app.py:17:6 Cannot resolve imported module `quart_trio`
urllib3 unresolved-import dummyserver/asgi_proxy.py:6:8 Cannot resolve imported module `httpx`
urllib3 unresolved-import dummyserver/asgi_proxy.py:7:8 Cannot resolve imported module `trio`
urllib3 unresolved-import dummyserver/asgi_proxy.py:8:6 Cannot resolve imported module `hypercorn.typing`
urllib3 unresolved-import dummyserver/hypercornserver.py:10:8 Cannot resolve imported module `anyio.abc`
urllib3 unresolved-import dummyserver/hypercornserver.py:11:8 Cannot resolve imported module `anyio.to_thread`
urllib3 unresolved-import dummyserver/hypercornserver.py:12:8 Cannot resolve imported module `hypercorn`
urllib3 unresolved-import dummyserver/hypercornserver.py:13:8 Cannot resolve imported module `hypercorn.config`
urllib3 unresolved-import dummyserver/hypercornserver.py:14:8 Cannot resolve imported module `hypercorn.trio`
urllib3 unresolved-import dummyserver/hypercornserver.py:15:8 Cannot resolve imported module `hypercorn.typing`
urllib3 unresolved-import dummyserver/hypercornserver.py:16:8 Cannot resolve imported module `trio`
urllib3 unresolved-import dummyserver/hypercornserver.py:17:6 Cannot resolve imported module `quart_trio`
urllib3 unused-ignore-comment dummyserver/socketserver.py:146:30 Unused blanket `type: ignore` directive
urllib3 invalid-argument-type dummyserver/socketserver.py:167:25 Argument to bound method `load_cert_chain` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None`
urllib3 possibly-missing-attribute dummyserver/testcase.py:323:17 Attribute `sendall` may be missing on object of type `socket | Any | None`
urllib3 invalid-argument-type dummyserver/testcase.py:323:56 Argument to bound method `_get_socket_mark` is incorrect: Expected `socket`, found `socket | Any | None`
urllib3 unresolved-import noxfile.py:9:8 Cannot resolve imported module `nox`
urllib3 unused-ignore-comment noxfile.py:33:16 Unused blanket `type: ignore` directive
urllib3 unresolved-import src/urllib3/__init__.py:17:7 Cannot resolve imported module `._version`
urllib3 invalid-method-override src/urllib3/_collections.py:196:9 Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`
urllib3 invalid-method-override src/urllib3/_collections.py:275:9 Invalid override of method `setdefault`: Definition is incompatible with `MutableMapping.setdefault`
urllib3 invalid-argument-type src/urllib3/_collections.py:357:26 Argument to bound method `add` is incorrect: Expected `str`, found `object`
urllib3 invalid-argument-type src/urllib3/_collections.py:357:31 Argument to bound method `add` is incorrect: Expected `str`, found `object`
urllib3 unused-ignore-comment src/urllib3/connection.py:37:41 Unused blanket `type: ignore` directive
urllib3 unresolved-import src/urllib3/connection.py:44:7 Cannot resolve imported module `._version`
urllib3 unused-ignore-comment src/urllib3/connection.py:107:66 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment src/urllib3/connection.py:255:62 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment src/urllib3/connection.py:297:62 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment src/urllib3/connection.py:302:69 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment src/urllib3/connection.py:313:73 Unused blanket `type: ignore` directive
urllib3 possibly-missing-attribute src/urllib3/connection.py:560:9 Attribute `settimeout` may be missing on object of type `socket | Any | None`
urllib3 unused-ignore-comment src/urllib3/connection.py:609:45 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment src/urllib3/connection.py:1086:40 Unused blanket `type: ignore` directive
urllib3 invalid-assignment src/urllib3/connectionpool.py:479:32 Object of type `OSError | TimeoutError | BaseSSLError | CertificateError | SSLError` is not assignable to `Exception`
urllib3 unused-ignore-comment src/urllib3/connectionpool.py:749:49 Unused blanket `type: ignore` directive
urllib3 invalid-assignment src/urllib3/connectionpool.py:824:32 Object of type `TimeoutError | HTTPException | OSError | ... omitted 5 union elements` is not assignable to `Exception`
urllib3 possibly-unresolved-reference src/urllib3/connectionpool.py:890:42 Name `response` used when possibly not defined
urllib3 possibly-unresolved-reference src/urllib3/connectionpool.py:892:16 Name `response` used when possibly not defined
urllib3 possibly-unresolved-reference src/urllib3/connectionpool.py:900:67 Name `response` used when possibly not defined
urllib3 possibly-unresolved-reference src/urllib3/connectionpool.py:903:21 Name `response` used when possibly not defined
urllib3 possibly-unresolved-reference src/urllib3/connectionpool.py:905:24 Name `response` used when possibly not defined
urllib3 possibly-unresolved-reference src/urllib3/connectionpool.py:907:13 Name `response` used when possibly not defined
urllib3 possibly-unresolved-reference src/urllib3/connectionpool.py:908:37 Name `response` used when possibly not defined
urllib3 possibly-unresolved-reference src/urllib3/connectionpool.py:929:32 Name `response` used when possibly not defined
urllib3 possibly-unresolved-reference src/urllib3/connectionpool.py:930:37 Name `response` used when possibly not defined
urllib3 possibly-unresolved-reference src/urllib3/connectionpool.py:932:67 Name `response` used when possibly not defined
urllib3 possibly-unresolved-reference src/urllib3/connectionpool.py:935:21 Name `response` used when possibly not defined
urllib3 possibly-unresolved-reference src/urllib3/connectionpool.py:937:24 Name `response` used when possibly not defined
urllib3 possibly-unresolved-reference src/urllib3/connectionpool.py:939:13 Name `response` used when possibly not defined
urllib3 possibly-unresolved-reference src/urllib3/connectionpool.py:940:27 Name `response` used when possibly not defined
urllib3 possibly-unresolved-reference src/urllib3/connectionpool.py:960:16 Name `response` used when possibly not defined
urllib3 unused-ignore-comment src/urllib3/connectionpool.py:1056:78 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment src/urllib3/connectionpool.py:1132:60 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment src/urllib3/connectionpool.py:1134:59 Unused blanket `type: ignore` directive
urllib3 possibly-missing-attribute src/urllib3/contrib/emscripten/fetch.py:177:46 Attribute `slice` may be missing on object of type `Unknown | None`
urllib3 possibly-missing-attribute src/urllib3/contrib/emscripten/fetch.py:191:20 Attribute `subarray` may be missing on object of type `Unknown | None`
urllib3 invalid-argument-type src/urllib3/contrib/emscripten/fetch.py:205:19 Argument to function `files` is incorrect: Expected `str | ModuleType`, found `str | None`
urllib3 possibly-missing-attribute src/urllib3/contrib/emscripten/fetch.py:359:9 Attribute `cancel` may be missing on object of type `Unknown | None`
urllib3 possibly-missing-attribute src/urllib3/contrib/emscripten/fetch.py:378:13 Attribute `read` may be missing on object of type `Unknown | None`
urllib3 invalid-argument-type src/urllib3/contrib/emscripten/fetch.py:398:17 Argument to function `len` is incorrect: Expected `Sized`, found `Buffer`
urllib3 invalid-argument-type src/urllib3/contrib/emscripten/fetch.py:398:32 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
urllib3 invalid-assignment src/urllib3/contrib/emscripten/fetch.py:400:9 Cannot assign to a subscript on an object of type `Buffer`
urllib3 non-subscriptable src/urllib3/contrib/emscripten/fetch.py:400:34 Cannot subscript object of type `None` with no `__getitem__` method
urllib3 invalid-argument-type src/urllib3/contrib/emscripten/fetch.py:404:43 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
urllib3 unresolved-import src/urllib3/contrib/emscripten/fetch.py:494:14 Cannot resolve imported module `js`
urllib3 unresolved-import src/urllib3/contrib/emscripten/fetch.py:663:14 Cannot resolve imported module `pyodide.ffi`
urllib3 unresolved-import src/urllib3/contrib/emscripten/fetch.py:692:14 Cannot resolve imported module `pyodide.ffi`
urllib3 unused-ignore-comment src/urllib3/contrib/pyopenssl.py:50:45 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment src/urllib3/contrib/pyopenssl.py:71:57 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment src/urllib3/contrib/pyopenssl.py:72:64 Unused blanket `type: ignore` directive
urllib3 invalid-assignment src/urllib3/contrib/pyopenssl.py:146:5 Object of type `Literal[True]` is not assignable to attribute `IS_PYOPENSSL` of type `Literal[False]`
urllib3 invalid-assignment src/urllib3/contrib/pyopenssl.py:147:5 Object of type `Literal[True]` is not assignable to attribute `IS_PYOPENSSL` of type `Literal[False]`
urllib3 unresolved-import src/urllib3/contrib/pyopenssl.py:175:10 Cannot resolve imported module `OpenSSL.crypto`
urllib3 unused-ignore-comment src/urllib3/contrib/pyopenssl.py:322:26 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment src/urllib3/contrib/pyopenssl.py:326:64 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment src/urllib3/contrib/pyopenssl.py:353:52 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment src/urllib3/contrib/pyopenssl.py:382:45 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment src/urllib3/contrib/pyopenssl.py:392:26 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment src/urllib3/contrib/pyopenssl.py:395:89 Unused blanket `type: ignore` directive
urllib3 invalid-return-type src/urllib3/contrib/pyopenssl.py:397:16 Return type does not match returned value: expected `dict[str, list[Any]] | None`, found `dict[str, list[Any] | tuple[tuple[tuple[str, Unknown]]]]`
urllib3 unused-ignore-comment src/urllib3/contrib/pyopenssl.py:398:70 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment src/urllib3/contrib/pyopenssl.py:403:61 Unused blanket `type: ignore` directive
urllib3 possibly-missing-attribute src/urllib3/contrib/pyopenssl.py:497:22 Submodule `util` may not be available as an attribute on module `urllib3.util`
urllib3 unused-ignore-comment src/urllib3/contrib/pyopenssl.py:498:54 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment src/urllib3/exceptions.py:269:19 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment src/urllib3/exceptions.py:287:46 Unused blanket `type: ignore` directive
urllib3 invalid-assignment src/urllib3/fields.py:228:17 Not enough values to unpack: Expected 3
urllib3 invalid-assignment src/urllib3/fields.py:230:17 Too many values to unpack: Expected 2
urllib3 invalid-assignment src/urllib3/fields.py:281:24 Object of type `dict_items[object, object]` is not assignable to `Iterable[tuple[str, str | bytes | None]]`
urllib3 invalid-assignment src/urllib3/filepost.py:40:20 Object of type `ItemsView[object, object]` is not assignable to `Iterable[RequestField | tuple[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]]]`
urllib3 invalid-argument-type src/urllib3/filepost.py:48:44 Argument to bound method `from_tuples` is incorrect: Expected `str`, found `str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]`
urllib3 invalid-argument-type src/urllib3/filepost.py:48:44 Argument to bound method `from_tuples` is incorrect: Expected `((str, str | bytes, /) -> str) | None`, found `str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]`
urllib3 unused-ignore-comment src/urllib3/http2/__init__.py:50:64 Unused blanket `type: ignore` directive
urllib3 possibly-missing-attribute src/urllib3/http2/connection.py:110:17 Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
urllib3 possibly-missing-attribute src/urllib3/http2/connection.py:167:17 Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
urllib3 possibly-missing-attribute src/urllib3/http2/connection.py:180:17 Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
urllib3 possibly-missing-attribute src/urllib3/http2/connection.py:191:25 Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
urllib3 possibly-missing-attribute src/urllib3/http2/connection.py:202:25 Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
urllib3 possibly-missing-attribute src/urllib3/http2/connection.py:207:29 Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
urllib3 possibly-missing-attribute src/urllib3/http2/connection.py:235:37 Attribute `recv` may be missing on object of type `socket | Any | SSLTransport | None`
urllib3 possibly-missing-attribute src/urllib3/http2/connection.py:258:21 Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
urllib3 possibly-missing-attribute src/urllib3/http2/connection.py:312:21 Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
urllib3 possibly-missing-attribute src/urllib3/poolmanager.py:483:27 Attribute `copy` may be missing on object of type `Any | (Mapping[str, str] & ~AlwaysFalsy) | dict[Unknown, Unknown] | HTTPHeaderDict`
urllib3 possibly-missing-attribute src/urllib3/response.py:202:25 Attribute `Decompressor` may be missing on object of type `Unknown | None`
urllib3 unused-ignore-comment src/urllib3/response.py:236:43 Unused blanket `type: ignore` directive
urllib3 invalid-return-type src/urllib3/response.py:409:20 Return type does not match returned value: expected `bytes`, found `bytes | memoryview[bytes]`
urllib3 invalid-argument-type src/urllib3/response.py:421:40 Argument to bound method `appendleft` is incorrect: Expected `bytes | memoryview[bytes]`, found `memoryview[int]`
urllib3 invalid-return-type src/urllib3/response.py:448:16 Return type does not match returned value: expected `bytes`, found `bytes | memoryview[bytes]`
urllib3 possibly-unresolved-reference src/urllib3/response.py:464:35 Name `zstd` used when possibly not defined
urllib3 unused-ignore-comment src/urllib3/response.py:1286:52 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment src/urllib3/response.py:1362:32 Unused blanket `type: ignore` directive
urllib3 possibly-missing-attribute src/urllib3/util/retry.py:314:32 Submodule `utils` may not be available as an attribute on module `email`
urllib3 possibly-missing-attribute src/urllib3/util/retry.py:318:26 Submodule `utils` may not be available as an attribute on module `email`
urllib3 unused-ignore-comment src/urllib3/util/ssl_.py:95:24 Unused blanket `type: ignore` directive
urllib3 invalid-assignment src/urllib3/util/ssl_.py:125:9 Reassignment of `Final` symbol `HAS_NEVER_CHECK_COMMON_NAME` is not allowed: Reassignment of `Final` symbol
urllib3 unused-ignore-comment src/urllib3/util/ssl_.py:137:45 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment src/urllib3/util/ssl_.py:204:21 Unused blanket `type: ignore` directive
urllib3 invalid-assignment src/urllib3/util/ssl_.py:301:9 Object of type `int` is not assignable to attribute `minimum_version` of type `TLSVersion`
urllib3 invalid-assignment src/urllib3/util/ssl_.py:306:9 Object of type `int` is not assignable to attribute `maximum_version` of type `TLSVersion`
urllib3 invalid-assignment src/urllib3/util/ssl_.py:356:9 Object of type `int` is not assignable to attribute `verify_mode` of type `VerifyMode`
urllib3 invalid-assignment src/urllib3/util/ssl_.py:360:9 Object of type `int & ~Literal[VerifyMode.CERT_REQUIRED]` is not assignable to attribute `verify_mode` of type `VerifyMode`
urllib3 no-matching-overload src/urllib3/util/ssl_.py:368:25 No overload of function `expandvars` matches arguments
urllib3 invalid-argument-type src/urllib3/util/ssltransport.py:108:31 Argument to bound method `send` is incorrect: Expected `bytes`, found `memoryview[int]`
urllib3 unused-ignore-comment src/urllib3/util/url.py:100:19 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment src/urllib3/util/util.py:41:23 Unused blanket `type: ignore` directive
urllib3 invalid-assignment src/urllib3/util/wait.py:107:27 Implicit shadowing of function `wait_for_socket`
urllib3 invalid-assignment src/urllib3/util/wait.py:109:27 Implicit shadowing of function `wait_for_socket`
urllib3 unused-ignore-comment test/conftest.py:381:68 Unused blanket `type: ignore` directive
urllib3 invalid-assignment test/conftest.py:387:13 Object of type `None | <class 'HTTPConnection'>` is not assignable to attribute `ConnectionCls` of type `type[@Todo]`
urllib3 possibly-unresolved-reference test/conftest.py:387:13 Name `HTTPConnectionPool` used when possibly not defined
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:34:22 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:35:92 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:69:22 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:70:109 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:138:22 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:139:73 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:159:22 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:160:73 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:180:22 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:181:73 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:197:22 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:198:73 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:221:24 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:222:73 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:231:34 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:308:22 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:309:73 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:329:22 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:330:73 Unused blanket `type: ignore` directive
urllib3 unresolved-import test/contrib/emscripten/test_emscripten.py:331:16 Cannot resolve imported module `js`
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:340:34 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:369:22 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:370:73 Unused blanket `type: ignore` directive
urllib3 unresolved-import test/contrib/emscripten/test_emscripten.py:371:16 Cannot resolve imported module `js`
urllib3 invalid-assignment test/contrib/emscripten/test_emscripten.py:379:9 Implicit shadowing of function `is_cross_origin_isolated`
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:384:34 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:413:22 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:414:73 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:597:22 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:598:73 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:628:22 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:629:73 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:669:45 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:697:22 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:698:73 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:813:22 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:814:73 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:857:22 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:858:73 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:877:22 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:878:73 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:898:22 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:899:73 Unused blanket `type: ignore` directive
urllib3 possibly-missing-attribute test/contrib/emscripten/test_emscripten.py:913:23 Submodule `connection` may not be available as an attribute on module `urllib3`
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:916:48 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:933:22 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:954:22 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:995:22 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:996:90 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:1034:47 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:1048:46 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:1075:59 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:1116:59 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:1149:22 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:1150:73 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:1176:22 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:1177:73 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:1199:22 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:1200:73 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:1218:48 Unused blanket `type: ignore` directive
urllib3 invalid-assignment test/contrib/emscripten/test_emscripten.py:1221:13 Implicit shadowing of function `_run_sync_with_timeout`
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:1228:46 Unused blanket `type: ignore` directive
urllib3 invalid-assignment test/contrib/emscripten/test_emscripten.py:1231:13 Implicit shadowing of function `_run_sync_with_timeout`
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:1243:22 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:1244:73 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:1252:45 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:1263:45 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/emscripten/test_emscripten.py:1275:18 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/contrib/test_socks.py:47:18 Unused blanket `type: ignore` directive
urllib3 possibly-unresolved-reference test/test_collections.py:23:11 Name `i` used when possibly not defined
urllib3 possibly-unresolved-reference test/test_collections.py:23:24 Name `i` used when possibly not defined
urllib3 possibly-unresolved-reference test/test_collections.py:27:17 Name `i` used when possibly not defined
urllib3 unused-ignore-comment test/test_collections.py:336:38 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/test_collections.py:337:41 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/test_collections.py:398:44 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/test_collections.py:399:39 Unused blanket `type: ignore` directive
urllib3 possibly-missing-attribute test/test_compatibility.py:15:19 Submodule `request` may not be available as an attribute on module `urllib`
urllib3 unused-ignore-comment test/test_connection.py:11:35 Unused blanket `type: ignore` directive
urllib3 possibly-unresolved-reference test/test_connection.py:65:13 Name `mock_log` used when possibly not defined
urllib3 possibly-unresolved-reference test/test_connection.py:80:13 Name `mock_log` used when possibly not defined
urllib3 possibly-unresolved-reference test/test_connection.py:140:13 Name `mock_log` used when possibly not defined
urllib3 possibly-unresolved-reference test/test_connection.py:174:13 Name `mock_log` used when possibly not defined
urllib3 unused-ignore-comment test/test_exceptions.py:57:59 Unused blanket `type: ignore` directive
urllib3 unsupported-operator test/test_exceptions.py:58:20 Operator `in` is not supported between objects of type `object` and `str`
urllib3 unused-ignore-comment test/test_exceptions.py:62:53 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/test_exceptions.py:66:67 Unused blanket `type: ignore` directive
urllib3 unresolved-attribute test/test_http2_connection.py:95:9 Object of type `bound method HTTP2Connection.putheader(header: str | bytes, *values: str | bytes) -> None` has no attribute `assert_has_calls`
urllib3 possibly-missing-attribute test/test_http2_connection.py:133:9 Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
urllib3 possibly-missing-attribute test/test_http2_connection.py:133:9 Attribute `assert_called_with` may be missing on object of type `(bound method socket.sendall(data: Buffer, flags: int = 0, /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = 0) -> None)`
urllib3 possibly-missing-attribute test/test_http2_connection.py:150:9 Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
urllib3 possibly-missing-attribute test/test_http2_connection.py:150:9 Attribute `assert_called_with` may be missing on object of type `(bound method socket.sendall(data: Buffer, flags: int = 0, /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = 0) -> None)`
urllib3 possibly-missing-attribute test/test_http2_connection.py:173:9 Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
urllib3 possibly-missing-attribute test/test_http2_connection.py:173:9 Attribute `assert_has_calls` may be missing on object of type `(bound method socket.sendall(data: Buffer, flags: int = 0, /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = 0) -> None)`
urllib3 possibly-missing-attribute test/test_http2_connection.py:205:17 Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
urllib3 possibly-missing-attribute test/test_http2_connection.py:205:17 Attribute `assert_called_with` may be missing on object of type `(bound method socket.sendall(data: Buffer, flags: int = 0, /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = 0) -> None)`
urllib3 possibly-missing-attribute test/test_http2_connection.py:229:13 Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
urllib3 possibly-missing-attribute test/test_http2_connection.py:229:13 Attribute `assert_called_with` may be missing on object of type `(bound method socket.sendall(data: Buffer, flags: int = 0, /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = 0) -> None)`
urllib3 possibly-missing-attribute test/test_http2_connection.py:246:19 Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
urllib3 possibly-missing-attribute test/test_http2_connection.py:259:9 Attribute `assert_called_with` may be missing on object of type `(bound method socket.sendall(data: Buffer, flags: int = 0, /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = 0) -> None)`
urllib3 possibly-missing-attribute test/test_http2_connection.py:279:19 Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
urllib3 possibly-missing-attribute test/test_http2_connection.py:292:9 Attribute `assert_called_with` may be missing on object of type `(bound method socket.sendall(data: Buffer, flags: int = 0, /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = 0) -> None)`
urllib3 possibly-missing-attribute test/test_http2_connection.py:312:19 Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
urllib3 possibly-missing-attribute test/test_http2_connection.py:325:9 Attribute `assert_called_with` may be missing on object of type `(bound method socket.sendall(data: Buffer, flags: int = 0, /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = 0) -> None)`
urllib3 possibly-missing-attribute test/test_http2_connection.py:334:19 Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
urllib3 possibly-missing-attribute test/test_http2_connection.py:347:9 Attribute `assert_called_with` may be missing on object of type `(bound method socket.sendall(data: Buffer, flags: int = 0, /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = 0) -> None)`
urllib3 unused-ignore-comment test/test_poolmanager.py:316:65 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/test_response.py:29:33 Unused blanket `type: ignore` directive
urllib3 unused-ignore-comment test/test_response.py:219:35 Unused blanket `type: ignore` directive
urllib3 possibly-missing-attribute test/test_response.py:426:16 Attribute `compress` may be missing on object of type `Unknown | None`
urllib3 possibly-missing-attribute test/test_response.py:434:16 Attribute `compress` may be missing on object of type `Unknown | None`
urllib3 possibly-missing-attribute test/test_response.py:646:58 Attribute `compress` may be missing on object of type `Unknown | None`
urllib3 not-iterable test/test_response.py:669:31 Object of type `None` is not iterable
urllib3 not-iterable test/test_response.py:706:31 Object of type `None` is not iterable
urllib3 not-iterable test/test_response.py:761:31 Object of type `None` is not iterable
urllib3 not-iterable test/test_response.py:816:33 Object of type `None` is not iterable
urllib3 possibly-missing-attribute test/test_response.py:839:28 Attribute `__name__` may be missing on object of type `Unknown | None`
urllib3 unused-ignore-comment test/test_response.py:1046:45 Unused blanket `type: ignore` directive
urllib3 possibly-unresolved-reference test/test_ssltransport.py:25:5 Name `server_context` used when possibly not defined
urllib3 possibly-unresolved-reference test/test_ssltransport.py:30:5 Name `client_context` used when possibly not defined
urllib3 possibly-unresolved-reference test/test_ssltransport.py:31:12 Name `server_context` used when possibly not defined
urllib3 possibly-unresolved-reference test/test_ssltransport.py:31:28 Name `client_context` used when possibly not defined
urllib3 invalid-argument-type test/test_ssltransport.py:308:59 Argument to function `select` is incorrect: Expected `Iterable[Never]`, found `list[Unknown | socket] & ~AlwaysFalsy`
urllib3 invalid-argument-type test/test_ssltransport.py:308:75 Argument to function `select` is incorrect: Expected `Iterable[Never]`, found `list[Unknown | socket] & ~AlwaysFalsy`
urllib3 invalid-argument-type test/test_ssltransport.py:548:35 Argument to bound method `sendall` is incorrect: Expected `bytes`, found `bytearray`
urllib3 unused-ignore-comment test/with_dummyserver/test_https.py:377:40 Unused blanket `type: ignore` directive
urllib3 invalid-argument-type test/with_dummyserver/test_socketlevel.py:1807:64 Argument to bound method `__init__` is incorrect: Expected `Timeout | int | float | _TYPE_DEFAULT | None`, found `Unknown | str`
urllib3 invalid-argument-type test/with_dummyserver/test_socketlevel.py:1807:64 Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | str`
urllib3 invalid-argument-type test/with_dummyserver/test_socketlevel.py:1807:64 Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str`
urllib3 invalid-argument-type test/with_dummyserver/test_socketlevel.py:1807:64 Argument to bound method `__init__` is incorrect: Expected `Mapping[str, str] | None`, found `Unknown | str`
urllib3 invalid-argument-type test/with_dummyserver/test_socketlevel.py:1807:64 Argument to bound method `__init__` is incorrect: Expected `Retry | int | None`, found `Unknown | str`
urllib3 invalid-argument-type test/with_dummyserver/test_socketlevel.py:1807:64 Argument to bound method `__init__` is incorrect: Expected `Url | None`, found `Unknown | str`
urllib3 invalid-argument-type test/with_dummyserver/test_socketlevel.py:1807:64 Argument to bound method `__init__` is incorrect: Expected `Mapping[str, str] | None`, found `Unknown | str`
urllib3 invalid-argument-type test/with_dummyserver/test_socketlevel.py:1807:64 Argument to bound method `__init__` is incorrect: Expected `TLSVersion | None`, found `Unknown | str`
urllib3 invalid-argument-type test/with_dummyserver/test_socketlevel.py:1807:64 Argument to bound method `__init__` is incorrect: Expected `TLSVersion | None`, found `Unknown | str`
urllib3 invalid-argument-type test/with_dummyserver/test_socketlevel.py:2688:46 Argument to bound method `request` is incorrect: Expected `bytes | IO[Any] | Iterable[bytes] | str | None`, found `Generator[bytes, None, None] | BytesIO | StringIO | bytearray | bytes`
sphinx unused-ignore-comment sphinx/__init__.py:44:56 Unused blanket `type: ignore` directive
sphinx unresolved-import sphinx/_cli/util/errors.py:102:12 Cannot resolve imported module `pygments`
sphinx unused-ignore-comment sphinx/addnodes.py:150:45 Unused blanket `type: ignore` directive
sphinx unresolved-import sphinx/application.py:48:10 Cannot resolve imported module `pygments.lexer`
sphinx unused-ignore-comment sphinx/application.py:1507:40 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/application.py:1571:41 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/builders/__init__.py:683:34 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/builders/__init__.py:684:37 Unused blanket `type: ignore` directive
sphinx unresolved-import sphinx/builders/_epub_base.py:34:10 Cannot resolve imported module `PIL`
sphinx possibly-unresolved-reference sphinx/builders/_epub_base.py:375:55 Name `nr` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/builders/_epub_base.py:376:21 Name `nr` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/builders/_epub_base.py:377:60 Name `doc` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/builders/_epub_base.py:379:52 Name `doc` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/builders/_epub_base.py:380:21 Name `fn_spot` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/builders/_epub_base.py:380:36 Name `fn_idx` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/builders/_epub_base.py:383:21 Name `fn_idx` used when possibly not defined
sphinx unused-ignore-comment sphinx/builders/html/__init__.py:95:57 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/builders/html/__init__.py:419:71 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/builders/html/__init__.py:658:75 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/builders/html/__init__.py:1344:44 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/builders/html/_build_info.py:63:50 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/builders/latex/__init__.py:171:47 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/builders/latex/__init__.py:340:90 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/builders/manpage.py:102:86 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/builders/singlehtml.py:39:54 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/builders/texinfo.py:91:47 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/builders/texinfo.py:125:85 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/builders/text.py:63:74 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/builders/xml.py:90:67 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/builders/xml.py:92:41 Unused `ty: ignore` directive
sphinx possibly-unresolved-reference sphinx/cmd/build.py:357:69 Name `warn_file` used when possibly not defined
sphinx unused-ignore-comment sphinx/cmd/build.py:358:50 Unused blanket `type: ignore` directive
sphinx unresolved-import sphinx/cmd/build.py:460:12 Cannot resolve imported module `pygments`
sphinx unused-ignore-comment sphinx/config.py:243:75 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/config.py:708:53 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/config.py:739:49 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/directives/__init__.py:305:31 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/directives/__init__.py:333:43 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/directives/__init__.py:338:47 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/directives/admonitions.py:30:76 Unused blanket `type: ignore` directive
sphinx possibly-unresolved-reference sphinx/directives/code.py:339:24 Name `inclusive` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/directives/code.py:350:16 Name `inclusive` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/directives/code.py:372:24 Name `inclusive` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/directives/code.py:379:16 Name `inclusive` used when possibly not defined
sphinx unresolved-attribute sphinx/directives/other.py:329:36 Object of type `Struct` has no attribute `title_styles`
sphinx unresolved-attribute sphinx/directives/other.py:330:37 Object of type `Struct` has no attribute `section_level`
sphinx unresolved-attribute sphinx/directives/other.py:331:9 Unresolved attribute `title_styles` on type `Struct`.
sphinx unresolved-attribute sphinx/directives/other.py:332:9 Unresolved attribute `section_level` on type `Struct`.
sphinx unresolved-attribute sphinx/directives/other.py:337:28 Object of type `Struct` has no attribute `title_styles`
sphinx unused-ignore-comment sphinx/directives/other.py:408:62 Unused blanket `type: ignore` directive
sphinx unresolved-import sphinx/directives/patches.py:11:50 Module `docutils.parsers.rst.directives.misc` has no member `Meta`
sphinx invalid-return-type sphinx/directives/patches.py:82:16 Return type does not match returned value: expected `Sequence[table | system_message]`, found `list[Node]`
sphinx unused-ignore-comment sphinx/domains/_domains_container.py:81:36 Unused blanket `type: ignore` directive
sphinx possibly-unresolved-reference sphinx/domains/c/__init__.py:588:38 Name `desc` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/domains/c/__init__.py:589:30 Name `content` used when possibly not defined
sphinx unused-ignore-comment sphinx/domains/c/_ast.py:375:43 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/domains/changeset.py:146:25 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/domains/citation.py:82:79 Unused blanket `type: ignore` directive
sphinx possibly-unresolved-reference sphinx/domains/cpp/__init__.py:708:38 Name `desc` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/domains/cpp/__init__.py:709:30 Name `content` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/domains/cpp/__init__.py:1178:28 Name `decl` used when possibly not defined
sphinx unused-ignore-comment sphinx/domains/cpp/_symbol.py:661:38 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/domains/python/_annotations.py:197:72 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/domains/python/_annotations.py:289:58 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/domains/python/_annotations.py:291:64 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/domains/python/_annotations.py:321:49 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/domains/python/_annotations.py:434:74 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/domains/python/_annotations.py:498:64 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/domains/python/_annotations.py:588:72 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/domains/python/_object.py:91:58 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/domains/python/_object.py:97:54 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/domains/python/_object.py:132:80 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/domains/python/_object.py:440:72 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/domains/std/__init__.py:296:54 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/domains/std/__init__.py:322:53 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/domains/std/__init__.py:768:30 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/domains/std/__init__.py:811:62 Unused blanket `type: ignore` directive
sphinx possibly-unresolved-reference sphinx/domains/std/__init__.py:1154:55 Name `title` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/domains/std/__init__.py:1158:61 Name `title` used when possibly not defined
sphinx unused-ignore-comment sphinx/environment/__init__.py:119:37 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/environment/adapters/toctree.py:261:59 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/environment/adapters/toctree.py:272:53 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/environment/adapters/toctree.py:511:41 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/environment/collectors/metadata.py:40:81 Unused blanket `type: ignore` directive
sphinx unresolved-attribute sphinx/environment/collectors/toctree.py:170:41 Object of type `Node` has no attribute `append`
sphinx unused-ignore-comment sphinx/errors.py:57:33 Unused blanket `type: ignore` directive
sphinx unsupported-operator sphinx/ext/apidoc/_generate.py:43:21 Operator `+` is not supported between objects of type `Literal["__init__"]` and `Sized | @Todo(StarredExpression)`
sphinx unused-ignore-comment sphinx/ext/autodoc/_directive.py:68:51 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/autodoc/_directive.py:109:55 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/autodoc/_directive_options.py:342:56 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/autodoc/_directive_options.py:347:64 Unused blanket `type: ignore` directive
sphinx possibly-unresolved-reference sphinx/ext/autodoc/_dynamic/_docstrings.py:264:47 Name `docstring` used when possibly not defined
sphinx unused-ignore-comment sphinx/ext/autodoc/_dynamic/_importer.py:238:42 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/autodoc/_dynamic/_importer.py:247:43 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/autodoc/_dynamic/_loader.py:180:53 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/autodoc/_dynamic/_loader.py:237:32 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/autodoc/_dynamic/_loader.py:260:32 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/autodoc/_dynamic/_loader.py:315:30 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/autodoc/_dynamic/_loader.py:317:30 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/autodoc/_dynamic/_member_finder.py:577:62 Unused blanket `type: ignore` directive
sphinx possibly-unresolved-reference sphinx/ext/autodoc/_dynamic/_member_finder.py:603:68 Name `module_all` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/ext/autodoc/_dynamic/_member_finder.py:604:34 Name `module_all` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/ext/autodoc/_dynamic/_member_finder.py:725:19 Name `item` used when possibly not defined
sphinx unused-ignore-comment sphinx/ext/autodoc/_dynamic/_preserve_defaults.py:136:51 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/autodoc/_dynamic/_signatures.py:622:19 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/autodoc/_legacy_class_based/_documenters.py:33:44 Unused blanket `type: ignore` directive
sphinx possibly-unresolved-reference sphinx/ext/autodoc/_legacy_class_based/_documenters.py:372:13 Name `retann` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/ext/autodoc/_legacy_class_based/_documenters.py:378:40 Name `retann` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/ext/autodoc/_legacy_class_based/_documenters.py:378:51 Name `retann` used when possibly not defined
sphinx unused-ignore-comment sphinx/ext/autodoc/_legacy_class_based/_documenters.py:1251:76 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/autodoc/_legacy_class_based/_documenters.py:1381:23 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/autodoc/_legacy_class_based/_documenters.py:1427:73 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/autodoc/_legacy_class_based/_documenters.py:2166:73 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/autodoc/_legacy_class_based/_documenters.py:2189:37 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/autodoc/_legacy_class_based/_documenters.py:2193:37 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/autodoc/_legacy_class_based/_documenters.py:2364:23 Unused blanket `type: ignore` directive
sphinx possibly-unresolved-reference sphinx/ext/autodoc/_legacy_class_based/_documenters.py:2493:51 Name `docstring` used when possibly not defined
sphinx unused-ignore-comment sphinx/ext/autodoc/_legacy_class_based/_documenters.py:2647:29 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/autodoc/_legacy_class_based/_documenters.py:2823:80 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/autodoc/_names.py:82:64 Unused blanket `type: ignore` directive
sphinx possibly-unresolved-reference sphinx/ext/autodoc/importer.py:96:48 Name `exc_on_importing` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/ext/autodoc/importer.py:98:19 Name `exc_on_importing` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/ext/autodoc/importer.py:286:38 Name `qualname` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/ext/autodoc/importer.py:287:66 Name `qualname` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/ext/autodoc/importer.py:298:30 Name `qualname` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/ext/autodoc/importer.py:307:31 Name `qualname` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/ext/autodoc/typehints.py:140:16 Name `arg` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/ext/autodoc/typehints.py:145:16 Name `arg` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/ext/autosummary/__init__.py:673:26 Name `prefixed_name` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/ext/autosummary/__init__.py:675:26 Name `prefixed_name` used when possibly not defined
sphinx unused-ignore-comment sphinx/ext/autosummary/generate.py:962:49 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/autosummary/generate.py:974:19 Unused blanket `type: ignore` directive
sphinx possibly-unresolved-reference sphinx/ext/doctest.py:139:66 Name `spec` used when possibly not defined
sphinx unused-ignore-comment sphinx/ext/doctest.py:258:21 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/doctest.py:394:63 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/doctest.py:443:37 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/doctest.py:446:73 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/doctest.py:452:59 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/doctest.py:458:60 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/doctest.py:460:38 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/doctest.py:461:47 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/doctest.py:463:90 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/duration.py:60:28 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/graphviz.py:334:53 Unused blanket `type: ignore` directive
sphinx possibly-unresolved-reference sphinx/ext/graphviz.py:459:29 Name `post` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/ext/imgmath.py:75:44 Name `line` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/ext/imgmath.py:257:32 Name `depth` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/ext/imgmath.py:282:28 Name `depth` used when possibly not defined
sphinx unused-ignore-comment sphinx/ext/inheritance_diagram.py:424:57 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/intersphinx/_shared.py:136:44 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/intersphinx/_shared.py:140:48 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/intersphinx/_shared.py:144:54 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/intersphinx/_shared.py:147:49 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/intersphinx/_shared.py:148:55 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/mathjax.py:90:54 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/napoleon/__init__.py:489:30 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/napoleon/docstring.py:346:38 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/viewcode.py:118:37 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/viewcode.py:121:59 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/viewcode.py:131:57 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/viewcode.py:141:53 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/viewcode.py:188:37 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/ext/viewcode.py:288:44 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/extension.py:27:52 Unused blanket `type: ignore` directive
sphinx unresolved-import sphinx/highlighting.py:9:8 Cannot resolve imported module `pygments`
sphinx unresolved-import sphinx/highlighting.py:10:6 Cannot resolve imported module `pygments`
sphinx unresolved-import sphinx/highlighting.py:11:6 Cannot resolve imported module `pygments.filters`
sphinx unresolved-import sphinx/highlighting.py:12:6 Cannot resolve imported module `pygments.formatters`
sphinx unresolved-import sphinx/highlighting.py:13:6 Cannot resolve imported module `pygments.lexers`
sphinx unresolved-import sphinx/highlighting.py:22:6 Cannot resolve imported module `pygments.styles`
sphinx unresolved-import sphinx/highlighting.py:23:6 Cannot resolve imported module `pygments.util`
sphinx unresolved-import sphinx/highlighting.py:32:10 Cannot resolve imported module `pygments.formatter`
sphinx unresolved-import sphinx/highlighting.py:33:10 Cannot resolve imported module `pygments.lexer`
sphinx unresolved-import sphinx/highlighting.py:34:10 Cannot resolve imported module `pygments.style`
sphinx unresolved-import sphinx/highlighting.py:37:10 Cannot resolve imported module `pygments.formatter`
sphinx unused-ignore-comment sphinx/highlighting.py:39:71 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/io.py:95:25 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/io.py:119:45 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/jinja2glue.py:215:71 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/jinja2glue.py:251:81 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/parsers.py:79:50 Unused blanket `type: ignore` directive
sphinx possibly-unresolved-reference sphinx/pycode/__init__.py:122:40 Name `obj` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/pycode/__init__.py:123:16 Name `obj` used when possibly not defined
sphinx unused-ignore-comment sphinx/pycode/parser.py:359:75 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/pycode/parser.py:502:39 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/pycode/parser.py:560:42 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/pycode/parser.py:567:40 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/pycode/parser.py:570:57 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/pycode/parser.py:575:75 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/pycode/parser.py:583:48 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/pycode/parser.py:587:71 Unused blanket `type: ignore` directive
sphinx unresolved-import sphinx/pygments_styles.py:5:6 Cannot resolve imported module `pygments.style`
sphinx unresolved-import sphinx/pygments_styles.py:6:6 Cannot resolve imported module `pygments.styles.friendly`
sphinx unresolved-import sphinx/pygments_styles.py:7:6 Cannot resolve imported module `pygments.token`
sphinx unused-ignore-comment sphinx/roles.py:635:78 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/roles.py:636:52 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/roles.py:639:52 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/roles.py:643:55 Unused blanket `type: ignore` directive
sphinx unresolved-attribute sphinx/search/__init__.py:190:11 Module `docutils.nodes` has no member `meta`
sphinx unused-ignore-comment sphinx/search/__init__.py:254:86 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/search/__init__.py:306:91 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/search/__init__.py:307:46 Unused blanket `type: ignore` directive
sphinx unresolved-attribute sphinx/search/__init__.py:624:27 Module `docutils.nodes` has no member `meta`
sphinx unresolved-attribute sphinx/search/__init__.py:635:18 Object of type `Node & ~comment & ~raw` has no attribute `children`
sphinx unresolved-import sphinx/search/da.py:5:8 Cannot resolve imported module `snowballstemmer`
sphinx unresolved-import sphinx/search/de.py:5:8 Cannot resolve imported module `snowballstemmer`
sphinx unresolved-import sphinx/search/en.py:5:8 Cannot resolve imported module `snowballstemmer`
sphinx unresolved-import sphinx/search/es.py:5:8 Cannot resolve imported module `snowballstemmer`
sphinx unresolved-import sphinx/search/fi.py:5:8 Cannot resolve imported module `snowballstemmer`
sphinx unresolved-import sphinx/search/fr.py:5:8 Cannot resolve imported module `snowballstemmer`
sphinx unresolved-import sphinx/search/hu.py:5:8 Cannot resolve imported module `snowballstemmer`
sphinx unresolved-import sphinx/search/it.py:5:8 Cannot resolve imported module `snowballstemmer`
sphinx unresolved-import sphinx/search/nl.py:5:8 Cannot resolve imported module `snowballstemmer`
sphinx unresolved-import sphinx/search/no.py:5:8 Cannot resolve imported module `snowballstemmer`
sphinx unresolved-import sphinx/search/pt.py:5:8 Cannot resolve imported module `snowballstemmer`
sphinx unresolved-import sphinx/search/ro.py:5:8 Cannot resolve imported module `snowballstemmer`
sphinx unresolved-import sphinx/search/ru.py:5:8 Cannot resolve imported module `snowballstemmer`
sphinx unresolved-import sphinx/search/sv.py:5:8 Cannot resolve imported module `snowballstemmer`
sphinx unresolved-import sphinx/search/tr.py:5:8 Cannot resolve imported module `snowballstemmer`
sphinx unresolved-import sphinx/search/zh.py:9:8 Cannot resolve imported module `snowballstemmer`
sphinx unresolved-import sphinx/testing/fixtures.py:12:8 Cannot resolve imported module `pytest`
sphinx unresolved-import sphinx/testing/util.py:80:10 Cannot resolve imported module `defusedxml.ElementTree`
sphinx unused-ignore-comment sphinx/transforms/__init__.py:403:22 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/transforms/i18n.py:109:55 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/transforms/i18n.py:462:29 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/transforms/i18n.py:483:37 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/transforms/i18n.py:494:37 Unused blanket `type: ignore` directive
sphinx unresolved-attribute sphinx/transforms/i18n.py:529:33 Module `docutils.nodes` has no member `meta`
sphinx unused-ignore-comment sphinx/transforms/i18n.py:561:29 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/transforms/i18n.py:570:44 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/transforms/i18n.py:686:74 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/transforms/i18n.py:689:76 Unused blanket `type: ignore` directive
sphinx unresolved-import sphinx/transforms/post_transforms/code.py:9:6 Cannot resolve imported module `pygments.lexers`
sphinx unused-ignore-comment sphinx/util/_pathlib.py:41:23 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/_pathlib.py:96:23 Unused blanket `type: ignore` directive
sphinx no-matching-overload sphinx/util/_serialise.py:49:16 No overload of function `sorted` matches arguments
sphinx unused-ignore-comment sphinx/util/display.py:91:63 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/docfields.py:93:59 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/docfields.py:111:63 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/docfields.py:218:36 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/docfields.py:290:36 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/docfields.py:504:29 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/docutils.py:52:93 Unused `ty: ignore` directive
sphinx unused-ignore-comment sphinx/util/docutils.py:131:44 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/docutils.py:182:65 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/docutils.py:208:77 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/docutils.py:268:48 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/docutils.py:269:33 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/docutils.py:272:53 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/docutils.py:292:31 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/docutils.py:435:57 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/docutils.py:438:69 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/docutils.py:440:86 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/docutils.py:445:57 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/docutils.py:472:37 Unused blanket `type: ignore` directive
sphinx unresolved-attribute sphinx/util/docutils.py:687:24 Object of type `Reporter` has no attribute `get_source_and_line`
sphinx unused-ignore-comment sphinx/util/docutils.py:886:42 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/docutils.py:918:95 Unused `ty: ignore` directive
sphinx unused-ignore-comment sphinx/util/docutils.py:937:76 Unused `ty: ignore` directive
sphinx unresolved-import sphinx/util/images.py:10:8 Cannot resolve imported module `imagesize`
sphinx unresolved-import sphinx/util/images.py:16:10 Cannot resolve imported module `PIL`
sphinx unused-ignore-comment sphinx/util/inspect.py:529:62 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/inspect.py:718:27 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/inspect.py:739:71 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/inspect.py:742:27 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/inspect.py:748:67 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/logging.py:120:31 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/logging.py:134:15 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/logging.py:146:89 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/logging.py:157:19 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/logging.py:502:64 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/logging.py:505:53 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/logging.py:536:64 Unused blanket `type: ignore` directive
sphinx no-matching-overload sphinx/util/matching.py:112:17 No overload of function `__new__` matches arguments
sphinx unused-ignore-comment sphinx/util/nodes.py:141:52 Unused blanket `type: ignore` directive
sphinx unresolved-attribute sphinx/util/nodes.py:276:29 Module `docutils.nodes` has no member `meta`
sphinx unused-ignore-comment sphinx/util/nodes.py:324:34 Unused blanket `type: ignore` directive
sphinx unresolved-attribute sphinx/util/nodes.py:338:31 Module `docutils.nodes` has no member `meta`
sphinx unused-ignore-comment sphinx/util/nodes.py:341:36 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/nodes.py:346:30 Unused blanket `type: ignore` directive
sphinx unresolved-attribute sphinx/util/nodes.py:685:12 Object of type `Reporter` has no attribute `get_source_and_line`
sphinx unused-ignore-comment sphinx/util/nodes.py:687:27 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/nodes.py:766:46 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/nodes.py:784:37 Unused blanket `type: ignore` directive
sphinx possibly-unresolved-reference sphinx/util/parallel.py:89:38 Name `collector` used when possibly not defined
sphinx possibly-unresolved-reference sphinx/util/parallel.py:90:28 Name `collector` used when possibly not defined
sphinx unused-ignore-comment sphinx/util/parallel.py:104:85 Unused `ty: ignore` directive
sphinx unresolved-attribute sphinx/util/parsing.py:79:61 Object of type `Struct` has no attribute `title_styles`
sphinx unresolved-attribute sphinx/util/parsing.py:80:38 Object of type `Struct` has no attribute `section_level`
sphinx unresolved-attribute sphinx/util/parsing.py:82:5 Unresolved attribute `title_styles` on type `Struct`.
sphinx unresolved-attribute sphinx/util/parsing.py:83:5 Unresolved attribute `section_level` on type `Struct`.
sphinx unresolved-attribute sphinx/util/parsing.py:88:9 Unresolved attribute `title_styles` on type `Struct`.
sphinx unresolved-attribute sphinx/util/parsing.py:89:9 Unresolved attribute `section_level` on type `Struct`.
sphinx unused-ignore-comment sphinx/util/requests.py:84:19 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/rst.py:69:68 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/rst.py:71:50 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/typing.py:308:83 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/typing.py:322:82 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/util/typing.py:368:67 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/versioning.py:44:33 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/versioning.py:73:41 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/versioning.py:77:68 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/versioning.py:79:42 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/versioning.py:90:68 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/versioning.py:92:42 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/versioning.py:105:42 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/versioning.py:107:41 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/versioning.py:112:37 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/html5.py:355:65 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/html5.py:390:32 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/html5.py:666:41 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/html5.py:745:69 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/html5.py:755:69 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/html5.py:935:69 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/html5.py:963:78 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/html5.py:998:54 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/html5.py:1004:54 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/html5.py:1013:54 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/html5.py:1019:54 Unused blanket `type: ignore` directive
sphinx unresolved-import sphinx/writers/latex.py:15:6 Cannot resolve imported module `roman_numerals`
sphinx unused-ignore-comment sphinx/writers/latex.py:74:37 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/latex.py:1311:59 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/latex.py:1322:67 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/latex.py:1332:67 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/latex.py:2368:44 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/latex.py:2400:44 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/latex.py:2405:44 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/manpage.py:140:48 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/manpage.py:248:54 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/manpage.py:304:32 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/texinfo.py:108:39 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/texinfo.py:245:64 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/texinfo.py:246:67 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/texinfo.py:295:55 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/texinfo.py:896:35 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/texinfo.py:1245:72 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/text.py:397:36 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/text.py:478:40 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/text.py:481:61 Unused blanket `type: ignore` directive
sphinx unused-ignore-comment sphinx/writers/xml.py:35:81 Unused blanket `type: ignore` directive
websockets invalid-return-type src/websockets/asyncio/client.py:471:16 Return type does not match returned value: expected `ClientConnection`, found `BaseProtocol`
websockets unresolved-import src/websockets/asyncio/client.py:673:10 Cannot resolve imported module `python_socks`
websockets unresolved-import src/websockets/asyncio/client.py:674:10 Cannot resolve imported module `python_socks.async_.asyncio`
websockets unresolved-attribute src/websockets/asyncio/client.py:799:15 Object of type `BaseProtocol` has no attribute `response`
websockets unresolved-reference src/websockets/asyncio/connection.py:1219:17 Name `exceptions` used when not defined
websockets unresolved-reference src/websockets/asyncio/connection.py:1235:17 Name `exceptions` used when not defined
websockets unresolved-reference src/websockets/asyncio/connection.py:1242:29 Name `exceptions` used when not defined
websockets unresolved-reference src/websockets/asyncio/connection.py:1243:15 Name `ExceptionGroup` used when not defined
websockets unresolved-reference src/websockets/asyncio/connection.py:1243:51 Name `exceptions` used when not defined
websockets possibly-unresolved-reference src/websockets/asyncio/messages.py:259:23 Name `decoder` used when possibly not defined
websockets unresolved-attribute src/websockets/cli.py:119:43 Object of type `BaseProtocol` has no attribute `messages`
websockets possibly-unresolved-reference src/websockets/client.py:319:32 Name `response` used when possibly not defined
websockets possibly-unresolved-reference src/websockets/client.py:319:54 Name `response` used when possibly not defined
websockets possibly-unresolved-reference src/websockets/client.py:321:35 Name `response` used when possibly not defined
websockets possibly-unresolved-reference src/websockets/client.py:323:20 Name `response` used when possibly not defined
websockets possibly-unresolved-reference src/websockets/client.py:324:66 Name `response` used when possibly not defined
websockets possibly-unresolved-reference src/websockets/client.py:327:39 Name `response` used when possibly not defined
websockets possibly-unresolved-reference src/websockets/client.py:329:17 Name `response` used when possibly not defined
websockets possibly-unresolved-reference src/websockets/client.py:330:36 Name `response` used when possibly not defined
websockets possibly-unresolved-reference src/websockets/client.py:339:32 Name `response` used when possibly not defined
websockets invalid-method-override src/websockets/datastructures.py:132:9 Invalid override of method `update`: Definition is incompatible with `MutableMapping.update`
websockets possibly-unresolved-reference src/websockets/frames.py:261:37 Name `mask_bytes` used when possibly not defined
websockets possibly-unresolved-reference src/websockets/frames.py:327:42 Name `mask_bytes` used when possibly not defined
websockets possibly-unresolved-reference src/websockets/legacy/framing.py:102:37 Name `mask_bits` used when possibly not defined
websockets unresolved-reference src/websockets/legacy/protocol.py:1610:17 Name `exceptions` used when not defined
websockets unresolved-reference src/websockets/legacy/protocol.py:1623:17 Name `exceptions` used when not defined
websockets unresolved-reference src/websockets/legacy/protocol.py:1630:29 Name `exceptions` used when not defined
websockets unresolved-reference src/websockets/legacy/protocol.py:1631:15 Name `ExceptionGroup` used when not defined
websockets unresolved-reference src/websockets/legacy/protocol.py:1631:51 Name `exceptions` used when not defined
websockets invalid-argument-type src/websockets/legacy/server.py:634:37 Argument to bound method `update` is incorrect: Expected `Mapping[str, str] | Iterable[tuple[str, str]] | SupportsKeysAndGetItem`, found `(Mapping[str, str] & ~(() -> object)) | (Iterable[tuple[str, str]] & ~(() -> object)) | (SupportsKeysAndGetItem & ~(() -> object)) | (((str, Headers, /) -> Mapping[str, str] | Iterable[tuple[str, str]] | SupportsKeysAndGetItem) & ~(() -> object)) | (@Todo & ~None)`
websockets unresolved-attribute src/websockets/server.py:110:17 Object of type `(ServerProtocol, Sequence[Subprotocol], /) -> Subprotocol | None` has no attribute `__get__`
websockets possibly-unresolved-reference src/websockets/server.py:561:56 Name `request` used when possibly not defined
websockets possibly-unresolved-reference src/websockets/server.py:562:35 Name `request` used when possibly not defined
websockets possibly-unresolved-reference src/websockets/server.py:565:32 Name `request` used when possibly not defined
websockets unresolved-import src/websockets/sync/client.py:426:10 Cannot resolve imported module `python_socks`
websockets unresolved-import src/websockets/sync/client.py:427:10 Cannot resolve imported module `python_socks.sync`
websockets possibly-unresolved-reference src/websockets/sync/client.py:610:20 Name `result` used when possibly not defined
websockets possibly-unresolved-reference src/websockets/sync/messages.py:269:23 Name `decoder` used when possibly not defined
websockets unresolved-import src/websockets/trio/connection.py:12:8 Cannot resolve imported module `trio`
websockets unresolved-import src/websockets/trio/connection.py:13:8 Cannot resolve imported module `trio.abc`
websockets unresolved-import src/websockets/trio/messages.py:8:8 Cannot resolve imported module `trio`
websockets possibly-unresolved-reference src/websockets/trio/messages.py:227:23 Name `decoder` used when possibly not defined
websockets unresolved-import src/websockets/trio/utils.py:3:8 Cannot resolve imported module `trio`
websockets unresolved-import src/websockets/trio/utils.py:7:10 Cannot resolve imported module `exceptiongroup`
werkzeug invalid-return-type src/werkzeug/_internal.py:42:12 Return type does not match returned value: expected `dict[str, Any]`, found `(Any & Top[dict[Unknown, Unknown]]) | dict[str, Any] | (Request & Top[dict[Unknown, Unknown]])`
werkzeug unused-ignore-comment src/werkzeug/_internal.py:59:35 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/_internal.py:64:52 Unused blanket `type: ignore` directive
werkzeug unresolved-import src/werkzeug/_internal.py:69:20 Cannot resolve imported module `colorama`
werkzeug unused-ignore-comment src/werkzeug/_internal.py:175:23 Unused blanket `type: ignore` directive
werkzeug not-iterable src/werkzeug/_reloader.py:149:22 Object of type `Sized` is not iterable
werkzeug unused-ignore-comment src/werkzeug/_reloader.py:248:53 Unused blanket `type: ignore` directive
werkzeug unresolved-import src/werkzeug/_reloader.py:315:14 Cannot resolve imported module `watchdog.events`
werkzeug unresolved-import src/werkzeug/_reloader.py:316:14 Cannot resolve imported module `watchdog.events`
werkzeug unresolved-import src/werkzeug/_reloader.py:317:14 Cannot resolve imported module `watchdog.events`
werkzeug unresolved-import src/werkzeug/_reloader.py:318:14 Cannot resolve imported module `watchdog.events`
werkzeug unresolved-import src/werkzeug/_reloader.py:319:14 Cannot resolve imported module `watchdog.events`
werkzeug unresolved-import src/werkzeug/_reloader.py:320:14 Cannot resolve imported module `watchdog.events`
werkzeug unresolved-import src/werkzeug/_reloader.py:321:14 Cannot resolve imported module `watchdog.events`
werkzeug unresolved-import src/werkzeug/_reloader.py:322:14 Cannot resolve imported module `watchdog.observers`
werkzeug unused-ignore-comment src/werkzeug/_reloader.py:328:72 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/_reloader.py:341:52 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/_reloader.py:370:53 Unused blanket `type: ignore` directive
werkzeug invalid-method-override src/werkzeug/datastructures/accept.py:77:9 Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
werkzeug unused-ignore-comment src/werkzeug/datastructures/accept.py:259:58 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/accept.py:264:78 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/accept.py:269:44 Unused blanket `type: ignore` directive
werkzeug invalid-return-type src/werkzeug/datastructures/auth.py:201:16 Return type does not match returned value: expected `dict[str, str | None]`, found `Unknown | CallbackDict[str, str] | dict[str, str | None]`
werkzeug unresolved-attribute src/werkzeug/datastructures/auth.py:205:9 Cannot assign object of type `CallbackDict[str, str]` to attribute `_parameters` on type `Self@parameters` with custom `__setattr__` method.
werkzeug unused-ignore-comment src/werkzeug/datastructures/cache_control.py:157:86 Unused blanket `type: ignore` directive
werkzeug no-matching-overload src/werkzeug/datastructures/file_storage.py:126:19 No overload of function `fspath` matches arguments
werkzeug no-matching-overload src/werkzeug/datastructures/file_storage.py:196:37 No overload of function `open` matches arguments
werkzeug unused-ignore-comment src/werkzeug/datastructures/file_storage.py:198:30 Unused blanket `type: ignore` directive
werkzeug invalid-type-form src/werkzeug/datastructures/headers.py:65:75 Invalid subscript of object of type `def set(self, key: str, value: Any, /, **kwargs: Any) -> None` in type expression
werkzeug unused-ignore-comment src/werkzeug/datastructures/headers.py:108:22 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/headers.py:120:15 Unused blanket `type: ignore` directive
werkzeug invalid-type-form src/werkzeug/datastructures/headers.py:230:75 Invalid subscript of object of type `def set(self, key: str, value: Any, /, **kwargs: Any) -> None` in type expression
werkzeug unused-ignore-comment src/werkzeug/datastructures/headers.py:487:78 Unused blanket `type: ignore` directive
werkzeug invalid-argument-type src/werkzeug/datastructures/headers.py:518:34 Argument to bound method `setlist` is incorrect: Expected `str`, found `object`
werkzeug invalid-argument-type src/werkzeug/datastructures/headers.py:518:51 Argument to bound method `getlist` is incorrect: Expected `str`, found `object`
werkzeug invalid-argument-type src/werkzeug/datastructures/headers.py:518:51 Argument to bound method `getlist` is incorrect: Expected `Never`, found `object`
werkzeug invalid-argument-type src/werkzeug/datastructures/headers.py:522:38 Argument to bound method `setlist` is incorrect: Expected `str`, found `object`
werkzeug invalid-argument-type src/werkzeug/datastructures/headers.py:524:34 Argument to bound method `set` is incorrect: Expected `str`, found `object`
werkzeug unused-ignore-comment src/werkzeug/datastructures/headers.py:602:19 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/headers.py:605:56 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/headers.py:637:39 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/headers.py:639:45 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/mixins.py:102:54 Unused blanket `type: ignore` directive
werkzeug invalid-argument-type src/werkzeug/datastructures/mixins.py:238:28 Argument is incorrect: Expected `<special-form 'typing.Self'>`, found `UpdateDictMixin[Any, Any]`
werkzeug unused-ignore-comment src/werkzeug/datastructures/mixins.py:260:48 Unused blanket `type: ignore` directive
werkzeug invalid-argument-type src/werkzeug/datastructures/mixins.py:262:28 Argument is incorrect: Expected `<special-form 'typing.Self'>`, found `Self@setdefault`
werkzeug invalid-argument-type src/werkzeug/datastructures/mixins.py:282:28 Argument is incorrect: Expected `<special-form 'typing.Self'>`, found `Self@pop`
werkzeug unused-ignore-comment src/werkzeug/datastructures/mixins.py:309:39 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/range.py:134:46 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:45:52 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:65:18 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:119:89 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:205:36 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:210:36 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:236:31 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:237:32 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:246:44 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:256:52 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:279:53 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:308:51 Unused blanket `type: ignore` directive
werkzeug invalid-method-override src/werkzeug/datastructures/structures.py:314:9 Invalid override of method `setdefault`: Definition is incompatible with `MutableMapping.setdefault`
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:323:34 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:347:65 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:349:42 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:360:46 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:372:46 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:379:42 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:390:34 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:446:18 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:496:37 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:513:39 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:530:38 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:535:39 Unused blanket `type: ignore` directive
werkzeug invalid-argument-type src/werkzeug/datastructures/structures.py:644:30 Argument to bound method `getlist` is incorrect: Expected `Never`, found `K@_OrderedMultiDict`
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:648:22 Unused blanket `type: ignore` directive
werkzeug invalid-method-override src/werkzeug/datastructures/structures.py:656:9 Invalid override of method `__setstate__`: Definition is incompatible with `MultiDict.__setstate__`
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:664:58 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:723:47 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:756:78 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:775:44 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:816:75 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:856:18 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:906:18 Unused blanket `type: ignore` directive
werkzeug invalid-method-override src/werkzeug/datastructures/structures.py:910:9 Invalid override of method `items`: Definition is incompatible with `MultiDict.items`
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:936:41 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:961:61 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:981:76 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:987:41 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:998:36 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/datastructures/structures.py:1027:49 Unused blanket `type: ignore` directive
werkzeug invalid-assignment src/werkzeug/datastructures/structures.py:1053:9 Object of type `((Self@__init__, /) -> None) | None` is not assignable to attribute `on_update` of type `((<special-form 'typing.Self'>, /) -> None) | None`
werkzeug invalid-method-override src/werkzeug/datastructures/structures.py:1081:9 Invalid override of method `add`: Definition is incompatible with `MutableSet.add`
werkzeug invalid-method-override src/werkzeug/datastructures/structures.py:1085:9 Invalid override of method `remove`: Definition is incompatible with `MutableSet.remove`
werkzeug invalid-argument-type src/werkzeug/datastructures/structures.py:1104:28 Argument is incorrect: Expected `Self@__init__`, found `Self@remove`
werkzeug invalid-argument-type src/werkzeug/datastructures/structures.py:1119:28 Argument is incorrect: Expected `Self@__init__`, found `Self@update`
werkzeug invalid-method-override src/werkzeug/datastructures/structures.py:1121:9 Invalid override of method `discard`: Definition is incompatible with `MutableSet.discard`
werkzeug invalid-argument-type src/werkzeug/datastructures/structures.py:1159:28 Argument is incorrect: Expected `Self@__init__`, found `Self@clear`
werkzeug invalid-argument-type src/werkzeug/datastructures/structures.py:1185:28 Argument is incorrect: Expected `Self@__init__`, found `Self@__delitem__`
werkzeug invalid-argument-type src/werkzeug/datastructures/structures.py:1193:28 Argument is incorrect: Expected `Self@__init__`, found `Self@__setitem__`
werkzeug unused-ignore-comment src/werkzeug/debug/__init__.py:317:55 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/debug/__init__.py:332:55 Unused blanket `type: ignore` directive
werkzeug call-non-callable src/werkzeug/debug/__init__.py:349:17 Object of type `object` is not callable
werkzeug invalid-argument-type src/werkzeug/debug/__init__.py:424:37 Argument to function `get_data` is incorrect: Expected `str`, found `str | None`
werkzeug unused-ignore-comment src/werkzeug/debug/__init__.py:552:73 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/debug/__init__.py:554:61 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/debug/__init__.py:556:52 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/debug/__init__.py:558:59 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/debug/__init__.py:566:71 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/debug/__init__.py:572:55 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/debug/console.py:83:39 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/debug/console.py:101:38 Unused blanket `type: ignore` directive
werkzeug missing-argument src/werkzeug/debug/repr.py:204:20 No argument provided for required parameter 3
werkzeug invalid-argument-type src/werkzeug/debug/repr.py:204:40 Argument is incorrect: Expected `Iterable[Any]`, found `bool`
werkzeug missing-argument src/werkzeug/debug/repr.py:206:20 No argument provided for required parameter 3
werkzeug invalid-argument-type src/werkzeug/debug/repr.py:206:41 Argument is incorrect: Expected `Iterable[Any]`, found `bool`
werkzeug missing-argument src/werkzeug/debug/repr.py:208:20 No argument provided for required parameter 3
werkzeug invalid-argument-type src/werkzeug/debug/repr.py:208:39 Argument is incorrect: Expected `Iterable[Any]`, found `bool`
werkzeug missing-argument src/werkzeug/debug/repr.py:210:20 No argument provided for required parameter 3
werkzeug invalid-argument-type src/werkzeug/debug/repr.py:210:45 Argument is incorrect: Expected `Iterable[Any]`, found `bool`
werkzeug missing-argument src/werkzeug/debug/repr.py:214:20 No argument provided for required parameter 3
werkzeug invalid-argument-type src/werkzeug/debug/repr.py:214:41 Argument is incorrect: Expected `Iterable[Any]`, found `bool`
werkzeug possibly-unresolved-reference src/werkzeug/debug/repr.py:263:9 Name `title` used when possibly not defined
werkzeug unused-ignore-comment src/werkzeug/debug/tbtools.py:267:16 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/exceptions.py:94:67 Unused blanket `type: ignore` directive
werkzeug unresolved-reference src/werkzeug/formparser.py:391:21 Name `_write` used when not defined
werkzeug unresolved-reference src/werkzeug/formparser.py:393:39 Name `current_part` used when not defined
werkzeug unresolved-reference src/werkzeug/formparser.py:394:46 Name `container` used when not defined
werkzeug unresolved-reference src/werkzeug/formparser.py:395:55 Name `current_part` used when not defined
werkzeug unresolved-reference src/werkzeug/formparser.py:397:44 Name `current_part` used when not defined
werkzeug unresolved-reference src/werkzeug/formparser.py:399:61 Name `container` used when not defined
werkzeug unresolved-reference src/werkzeug/formparser.py:403:37 Name `current_part` used when not defined
werkzeug unresolved-reference src/werkzeug/formparser.py:406:41 Name `current_part` used when not defined
werkzeug unresolved-reference src/werkzeug/formparser.py:407:41 Name `current_part` used when not defined
werkzeug unresolved-reference src/werkzeug/formparser.py:408:49 Name `current_part` used when not defined
werkzeug non-subscriptable src/werkzeug/http.py:277:18 Cannot subscript object of type `object` with no `__getitem__` method
werkzeug possibly-unresolved-reference src/werkzeug/http.py:844:24 Name `begin` used when possibly not defined
werkzeug possibly-unresolved-reference src/werkzeug/http.py:844:31 Name `end` used when possibly not defined
werkzeug possibly-missing-attribute src/werkzeug/local.py:323:24 Attribute `__get__` may be missing on object of type `(Unknown & ~None) | ((LocalProxy[Any], /) -> Any)`
werkzeug unused-ignore-comment src/werkzeug/local.py:370:50 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/local.py:488:42 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/local.py:538:59 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/middleware/http_proxy.py:140:69 Unused blanket `type: ignore` directive
werkzeug call-non-callable src/werkzeug/middleware/lint.py:170:13 Object of type `object` is not callable
werkzeug unused-ignore-comment src/werkzeug/middleware/profiler.py:26:34 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/middleware/profiler.py:110:71 Unused blanket `type: ignore` directive
werkzeug call-non-callable src/werkzeug/middleware/profiler.py:121:17 Object of type `object` is not callable
werkzeug invalid-assignment src/werkzeug/middleware/shared_data.py:121:23 Object of type `ItemsView[object, object]` is not assignable to `Mapping[str, str | tuple[str, str]] | Iterable[tuple[str, str | tuple[str, str]]]`
werkzeug unused-ignore-comment src/werkzeug/routing/rules.py:481:31 Unused blanket `type: ignore` directive
werkzeug invalid-argument-type src/werkzeug/routing/rules.py:510:43 Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `Mapping[str, Any] & ~AlwaysFalsy`
werkzeug unresolved-attribute src/werkzeug/routing/rules.py:729:23 Object of type `(...) -> tuple[str, str]` has no attribute `__get__`
werkzeug unresolved-attribute src/werkzeug/routing/rules.py:731:31 Object of type `(...) -> tuple[str, str]` has no attribute `__get__`
werkzeug unused-ignore-comment src/werkzeug/routing/rules.py:738:28 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/routing/rules.py:912:22 Unused blanket `type: ignore` directive
werkzeug unresolved-attribute src/werkzeug/sansio/response.py:597:9 Cannot assign object of type `def on_update(value: WWWAuthenticate) -> None` to attribute `_on_update` on type `WWWAuthenticate` with custom `__setattr__` method.
werkzeug invalid-assignment src/werkzeug/sansio/response.py:620:13 Object of type `def on_update(value: WWWAuthenticate) -> None` is not assignable to attribute `_on_update` on type `WWWAuthenticate & ~AlwaysFalsy & ~Top[list[Unknown]]`
werkzeug unused-ignore-comment src/werkzeug/serving.py:72:26 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/serving.py:79:21 Unused blanket `type: ignore` directive
werkzeug unresolved-import src/werkzeug/serving.py:90:10 Cannot resolve imported module `cryptography.hazmat.primitives.asymmetric.rsa`
werkzeug unresolved-import src/werkzeug/serving.py:93:10 Cannot resolve imported module `cryptography.x509`
werkzeug unused-ignore-comment src/werkzeug/serving.py:164:39 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/serving.py:316:62 Unused blanket `type: ignore` directive
werkzeug call-non-callable src/werkzeug/serving.py:367:21 Object of type `object` is not callable
werkzeug unused-ignore-comment src/werkzeug/serving.py:424:49 Unused blanket `type: ignore` directive
werkzeug unresolved-import src/werkzeug/serving.py:508:14 Cannot resolve imported module `cryptography`
werkzeug unresolved-import src/werkzeug/serving.py:509:14 Cannot resolve imported module `cryptography.hazmat.backends`
werkzeug unresolved-import src/werkzeug/serving.py:510:14 Cannot resolve imported module `cryptography.hazmat.primitives`
werkzeug unresolved-import src/werkzeug/serving.py:511:14 Cannot resolve imported module `cryptography.hazmat.primitives.asymmetric`
werkzeug unresolved-import src/werkzeug/serving.py:512:14 Cannot resolve imported module `cryptography.x509.oid`
werkzeug unresolved-import src/werkzeug/serving.py:578:10 Cannot resolve imported module `cryptography.hazmat.primitives`
werkzeug unresolved-import src/werkzeug/serving.py:604:10 Cannot resolve imported module `cryptography.hazmat.primitives`
werkzeug unused-ignore-comment src/werkzeug/serving.py:697:36 Unused blanket `type: ignore` directive
werkzeug unsupported-base src/werkzeug/serving.py:879:25 Unsupported class base with type `<class 'ForkingMixIn'> | <class 'ForkingMixIn'>`
werkzeug invalid-assignment src/werkzeug/test.py:337:13 Invalid assignment to data descriptor attribute `args` on type `Self@__init__` with custom `__set__` method
werkzeug call-non-callable src/werkzeug/test.py:379:24 Object of type `object` is not callable
werkzeug invalid-argument-type src/werkzeug/test.py:427:20 Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | None | Headers`
werkzeug invalid-argument-type src/werkzeug/test.py:427:20 Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | None | Headers`
werkzeug invalid-argument-type src/werkzeug/test.py:427:20 Argument to bound method `__init__` is incorrect: Expected `Mapping[str, str] | str | None`, found `Unknown | str | None | Headers`
werkzeug invalid-argument-type src/werkzeug/test.py:427:20 Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | None | Headers`
werkzeug invalid-argument-type src/werkzeug/test.py:427:20 Argument to bound method `__init__` is incorrect: Expected `IO[bytes] | None`, found `Unknown | str | None | Headers`
werkzeug invalid-argument-type src/werkzeug/test.py:427:20 Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | None | Headers`
werkzeug invalid-argument-type src/werkzeug/test.py:427:20 Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Unknown | str | None | Headers`
werkzeug invalid-argument-type src/werkzeug/test.py:427:20 Argument to bound method `__init__` is incorrect: Expected `IO[str] | None`, found `Unknown | str | None | Headers`
werkzeug invalid-argument-type src/werkzeug/test.py:427:20 Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | None | Headers`
werkzeug invalid-argument-type src/werkzeug/test.py:427:20 Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | None | Headers`
werkzeug invalid-argument-type src/werkzeug/test.py:427:20 Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | None | Headers`
werkzeug invalid-argument-type src/werkzeug/test.py:427:20 Argument to bound method `__init__` is incorrect: Expected `Iterable[tuple[str, str]] | None`, found `Unknown | str | None | Headers`
werkzeug invalid-argument-type src/werkzeug/test.py:427:20 Argument to bound method `__init__` is incorrect: Expected `None | IO[bytes] | str | bytes | Mapping[str, Any]`, found `Unknown | str | None | Headers`
werkzeug invalid-argument-type src/werkzeug/test.py:427:20 Argument to bound method `__init__` is incorrect: Expected `Mapping[str, Any] | None`, found `Unknown | str | None | Headers`
werkzeug invalid-argument-type src/werkzeug/test.py:427:20 Argument to bound method `__init__` is incorrect: Expected `Mapping[str, Any] | None`, found `Unknown | str | None | Headers`
werkzeug invalid-argument-type src/werkzeug/test.py:427:20 Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | None | Headers`
werkzeug invalid-argument-type src/werkzeug/test.py:427:20 Argument to bound method `__init__` is incorrect: Expected `Mapping[str, Any] | None`, found `Unknown | str | None | Headers`
werkzeug invalid-argument-type src/werkzeug/test.py:427:20 Argument to bound method `__init__` is incorrect: Expected `Authorization | tuple[str, str] | None`, found `Unknown | str | None | Headers`
werkzeug invalid-argument-type src/werkzeug/test.py:436:38 Argument to bound method `add_file` is incorrect: Expected `str | None`, found `IO[bytes] | str`
werkzeug invalid-argument-type src/werkzeug/test.py:436:38 Argument to bound method `add_file` is incorrect: Expected `str | None`, found `IO[bytes] | str`
werkzeug unused-ignore-comment src/werkzeug/test.py:546:20 Unused blanket `type: ignore` directive
werkzeug invalid-assignment src/werkzeug/test.py:815:32 Object of type `type` is not assignable to `type[Response] | None`
werkzeug unused-ignore-comment src/werkzeug/test.py:1252:58 Unused blanket `type: ignore` directive
werkzeug unresolved-import src/werkzeug/testapp.py:131:16 Cannot resolve imported module `pkg_resources`
werkzeug unresolved-attribute src/werkzeug/utils.py:78:33 Object of type `(Any, /) -> _T@cached_property` has no attribute `__name__`
werkzeug invalid-assignment src/werkzeug/utils.py:84:13 Cannot assign to a subscript on an object of type `object`
werkzeug unused-ignore-comment src/werkzeug/utils.py:97:61 Unused blanket `type: ignore` directive
werkzeug invalid-return-type src/werkzeug/utils.py:107:16 Return type does not match returned value: expected `_T@cached_property`, found `Any | _Missing`
werkzeug non-subscriptable src/werkzeug/utils.py:111:17 Cannot subscript object of type `object` with no `__getitem__` method
werkzeug invalid-method-override src/werkzeug/utils.py:139:9 Invalid override of method `lookup`: Definition is incompatible with `_DictAccessorProperty.lookup`
werkzeug unused-ignore-comment src/werkzeug/utils.py:261:27 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/utils.py:489:43 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/utils.py:491:35 Unused blanket `type: ignore` directive
werkzeug unsupported-operator src/werkzeug/utils.py:501:12 Operator `>` is not supported between objects of type `(int & ~(() -> object)) | (((str | None, /) -> int | None) & ~(() -> object)) | (@Todo & ~None)` and `Literal[0]`
werkzeug invalid-assignment src/werkzeug/utils.py:505:9 Object of type `(int & ~(() -> object)) | (((str | None, /) -> int | None) & ~(() -> object)) | (@Todo & ~None)` is not assignable to attribute `max_age` of type `int | None`
werkzeug unused-ignore-comment src/werkzeug/wrappers/request.py:315:59 Unused blanket `type: ignore` directive
werkzeug invalid-argument-type src/werkzeug/wrappers/response.py:175:27 Argument to bound method `set_data` is incorrect: Expected `bytes | str`, found `str | bytes | (Iterable[bytes] & bytearray) | (Iterable[str] & bytearray)`
werkzeug unused-ignore-comment src/werkzeug/wrappers/response.py:326:54 Unused blanket `type: ignore` directive
werkzeug call-non-callable src/werkzeug/wrappers/response.py:403:13 Object of type `object` is not callable
werkzeug unused-ignore-comment src/werkzeug/wrappers/response.py:410:51 Unused blanket `type: ignore` directive
werkzeug invalid-argument-type src/werkzeug/wsgi.py:66:42 Argument to function `get_current_url` is incorrect: Expected `bytes | None`, found `Unknown | str`
werkzeug invalid-assignment src/werkzeug/wsgi.py:244:25 Object of type `list[Unknown | (() -> None) | (Iterable[() -> None] & (() -> object))]` is not assignable to `None | (() -> None) | Iterable[() -> None]`
werkzeug possibly-missing-attribute src/werkzeug/wsgi.py:249:13 Attribute `insert` may be missing on object of type `list[Unknown] | None | (() -> None) | Iterable[() -> None]`
werkzeug not-iterable src/werkzeug/wsgi.py:259:25 Object of type `Unknown | list[Unknown] | None | (() -> None) | Iterable[() -> None]` may not be iterable
werkzeug unused-ignore-comment src/werkzeug/wsgi.py:281:60 Unused blanket `type: ignore` directive
werkzeug call-non-callable src/werkzeug/wsgi.py:370:59 Object of type `object` is not callable
werkzeug unused-ignore-comment src/werkzeug/wsgi.py:388:50 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment src/werkzeug/wsgi.py:389:54 Unused blanket `type: ignore` directive
werkzeug call-non-callable src/werkzeug/wsgi.py:533:44 Object of type `object` is not callable
werkzeug call-non-callable src/werkzeug/wsgi.py:542:32 Object of type `object` is not callable
werkzeug unresolved-import tests/conftest.py:18:8 Cannot resolve imported module `ephemeral_port_reserve`
werkzeug invalid-assignment tests/live_apps/run.py:35:5 Implicit shadowing of function `address_string`
werkzeug non-subscriptable tests/middleware/test_http_proxy.py:34:12 Cannot subscript object of type `None` with no `__getitem__` method
werkzeug non-subscriptable tests/middleware/test_http_proxy.py:35:12 Cannot subscript object of type `None` with no `__getitem__` method
werkzeug non-subscriptable tests/middleware/test_http_proxy.py:36:12 Cannot subscript object of type `None` with no `__getitem__` method
werkzeug non-subscriptable tests/middleware/test_http_proxy.py:39:12 Cannot subscript object of type `None` with no `__getitem__` method
werkzeug non-subscriptable tests/middleware/test_http_proxy.py:40:12 Cannot subscript object of type `None` with no `__getitem__` method
werkzeug non-subscriptable tests/middleware/test_http_proxy.py:41:12 Cannot subscript object of type `None` with no `__getitem__` method
werkzeug non-subscriptable tests/middleware/test_http_proxy.py:42:12 Cannot subscript object of type `None` with no `__getitem__` method
werkzeug unsupported-operator tests/middleware/test_http_proxy.py:45:12 Operator `not in` is not supported between objects of type `Literal["HTTP_X_SPECIAL"]` and `Any | None`
werkzeug non-subscriptable tests/middleware/test_http_proxy.py:46:12 Cannot subscript object of type `None` with no `__getitem__` method
werkzeug non-subscriptable tests/middleware/test_http_proxy.py:47:12 Cannot subscript object of type `None` with no `__getitem__` method
werkzeug non-subscriptable tests/middleware/test_http_proxy.py:51:12 Cannot subscript object of type `None` with no `__getitem__` method
werkzeug invalid-argument-type tests/middleware/test_profiler.py:37:13 Argument to bound method `__init__` is incorrect: Expected `str`, found `def filename_format(env) -> Unknown`
werkzeug invalid-argument-type tests/middleware/test_shared_data.py:10:32 Argument to bound method `__init__` is incorrect: Expected `(dict[str, Any], StartResponse, /) -> Iterable[bytes]`, found `None`
werkzeug invalid-argument-type tests/middleware/test_shared_data.py:45:26 Argument to bound method `__init__` is incorrect: Argument type `Iterable[bytes]` does not satisfy upper bound `_SupportsClose` of type variable `_SupportsCloseT`
werkzeug invalid-argument-type tests/middleware/test_shared_data.py:54:22 Argument to bound method `__init__` is incorrect: Argument type `Iterable[bytes]` does not satisfy upper bound `_SupportsClose` of type variable `_SupportsCloseT`
werkzeug invalid-argument-type tests/test_datastructures.py:767:18 Argument to bound method `extend` is incorrect: Expected `str`, found `list[Unknown | str]`
werkzeug too-many-positional-arguments tests/test_datastructures.py:774:34 Too many positional arguments to bound method `extend`: expected 2, got 3
werkzeug too-many-positional-arguments tests/test_datastructures.py:789:34 Too many positional arguments to bound method `extend`: expected 2, got 3
werkzeug unsupported-operator tests/test_datastructures.py:863:16 Operator `not in` is not supported between objects of type `Literal[42]` and `(Unknown & ~AlwaysFalsy) | (EnvironHeaders & ~AlwaysFalsy)`
werkzeug invalid-assignment tests/test_datastructures.py:1009:9 Object of type `Literal[False]` is not assignable to attribute `no_cache` of type `str | Literal[True] | None`
werkzeug invalid-argument-type tests/test_datastructures.py:1107:74 Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
werkzeug invalid-argument-type tests/test_datastructures.py:1111:64 Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
werkzeug invalid-argument-type tests/test_datastructures.py:1114:56 Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
werkzeug invalid-argument-type tests/test_datastructures.py:1115:46 Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
werkzeug invalid-argument-type tests/test_datastructures.py:1121:56 Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
werkzeug invalid-argument-type tests/test_datastructures.py:1122:44 Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
werkzeug invalid-argument-type tests/test_datastructures.py:1134:56 Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
werkzeug invalid-argument-type tests/test_datastructures.py:1135:56 Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
werkzeug invalid-argument-type tests/test_datastructures.py:1136:57 Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
werkzeug invalid-argument-type tests/test_datastructures.py:1137:48 Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
werkzeug possibly-missing-attribute tests/test_datastructures.py:1277:12 Attribute `ranges` may be missing on object of type `Range | None`
werkzeug invalid-assignment tests/test_debug.py:281:9 Object of type `TypeError` is not assignable to attribute `__context__` on type `BaseException | None`
werkzeug unused-ignore-comment tests/test_exceptions.py:144:32 Unused blanket `type: ignore` directive
werkzeug unused-ignore-comment tests/test_exceptions.py:164:32 Unused blanket `type: ignore` directive
werkzeug invalid-argument-type tests/test_formparser.py:222:29 Argument to bound method `parse` is incorrect: Expected `IO[bytes]`, found `Literal[""]`
werkzeug invalid-argument-type tests/test_formparser.py:463:45 Argument to bound method `__init__` is incorrect: Expected `TStreamFactory | None`, found `def stream_factory() -> Unknown`
werkzeug invalid-argument-type tests/test_formparser.py:463:76 Argument to bound method `__init__` is incorrect: Expected `type[MultiDict[str, Any]] | None`, found `<class 'dict'>`
werkzeug invalid-assignment tests/test_http.py:141:9 Object of type `float` is not assignable to attribute `max_age` of type `int | None`
werkzeug invalid-assignment tests/test_http.py:144:9 Object of type `float` is not assignable to attribute `s_maxage` of type `int | None`
werkzeug possibly-missing-attribute tests/test_http.py:159:16 Attribute `type` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:160:16 Attribute `username` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:161:16 Attribute `password` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:164:16 Attribute `type` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:165:16 Attribute `username` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:166:16 Attribute `password` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:169:16 Attribute `type` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:170:16 Attribute `username` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:171:16 Attribute `password` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:183:16 Attribute `type` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:184:16 Attribute `username` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:185:16 Attribute `realm` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:186:16 Attribute `nonce` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:187:16 Attribute `uri` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:188:16 Attribute `qop` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:189:16 Attribute `nc` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:190:16 Attribute `cnonce` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:191:16 Attribute `response` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:192:16 Attribute `opaque` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:202:16 Attribute `type` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:203:16 Attribute `username` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:204:16 Attribute `realm` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:205:16 Attribute `nonce` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:206:16 Attribute `uri` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:207:16 Attribute `response` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:208:16 Attribute `opaque` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:212:16 Attribute `type` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:216:16 Attribute `to_header` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:222:16 Attribute `type` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:223:16 Attribute `token` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:228:16 Attribute `type` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:229:16 Attribute `token` may be missing on object of type `Authorization | None`
werkzeug possibly-missing-attribute tests/test_http.py:253:16 Attribute `type` may be missing on object of type `WWWAuthenticate | None`
werkzeug possibly-missing-attribute tests/test_http.py:254:16 Attribute `realm` may be missing on object of type `WWWAuthenticate | None`
werkzeug invalid-assignment tests/test_http.py:255:9 Object of type `Literal["Foo Bar"]` is not assignable to attribute `realm` on type `WWWAuthenticate | None`
werkzeug possibly-missing-attribute tests/test_http.py:256:16 Attribute `to_header` may be missing on object of type `WWWAuthenticate | None`
werkzeug possibly-missing-attribute tests/test_http.py:264:16 Attribute `type` may be missing on object of type `WWWAuthenticate | None`
werkzeug possibly-missing-attribute tests/test_http.py:265:16 Attribute `realm` may be missing on object of type `WWWAuthenticate | None`
werkzeug possibly-missing-attribute tests/test_http.py:266:16 Attribute `parameters` may be missing on object of type `WWWAuthenticate | None`
werkzeug possibly-missing-attribute tests/test_http.py:267:16 Attribute `nonce` may be missing on object of type `WWWAuthenticate | None`
werkzeug possibly-missing-attribute tests/test_http.py:268:16 Attribute `opaque` may be missing on object of type `WWWAuthenticate | None`
werkzeug possibly-missing-attribute tests/test_http.py:270:16 Attribute `type` may be missing on object of type `WWWAuthenticate | None`
werkzeug possibly-missing-attribute tests/test_http.py:277:16 Attribute `type` may be missing on object of type `WWWAuthenticate | None`
werkzeug possibly-missing-attribute tests/test_http.py:278:16 Attribute `token` may be missing on object of type `WWWAuthenticate | None`
werkzeug possibly-missing-attribute tests/test_http.py:283:16 Attribute `type` may be missing on object of type `WWWAuthenticate | None`
werkzeug possibly-missing-attribute tests/test_http.py:284:16 Attribute `token` may be missing on object of type `WWWAuthenticate | None`
werkzeug possibly-missing-attribute tests/test_http.py:636:16 Attribute `units` may be missing on object of type `Range | None`
werkzeug possibly-missing-attribute tests/test_http.py:637:16 Attribute `ranges` may be missing on object of type `Range | None`
werkzeug possibly-missing-attribute tests/test_http.py:638:16 Attribute `to_header` may be missing on object of type `Range | None`
werkzeug possibly-missing-attribute tests/test_http.py:641:16 Attribute `units` may be missing on object of type `Range | None`
werkzeug possibly-missing-attribute tests/test_http.py:642:16 Attribute `ranges` may be missing on object of type `Range | None`
werkzeug possibly-missing-attribute tests/test_http.py:643:16 Attribute `to_header` may be missing on object of type `Range | None`
werkzeug possibly-missing-attribute tests/test_http.py:646:16 Attribute `units` may be missing on object of type `Range | None`
werkzeug possibly-missing-attribute tests/test_http.py:647:16 Attribute `ranges` may be missing on object of type `Range | None`
werkzeug possibly-missing-attribute tests/test_http.py:648:16 Attribute `to_header` may be missing on object of type `Range | None`
werkzeug possibly-missing-attribute tests/test_http.py:651:16 Attribute `units` may be missing on object of type `Range | None`
werkzeug possibly-missing-attribute tests/test_http.py:652:16 Attribute `ranges` may be missing on object of type `Range | None`
werkzeug possibly-missing-attribute tests/test_http.py:653:16 Attribute `to_header` may be missing on object of type `Range | None`
werkzeug possibly-missing-attribute tests/test_http.py:656:16 Attribute `units` may be missing on object of type `Range | None`
werkzeug possibly-missing-attribute tests/test_http.py:657:16 Attribute `ranges` may be missing on object of type `Range | None`
werkzeug possibly-missing-attribute tests/test_http.py:658:16 Attribute `to_header` may be missing on object of type `Range | None`
werkzeug possibly-missing-attribute tests/test_http.py:677:16 Attribute `units` may be missing on object of type `ContentRange | None`
werkzeug possibly-missing-attribute tests/test_http.py:678:16 Attribute `start` may be missing on object of type `ContentRange | None`
werkzeug possibly-missing-attribute tests/test_http.py:679:16 Attribute `stop` may be missing on object of type `ContentRange | None`
werkzeug possibly-missing-attribute tests/test_http.py:680:16 Attribute `length` may be missing on object of type `ContentRange | None`
werkzeug possibly-missing-attribute tests/test_http.py:681:16 Attribute `to_header` may be missing on object of type `ContentRange | None`
werkzeug possibly-missing-attribute tests/test_http.py:690:16 Attribute `to_header` may be missing on object of type `ContentRange | None`
werkzeug invalid-assignment tests/test_http.py:691:9 Object of type `None` is not assignable to attribute `start` on type `ContentRange | None`
werkzeug invalid-assignment tests/test_http.py:692:9 Object of type `None` is not assignable to attribute `stop` on type `ContentRange | None`
werkzeug possibly-missing-attribute tests/test_http.py:693:16 Attribute `units` may be missing on object of type `ContentRange | None`
werkzeug possibly-missing-attribute tests/test_http.py:694:16 Attribute `to_header` may be missing on object of type `ContentRange | None`
werkzeug possibly-missing-attribute tests/test_http.py:697:16 Attribute `start` may be missing on object of type `ContentRange | None`
werkzeug possibly-missing-attribute tests/test_http.py:698:16 Attribute `stop` may be missing on object of type `ContentRange | None`
werkzeug possibly-missing-attribute tests/test_http.py:699:16 Attribute `length` may be missing on object of type `ContentRange | None`
werkzeug possibly-missing-attribute tests/test_http.py:700:16 Attribute `units` may be missing on object of type `ContentRange | None`
werkzeug invalid-argument-type tests/test_routing.py:473:13 Argument to bound method `force_type` is incorrect: Expected `Response`, found `(dict[str, Any], StartResponse, /) -> Iterable[bytes]`
werkzeug possibly-missing-attribute tests/test_routing.py:601:5 Attribute `add` may be missing on object of type `Unknown | None | set[str | Unknown]`
werkzeug possibly-missing-attribute tests/test_routing.py:603:5 Attribute `discard` may be missing on object of type `Unknown | None | set[str | Unknown]`
werkzeug invalid-assignment tests/test_routing.py:604:5 Cannot assign to a subscript on an object of type `Mapping[str, Any]`
werkzeug invalid-assignment tests/test_routing.py:604:5 Cannot assign to a subscript on an object of type `None`
werkzeug invalid-argument-type tests/test_routing.py:615:9 Argument to bound method `__init__` is incorrect: Expected `Iterable[Rule]`, found `list[Unknown | Submount | EndpointPrefix | Subdomain]`
werkzeug invalid-method-override tests/test_routing.py:770:13 Invalid override of method `to_python`: Definition is incompatible with `BaseConverter.to_python`
werkzeug invalid-method-override tests/test_routing.py:774:13 Invalid override of method `to_url`: Definition is incompatible with `BaseConverter.to_url`
werkzeug invalid-argument-type tests/test_routing.py:1290:30 Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | None`
werkzeug invalid-argument-type tests/test_routing.py:1310:36 Argument to bound method `__init__` is incorrect: Expected `Mapping[str, Any]`, found `None`
werkzeug invalid-assignment tests/test_security.py:66:5 Object of type `Literal["*"]` is not assignable to attribute `_os_alt_seps` of type `list[str]`
werkzeug unresolved-attribute tests/test_security.py:68:5 Unresolved attribute `_os_alt_steps` on type `<module 'werkzeug.security'>`.
werkzeug invalid-argument-type tests/test_send_file.py:131:13 Argument to bound method `__init__` is incorrect: Expected `Iterable[tuple[str, str]] | None`, found `dict[Unknown | str, Unknown | str]`
werkzeug unresolved-import tests/test_serving.py:143:10 Cannot resolve imported module `watchdog.events`
werkzeug unresolved-import tests/test_serving.py:144:10 Cannot resolve imported module `watchdog.events`
werkzeug unresolved-import tests/test_serving.py:145:10 Cannot resolve imported module `watchdog.events`
werkzeug unresolved-import tests/test_serving.py:166:10 Cannot resolve imported module `watchdog.events`
werkzeug unresolved-import tests/test_serving.py:167:10 Cannot resolve imported module `watchdog.events`
werkzeug unresolved-import tests/test_serving.py:168:10 Cannot resolve imported module `watchdog.events`
werkzeug invalid-assignment tests/test_test.py:149:5 Invalid subscript assignment with key of type `Literal["test_int"]` and value of type `Literal[1]` on object of type `MultiDict[str, str]`
werkzeug unresolved-attribute tests/test_test.py:166:12 Object of type `IO[bytes] | None` has no attribute `getvalue`
werkzeug unresolved-attribute tests/test_test.py:168:12 Object of type `IO[bytes] | None` has no attribute `getvalue`
werkzeug invalid-argument-type tests/test_test.py:223:24 Argument to bound method `__init__` is incorrect: Expected `Iterable[tuple[str, str]] | None`, found `dict[Unknown | str, Unknown | str]`
werkzeug invalid-argument-type tests/test_test.py:227:50 Argument to bound method `__init__` is incorrect: Expected `Iterable[tuple[str, str]] | None`, found `dict[Unknown | str, Unknown | str]`
werkzeug invalid-argument-type tests/test_test.py:438:36 Argument to bound method `add_file` is incorrect: Expected `str | PathLike[str] | IO[bytes] | FileStorage`, found `SpecialInput`
werkzeug no-matching-overload tests/test_test.py:702:16 No overload of bound method `join` matches arguments
werkzeug call-non-callable tests/test_test.py:705:13 Object of type `object` is not callable
werkzeug no-matching-overload tests/test_test.py:728:12 No overload of bound method `join` matches arguments
werkzeug invalid-argument-type tests/test_test.py:757:17 Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Iterable[bytes]`
werkzeug unresolved-attribute tests/test_test.py:759:5 Object of type `Iterable[bytes]` has no attribute `close`
werkzeug invalid-assignment tests/test_utils.py:73:16 Implicit shadowing of function `prop`
werkzeug possibly-unresolved-reference tests/test_utils.py:145:12 Name `attr` used when possibly not defined
werkzeug no-matching-overload tests/test_wrappers.py:295:12 No overload of bound method `join` matches arguments
werkzeug invalid-argument-type tests/test_wrappers.py:371:47 Argument to bound method `force_type` is incorrect: Expected `Response`, found `(def wsgi_application(environ, start_response) -> Unknown) | Response`
werkzeug unresolved-attribute tests/test_wrappers.py:373:16 Object of type `Response` has no attribute `foo`
werkzeug invalid-assignment tests/test_wrappers.py:729:5 Invalid assignment to data descriptor attribute `content_length` on type `Response` with custom `__set__` method
werkzeug invalid-argument-type tests/test_wsgi.py:158:49 Argument to bound method `__init__` is incorrect: Argument type `LimitedStream` does not satisfy upper bound `_BufferedReaderStream` of type variable `_BufferedReaderStreamT`
werkzeug invalid-argument-type tests/test_wsgi.py:158:49 Argument to bound method `__init__` is incorrect: Expected `_BufferedReaderStream`, found `LimitedStream`
werkzeug invalid-argument-type tests/test_wsgi.py:261:35 Argument to bound method `__init__` is incorrect: Expected `Iterable[bytes]`, found `Iterable[str] | Iterable[bytes]`
werkzeug invalid-argument-type tests/test_wsgi.py:265:35 Argument to bound method `__init__` is incorrect: Expected `Iterable[bytes]`, found `Iterable[str] | Iterable[bytes]`
werkzeug invalid-argument-type tests/test_wsgi.py:270:35 Argument to bound method `__init__` is incorrect: Expected `Iterable[bytes]`, found `Iterable[str] | Iterable[bytes]`
werkzeug invalid-argument-type tests/test_wsgi.py:274:35 Argument to bound method `__init__` is incorrect: Expected `Iterable[bytes]`, found `Iterable[str] | Iterable[bytes]`
werkzeug invalid-argument-type tests/test_wsgi.py:280:35 Argument to bound method `__init__` is incorrect: Expected `Iterable[bytes]`, found `Iterable[str] | Iterable[bytes]`
werkzeug invalid-argument-type tests/test_wsgi.py:288:35 Argument to bound method `__init__` is incorrect: Expected `Iterable[bytes]`, found `Iterable[str] | Iterable[bytes]`
werkzeug invalid-argument-type tests/test_wsgi.py:297:39 Argument to bound method `__init__` is incorrect: Expected `Iterable[bytes]`, found `Iterable[str] | Iterable[bytes]`
werkzeug invalid-argument-type tests/test_wsgi.py:305:39 Argument to bound method `__init__` is incorrect: Expected `Iterable[bytes]`, found `Iterable[str] | Iterable[bytes]`
werkzeug no-matching-overload tests/test_wsgi.py:338:12 No overload of bound method `join` matches arguments
yarl unused-ignore-comment tests/test_cached_property.py:3:40 Unused blanket `type: ignore` directive
yarl invalid-argument-type tests/test_pickle.py:29:20 Argument to bound method `__setstate__` is incorrect: Expected `tuple[tuple[str, str, str, str, str]] | tuple[None, _InternalURLCache]`, found `tuple[None, dict[Unknown | str, Unknown | tuple[str, str, str, str, str]]]`
yarl unresolved-import tests/test_pydantic.py:8:12 Cannot resolve imported module `pydantic`
yarl possibly-missing-attribute tests/test_pydantic.py:64:5 Attribute `__get_pydantic_core_schema__` may be missing on class `URL`
yarl unresolved-import tests/test_quoting.py:2:6 Cannot resolve imported module `hypothesis`
yarl unresolved-import tests/test_quoting.py:3:6 Cannot resolve imported module `hypothesis`
yarl unresolved-import tests/test_quoting.py:12:10 Cannot resolve imported module `yarl._quoting_c`
yarl unused-ignore-comment tests/test_quoting.py:15:74 Unused blanket `type: ignore` directive
yarl unused-ignore-comment tests/test_quoting.py:19:80 Unused blanket `type: ignore` directive
yarl unused-ignore-comment tests/test_quoting.py:30:31 Unused blanket `type: ignore` directive
yarl unused-ignore-comment tests/test_quoting.py:34:31 Unused blanket `type: ignore` directive
yarl unused-ignore-comment tests/test_quoting.py:510:87 Unused blanket `type: ignore` directive
yarl unused-ignore-comment tests/test_quoting.py:516:73 Unused blanket `type: ignore` directive
yarl unused-ignore-comment tests/test_quoting.py:529:36 Unused blanket `type: ignore` directive
yarl unused-ignore-comment tests/test_quoting.py:550:44 Unused blanket `type: ignore` directive
yarl unused-ignore-comment tests/test_quoting.py:571:46 Unused blanket `type: ignore` directive
yarl unresolved-import tests/test_quoting_benchmarks.py:6:10 Cannot resolve imported module `pytest_codspeed`
yarl invalid-argument-type tests/test_update_query.py:324:24 Argument to bound method `with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `memoryview[int]`
yarl unused-ignore-comment tests/test_url.py:56:38 Unused blanket `type: ignore` directive
yarl unresolved-import tests/test_url_benchmarks.py:6:10 Cannot resolve imported module `pytest_codspeed`
yarl invalid-argument-type tests/test_url_query.py:231:26 Argument to bound method `update_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `memoryview[int]`
yarl invalid-argument-type yarl/_query.py:51:66 Argument to function `query_var` is incorrect: Expected `str | SupportsInt`, found `object`
yarl unused-ignore-comment yarl/_quoting.py:19:54 Unused blanket `type: ignore` directive
yarl unresolved-import yarl/_url.py:20:8 Cannot resolve imported module `idna`
yarl unresolved-import yarl/_url.py:22:6 Cannot resolve imported module `propcache.api`
yarl unresolved-import yarl/_url.py:59:10 Cannot resolve imported module `pydantic`
yarl unresolved-import yarl/_url.py:60:10 Cannot resolve imported module `pydantic.json_schema`
yarl unresolved-import yarl/_url.py:61:10 Cannot resolve imported module `pydantic_core`
yarl invalid-return-type yarl/_url.py:379:20 Return type does not match returned value: expected `URL`, found `str | SplitResult | URL | UndefinedType`
yarl unused-ignore-comment yarl/_url.py:425:29 Unused blanket `type: ignore` directive
yarl unused-ignore-comment yarl/_url.py:426:35 Unused blanket `type: ignore` directive
yarl unused-ignore-comment yarl/_url.py:427:30 Unused blanket `type: ignore` directive
yarl unused-ignore-comment yarl/_url.py:428:30 Unused blanket `type: ignore` directive
yarl unused-ignore-comment yarl/_url.py:429:38 Unused blanket `type: ignore` directive
yarl unused-ignore-comment yarl/_url.py:560:36 Unused blanket `type: ignore` directive
yarl index-out-of-bounds yarl/_url.py:575:44 Index 1 is out of bounds for tuple `tuple[tuple[str, str, str, str, str]]` with length 1
yarl index-out-of-bounds yarl/_url.py:577:19 Index 1 is out of bounds for tuple `tuple[tuple[str, str, str, str, str]]` with length 1
yarl possibly-unresolved-reference yarl/_url.py:1047:19 Name `old_segments` used when possibly not defined
yarl possibly-unresolved-reference yarl/_url.py:1047:40 Name `old_segments` used when possibly not defined
yarl possibly-unresolved-reference yarl/_url.py:1047:68 Name `old_segments` used when possibly not defined
yarl possibly-unresolved-reference yarl/_url.py:1497:31 Name `core_schema` used when possibly not defined
yarl possibly-unresolved-reference yarl/_url.py:1497:64 Name `GetJsonSchemaHandler` used when possibly not defined
yarl possibly-unresolved-reference yarl/_url.py:1498:14 Name `JsonSchemaValue` used when possibly not defined
yarl possibly-unresolved-reference yarl/_url.py:1505:64 Name `GetCoreSchemaHandler` used when possibly not defined
yarl possibly-unresolved-reference yarl/_url.py:1506:14 Name `core_schema` used when possibly not defined
yarl possibly-unresolved-reference yarl/_url.py:1590:33 Name `invalid` used when possibly not defined
yarl possibly-unresolved-reference yarl/_url.py:1590:50 Name `invalid` used when possibly not defined
yarl no-matching-overload yarl/_url.py:1663:20 No overload of function `lru_cache` matches arguments
zipp unresolved-attribute zipp/__init__.py:94:16 Object of type `Self@__getstate__` has no attribute `_saved___init__`
zipp unresolved-attribute zipp/__init__.py:94:43 Object of type `Self@__getstate__` has no attribute `_saved___init__`
zipp no-matching-overload zipp/__init__.py:436:16 No overload of bound method `format` matches arguments
zipp unused-ignore-comment zipp/compat/py310.py:10:23 Unused blanket `type: ignore` directive
zope.interface invalid-argument-type src/zope/interface/__init__.py:88:46 Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `<class 'IInterfaceDeclaration'>`
zope.interface unresolved-import src/zope/interface/_compat.py:62:36 Module `zope.interface` has no member `_zope_interface_coptimizations`
zope.interface unresolved-attribute src/zope/interface/adapter.py:198:26 Object of type `Self@_createLookup` has no attribute `LookupClass`
zope.interface unresolved-attribute src/zope/interface/adapter.py:647:22 Object of type `Self@lookup` has no attribute `_uncached_lookup`
zope.interface unresolved-attribute src/zope/interface/adapter.py:701:22 Object of type `Self@lookupAll` has no attribute `_uncached_lookupAll`
zope.interface unresolved-attribute src/zope/interface/adapter.py:715:22 Object of type `Self@subscriptions` has no attribute `_uncached_subscriptions`
zope.interface unresolved-reference src/zope/interface/adapter.py:722:21 Name `LookupBaseFallback` used when not defined
zope.interface unresolved-reference src/zope/interface/adapter.py:729:9 Name `LookupBaseFallback` used when not defined
zope.interface unresolved-reference src/zope/interface/adapter.py:743:16 Name `LookupBaseFallback` used when not defined
zope.interface unresolved-reference src/zope/interface/adapter.py:749:16 Name `LookupBaseFallback` used when not defined
zope.interface unresolved-reference src/zope/interface/adapter.py:755:16 Name `LookupBaseFallback` used when not defined
zope.interface unresolved-attribute src/zope/interface/adapter.py:769:9 Object of type `<super: <class 'AdapterLookupBase'>, AdapterLookupBase>` has no attribute `changed`
zope.interface unresolved-attribute src/zope/interface/adapter.py:855:19 Object of type `Self@queryMultiAdapter` has no attribute `lookup`
zope.interface unresolved-attribute src/zope/interface/adapter.py:886:31 Object of type `Self@names` has no attribute `lookupAll`
zope.interface unresolved-attribute src/zope/interface/adapter.py:912:25 Object of type `Self@subscribers` has no attribute `subscriptions`
zope.interface unresolved-import src/zope/interface/common/__init__.py:268:29 Module `abc` has no member `_get_dump`
zope.interface unsupported-base src/zope/interface/common/idatetime.py:28:23 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/common/idatetime.py:69:18 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/common/idatetime.py:220:22 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/common/idatetime.py:487:18 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/common/idatetime.py:582:15 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/common/interfaces.py:20:18 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/common/mapping.py:35:20 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/common/mapping.py:65:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/common/mapping.py:111:24 Unsupported class base with type `InterfaceClass`
zope.interface invalid-method-override src/zope/interface/common/sequence.py:91:9 Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
zope.interface invalid-method-override src/zope/interface/common/sequence.py:94:9 Invalid override of method `__ne__`: Definition is incompatible with `object.__ne__`
zope.interface unsupported-base src/zope/interface/common/sequence.py:126:34 Unsupported class base with type `InterfaceClass`
zope.interface unresolved-attribute src/zope/interface/common/tests/basemapping.py:75:16 Object of type `Self@testIReadMapping` has no attribute `_IReadMapping__sample`
zope.interface unresolved-attribute src/zope/interface/common/tests/basemapping.py:76:17 Object of type `Self@testIReadMapping` has no attribute `_IReadMapping__stateDict`
zope.interface unresolved-attribute src/zope/interface/common/tests/basemapping.py:77:18 Object of type `Self@testIReadMapping` has no attribute `_IReadMapping__absentKeys`
zope.interface unresolved-attribute src/zope/interface/common/tests/basemapping.py:86:16 Object of type `Self@test_keys` has no attribute `_IEnumerableMapping__sample`
zope.interface unresolved-attribute src/zope/interface/common/tests/basemapping.py:87:17 Object of type `Self@test_keys` has no attribute `_IEnumerableMapping__stateDict`
zope.interface unresolved-attribute src/zope/interface/common/tests/basemapping.py:92:16 Object of type `Self@test_values` has no attribute `_IEnumerableMapping__sample`
zope.interface unresolved-attribute src/zope/interface/common/tests/basemapping.py:93:17 Object of type `Self@test_values` has no attribute `_IEnumerableMapping__stateDict`
zope.interface unresolved-attribute src/zope/interface/common/tests/basemapping.py:98:16 Object of type `Self@test_items` has no attribute `_IEnumerableMapping__sample`
zope.interface unresolved-attribute src/zope/interface/common/tests/basemapping.py:99:17 Object of type `Self@test_items` has no attribute `_IEnumerableMapping__stateDict`
zope.interface unresolved-attribute src/zope/interface/common/tests/basemapping.py:104:16 Object of type `Self@test___len__` has no attribute `_IEnumerableMapping__sample`
zope.interface unresolved-attribute src/zope/interface/common/tests/basemapping.py:105:17 Object of type `Self@test___len__` has no attribute `_IEnumerableMapping__stateDict`
zope.interface unresolved-attribute src/zope/interface/common/tests/basemapping.py:109:16 Object of type `Self@_IReadMapping__stateDict` has no attribute `_IEnumerableMapping__stateDict`
zope.interface unresolved-attribute src/zope/interface/common/tests/basemapping.py:112:16 Object of type `Self@_IReadMapping__sample` has no attribute `_IEnumerableMapping__sample`
zope.interface unresolved-attribute src/zope/interface/common/tests/basemapping.py:115:16 Object of type `Self@_IReadMapping__absentKeys` has no attribute `_IEnumerableMapping__absentKeys`
zope.interface invalid-argument-type src/zope/interface/common/tests/test_io.py:36:56 Argument to bound method `__init__` is incorrect: Expected `RawIOBase`, found `StringIO`
zope.interface invalid-argument-type src/zope/interface/common/tests/test_io.py:37:56 Argument to bound method `__init__` is incorrect: Argument type `StringIO` does not satisfy upper bound `_BufferedReaderStream` of type variable `_BufferedReaderStreamT`
zope.interface invalid-argument-type src/zope/interface/common/tests/test_io.py:37:56 Argument to bound method `__init__` is incorrect: Expected `_BufferedReaderStream`, found `StringIO`
zope.interface invalid-argument-type src/zope/interface/common/tests/test_io.py:39:56 Argument to bound method `__init__` is incorrect: Expected `RawIOBase`, found `BytesIO`
zope.interface invalid-argument-type src/zope/interface/common/tests/test_io.py:41:28 Argument to bound method `__init__` is incorrect: Expected `RawIOBase`, found `BytesIO`
zope.interface index-out-of-bounds src/zope/interface/declarations.py:780:49 Index 0 is out of bounds for tuple `tuple[()]` with length 0
zope.interface unresolved-attribute src/zope/interface/declarations.py:834:1 Unresolved attribute `__safe_for_unpickling__` on type `def Provides(*interfaces) -> Unknown`.
zope.interface unresolved-attribute src/zope/interface/declarations.py:901:19 Object of type `Self@__get__` has no attribute `_cls`
zope.interface unresolved-attribute src/zope/interface/declarations.py:909:20 Object of type `Self@__get__` has no attribute `_implements`
zope.interface deprecated src/zope/interface/exceptions.py:202:27 The function `getargspec` is deprecated: Deprecated since Python 3.0; removed in Python 3.11. Use `inspect.signature()` instead.
zope.interface deprecated src/zope/interface/exceptions.py:203:33 The function `formatargspec` is deprecated: Deprecated since Python 3.5; removed in Python 3.11. Use `inspect.signature()` and the `Signature` class instead.
zope.interface no-matching-overload src/zope/interface/exceptions.py:219:23 No overload of class `str` matches arguments
zope.interface invalid-argument-type src/zope/interface/exceptions.py:219:33 Argument to function `formatargspec` is incorrect: Expected `list[str]`, found `Signature | ArgSpec`
zope.interface unresolved-attribute src/zope/interface/interface.py:176:29 Object of type `Self@isOrExtends` has no attribute `_implied`
zope.interface unresolved-attribute src/zope/interface/interface.py:226:15 Object of type `Self@_compare` has no attribute `__name__`
zope.interface unresolved-attribute src/zope/interface/interface.py:307:12 Object of type `Self@__adapt__` has no attribute `providedBy`
zope.interface invalid-assignment src/zope/interface/interface.py:391:9 Cannot assign to a subscript on an object of type `None`
zope.interface non-subscriptable src/zope/interface/interface.py:395:17 Cannot subscript object of type `None` with no `__getitem__` method
zope.interface unresolved-attribute src/zope/interface/interface.py:656:16 Object of type `Self@__module__` has no attribute `__module`
zope.interface unresolved-attribute src/zope/interface/interface.py:660:13 Object of type `Self@__repr__` has no attribute `__module`
zope.interface unsupported-base src/zope/interface/interface.py:692:22 Unsupported class base with type `_InterfaceMetaClass`
zope.interface unsupported-operator src/zope/interface/interface.py:734:17 Operator `+` is not supported between objects of type `Unknown | None` and `Literal["<WithCustomMethods>"]`
zope.interface missing-argument src/zope/interface/interface.py:739:16 No arguments provided for required parameters `name`, `bases`, `attrs` of function `__new__`
zope.interface possibly-missing-attribute src/zope/interface/interface.py:965:16 Attribute `tb_next` may be missing on object of type `TracebackType | None`
zope.interface invalid-assignment src/zope/interface/interface.py:991:1 Object of type `InterfaceClass` is not assignable to attribute `_ROOT` of type `None`
zope.interface unsupported-base src/zope/interface/interfaces.py:56:16 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/interfaces.py:190:22 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/interfaces.py:469:29 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/interfaces.py:816:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/interfaces.py:982:20 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/interfaces.py:999:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/interfaces.py:1085:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/interfaces.py:1185:26 Unsupported class base with type `InterfaceClass`
zope.interface unresolved-import src/zope/interface/registry.py:20:10 Cannot resolve imported module `zope.event`
zope.interface possibly-missing-attribute src/zope/interface/registry.py:180:44 Attribute `items` may be missing on object of type `str | Any`
zope.interface possibly-missing-attribute src/zope/interface/registry.py:298:16 Attribute `lookup` may be missing on object of type `Unknown | AdapterRegistry`
zope.interface possibly-missing-attribute src/zope/interface/registry.py:301:19 Attribute `lookup` may be missing on object of type `Unknown | AdapterRegistry`
zope.interface possibly-missing-attribute src/zope/interface/registry.py:307:20 Attribute `lookupAll` may be missing on object of type `Unknown | AdapterRegistry`
zope.interface possibly-missing-attribute src/zope/interface/registry.py:310:16 Attribute `subscriptions` may be missing on object of type `Unknown | AdapterRegistry`
zope.interface possibly-missing-attribute src/zope/interface/registry.py:363:16 Attribute `queryAdapter` may be missing on object of type `Unknown | AdapterRegistry`
zope.interface possibly-missing-attribute src/zope/interface/registry.py:366:19 Attribute `queryAdapter` may be missing on object of type `Unknown | AdapterRegistry`
zope.interface possibly-missing-attribute src/zope/interface/registry.py:373:16 Attribute `queryMultiAdapter` may be missing on object of type `Unknown | AdapterRegistry`
zope.interface possibly-missing-attribute src/zope/interface/registry.py:377:19 Attribute `queryMultiAdapter` may be missing on object of type `Unknown | AdapterRegistry`
zope.interface possibly-missing-attribute src/zope/interface/registry.py:383:30 Attribute `lookupAll` may be missing on object of type `Unknown | AdapterRegistry`
zope.interface possibly-missing-attribute src/zope/interface/registry.py:458:16 Attribute `subscribers` may be missing on object of type `Unknown | AdapterRegistry`
zope.interface possibly-missing-attribute src/zope/interface/registry.py:516:9 Attribute `subscribers` may be missing on object of type `Unknown | AdapterRegistry`
zope.interface invalid-assignment src/zope/interface/registry.py:552:9 Object of type `(_) -> Unknown` is not assignable to attribute `changed` on type `Unknown | AdapterRegistry`
zope.interface unresolved-attribute src/zope/interface/tests/__init__.py:26:13 Object of type `Self@test_optimizations` has no attribute `assertIsNot`
zope.interface unresolved-attribute src/zope/interface/tests/__init__.py:28:13 Object of type `Self@test_optimizations` has no attribute `assertIs`
zope.interface unsupported-base src/zope/interface/tests/idummy.py:19:20 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/m1.py:20:10 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/m1.py:24:10 Unsupported class base with type `InterfaceClass`
zope.interface invalid-assignment src/zope/interface/tests/odd.py:98:13 Implicit shadowing of class `MetaClass`
zope.interface unsupported-base src/zope/interface/tests/test_adapter.py:27:15 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_adapter.py:42:15 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_adapter.py:48:15 Unsupported class base with type `InterfaceClass`
zope.interface non-subscriptable src/zope/interface/tests/test_adapter.py:64:16 Cannot subscript object of type `None` with no `__getitem__` method
zope.interface invalid-assignment src/zope/interface/tests/test_adapter.py:67:9 Cannot assign to a subscript on an object of type `None`
zope.interface non-subscriptable src/zope/interface/tests/test_adapter.py:70:13 Cannot subscript object of type `None` with no `__getitem__` method
zope.interface invalid-argument-type src/zope/interface/tests/test_adapter.py:73:20 Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
zope.interface unsupported-operator src/zope/interface/tests/test_adapter.py:76:16 Operator `in` is not supported between objects of type `Unknown` and `Unknown | None`
zope.interface unresolved-import src/zope/interface/tests/test_adapter.py:953:44 Module `zope.interface.adapter` has no member `LookupBaseFallback`
zope.interface unresolved-import src/zope/interface/tests/test_adapter.py:1341:44 Module `zope.interface.adapter` has no member `VerifyingBaseFallback`
zope.interface unresolved-attribute src/zope/interface/tests/test_advice.py:103:9 Unresolved attribute `previousMetaclass` on type `def bar() -> Unknown`.
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:64:21 Object of type `Self@_run_generated_code` has no attribute `fail`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:78:13 Class `Foo` has no attribute `__component_name__`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:99:13 Object of type `Foo` has no attribute `__component_name__`
zope.interface unsupported-base src/zope/interface/tests/test_declarations.py:329:21 Unsupported class base with type `InterfaceClass`
zope.interface unresolved-import src/zope/interface/tests/test_declarations.py:543:49 Module `zope.interface.declarations` has no member `implementedByFallback`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:555:9 Unresolved attribute `__implemented__` on type `Foo`.
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:583:9 Unresolved attribute `__implemented__` on type `Foo`.
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:598:9 Unresolved attribute `__implemented__` on type `Foo`.
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:608:9 Unresolved attribute `__implemented__` on type `Foo`.
zope.interface unresolved-import src/zope/interface/tests/test_declarations.py:673:60 Module `zope.interface.tests.test_declarations` has no member `FooNoCall`
zope.interface unresolved-import src/zope/interface/tests/test_declarations.py:689:60 Module `zope.interface.tests.test_declarations` has no member `FooImplementedNone`
zope.interface unsupported-base src/zope/interface/tests/test_declarations.py:720:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_declarations.py:742:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_declarations.py:770:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_declarations.py:803:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_declarations.py:825:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_declarations.py:844:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_declarations.py:847:19 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_declarations.py:850:19 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_declarations.py:856:26 Unsupported class base with type `InterfaceClass`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:915:9 Object of type `Self@_check_implementer` has no attribute `assertIs`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:918:13 Object of type `Self@_check_implementer` has no attribute `assertIs`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:920:9 Object of type `Self@_check_implementer` has no attribute `assertEqual`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:923:9 Object of type `Self@_check_implementer` has no attribute `assertIs`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:924:9 Object of type `Self@_check_implementer` has no attribute `assertIs`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:926:13 Object of type `Self@_check_implementer` has no attribute `assertIsInstance`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:927:13 Object of type `Self@_check_implementer` has no attribute `assertIsInstance`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:928:13 Object of type `Self@_check_implementer` has no attribute `assertEqual`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1130:13 Class `Foo` has no attribute `__implemented__`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1133:18 Class `Foo` has no attribute `__implemented__`
zope.interface unresolved-import src/zope/interface/tests/test_declarations.py:1157:60 Module `zope.interface.tests.test_declarations` has no member `Foo`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1269:9 Unresolved attribute `__provides__` on type `<class 'Foo'>`.
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1270:23 Class `Foo` has no attribute `__provides__`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1279:9 Unresolved attribute `__provides__` on type `<class 'Foo'>`.
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1283:20 Object of type `Foo` has no attribute `__provides__`
zope.interface unsupported-base src/zope/interface/tests/test_declarations.py:1309:21 Unsupported class base with type `InterfaceClass`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1353:20 Module `zope.interface.tests.dummy` has no member `__provides__`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1366:20 Module `zope.interface.tests.dummy` has no member `__provides__`
zope.interface unresolved-import src/zope/interface/tests/test_declarations.py:1377:60 Module `zope.interface.tests.test_declarations` has no member `IBar`
zope.interface unresolved-import src/zope/interface/tests/test_declarations.py:1378:60 Module `zope.interface.tests.test_declarations` has no member `IFoo`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1380:25 Module `zope.interface.tests.dummy` has no member `__provides__`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1381:13 Module `zope.interface.tests.dummy` has no member `__provides__`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1385:20 Module `zope.interface.tests.dummy` has no member `__provides__`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1393:20 Module `zope.interface.tests.dummy` has no member `__provides__`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1409:23 Module `zope.interface.tests.test_declarations` has no member `__provides__`
zope.interface unsupported-base src/zope/interface/tests/test_declarations.py:1444:20 Unsupported class base with type `InterfaceClass`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1570:13 Object of type `Foo` has no attribute `__provides__`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1573:18 Object of type `Foo` has no attribute `__provides__`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1585:13 Class `Foo` has no attribute `__provides__`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1588:18 Class `Foo` has no attribute `__provides__`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1628:13 Object of type `Foo` has no attribute `__provides__`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1631:18 Object of type `Foo` has no attribute `__provides__`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1647:13 Object of type `Foo` has no attribute `__provides__`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1650:18 Object of type `Foo` has no attribute `__provides__`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1669:18 Object of type `Foo` has no attribute `__provides__`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1683:18 Object of type `Foo` has no attribute `__provides__`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1698:18 Object of type `Foo` has no attribute `__provides__`
zope.interface unresolved-import src/zope/interface/tests/test_declarations.py:1717:49 Module `zope.interface.declarations` has no member `ClassProvidesBaseFallback`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1737:16 Unresolved attribute `__provides__` on type `<class 'Foo'>`.
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1738:23 Class `Foo` has no attribute `__provides__`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1747:9 Unresolved attribute `__provides__` on type `<class 'Foo'>`.
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1748:23 Object of type `Foo` has no attribute `__provides__`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1760:9 Unresolved attribute `__provides__` on type `<class 'Foo'>`.
zope.interface unresolved-import src/zope/interface/tests/test_declarations.py:1778:49 Module `zope.interface.declarations` has no member `ClassProvidesBaseFallback`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1800:14 Unresolved attribute `__provides__` on type `<class 'Foo'>`.
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1801:23 Class `Foo` has no attribute `__provides__`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1802:31 Object of type `Foo` has no attribute `__provides__`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1813:14 Unresolved attribute `__provides__` on type `<class 'Foo'>`.
zope.interface unsupported-base src/zope/interface/tests/test_declarations.py:1839:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_declarations.py:1882:20 Unsupported class base with type `InterfaceClass`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:1933:9 Unresolved attribute `__name__` on type `Callable`.
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:2010:13 Class `Foo` has no attribute `__provides__`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:2013:18 Class `Foo` has no attribute `__provides__`
zope.interface invalid-argument-type src/zope/interface/tests/test_declarations.py:2057:31 Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | str | ((*interfaces) -> Unknown) | InterfaceClass`
zope.interface unresolved-import src/zope/interface/tests/test_declarations.py:2077:49 Module `zope.interface.declarations` has no member `getObjectSpecificationFallback`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:2114:29 Function `foo` has no attribute `__provides__`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:2121:9 Unresolved attribute `__provides__` on type `def foo() -> Unknown`.
zope.interface unresolved-import src/zope/interface/tests/test_declarations.py:2206:49 Module `zope.interface.declarations` has no member `providedByFallback`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:2231:9 Unresolved attribute `__providedBy__` on type `Foo`.
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:2241:9 Unresolved attribute `__providedBy__` on type `Foo`.
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:2254:9 Unresolved attribute `__providedBy__` on type `Foo`.
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:2264:9 Unresolved attribute `__providedBy__` on type `Foo`.
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:2265:20 Unresolved attribute `__provides__` on type `Foo`.
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:2275:9 Unresolved attribute `__providedBy__` on type `Foo`.
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:2276:20 Unresolved attribute `__provides__` on type `Foo`.
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:2277:9 Unresolved attribute `__provides__` on type `<class 'Foo'>`.
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:2290:9 Unresolved attribute `__providedBy__` on type `Foo`.
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:2291:9 Unresolved attribute `__provides__` on type `Foo`.
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:2291:28 Unresolved attribute `__provides__` on type `<class 'Foo'>`.
zope.interface unsupported-base src/zope/interface/tests/test_declarations.py:2299:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_declarations.py:2325:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_declarations.py:2348:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_declarations.py:2371:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_declarations.py:2399:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_declarations.py:2402:19 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_declarations.py:2405:19 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_declarations.py:2411:26 Unsupported class base with type `InterfaceClass`
zope.interface unresolved-import src/zope/interface/tests/test_declarations.py:2470:13 Module `zope.interface.declarations` has no member `ObjectSpecificationDescriptorFallback`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:2485:9 Unresolved attribute `__provides__` on type `<class 'Foo'>`.
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:2486:9 Unresolved attribute `__providedBy__` on type `<class 'Foo'>`.
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:2487:31 Class `Foo` has no attribute `__providedBy__`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:2499:9 Unresolved attribute `__provides__` on type `<class 'Foo'>`.
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:2500:9 Unresolved attribute `__providedBy__` on type `<class 'Foo'>`.
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:2502:31 Object of type `Foo` has no attribute `__providedBy__`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:2516:9 Unresolved attribute `__provides__` on type `<class 'Foo'>`.
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:2517:9 Unresolved attribute `__providedBy__` on type `<class 'Foo'>`.
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:2520:31 Object of type `Foo` has no attribute `__providedBy__`
zope.interface unsupported-base src/zope/interface/tests/test_declarations.py:2558:20 Unsupported class base with type `InterfaceClass`
zope.interface unresolved-attribute src/zope/interface/tests/test_declarations.py:2568:9 Unresolved attribute `__providedBy__` on type `<class 'Foo'>`.
zope.interface unsupported-base src/zope/interface/tests/test_document.py:35:28 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_document.py:50:22 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_document.py:78:22 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_document.py:99:29 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_document.py:118:29 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_document.py:137:26 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_document.py:156:26 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_document.py:175:26 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_document.py:194:26 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_document.py:213:26 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_document.py:240:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_document.py:279:28 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_document.py:294:22 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_document.py:323:22 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_document.py:344:29 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_document.py:363:29 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_document.py:382:26 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_document.py:401:26 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_document.py:420:26 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_document.py:439:26 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_document.py:458:26 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_document.py:485:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_exceptions.py:21:14 Unsupported class base with type `InterfaceClass`
zope.interface unresolved-import src/zope/interface/tests/test_exceptions.py:26:54 Module `zope.interface.tests.test_exceptions` has no member `IDummy`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:286:41 Unsupported class base with type `<class 'CleanUp'> | <class 'CleanUp'>`
zope.interface unresolved-import src/zope/interface/tests/test_interface.py:401:46 Module `zope.interface.interface` has no member `InterfaceBasePy`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:549:20 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:552:20 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:565:20 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:578:20 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:587:20 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:611:20 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:614:20 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:631:32 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:640:22 Unsupported class base with type `InterfaceClass`
zope.interface unresolved-import src/zope/interface/tests/test_interface.py:1177:57 Module `zope.interface.tests.test_interface` has no member `HashMe`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1275:20 Unsupported class base with type `MyInterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1280:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1301:18 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1309:18 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1320:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1327:22 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1354:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1381:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1410:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1443:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1451:22 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1503:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1523:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1543:27 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1552:23 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1564:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1589:23 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1612:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1666:22 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1676:23 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1697:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1735:22 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1745:23 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1766:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1804:22 Unsupported class base with type `InterfaceClass`
zope.interface invalid-argument-type src/zope/interface/tests/test_interface.py:1807:38 Argument to bound method `assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'IEmpty'>`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1813:23 Unsupported class base with type `InterfaceClass`
zope.interface invalid-argument-type src/zope/interface/tests/test_interface.py:1819:31 Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'ISimple'>`
zope.interface invalid-argument-type src/zope/interface/tests/test_interface.py:1820:33 Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'ISimple'>`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1826:21 Unsupported class base with type `InterfaceClass`
zope.interface invalid-argument-type src/zope/interface/tests/test_interface.py:1841:31 Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'IDerived'>`
zope.interface invalid-argument-type src/zope/interface/tests/test_interface.py:1842:33 Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'IDerived'>`
zope.interface invalid-argument-type src/zope/interface/tests/test_interface.py:1843:32 Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'IDerived'>`
zope.interface invalid-argument-type src/zope/interface/tests/test_interface.py:1844:34 Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'IDerived'>`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1849:22 Unsupported class base with type `InterfaceClass`
zope.interface invalid-argument-type src/zope/interface/tests/test_interface.py:1852:31 Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `<class 'IEmpty'>`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1858:23 Unsupported class base with type `InterfaceClass`
zope.interface invalid-argument-type src/zope/interface/tests/test_interface.py:1864:38 Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `<class 'ISimple'>`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1870:21 Unsupported class base with type `InterfaceClass`
zope.interface invalid-argument-type src/zope/interface/tests/test_interface.py:1885:38 Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `<class 'IDerived'>`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1891:22 Unsupported class base with type `InterfaceClass`
zope.interface unresolved-attribute src/zope/interface/tests/test_interface.py:1894:13 Unresolved attribute `optional` on type `def method() -> Unknown`.
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1902:31 Unsupported class base with type `InterfaceClass`
zope.interface invalid-argument-type src/zope/interface/tests/test_interface.py:1906:31 Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `<class 'IHaveADocString'>`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1912:31 Unsupported class base with type `InterfaceClass`
zope.interface invalid-argument-type src/zope/interface/tests/test_interface.py:1917:31 Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `<class 'IHaveADocString'>`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1941:26 Unsupported class base with type `InterfaceClass`
zope.interface unresolved-attribute src/zope/interface/tests/test_interface.py:1957:9 Unresolved attribute `bar` on type `HasInvariant`.
zope.interface unresolved-attribute src/zope/interface/tests/test_interface.py:1959:9 Unresolved attribute `foo` on type `HasInvariant`.
zope.interface unresolved-attribute src/zope/interface/tests/test_interface.py:1961:13 Object of type `HasInvariant` has no attribute `bar`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:1971:26 Unsupported class base with type `InterfaceClass`
zope.interface unresolved-attribute src/zope/interface/tests/test_interface.py:1987:9 Unresolved attribute `foo` on type `HasInvariant`.
zope.interface unresolved-attribute src/zope/interface/tests/test_interface.py:1994:9 Unresolved attribute `foo` on type `HasInvariant`.
zope.interface unresolved-attribute src/zope/interface/tests/test_interface.py:1995:9 Unresolved attribute `bar` on type `HasInvariant`.
zope.interface unresolved-attribute src/zope/interface/tests/test_interface.py:2001:9 Unresolved attribute `foo` on type `HasInvariant`.
zope.interface unresolved-attribute src/zope/interface/tests/test_interface.py:2002:9 Unresolved attribute `bar` on type `HasInvariant`.
zope.interface unresolved-attribute src/zope/interface/tests/test_interface.py:2008:9 Unresolved attribute `foo` on type `HasInvariant`.
zope.interface unresolved-attribute src/zope/interface/tests/test_interface.py:2009:9 Unresolved attribute `bar` on type `HasInvariant`.
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:2018:26 Unsupported class base with type `InterfaceClass`
zope.interface unresolved-attribute src/zope/interface/tests/test_interface.py:2031:9 Unresolved attribute `foo` on type `HasInvariant`.
zope.interface unresolved-attribute src/zope/interface/tests/test_interface.py:2046:9 Unresolved attribute `foo` on type `HasInvariant`.
zope.interface unresolved-attribute src/zope/interface/tests/test_interface.py:2047:9 Unresolved attribute `bar` on type `HasInvariant`.
zope.interface unresolved-attribute src/zope/interface/tests/test_interface.py:2056:9 Unresolved attribute `foo` on type `HasInvariant`.
zope.interface unresolved-attribute src/zope/interface/tests/test_interface.py:2057:9 Unresolved attribute `bar` on type `HasInvariant`.
zope.interface unresolved-attribute src/zope/interface/tests/test_interface.py:2063:9 Unresolved attribute `foo` on type `HasInvariant`.
zope.interface unresolved-attribute src/zope/interface/tests/test_interface.py:2064:9 Unresolved attribute `bar` on type `HasInvariant`.
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:2073:26 Unsupported class base with type `InterfaceClass`
zope.interface invalid-argument-type src/zope/interface/tests/test_interface.py:2077:31 Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `<class 'IDocstring'>`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:2079:38 Unsupported class base with type `InterfaceClass`
zope.interface invalid-argument-type src/zope/interface/tests/test_interface.py:2085:31 Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `<class 'IDocstringAndAttribute'>`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:2094:22 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-operator src/zope/interface/tests/test_interface.py:2100:20 Operator `<` is not supported between two objects of type `Unknown | Attribute`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:2121:23 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:2219:18 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:2237:20 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:2251:20 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:2264:20 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:2276:20 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:2295:20 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:2315:20 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:2337:22 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:2342:23 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:2372:20 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:2392:20 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:2407:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:2418:26 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:2451:20 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:2843:18 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:2846:18 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_interface.py:2862:18 Unsupported class base with type `InterfaceClass`
zope.interface unresolved-attribute src/zope/interface/tests/test_interfaces.py:9:16 Object of type `Self@_makeOne` has no attribute `_getTargetClass`
zope.interface unresolved-attribute src/zope/interface/tests/test_interfaces.py:14:35 Object of type `Self@test_class_conforms_to_IObjectEvent` has no attribute `_getTargetClass`
zope.interface unresolved-attribute src/zope/interface/tests/test_interfaces.py:27:41 Object of type `Self@test_class_conforms_to_IRegistrationEvent` has no attribute `_getTargetClass`
zope.interface unsupported-base src/zope/interface/tests/test_odd_declarations.py:32:10 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_odd_declarations.py:36:10 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_odd_declarations.py:40:10 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_odd_declarations.py:48:10 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_odd_declarations.py:52:10 Unsupported class base with type `InterfaceClass`
zope.interface invalid-assignment src/zope/interface/tests/test_odd_declarations.py:60:7 Implicit shadowing of class `Odd`
zope.interface unsupported-base src/zope/interface/tests/test_odd_declarations.py:188:19 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_odd_declarations.py:191:19 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_odd_declarations.py:194:18 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_odd_declarations.py:197:18 Unsupported class base with type `InterfaceClass`
zope.interface invalid-assignment src/zope/interface/tests/test_odd_declarations.py:269:13 Implicit shadowing of class `A`
zope.interface invalid-assignment src/zope/interface/tests/test_odd_declarations.py:274:13 Implicit shadowing of class `B`
zope.interface unresolved-attribute src/zope/interface/tests/test_odd_declarations.py:297:9 Unresolved attribute `c` on type `<class 'C'>`.
zope.interface unresolved-attribute src/zope/interface/tests/test_odd_declarations.py:298:26 Object of type `C` has no attribute `c`
zope.interface unresolved-attribute src/zope/interface/tests/test_odd_declarations.py:299:9 Object of type `C` has no attribute `c`
zope.interface unsupported-base src/zope/interface/tests/test_registry.py:381:20 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_registry.py:407:20 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_registry.py:413:20 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_registry.py:1466:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_registry.py:1472:20 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_registry.py:1510:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_registry.py:1516:20 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_registry.py:1713:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_registry.py:1719:20 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_registry.py:2582:20 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_registry.py:2615:20 Unsupported class base with type `InterfaceClass`
zope.interface unresolved-attribute src/zope/interface/tests/test_ro.py:62:9 Unresolved attribute `__bases__` on type `Foo`.
zope.interface unresolved-attribute src/zope/interface/tests/test_ro.py:113:9 Unresolved attribute `__bases__` on type `Foo`.
zope.interface unsupported-base src/zope/interface/tests/test_ro.py:186:20 Unsupported class base with type `InterfaceClass`
zope.interface invalid-base src/zope/interface/tests/test_ro.py:356:31 Invalid class base with type `_Based`
zope.interface invalid-base src/zope/interface/tests/test_ro.py:365:26 Invalid class base with type `_Based`
zope.interface unresolved-attribute src/zope/interface/tests/test_ro.py:428:17 Module `zope.interface.ro` has no member `__warningregistry__`
zope.interface unsupported-base src/zope/interface/tests/test_sorting.py:22:10 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_sorting.py:34:10 Unsupported class base with type `InterfaceClass`
zope.interface invalid-argument-type src/zope/interface/tests/test_sorting.py:50:9 Argument to bound method `sort` is incorrect: Argument type `Unknown | <class 'I1'> | <class 'I3'> | ... omitted 4 union elements` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
zope.interface invalid-argument-type src/zope/interface/tests/test_sorting.py:55:9 Argument to bound method `sort` is incorrect: Argument type `Unknown | <class 'I1'> | None | ... omitted 5 union elements` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
zope.interface unresolved-import src/zope/interface/tests/test_sorting.py:64:55 Module `zope.interface.tests.test_sorting` has no member `I1`
zope.interface invalid-argument-type src/zope/interface/tests/test_sorting.py:66:9 Argument to bound method `sort` is incorrect: Argument type `Unknown | <class 'I1'>` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
zope.interface no-matching-overload src/zope/interface/tests/test_sorting.py:73:9 No overload of bound method `assertLess` matches arguments
zope.interface unsupported-base src/zope/interface/tests/test_sorting.py:77:18 Unsupported class base with type `InterfaceClass`
zope.interface call-non-callable src/zope/interface/tests/test_verify.py:37:16 Object of type `None` is not callable
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:45:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:57:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:72:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:87:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:104:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:122:21 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:142:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:160:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:179:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:198:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:217:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:235:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:252:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:270:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:288:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:305:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:323:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:341:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:358:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:375:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:393:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:412:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:431:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:447:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:463:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:479:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:501:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:518:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:559:31 Unsupported class base with type `InterfaceClass`
zope.interface unresolved-attribute src/zope/interface/tests/test_verify.py:580:9 Unresolved attribute `meth1` on type `<class 'SeveralMethods'>`.
zope.interface invalid-method-override src/zope/interface/tests/test_verify.py:593:9 Invalid override of method `_adjust_object_before_verify`: Definition is incompatible with `Test_verifyClass._adjust_object_before_verify`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:605:24 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:627:28 Unsupported class base with type `InterfaceClass`
zope.interface unsupported-base src/zope/interface/tests/test_verify.py:638:20 Unsupported class base with type `InterfaceClass`
streamlit unused-ignore-comment lib/streamlit/commands/execution_control.py:120:32 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/commands/execution_control.py:133:13 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/commands/execution_control.py:188:19 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/components/v1/component_arrow.py:52:73 Unused blanket `type: ignore` directive
streamlit possibly-unresolved-reference lib/streamlit/components/v1/component_registry.py:123:18 Name `component_base_path` used when possibly not defined
streamlit unused-ignore-comment lib/streamlit/components/v2/component_manager.py:303:75 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/config.py:43:62 Unused blanket `ty: ignore` directive
streamlit unused-ignore-comment lib/streamlit/config.py:44:61 Unused blanket `ty: ignore` directive
streamlit unused-ignore-comment lib/streamlit/config.py:2635:37 Unused `ty: ignore` directive
streamlit possibly-unresolved-reference lib/streamlit/config_util.py:628:24 Name `toml` used when possibly not defined
streamlit unused-ignore-comment lib/streamlit/connections/snowflake_connection.py:37:61 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/connections/snowflake_connection.py:38:53 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/connections/snowflake_connection.py:40:40 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/connections/snowflake_connection.py:228:37 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/connections/snowflake_connection.py:229:66 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/connections/snowflake_connection.py:234:55 Unused blanket `type: ignore` directive
streamlit possibly-unresolved-reference lib/streamlit/connections/snowflake_connection.py:273:24 Name `st_secrets` used when possibly not defined
streamlit unused-ignore-comment lib/streamlit/connections/snowflake_connection.py:360:44 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/connections/snowflake_connection.py:445:68 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/connections/snowflake_connection.py:557:68 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/connections/snowflake_connection.py:558:57 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/connections/snowpark_connection.py:42:53 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/connections/snowpark_connection.py:69:68 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/connections/snowpark_connection.py:130:54 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/connections/snowpark_connection.py:149:61 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/connections/sql_connection.py:221:37 Unused `ty: ignore` directive
streamlit unused-ignore-comment lib/streamlit/connections/util.py:91:59 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/connections/util.py:95:42 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/dataframe_util.py:575:86 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/dataframe_util.py:701:41 Unused `ty: ignore` directive
streamlit unused-ignore-comment lib/streamlit/dataframe_util.py:730:41 Unused `ty: ignore` directive
streamlit unused-ignore-comment lib/streamlit/dataframe_util.py:734:75 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/dataframe_util.py:930:20 Unused blanket `type: ignore` directive
streamlit invalid-return-type lib/streamlit/dataframe_util.py:942:16 Return type does not match returned value: expected `list[V_co@convert_anything_to_list]`, found `list[object]`
streamlit invalid-argument-type lib/streamlit/dataframe_util.py:947:21 Argument to bound method `__init__` is incorrect: Expected `Iterable[V_co@convert_anything_to_list]`, found `(Iterable[V_co@convert_anything_to_list] & ~str & ~int & ~float & ~EnumMeta & ~Top[Mapping[Unknown, object]]) | (DataFrameGenericAlias[V_co@convert_anything_to_list] & ~str & ~int & ~float & ~EnumMeta & ~Top[Mapping[Unknown, object]]) | (PandasCompatible & ~str & ~int & ~float & ~EnumMeta & ~Top[Mapping[Unknown, object]]) | (DataframeInterchangeCompatible & ~str & ~int & ~float & ~EnumMeta & ~Top[Mapping[Unknown, object]])`
streamlit unused-ignore-comment lib/streamlit/dataframe_util.py:1284:71 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/dataframe_util.py:1380:30 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/arrow.py:214:30 Unused blanket `type: ignore` directive
streamlit possibly-missing-attribute lib/streamlit/elements/graphviz_chart.py:211:15 Attribute `source` may be missing on object of type `Unknown | str`
streamlit possibly-missing-attribute lib/streamlit/elements/graphviz_chart.py:212:18 Attribute `engine` may be missing on object of type `Unknown | str`
streamlit unused-ignore-comment lib/streamlit/elements/heading.py:393:35 Unused blanket `type: ignore` directive
streamlit division-by-zero lib/streamlit/elements/layouts.py:556:41 Cannot divide object of type `int` by zero
streamlit division-by-zero lib/streamlit/elements/layouts.py:556:41 Cannot divide object of type `float` by zero
streamlit unused-ignore-comment lib/streamlit/elements/lib/built_in_chart_utils.py:670:22 Unused `ty: ignore` directive
streamlit possibly-unresolved-reference lib/streamlit/elements/lib/built_in_chart_utils.py:875:16 Name `y_column` used when possibly not defined
streamlit unused-ignore-comment lib/streamlit/elements/lib/built_in_chart_utils.py:1066:58 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/lib/dialog.py:199:35 Unused blanket `type: ignore` directive
streamlit possibly-unresolved-reference lib/streamlit/elements/lib/dicttools.py:76:23 Name `k` used when possibly not defined
streamlit unused-ignore-comment lib/streamlit/elements/lib/image_utils.py:206:39 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/lib/mutable_status_container.py:167:35 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/lib/pandas_styler_utils.py:50:49 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/lib/pandas_styler_utils.py:65:24 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/lib/pandas_styler_utils.py:67:54 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/lib/pandas_styler_utils.py:89:30 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/lib/pandas_styler_utils.py:92:43 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/lib/pandas_styler_utils.py:107:37 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/lib/pandas_styler_utils.py:108:48 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/lib/pandas_styler_utils.py:139:31 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/lib/pandas_styler_utils.py:151:31 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/pdf.py:43:31 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/plotly_chart.py:246:54 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/vega_charts.py:250:54 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/vega_charts.py:382:33 Unused `ty: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/vega_charts.py:398:5 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/vega_charts.py:416:30 Unused `ty: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/vega_charts.py:417:13 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/vega_charts.py:418:37 Unused `ty: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/widgets/chat.py:149:41 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/widgets/chat.py:983:42 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/widgets/data_editor.py:159:52 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/widgets/data_editor.py:162:53 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/widgets/data_editor.py:165:51 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/widgets/data_editor.py:171:67 Unused `ty: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/widgets/data_editor.py:247:51 Unused blanket `ty: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/widgets/data_editor.py:250:30 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/widgets/data_editor.py:307:59 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/widgets/data_editor.py:604:27 Unused blanket `type: ignore` directive
streamlit possibly-missing-attribute lib/streamlit/elements/widgets/data_editor.py:1135:13 Attribute `set_uuid` may be missing on object of type `Unknown | tuple[Any] | list[Any] | set[Any] | dict[str, Any]`
streamlit unused-ignore-comment lib/streamlit/elements/widgets/slider.py:92:34 Unused blanket `ty: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/widgets/slider.py:102:35 Unused blanket `ty: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/widgets/slider.py:423:32 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/elements/widgets/slider.py:801:63 Unused `ty: ignore` directive
streamlit invalid-assignment lib/streamlit/elements/widgets/time_widgets.py:156:23 Object of type `(date & Sequence[object]) | (Sequence[date | str | None] & ~str)` is not assignable to `Sequence[date | str | None]`
streamlit unused-ignore-comment lib/streamlit/elements/widgets/time_widgets.py:167:73 Unused `ty: ignore` directive
streamlit invalid-argument-type lib/streamlit/elements/widgets/time_widgets.py:1474:55 Argument to function `parse_date_deterministic_for_id` is incorrect: Expected `date | str | None`, found `object`
streamlit unused-ignore-comment lib/streamlit/elements/write.py:492:62 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/error_util.py:50:47 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/file_util.py:247:51 Unused `ty: ignore` directive
streamlit unused-ignore-comment lib/streamlit/runtime/caching/cache_data_api.py:358:44 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/runtime/caching/cache_resource_api.py:235:83 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/runtime/caching/cache_utils.py:128:39 Unused `ty: ignore` directive
streamlit unused-ignore-comment lib/streamlit/runtime/caching/cache_utils.py:174:40 Unused `ty: ignore` directive
streamlit unused-ignore-comment lib/streamlit/runtime/caching/cache_utils.py:200:35 Unused `ty: ignore` directive
streamlit unused-ignore-comment lib/streamlit/runtime/caching/legacy_cache_api.py:155:36 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/runtime/caching/legacy_cache_api.py:163:28 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/runtime/connection_factory.py:206:26 Unused blanket `type: ignore` directive
streamlit invalid-return-type lib/streamlit/runtime/metrics_util.py:311:16 Return type does not match returned value: expected `Installation`, found `Installation | None`
streamlit unused-ignore-comment lib/streamlit/runtime/runtime.py:634:72 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/runtime/runtime.py:639:70 Unused blanket `type: ignore` directive
streamlit possibly-unresolved-reference lib/streamlit/runtime/secrets.py:267:28 Name `toml` used when possibly not defined
streamlit invalid-method-override lib/streamlit/runtime/state/query_params.py:97:9 Invalid override of method `update`: Definition is incompatible with `MutableMapping.update`
streamlit unused-ignore-comment lib/streamlit/runtime/state/query_params_proxy.py:90:54 Unused blanket `type: ignore` directive
streamlit call-non-callable lib/streamlit/string_util.py:252:27 Object of type `object` is not callable
streamlit call-non-callable lib/streamlit/string_util.py:253:28 Object of type `object` is not callable
streamlit unused-ignore-comment lib/streamlit/testing/v1/element_tree.py:378:45 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/testing/v1/element_tree.py:544:39 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/testing/v1/element_tree.py:553:67 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/testing/v1/element_tree.py:556:32 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/testing/v1/element_tree.py:925:32 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/testing/v1/element_tree.py:1121:32 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/testing/v1/element_tree.py:1182:32 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/testing/v1/element_tree.py:1262:32 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/testing/v1/element_tree.py:1314:32 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/testing/v1/element_tree.py:1371:32 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/testing/v1/element_tree.py:1438:32 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/watcher/local_sources_watcher.py:183:39 Unused blanket `ty: ignore` directive
streamlit unused-ignore-comment lib/streamlit/web/bootstrap.py:102:36 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/web/server/authlib_tornado_integration.py:104:23 Unused blanket `type: ignore` directive
streamlit invalid-method-override lib/streamlit/web/server/browser_websocket_handler.py:223:9 Invalid override of method `on_message`: Definition is incompatible with `WebSocketHandler.on_message`
streamlit unused-ignore-comment lib/streamlit/web/server/oauth_authlib_routes.py:63:57 Unused blanket `type: ignore` directive
streamlit unused-ignore-comment lib/streamlit/web/server/oidc_mixin.py:100:65 Unused blanket `type: ignore` directive
streamlit possibly-unresolved-reference scripts/snapshot_cleanup.py:345:60 Name `debug_test` used when possibly not defined
streamlit unused-ignore-comment scripts/update_e2e_snapshots.py:96:21 Unused blanket `type: ignore` directive